Bug 91672

Summary: UI: add "Tools" menu
Product: [Applications] kst Reporter: Nicolas Brisset <nicolas.brisset>
Component: uiAssignee: kst
Status: RESOLVED FIXED    
Severity: wishlist    
Priority: NOR    
Version: 1.x   
Target Milestone: ---   
Platform: unspecified   
OS: Solaris   
Latest Commit: Version Fixed In:
Attachments: proposed changes

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>