[rkward-cvs] SF.net SVN: rkward:[2399] trunk/rkward/rkward/rkward.h

sjar at users.sourceforge.net sjar at users.sourceforge.net
Thu Feb 12 22:22:52 UTC 2009


Revision: 2399
          http://rkward.svn.sourceforge.net/rkward/?rev=2399&view=rev
Author:   sjar
Date:     2009-02-12 22:22:52 +0000 (Thu, 12 Feb 2009)

Log Message:
-----------
Roy proposed to change all QAction* to KAction* in rkward.h in order to make the shortcut setting
work. He found another bug: in R console, backspace key don't work when the
cursor is at begin of current line and some part of the line is selected. The attachment is a patch for these 2 bugs.
This patch was provided by Roy Qu (submitted 23.01.2009 14:15)

Modified Paths:
--------------
    trunk/rkward/rkward/rkward.h

Modified: trunk/rkward/rkward/rkward.h
===================================================================
--- trunk/rkward/rkward/rkward.h	2009-01-22 23:31:55 UTC (rev 2398)
+++ trunk/rkward/rkward/rkward.h	2009-02-12 22:22:52 UTC (rev 2399)
@@ -178,33 +178,33 @@
 	KParts::PartManager *part_manager;
 
 	// KAction pointers to enable/disable actions
-	QAction* fileOpen;
+	KAction* fileOpen;
 	KRecentFilesAction* fileOpenRecent;
 	
-	QAction* fileOpenWorkspace;
+	KAction* fileOpenWorkspace;
 	KRecentFilesAction* fileOpenRecentWorkspace;
-	QAction* fileSaveWorkspace;
-	QAction* fileSaveWorkspaceAs;
-	QAction* fileQuit;
-	QAction* file_load_libs;
-	QAction* close_all_editors;
-	QAction* new_data_frame;
-	QAction* new_command_editor;
+	KAction* fileSaveWorkspace;
+	KAction* fileSaveWorkspaceAs;
+	KAction* fileQuit;
+	KAction* file_load_libs;
+	KAction* close_all_editors;
+	KAction* new_data_frame;
+	KAction* new_command_editor;
 	
-	QAction* editUndo;
-	QAction* editRedo;
+	KAction* editUndo;
+	KAction* editRedo;
 
-	QAction* window_close_all;
-	QAction* window_detach;
+	KAction* window_close_all;
+	KAction* window_detach;
 	
-	QAction* configure;
+	KAction* configure;
 
 	/** used so that if the menu is empty, there is a note in it, explaining that fact */
-	QAction* edit_menu_dummy;
+	KAction* edit_menu_dummy;
 	/** used so that if the menu is empty, there is a note in it, explaining that fact */
-	QAction* view_menu_dummy;
+	KAction* view_menu_dummy;
 	/** used so that if the menu is empty, there is a note in it, explaining that fact */
-	QAction* run_menu_dummy;
+	KAction* run_menu_dummy;
 
 	friend class RKSettingsModule;
 	friend class RKSettingsModulePlugins;


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