diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-04-02 20:05:37 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-04-06 21:28:35 +0200 |
commit | 765e42d4c3c0d992343790c53625623bb6cfa4ac (patch) | |
tree | 33cafd07677a2970b87ceb0183d62cc5497a55fd /svtools | |
parent | 84a4da19ae0f5e092a0deb7007a34d2ee78d5da7 (diff) |
translation domain of sfx for .ui in framework doesn't look right
though there is nothing to translate. Probably should be fwk, but
there are no other .uis in framework and startmodule doesn't feel
right either. So just put it alongside the other svtools .uis
and give it a svt translation domain and fetch it from svtools
Change-Id: If6b89ae3b2ba45673f5ee5e3e9a4e1da40c80a53
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113528
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/UIConfig_svt.mk | 2 | ||||
-rw-r--r-- | svtools/uiconfig/ui/managedtoolbar.ui | 21 | ||||
-rw-r--r-- | svtools/uiconfig/ui/subtoolbar.ui | 18 |
3 files changed, 41 insertions, 0 deletions
diff --git a/svtools/UIConfig_svt.mk b/svtools/UIConfig_svt.mk index 7aab72726644..82a494f249ee 100644 --- a/svtools/UIConfig_svt.mk +++ b/svtools/UIConfig_svt.mk @@ -26,11 +26,13 @@ $(eval $(call gb_UIConfig_add_uifiles,svt,\ svtools/uiconfig/ui/javadisableddialog \ svtools/uiconfig/ui/listcontrol \ svtools/uiconfig/ui/linewindow \ + svtools/uiconfig/ui/managedtoolbar \ svtools/uiconfig/ui/placeedit \ svtools/uiconfig/ui/printersetupdialog \ svtools/uiconfig/ui/querydeletedialog \ svtools/uiconfig/ui/restartdialog \ svtools/uiconfig/ui/spinfieldcontrol \ + svtools/uiconfig/ui/subtoolbar \ svtools/uiconfig/ui/tabbuttons \ svtools/uiconfig/ui/tabbuttonsmirrored \ svtools/uiconfig/ui/tabbaredit \ diff --git a/svtools/uiconfig/ui/managedtoolbar.ui b/svtools/uiconfig/ui/managedtoolbar.ui new file mode 100644 index 000000000000..cb2b1a50c3f6 --- /dev/null +++ b/svtools/uiconfig/ui/managedtoolbar.ui @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Generated with glade 3.20.4 --> +<interface domain="svt"> + <requires lib="gtk+" version="3.20"/> + <object class="GtkBox" id="toolbarcontainer"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="orientation">vertical</property> + <child> + <object class="GtkToolbar" id="managedtoolbar"> + <property name="visible">True</property> + <property name="can_focus">False</property> + </object> + <packing> + <property name="expand">True</property> + <property name="fill">True</property> + <property name="position">0</property> + </packing> + </child> + </object> +</interface> diff --git a/svtools/uiconfig/ui/subtoolbar.ui b/svtools/uiconfig/ui/subtoolbar.ui new file mode 100644 index 000000000000..11e6f4815237 --- /dev/null +++ b/svtools/uiconfig/ui/subtoolbar.ui @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Generated with glade 3.20.4 --> +<interface domain="svt"> + <requires lib="gtk+" version="3.20"/> + <object class="GtkPopover" id="subtoolbar"> + <property name="can_focus">False</property> + <child> + <object class="GtkBox" id="container"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="orientation">vertical</property> + <child> + <placeholder/> + </child> + </object> + </child> + </object> +</interface> |