[rkward-cvs] rkward/rkward rkward.cpp,1.74,1.75 rkwardui.rc,1.19,1.20

Pierre ecoch at users.sourceforge.net
Thu Apr 7 06:01:22 UTC 2005


Update of /cvsroot/rkward/rkward/rkward
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv748

Modified Files:
	rkward.cpp rkwardui.rc 
Log Message:
Shorcuts + position of items in the menu

Index: rkward.cpp
===================================================================
RCS file: /cvsroot/rkward/rkward/rkward/rkward.cpp,v
retrieving revision 1.74
retrieving revision 1.75
diff -C2 -d -r1.74 -r1.75
*** rkward.cpp	6 Apr 2005 14:01:17 -0000	1.74
--- rkward.cpp	7 Apr 2005 06:01:12 -0000	1.75
***************
*** 217,221 ****
  	konsole->setIcon(SmallIcon("konsole"));
  	addToolWindow(konsole,KDockWidget::DockBottom, getMainDockWidget(), 10);
! 	
  	
  	// just to initialize the window-actions according to whether they're shown on startup or not
--- 217,221 ----
  	konsole->setIcon(SmallIcon("konsole"));
  	addToolWindow(konsole,KDockWidget::DockBottom, getMainDockWidget(), 10);
! 
  	
  	// just to initialize the window-actions according to whether they're shown on startup or not
***************
*** 372,378 ****
  	showRObjectBrowser = new KToggleAction (i18n ("Workspace"), 0, 0, this, SLOT(slotShowRObjectBrowser ()), actionCollection(), "windows_robjectbrowser");
  	
! 	runAll = new KAction (i18n ("Run All"), 0, 0, this, SLOT (slotRunAll ()), actionCollection (), "run_all");
  	runAll->setIcon("player_fwd");
! 	runSelection = new KAction (i18n ("Run Selection"), 0, 0, this, SLOT (slotRunSelection ()), actionCollection (), "run_selection");
  	runSelection->setIcon("player_play");
  	interruptCommand = new KAction (i18n ("Interrupt running command"), 0, 0, this, SLOT (slotInterruptCommand ()), actionCollection (), "interrupt");
--- 372,378 ----
  	showRObjectBrowser = new KToggleAction (i18n ("Workspace"), 0, 0, this, SLOT(slotShowRObjectBrowser ()), actionCollection(), "windows_robjectbrowser");
  	
! 	runAll = new KAction (i18n ("Run All"), KShortcut ("F9"), this, SLOT (slotRunAll ()), actionCollection (), "run_all");
  	runAll->setIcon("player_fwd");
! 	runSelection = new KAction (i18n ("Run Selection"), KShortcut ("F8"), this, SLOT (slotRunSelection ()), actionCollection (), "run_selection");
  	runSelection->setIcon("player_play");
  	interruptCommand = new KAction (i18n ("Interrupt running command"), 0, 0, this, SLOT (slotInterruptCommand ()), actionCollection (), "interrupt");

Index: rkwardui.rc
===================================================================
RCS file: /cvsroot/rkward/rkward/rkward/rkwardui.rc,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** rkwardui.rc	3 Apr 2005 16:23:39 -0000	1.19
--- rkwardui.rc	7 Apr 2005 06:01:19 -0000	1.20
***************
*** 76,83 ****
  </ToolBar>
  <ToolBar fullWidth="true" name="runToolBar">
- 		<Action name="run_all"/>
- 		<Action name="run_selection"/>
- 		<Separator/>
  		<Action name="interrupt"/>
  </ToolBar>
  </kpartgui>
--- 76,83 ----
  </ToolBar>
  <ToolBar fullWidth="true" name="runToolBar">
  		<Action name="interrupt"/>
+ 		<Separator/>
+ 		<Action name="run_selection"/>
+ 		<Action name="run_all"/>
  </ToolBar>
  </kpartgui>





More information about the rkward-tracker mailing list