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 :-)
Created attachment 9165 [details] proposed changes Any comments on this change? I think it makes sense.
also 'change sample range' could go there.
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>&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>&Range</text> @@ -39,5 +37,8 @@ <Action name="samplesend_action"/> <Action name="pause_action"/> - <Separator/> + </Menu> + <Menu name="tools"><text>&Tools</text> + <Action name="datawizard_action"/> + <Action name="changefiledialog_action"/> <Action name="changenptsdialog_action"/> </Menu>