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 --- .../data/org/openoffice/Office/Accelerators.xcu | 6 ++++++ .../data/org/openoffice/Office/ProtocolHandler.xcu | 5 +++++ .../org/openoffice/Office/UI/GenericCommands.xcu | 8 ++++++++ .../org/openoffice/Office/UI/WriterWindowState.xcu | 20 ++++++++++++++++++++ 4 files changed, 39 insertions(+) (limited to 'officecfg') diff --git a/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu b/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu index ea03ebf56377..d3d7c38e0789 100644 --- a/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu +++ b/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu @@ -6171,6 +6171,12 @@ Ctrl+Shift+e aka E_SHIFT_MOD1 under GTK/IBUS is for some emoji thing .uno:UpdateInputFields + + + I10N SHORTCUTS - NO TRANSLATE + vnd.libreoffice.devtools:FocusToDevTools + + I10N SHORTCUTS - NO TRANSLATE diff --git a/officecfg/registry/data/org/openoffice/Office/ProtocolHandler.xcu b/officecfg/registry/data/org/openoffice/Office/ProtocolHandler.xcu index 3e64280d514c..822dc8da9584 100644 --- a/officecfg/registry/data/org/openoffice/Office/ProtocolHandler.xcu +++ b/officecfg/registry/data/org/openoffice/Office/ProtocolHandler.xcu @@ -75,5 +75,10 @@ vnd.org.libreoffice.recentdocs:* + + + vnd.libreoffice.devtools:* + + diff --git a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu index 7a66a901e65c..14573121ab1e 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu @@ -1697,6 +1697,14 @@ 1 + + + DevTools... + + + 1 + + ~What's This? diff --git a/officecfg/registry/data/org/openoffice/Office/UI/WriterWindowState.xcu b/officecfg/registry/data/org/openoffice/Office/UI/WriterWindowState.xcu index f5d7bdf862d3..cd05d2951869 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/WriterWindowState.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/WriterWindowState.xcu @@ -139,6 +139,26 @@ false + + + 0,1 + + + true + + + 1 + + + DevTools + + + false + + + false + + 0,1 -- cgit v1.2.3