[rkward-cvs] SF.net SVN: rkward: [2141] branches/KDE4_port/rkward
tfry at users.sourceforge.net
tfry at users.sourceforge.net
Mon Oct 29 14:16:55 UTC 2007
Revision: 2141
http://rkward.svn.sourceforge.net/rkward/?rev=2141&view=rev
Author: tfry
Date: 2007-10-29 07:16:54 -0700 (Mon, 29 Oct 2007)
Log Message:
-----------
Assorted non-consequential small stuff
Modified Paths:
--------------
branches/KDE4_port/rkward/core/rcontainerobject.cpp
branches/KDE4_port/rkward/core/rkmodificationtracker.h
branches/KDE4_port/rkward/windows/rkcommandeditorwindow.cpp
Modified: branches/KDE4_port/rkward/core/rcontainerobject.cpp
===================================================================
--- branches/KDE4_port/rkward/core/rcontainerobject.cpp 2007-10-28 19:13:32 UTC (rev 2140)
+++ branches/KDE4_port/rkward/core/rcontainerobject.cpp 2007-10-29 14:16:54 UTC (rev 2141)
@@ -55,7 +55,7 @@
} else {
if (just_created) {
RK_ASSERT (false);
- RK_DO (qDebug ("%s", child->getFullName ().toLatin1 ().data ()), OBJECTS, DL_ERROR);
+ RK_DO (qDebug ("%s cannot be represented", child->getFullName ().toLatin1 ().data ()), OBJECTS, DL_ERROR);
delete child;
return 0;
} else {
Modified: branches/KDE4_port/rkward/core/rkmodificationtracker.h
===================================================================
--- branches/KDE4_port/rkward/core/rkmodificationtracker.h 2007-10-28 19:13:32 UTC (rev 2140)
+++ branches/KDE4_port/rkward/core/rkmodificationtracker.h 2007-10-29 14:16:54 UTC (rev 2141)
@@ -37,7 +37,7 @@
~RKModificationTracker ();
-/** the given object should be removed (either it was removed in the R-workspace, or the user requests removal of the object in an editor or the RObjectList). First, if the object is being edited somewhere, the user will get a chance to object to the removal. If the user does no object, the RKModificationTracker will remove the object and notify all editors/objectlists that the object really was removed. When calling from the RObjectList, you will likely set removed_in_workspace to true, to signal that the object-data is already gone in the workspace. */
+/** the given object should be removed (either it was removed in the R-workspace, or the user requests removal of the object in an editor or the RObjectList). First, if the object is being edited somewhere, the user will get a chance to object to the removal. If the user does not object, the RKModificationTracker will remove the object and notify all editors/objectlists that the object really was removed. When calling from the RObjectList, you will likely set removed_in_workspace to true, to signal that the object-data is already gone in the workspace. */
bool removeObject (RObject *object, RKEditor *editor=0, bool removed_in_workspace=false);
/** essentially like the above function, but requests a renaming of the object. Will also take care of finding out, whether the name is valid and promting for a different name otherwise. */
void renameObject (RObject *object, const QString &new_name);
Modified: branches/KDE4_port/rkward/windows/rkcommandeditorwindow.cpp
===================================================================
--- branches/KDE4_port/rkward/windows/rkcommandeditorwindow.cpp 2007-10-28 19:13:32 UTC (rev 2140)
+++ branches/KDE4_port/rkward/windows/rkcommandeditorwindow.cpp 2007-10-29 14:16:54 UTC (rev 2141)
@@ -494,7 +494,6 @@
RK_ASSERT (false);
return;
}
- iface->registerCompletionModel (this);
iface->setAutomaticInvocationEnabled (false);
}
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