summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Hallot <olivier.hallot@libreoffice.org>2020-07-10 22:05:34 -0300
committerOlivier Hallot <olivier.hallot@libreoffice.org>2020-07-13 00:08:04 +0200
commitdbece49a77e4cf3f6a0f95acb2936891d66d960b (patch)
tree8ac914b0d5c997699ab391704120db060c8eb693
parentRemove pango markup from extended tips (diff)
downloadcore-dbece49a77e4cf3f6a0f95acb2936891d66d960b.tar.gz
core-dbece49a77e4cf3f6a0f95acb2936891d66d960b.zip
tdf#118148 Add extended tips to selectpathdialog.ui
also multiplathdialog.ui Change-Id: I3e3baf1779d4f0c77ddec3829adbf4b06daa58e0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98550 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
-rw-r--r--cui/uiconfig/ui/multipathdialog.ui18
-rw-r--r--cui/uiconfig/ui/selectpathdialog.ui14
2 files changed, 26 insertions, 6 deletions
diff --git a/cui/uiconfig/ui/multipathdialog.ui b/cui/uiconfig/ui/multipathdialog.ui
index 33ceed50e468..52e8dc4fa33e 100644
--- a/cui/uiconfig/ui/multipathdialog.ui
+++ b/cui/uiconfig/ui/multipathdialog.ui
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- Generated with glade 3.22.1 -->
+<!-- Generated with glade 3.36.0 -->
<interface domain="cui">
<requires lib="gtk+" version="3.18"/>
<object class="GtkTreeStore" id="liststore1">
@@ -22,9 +22,6 @@
<property name="title" translatable="yes" context="multipathdialog|MultiPathDialog">Select Paths</property>
<property name="resizable">False</property>
<property name="type_hint">normal</property>
- <child>
- <placeholder/>
- </child>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
<property name="can_focus">False</property>
@@ -125,6 +122,11 @@
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="use_underline">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="add-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="cui/ui/multipathdialog/add">Opens the Select Path dialog to select another folder or the Open dialog to select another file.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="expand">False</property>
@@ -199,6 +201,11 @@
</child>
</object>
</child>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="paths-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="cui/ui/multipathdialog/paths">Contains a list of the paths that have already been added. Mark the default path for new files.</property>
+ </object>
+ </child>
</object>
</child>
</object>
@@ -241,5 +248,8 @@
<action-widget response="-6">cancel</action-widget>
<action-widget response="-11">help</action-widget>
</action-widgets>
+ <child type="titlebar">
+ <placeholder/>
+ </child>
</object>
</interface>
diff --git a/cui/uiconfig/ui/selectpathdialog.ui b/cui/uiconfig/ui/selectpathdialog.ui
index 0900c1fefc8f..5770f2e789ea 100644
--- a/cui/uiconfig/ui/selectpathdialog.ui
+++ b/cui/uiconfig/ui/selectpathdialog.ui
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- Generated with glade 3.20.4 -->
+<!-- Generated with glade 3.36.0 -->
<interface domain="cui">
<requires lib="gtk+" version="3.18"/>
<object class="GtkTreeStore" id="liststore1">
@@ -119,6 +119,11 @@
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="use_underline">True</property>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="add-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="cui/ui/selectpathdialog/add">Opens the Select Path dialog to select another folder or the Open dialog to select another file.</property>
+ </object>
+ </child>
</object>
<packing>
<property name="expand">False</property>
@@ -176,6 +181,11 @@
</child>
</object>
</child>
+ <child internal-child="accessible">
+ <object class="AtkObject" id="paths-atkobject">
+ <property name="AtkObject::accessible-description" translatable="yes" context="cui/ui/selectpathdialog/paths">Contains a list of the paths that have already been added. Mark the default path for new files.</property>
+ </object>
+ </child>
</object>
</child>
</object>
@@ -212,7 +222,7 @@
<action-widget response="-6">cancel</action-widget>
<action-widget response="-11">help</action-widget>
</action-widgets>
- <child>
+ <child type="titlebar">
<placeholder/>
</child>
</object>