[rkward-cvs] SF.net SVN: rkward:[2489] branches/release_branch_0.4.9
tfry at users.sourceforge.net
tfry at users.sourceforge.net
Tue May 19 14:23:28 UTC 2009
Revision: 2489
http://rkward.svn.sourceforge.net/rkward/?rev=2489&view=rev
Author: tfry
Date: 2009-05-19 14:23:27 +0000 (Tue, 19 May 2009)
Log Message:
-----------
Warn about external file modifications at least directly before saving.
Warning when regaining focus is not as easy in KDE 3, it seems.
Modified Paths:
--------------
branches/release_branch_0.4.9/ChangeLog
branches/release_branch_0.4.9/rkward/windows/rkcommandeditorwindow.cpp
Modified: branches/release_branch_0.4.9/ChangeLog
===================================================================
--- branches/release_branch_0.4.9/ChangeLog 2009-05-19 13:38:00 UTC (rev 2488)
+++ branches/release_branch_0.4.9/ChangeLog 2009-05-19 14:23:27 UTC (rev 2489)
@@ -1,3 +1,4 @@
+- Fix: Warn before saving file that was modified on disk, externally
- Fix: Do not try to open mimetypes other than text/html directly in the help browser.
- Fixed: Screen device in rkward was not seen as interactive by R
Modified: branches/release_branch_0.4.9/rkward/windows/rkcommandeditorwindow.cpp
===================================================================
--- branches/release_branch_0.4.9/rkward/windows/rkcommandeditorwindow.cpp 2009-05-19 13:38:00 UTC (rev 2488)
+++ branches/release_branch_0.4.9/rkward/windows/rkcommandeditorwindow.cpp 2009-05-19 14:23:27 UTC (rev 2489)
@@ -66,6 +66,7 @@
if (factory) {
// Create the part
m_doc = (Kate::Document *) factory->create( this, "katepart", "KParts::ReadWritePart" );
+ m_doc->setFileChangedDialogsActivated (true);
RK_ASSERT (m_doc);
m_view = (Kate::View *) m_doc->widget();
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the rkward-tracker
mailing list