Bug 71709 - placement of window menu at top level
Summary: placement of window menu at top level
Status: RESOLVED FIXED
Alias: None
Product: kdevelop
Classification: Applications
Component: UI: all modes (show other bugs)
Version: git master
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: KDevelop Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-03 00:46 UTC by Jon Smirl
Modified: 2006-12-16 20:52 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jon Smirl 2004-01-03 00:46:44 UTC
Version:           CVS (using KDE Devel)

Isn't the UI standard for the Window menu to be last before Help?

For example konqueror is:
Tools Settings Window Help
Comment 1 Alexander Dymo 2006-12-16 20:52:32 UTC
SVN commit 614205 by dymo:

Show "Window" menu after "Settings".
BUG: 71709


 M  +16 -16    kdevassistantui.rc  
 M  +16 -16    kdevelopui.rc  


--- branches/kdevelop/3.4/src/kdevassistantui.rc #614204:614205
@@ -1,5 +1,5 @@
 <!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
-<kpartgui version="8" name="kdevassistant" >
+<kpartgui version="9" name="kdevassistant" >
 <MenuBar>
   <Menu name="file" noMerge="1"><text>&amp;File</text>
     <DefineGroup name="new_merge"/>
@@ -82,21 +82,6 @@
     <Separator/>
     <Merge/>
   </Menu> -->
-  <Menu name="window">
-    <text>&amp;Window</text>
-    <Action name="view_next_window"/>
-    <Action name="view_previous_window"/>
-    <Separator/>
-    <Action name="split_h"/>
-    <Action name="split_v"/>
-    <Separator/>
-    <Action name="switch_left_dock"/>
-    <Action name="switch_right_dock"/>
-    <Action name="switch_bottom_dock"/>
-    <Separator/>
-    <DefineGroup name="window_operations"/>
-    <Merge/>
-  </Menu>
   <Menu name="settings" noMerge="1">
     <text>&amp;Settings</text>
     <Action name="settings_show_menubar" />
@@ -117,6 +102,21 @@
     <Action name="settings_configure" />
     <DefineGroup name="configure_merge" />
   </Menu>
+  <Menu append="settings_merge" name="window">
+    <text>&amp;Window</text>
+    <Action name="view_next_window"/>
+    <Action name="view_previous_window"/>
+    <Separator/>
+    <Action name="split_h"/>
+    <Action name="split_v"/>
+    <Separator/>
+    <Action name="switch_left_dock"/>
+    <Action name="switch_right_dock"/>
+    <Action name="switch_bottom_dock"/>
+    <Separator/>
+    <DefineGroup name="window_operations"/>
+    <Merge/>
+  </Menu>
   <Menu name="help" append="about_merge">
     <text>&amp;Help</text>
     <Merge/>
--- branches/kdevelop/3.4/src/kdevelopui.rc #614204:614205
@@ -1,5 +1,5 @@
 <!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
-<kpartgui version="30" name="kdevelop" >
+<kpartgui version="31" name="kdevelop" >
 <MenuBar>
   <Menu name="file" noMerge="1"><text>&amp;File</text>
     <DefineGroup name="new_merge"/>
@@ -93,21 +93,6 @@
     <Separator/>
     <Merge/>
   </Menu>
-  <Menu name="window">
-    <text>&amp;Window</text>
-    <Action name="view_next_window"/>
-    <Action name="view_previous_window"/>
-    <Separator/>
-    <Action name="split_h"/>
-    <Action name="split_v"/>
-    <Separator/>
-    <Action name="switch_left_dock"/>
-    <Action name="switch_right_dock"/>
-    <Action name="switch_bottom_dock"/>
-    <Separator/>
-    <DefineGroup name="window_operations"/>
-    <Merge/>
-  </Menu>
   <Menu name="settings" noMerge="1">
     <text>&amp;Settings</text>
     <Action name="settings_show_menubar" />
@@ -129,6 +114,21 @@
     <Action name="settings_configure" />
     <DefineGroup name="configure_merge" />
   </Menu>
+  <Menu append="settings_merge" name="window">
+    <text>&amp;Window</text>
+    <Action name="view_next_window"/>
+    <Action name="view_previous_window"/>
+    <Separator/>
+    <Action name="split_h"/>
+    <Action name="split_v"/>
+    <Separator/>
+    <Action name="switch_left_dock"/>
+    <Action name="switch_right_dock"/>
+    <Action name="switch_bottom_dock"/>
+    <Separator/>
+    <DefineGroup name="window_operations"/>
+    <Merge/>
+  </Menu>
   <Menu name="help" append="about_merge">
     <text>&amp;Help</text>
     <Merge/>