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

tfry at users.sourceforge.net tfry at users.sourceforge.net
Thu Jan 11 16:18:28 UTC 2007


Revision: 1120
          http://svn.sourceforge.net/rkward/?rev=1120&view=rev
Author:   tfry
Date:     2007-01-11 08:18:28 -0800 (Thu, 11 Jan 2007)

Log Message:
-----------
Add toolbar icons for flush/refresh output

Modified Paths:
--------------
    trunk/rkward/ChangeLog
    trunk/rkward/rkward/windows/rkhtmlwindow.cpp
    trunk/rkward/rkward/windows/rkoutputwindow.rc

Modified: trunk/rkward/ChangeLog
===================================================================
--- trunk/rkward/ChangeLog	2007-01-09 22:29:10 UTC (rev 1119)
+++ trunk/rkward/ChangeLog	2007-01-11 16:18:28 UTC (rev 1120)
@@ -1,3 +1,4 @@
+--- Version 0.4.5 - DATE
 - TODO: test auto-detection of pluginmap path!
 
 - new Console RMB actions: "copy selection cleaned" and "run selection"
@@ -6,6 +7,7 @@
 - plug-ins for distribution analysis added
 - plug-ins for new plots (stripchart & density plot)
 - enhancements to existing plot plug-ins
+- added refresh output and flush output as toolbar actions
 - removed the "output" menu; entries were moved to "Edit" and "View"
 - always show all top level menus
 - code generated for most plugins cleaned and simplified

Modified: trunk/rkward/rkward/windows/rkhtmlwindow.cpp
===================================================================
--- trunk/rkward/rkward/windows/rkhtmlwindow.cpp	2007-01-09 22:29:10 UTC (rev 1119)
+++ trunk/rkward/rkward/windows/rkhtmlwindow.cpp	2007-01-11 16:18:28 UTC (rev 1120)
@@ -203,8 +203,8 @@
 	setIcon (SmallIcon ("text_block"));
 	setCaption (i18n ("Output"));
 
-	outputFlush = new KAction (i18n ("&Flush Output"), 0, 0, this, SLOT (flushOutput ()), actionCollection (), "output_flush");
-	outputRefresh = new KAction (i18n ("&Refresh Output"), 0, 0, this, SLOT (refreshOutput ()), actionCollection (), "output_refresh");
+	outputFlush = new KAction (i18n ("&Flush Output"), "editclear", 0, this, SLOT (flushOutput ()), actionCollection (), "output_flush");
+	outputRefresh = new KAction (i18n ("&Refresh Output"), "reload", 0, this, SLOT (refreshOutput ()), actionCollection (), "output_refresh");
 	print = KStdAction::print (this, SLOT (slotPrint ()), actionCollection (), "print_output");
 	print->setText (i18n ("Print Output"));
 	addCommonActions (actionCollection ());

Modified: trunk/rkward/rkward/windows/rkoutputwindow.rc
===================================================================
--- trunk/rkward/rkward/windows/rkoutputwindow.rc	2007-01-09 22:29:10 UTC (rev 1119)
+++ trunk/rkward/rkward/windows/rkoutputwindow.rc	2007-01-11 16:18:28 UTC (rev 1120)
@@ -14,4 +14,8 @@
 			<Action name="output_refresh"/>
 		</Menu>
 	</MenuBar>
+	<ToolBar fullWidth="true" name="mainToolBar">
+		<Action name="output_flush"/>
+		<Action name="output_refresh"/>
+	</ToolBar>
 </kpartgui>


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