cui/uiconfig/ui/multipathdialog.ui | 18 ++++++++++++++---- cui/uiconfig/ui/selectpathdialog.ui | 14 ++++++++++++-- 2 files changed, 26 insertions(+), 6 deletions(-)
New commits: commit dbece49a77e4cf3f6a0f95acb2936891d66d960b Author: Olivier Hallot <[email protected]> AuthorDate: Fri Jul 10 22:05:34 2020 -0300 Commit: Olivier Hallot <[email protected]> CommitDate: Mon Jul 13 00:08:04 2020 +0200 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 <[email protected]> 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> _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
