[rkward-cvs] SF.net SVN: rkward: [1092] trunk/rkward
tfry at users.sourceforge.net
tfry at users.sourceforge.net
Mon Jan 8 14:00:53 UTC 2007
Revision: 1092
http://svn.sourceforge.net/rkward/?rev=1092&view=rev
Author: tfry
Date: 2007-01-08 06:00:53 -0800 (Mon, 08 Jan 2007)
Log Message:
-----------
Remove Output menu. Move entries to Edit and View instead
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-08 13:56:36 UTC (rev 1091)
+++ trunk/rkward/ChangeLog 2007-01-08 14:00:53 UTC (rev 1092)
@@ -4,8 +4,11 @@
- enhancements to existing plot plug-ins
- Experimental (might still be removed):
- Always show all top level menus
- - new function rk.results () for use in plugins
+- 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
+- new function rk.results () for use in plugins
- fix: the output window would not refresh changed plot images (unless closed and reopened)
- fix several minor issues as identified by the "krazy" source code checker
- allow varslots to request objects of specified dimensionality and length
Modified: trunk/rkward/rkward/windows/rkhtmlwindow.cpp
===================================================================
--- trunk/rkward/rkward/windows/rkhtmlwindow.cpp 2007-01-08 13:56:36 UTC (rev 1091)
+++ trunk/rkward/rkward/windows/rkhtmlwindow.cpp 2007-01-08 14:00:53 UTC (rev 1092)
@@ -204,8 +204,8 @@
setIcon (SmallIcon ("text_block"));
setCaption (i18n ("Output"));
- outputFlush = new KAction (i18n ("&Flush"), 0, 0, this, SLOT (flushOutput ()), actionCollection (), "output_flush");
- outputRefresh = new KAction (i18n ("&Refresh"), 0, 0, this, SLOT (refreshOutput ()), actionCollection (), "output_refresh");
+ 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");
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-08 13:56:36 UTC (rev 1091)
+++ trunk/rkward/rkward/windows/rkoutputwindow.rc 2007-01-08 14:00:53 UTC (rev 1092)
@@ -1,17 +1,17 @@
<!DOCTYPE kpartgui>
-<kpartgui name="rkward" version="0.3.4">
+<kpartgui name="rkward" version="0.4.3">
<MenuBar>
<Menu name="file">
<Action name="print_output"/>
</Menu>
<Menu name="edit">
<Action name="copy"/>
+ <Separator/>
+ <Action name="output_flush"/>
</Menu>
- <Menu name="output"><text>&Output</text>
+ <Menu name="view">
<Separator/>
<Action name="output_refresh"/>
- <Separator/>
- <Action name="output_flush"/>
</Menu>
</MenuBar>
</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