From c0d770d4feb919cb3306c48d576ac30709154eae Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Tue, 8 Dec 2020 16:07:40 +0200 Subject: Very early work-in-progress commit for the "DevTools" dockable toolbar This commit mostly just adds the plumbing to officecfg to display the DevTools toolbar. The code for it does not yet implement any specific functionality. The name "DevTools" is likely not what this will actually be called in the end. The DevTools toolbar just contains two unrelated combo boxes. (See https://blog.documentfoundation.org/blog/2020/07/27/tender-for-implementing-support-for-a-dedicated-built-in-uno-object-inspection-tool-in-libreoffice-202007-02/ ) Change-Id: I23cb129b48fde64ae39de5db5811cdf61c8993e3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107432 Tested-by: Jenkins Reviewed-by: Tor Lillqvist --- sw/UIConfig_swriter.mk | 1 + sw/uiconfig/swriter/menubar/menubar.xml | 1 + sw/uiconfig/swriter/toolbar/devtools.xml | 15 +++++++++++++++ 3 files changed, 17 insertions(+) create mode 100644 sw/uiconfig/swriter/toolbar/devtools.xml (limited to 'sw') diff --git a/sw/UIConfig_swriter.mk b/sw/UIConfig_swriter.mk index 71a0632d6979..4d78aa0cb550 100644 --- a/sw/UIConfig_swriter.mk +++ b/sw/UIConfig_swriter.mk @@ -46,6 +46,7 @@ $(eval $(call gb_UIConfig_add_toolbarfiles,modules/swriter,\ sw/uiconfig/swriter/toolbar/changes \ sw/uiconfig/swriter/toolbar/classificationbar \ sw/uiconfig/swriter/toolbar/colorbar \ + sw/uiconfig/swriter/toolbar/devtools \ sw/uiconfig/swriter/toolbar/drawbar \ sw/uiconfig/swriter/toolbar/drawingobjectbar \ sw/uiconfig/swriter/toolbar/drawtextobjectbar \ diff --git a/sw/uiconfig/swriter/menubar/menubar.xml b/sw/uiconfig/swriter/menubar/menubar.xml index 6b83059e213b..6f479f65bf24 100644 --- a/sw/uiconfig/swriter/menubar/menubar.xml +++ b/sw/uiconfig/swriter/menubar/menubar.xml @@ -787,6 +787,7 @@ + diff --git a/sw/uiconfig/swriter/toolbar/devtools.xml b/sw/uiconfig/swriter/toolbar/devtools.xml new file mode 100644 index 000000000000..5b8ed5f673f0 --- /dev/null +++ b/sw/uiconfig/swriter/toolbar/devtools.xml @@ -0,0 +1,15 @@ + + + + + + + + + -- cgit