[rkward-cvs] SF.net SVN: rkward: [2116] branches/KDE4_port

tfry at users.sourceforge.net tfry at users.sourceforge.net
Tue Oct 23 13:28:12 UTC 2007


Revision: 2116
          http://rkward.svn.sourceforge.net/rkward/?rev=2116&view=rev
Author:   tfry
Date:     2007-10-23 06:28:12 -0700 (Tue, 23 Oct 2007)

Log Message:
-----------
Make tool window activation shortcuts work

Modified Paths:
--------------
    branches/KDE4_port/TODO_KDE4
    branches/KDE4_port/rkward/windows/rktoplevelwindowgui.cpp

Modified: branches/KDE4_port/TODO_KDE4
===================================================================
--- branches/KDE4_port/TODO_KDE4	2007-10-23 12:57:52 UTC (rev 2115)
+++ branches/KDE4_port/TODO_KDE4	2007-10-23 13:28:12 UTC (rev 2116)
@@ -29,7 +29,7 @@
 
 rkcommandeditorwindow
 	- polish code completion (e.g. hide window, when there are no completions)
-		- should have a setup page
+		- should go away, when the focus is lost
 		- adding icons should not be too hard?
 	- does the popup-menu still work? See SVN rev. 962.
 	- placement of menu options?

Modified: branches/KDE4_port/rkward/windows/rktoplevelwindowgui.cpp
===================================================================
--- branches/KDE4_port/rkward/windows/rktoplevelwindowgui.cpp	2007-10-23 12:57:52 UTC (rev 2115)
+++ branches/KDE4_port/rkward/windows/rktoplevelwindowgui.cpp	2007-10-23 13:28:12 UTC (rev 2116)
@@ -90,8 +90,6 @@
 
 	action = actionCollection ()->addAction ("output_show", this, SLOT (slotOutputShow()));
 	action->setText (i18n ("Show &Output"));
-
-	actionCollection ()->setAssociatedWidget (for_window);
 }
 
 RKTopLevelWindowGUI::~RKTopLevelWindowGUI () {


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