summaryrefslogtreecommitdiffstats
path: root/sd/uiconfig
diff options
context:
space:
mode:
authorFrank Schoenheit [fs] <frank.schoenheit@sun.com>2010-03-15 13:53:19 +0100
committerFrank Schoenheit [fs] <frank.schoenheit@sun.com>2010-03-15 13:53:19 +0100
commitf391eb8768b00e1db5bdf8a510ba5cce3669f572 (patch)
tree69a6ee2680d8b18182f3282dab9d9a9dfce151cc /sd/uiconfig
parentautorecovery: ENSURE_OR_RETURN => ENSURE_OR_RETURN_FALSE, added new ENSURE_OR... (diff)
downloadcore-f391eb8768b00e1db5bdf8a510ba5cce3669f572.tar.gz
core-f391eb8768b00e1db5bdf8a510ba5cce3669f572.zip
slidecopy: initial version of a "Tool Panel"
At the moment, this implementation is parallel to the existing TaskPane implementation, but on the medium term, it is intended to replace it. No change in functionality is planned for the moment, just the panel selection is done via a tab bar, instead of the the "jumping drawers". Pending tasks (as known so far): - Accessibility. No implementation at all, yet. - showing/hiding tool panels from the "View" drop down menu - connection to the resource framework. At the moment, de/activating panels completely bypasses the resource framework. - alternative implementation of the PanelDeckLayouter which mimics the old design. To be activated by default, for the moment. - removal of the (old, by then) TaskPane implementation. Care needs to be taken that the framework API stays unchanged, i.e., the current ToolPanel resource must be renamed back to RightPane when RightPane is not occupied anymore by the old implementation. Same for other resource names.
Diffstat (limited to 'sd/uiconfig')
-rw-r--r--sd/uiconfig/simpress/menubar/menubar.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/sd/uiconfig/simpress/menubar/menubar.xml b/sd/uiconfig/simpress/menubar/menubar.xml
index c1dacd33e0c0..be0035c51ca6 100644
--- a/sd/uiconfig/simpress/menubar/menubar.xml
+++ b/sd/uiconfig/simpress/menubar/menubar.xml
@@ -100,7 +100,8 @@
</menu:menu>
<menu:menuseparator/>
<menu:menuitem menu:id=".uno:RightPane"/>
- <menu:menuitem menu:id=".uno:LeftPaneImpress"/>
+ <menu:menuitem menu:id=".uno:ToolPanel"/>
+ <menu:menuitem menu:id=".uno:LeftPaneImpress"/>
<menu:menuitem menu:id=".uno:AvailableToolbars"/>
<menu:menuitem menu:id=".uno:StatusBarVisible"/>
<menu:menuitem menu:id=".uno:ShowImeStatusWindow"/>