Bug 91672 - UI: add "Tools" menu
Summary: UI: add "Tools" menu
Status: RESOLVED FIXED
Alias: None
Product: kst
Classification: Applications
Component: ui (show other bugs)
Version: 1.x
Platform: unspecified Solaris
: NOR wishlist
Target Milestone: ---
Assignee: kst
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-19 14:45 UTC by Nicolas Brisset
Modified: 2005-01-19 19:37 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
proposed changes (1.28 KB, patch)
2005-01-19 03:04 UTC, George Staikos
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Nicolas Brisset 2004-10-19 14:45:43 UTC
Version:           1.0.0_devel (using KDE 3.3.0, compiled sources)
Compiler:          gcc version 3.3.2
OS:                SunOS (sun4u) release 5.8

I think the Data menu is a bit overcrowded already. 
The "Change data file", "Data Wizard" and "Data Manager" tools could very well go to a new "Tools" menu, which will be even more important once you see all the nice ideas I have for further tools (wizard-like or simple dialogs). Stay tuned for more bugzilla entries :-)
Comment 1 George Staikos 2005-01-19 03:04:36 UTC
Created attachment 9165 [details]
proposed changes

Any comments on this change?  I think it makes sense.
Comment 2 Netterfield 2005-01-19 15:59:01 UTC
also 'change sample range' could go there.
Comment 3 George Staikos 2005-01-19 19:37:15 UTC
CVS commit by staikos: 

add Tools menu and reshuffle a few actions
FEATURE: 91672


  M +5 -4      kstui.rc   1.38


--- kdeextragear-2/kst/kst/kstui.rc  #1.37:1.38
@@ -1,4 +1,4 @@
 <!DOCTYPE kpartgui>
-<kpartgui version="10" name="kst">
+<kpartgui version="11" name="kst">
 <MenuBar>
   <Menu name="file"><text>&amp;File</text>
@@ -13,5 +13,4 @@
     <Action name="reload"/>
     <Separator/>
-    <Action name="datawizard_action"/>
     <Action name="datamanager_action"/>
     <Separator/>
@@ -31,5 +30,4 @@
     <Separator/>
     <Merge/>
-    <Action name="changefiledialog_action"/>
   </Menu>
   <Menu name="range"><text>&amp;Range</text>
@@ -39,5 +37,8 @@
     <Action name="samplesend_action"/>
     <Action name="pause_action"/>
-    <Separator/>
+  </Menu>
+  <Menu name="tools"><text>&amp;Tools</text>
+    <Action name="datawizard_action"/>
+    <Action name="changefiledialog_action"/>
     <Action name="changenptsdialog_action"/>
   </Menu>