diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2020-08-22 12:36:14 -0300 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-08-24 20:48:21 +0200 |
commit | de01c0c1d0f80ffec3882625d77c02ab806f6c7a (patch) | |
tree | d8d0dd2e89a6b2549a50544d36a6ebd407a71512 /basctl/uiconfig/basicide | |
parent | e050ad6a1ac6f16721c4c174c3abb0caa584252d (diff) |
tdf#118148 Extended tips from HC2/shared/
These extended tips are extracted from <ahelp> in Help files
Only for ui files, where dialogs/widget pair could be determined.
Other forms of <ahelp hid=".."> such as .uno:.. and *HID* ... will
be addressed elswhere.
Change#1 Removed extended tips from GtkMenu of
svx/.../acceptrejectchangesdialog.ui
Change#2 Some empty ET's slipped in cui/macroselectdialog.ui
Change-Id: Ic8dc62734143f621fcd3c4156fc004f585630277
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101186
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'basctl/uiconfig/basicide')
-rw-r--r-- | basctl/uiconfig/basicide/ui/basicmacrodialog.ui | 63 | ||||
-rw-r--r-- | basctl/uiconfig/basicide/ui/dialogpage.ui | 38 | ||||
-rw-r--r-- | basctl/uiconfig/basicide/ui/importlibdialog.ui | 23 | ||||
-rw-r--r-- | basctl/uiconfig/basicide/ui/libpage.ui | 47 | ||||
-rw-r--r-- | basctl/uiconfig/basicide/ui/modulepage.ui | 33 | ||||
-rw-r--r-- | basctl/uiconfig/basicide/ui/newlibdialog.ui | 9 |
6 files changed, 195 insertions, 18 deletions
diff --git a/basctl/uiconfig/basicide/ui/basicmacrodialog.ui b/basctl/uiconfig/basicide/ui/basicmacrodialog.ui index e9ee0ba54bc2..7c2a37248d31 100644 --- a/basctl/uiconfig/basicide/ui/basicmacrodialog.ui +++ b/basctl/uiconfig/basicide/ui/basicmacrodialog.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="basctl"> <requires lib="gtk+" version="3.18"/> <object class="GtkTreeStore" id="liststore1"> @@ -26,9 +26,6 @@ <property name="title" translatable="yes" context="basicmacrodialog|BasicMacroDialog">Basic Macros</property> <property name="modal">True</property> <property name="type_hint">dialog</property> - <child> - <placeholder/> - </child> <child internal-child="vbox"> <object class="GtkBox" id="dialog-vbox1"> <property name="can_focus">False</property> @@ -50,6 +47,11 @@ <property name="has_default">True</property> <property name="receives_default">True</property> <property name="use_underline">True</property> + <child internal-child="accessible"> + <object class="AtkObject" id="ok-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="basicmacrodialog|extended_tip|ok">Runs or saves the current macro.</property> + </object> + </child> </object> <packing> <property name="expand">False</property> @@ -153,6 +155,11 @@ </child> </object> </child> + <child internal-child="accessible"> + <object class="AtkObject" id="macros-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="basicmacrodialog|extended_tip|macros">Lists the macros that are contained in the module selected in the Macro from list.</property> + </object> + </child> </object> </child> </object> @@ -230,6 +237,11 @@ </child> </object> </child> + <child internal-child="accessible"> + <object class="AtkObject" id="libraries-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="basicmacrodialog|extended_tip|libraries">Lists the libraries and the modules where you can open or save your macros. To save a macro with a particular document, open the document, and then open this dialog.</property> + </object> + </child> </object> </child> </object> @@ -300,6 +312,11 @@ <property name="can_focus">True</property> <property name="hexpand">True</property> <property name="activates_default">True</property> + <child internal-child="accessible"> + <object class="AtkObject" id="macronameedit-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="basicmacrodialog|extended_tip|macronameedit">Displays the name of the selected macro. To create or to change the name of a macro, enter a name here.</property> + </object> + </child> </object> </child> </object> @@ -336,6 +353,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="assign-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="basicmacrodialog|extended_tip|assign">Opens the Customize dialog, where you can assign the selected macro to a menu command, a toolbar, or an event.</property> + </object> + </child> </object> <packing> <property name="expand">False</property> @@ -350,6 +372,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="edit-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="basicmacrodialog|extended_tip|edit">Starts the %PRODUCTNAME Basic editor and opens the selected macro or dialog for editing.</property> + </object> + </child> </object> <packing> <property name="expand">False</property> @@ -364,6 +391,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="delete-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="basicmacrodialog|extended_tip|delete">Creates a new macro, creates a new module or deletes the selected macro or selected module.</property> + </object> + </child> </object> <packing> <property name="expand">False</property> @@ -392,6 +424,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="organize-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="basicmacrodialog|extended_tip|organize">Opens the Macro Organizer dialog, where you can add, edit, or delete existing macro modules, dialogs, and libraries.</property> + </object> + </child> </object> <packing> <property name="expand">False</property> @@ -406,6 +443,11 @@ <property name="receives_default">True</property> <property name="no_show_all">True</property> <property name="use_underline">True</property> + <child internal-child="accessible"> + <object class="AtkObject" id="newlibrary-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="basicmacrodialog|extended_tip|newlibrary">Saves the recorded macro in a new library.</property> + </object> + </child> </object> <packing> <property name="expand">False</property> @@ -420,6 +462,11 @@ <property name="receives_default">True</property> <property name="no_show_all">True</property> <property name="use_underline">True</property> + <child internal-child="accessible"> + <object class="AtkObject" id="newmodule-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="basicmacrodialog|extended_tip|newmodule">Saves the recorded macro in a new module.</property> + </object> + </child> </object> <packing> <property name="expand">False</property> @@ -460,5 +507,13 @@ <action-widget response="-7">close</action-widget> <action-widget response="-11">help</action-widget> </action-widgets> + <child type="titlebar"> + <placeholder/> + </child> + <child internal-child="accessible"> + <object class="AtkObject" id="BasicMacroDialog-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="basicmacrodialog|extended_tip|BasicMacroDialog">Opens a dialog to organize macros.</property> + </object> + </child> </object> </interface> diff --git a/basctl/uiconfig/basicide/ui/dialogpage.ui b/basctl/uiconfig/basicide/ui/dialogpage.ui index 77922d599bbe..ce6c96d256bc 100644 --- a/basctl/uiconfig/basicide/ui/dialogpage.ui +++ b/basctl/uiconfig/basicide/ui/dialogpage.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="basctl"> <requires lib="gtk+" version="3.18"/> <object class="GtkTreeStore" id="liststore1"> @@ -63,7 +63,6 @@ <property name="model">liststore1</property> <property name="headers_visible">False</property> <property name="reorderable">True</property> - <property name="show_expanders">True</property> <property name="search_column">1</property> <property name="enable_tree_lines">True</property> <child internal-child="selection"> @@ -88,6 +87,11 @@ </child> </object> </child> + <child internal-child="accessible"> + <object class="AtkObject" id="library-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="dialogpage|extended_tip|library">Deletes the selected element or elements after confirmation.</property> + </object> + </child> </object> </child> </object> @@ -117,6 +121,11 @@ <property name="receives_default">True</property> <property name="use_underline">True</property> <property name="use_stock">True</property> + <child internal-child="accessible"> + <object class="AtkObject" id="edit-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="dialogpage|extended_tip|edit">Opens the %PRODUCTNAME Basic editor so that you can modify the selected library.</property> + </object> + </child> </object> <packing> <property name="expand">False</property> @@ -131,6 +140,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="newmodule-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="dialogpage|extended_tip|newmodule">Opens the editor and creates a new module.</property> + </object> + </child> </object> <packing> <property name="expand">False</property> @@ -162,6 +176,11 @@ <property name="receives_default">True</property> <property name="use_underline">True</property> <property name="use_stock">True</property> + <child internal-child="accessible"> + <object class="AtkObject" id="delete-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="dialogpage|extended_tip|delete">Deletes the selected element or elements without requiring confirmation.</property> + </object> + </child> </object> <packing> <property name="expand">False</property> @@ -177,6 +196,11 @@ <property name="receives_default">True</property> <property name="no_show_all">True</property> <property name="use_underline">True</property> + <child internal-child="accessible"> + <object class="AtkObject" id="password-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="dialogpage|extended_tip|password">Assigns or edits the password for the selected library.</property> + </object> + </child> </object> <packing> <property name="expand">False</property> @@ -191,6 +215,11 @@ <property name="receives_default">True</property> <property name="no_show_all">True</property> <property name="use_underline">True</property> + <child internal-child="accessible"> + <object class="AtkObject" id="import-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="dialogpage|extended_tip|import">Locate that %PRODUCTNAME Basic library that you want to add to the current list, and then click Open.</property> + </object> + </child> </object> <packing> <property name="expand">False</property> @@ -224,6 +253,11 @@ <property name="top_attach">0</property> </packing> </child> + <child internal-child="accessible"> + <object class="AtkObject" id="DialogPage-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="dialogpage|extended_tip|DialogPage">Lists the existing modules or dialogs.</property> + </object> + </child> </object> <object class="GtkSizeGroup" id="sizegroup1"> <widgets> diff --git a/basctl/uiconfig/basicide/ui/importlibdialog.ui b/basctl/uiconfig/basicide/ui/importlibdialog.ui index a4480c52ac55..1a4ab510d7a2 100644 --- a/basctl/uiconfig/basicide/ui/importlibdialog.ui +++ b/basctl/uiconfig/basicide/ui/importlibdialog.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="basctl"> <requires lib="gtk+" version="3.18"/> <object class="GtkTreeStore" id="liststore1"> @@ -25,9 +25,6 @@ <property name="default_width">0</property> <property name="default_height">0</property> <property name="type_hint">dialog</property> - <child> - <placeholder/> - </child> <child internal-child="vbox"> <object class="GtkBox" id="dialog-vbox1"> <property name="can_focus">False</property> @@ -123,6 +120,11 @@ <property name="use_underline">True</property> <property name="xalign">0</property> <property name="draw_indicator">True</property> + <child internal-child="accessible"> + <object class="AtkObject" id="ref-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="importlibdialog|extended_tip|ref">Adds the selected library as a read-only file. The library is reloaded each time you start %PRODUCTNAME.</property> + </object> + </child> </object> <packing> <property name="left_attach">0</property> @@ -138,6 +140,11 @@ <property name="use_underline">True</property> <property name="xalign">0</property> <property name="draw_indicator">True</property> + <child internal-child="accessible"> + <object class="AtkObject" id="replace-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="importlibdialog|extended_tip|replace">Replaces a library that has the same name with the current library.</property> + </object> + </child> </object> <packing> <property name="left_attach">0</property> @@ -262,5 +269,13 @@ <action-widget response="-6">cancel</action-widget> <action-widget response="-11">help</action-widget> </action-widgets> + <child type="titlebar"> + <placeholder/> + </child> + <child internal-child="accessible"> + <object class="AtkObject" id="ImportLibDialog-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="importlibdialog|extended_tip|ImportLibDialog">Enter a name or the path to the library that you want to append. You can also select a library from the list.</property> + </object> + </child> </object> </interface> diff --git a/basctl/uiconfig/basicide/ui/libpage.ui b/basctl/uiconfig/basicide/ui/libpage.ui index 1f1646b0ec15..bfae23222482 100644 --- a/basctl/uiconfig/basicide/ui/libpage.ui +++ b/basctl/uiconfig/basicide/ui/libpage.ui @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- Generated with glade 3.18.3 --> +<!-- Generated with glade 3.36.0 --> <interface domain="basctl"> <requires lib="gtk+" version="3.18"/> <object class="GtkTreeStore" id="liststore1"> @@ -38,10 +38,10 @@ <object class="GtkLabel" id="label1"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="xalign">0</property> <property name="label" translatable="yes" context="libpage|label1">L_ocation:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">location</property> + <property name="xalign">0</property> </object> <packing> <property name="left_attach">0</property> @@ -53,6 +53,11 @@ <property name="visible">True</property> <property name="can_focus">False</property> <property name="hexpand">True</property> + <child internal-child="accessible"> + <object class="AtkObject" id="location-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="libpage|extended_tip|location">Select the application or the document containing the macro libraries that you want to organize.</property> + </object> + </child> </object> <packing> <property name="left_attach">0</property> @@ -77,10 +82,10 @@ <object class="GtkLabel" id="lingudictsft"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="xalign">0</property> <property name="label" translatable="yes" context="libpage|lingudictsft">_Library:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">library</property> + <property name="xalign">0</property> </object> <packing> <property name="left_attach">0</property> @@ -105,7 +110,6 @@ <property name="model">liststore1</property> <property name="headers_visible">False</property> <property name="search_column">1</property> - <property name="show_expanders">True</property> <property name="enable_tree_lines">True</property> <child internal-child="selection"> <object class="GtkTreeSelection" id="Macro Library List-selection1"/> @@ -140,6 +144,11 @@ </child> </object> </child> + <child internal-child="accessible"> + <object class="AtkObject" id="library-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="libpage|extended_tip|library">Deletes the selected element or elements after confirmation.</property> + </object> + </child> </object> </child> </object> @@ -169,6 +178,11 @@ <property name="receives_default">True</property> <property name="use_underline">True</property> <property name="use_stock">True</property> + <child internal-child="accessible"> + <object class="AtkObject" id="edit-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="libpage|extended_tip|edit">Opens the %PRODUCTNAME Basic editor so that you can modify the selected library.</property> + </object> + </child> </object> <packing> <property name="expand">False</property> @@ -183,6 +197,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="password-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="libpage|extended_tip|password">Assigns or edits the password for the selected library.</property> + </object> + </child> </object> <packing> <property name="expand">False</property> @@ -197,6 +216,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="new-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="libpage|extended_tip|new">Creates a new library.</property> + </object> + </child> </object> <packing> <property name="expand">False</property> @@ -212,6 +236,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="import-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="libpage|extended_tip|import">Locate that %PRODUCTNAME Basic library that you want to add to the current list, and then click Open.</property> + </object> + </child> </object> <packing> <property name="expand">False</property> @@ -243,6 +272,11 @@ <property name="receives_default">True</property> <property name="use_underline">True</property> <property name="use_stock">True</property> + <child internal-child="accessible"> + <object class="AtkObject" id="delete-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="libpage|extended_tip|delete">Deletes the selected element or elements without requiring confirmation.</property> + </object> + </child> </object> <packing> <property name="expand">False</property> @@ -264,5 +298,10 @@ <property name="top_attach">0</property> </packing> </child> + <child internal-child="accessible"> + <object class="AtkObject" id="LibPage-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="libpage|extended_tip|LibPage">Select the application or the document containing the macro libraries that you want to organize.</property> + </object> + </child> </object> </interface> diff --git a/basctl/uiconfig/basicide/ui/modulepage.ui b/basctl/uiconfig/basicide/ui/modulepage.ui index 86ea7d9685ad..c75869bd2717 100644 --- a/basctl/uiconfig/basicide/ui/modulepage.ui +++ b/basctl/uiconfig/basicide/ui/modulepage.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="basctl"> <requires lib="gtk+" version="3.18"/> <object class="GtkTreeStore" id="liststore1"> @@ -63,7 +63,6 @@ <property name="model">liststore1</property> <property name="headers_visible">False</property> <property name="reorderable">True</property> - <property name="show_expanders">True</property> <property name="search_column">1</property> <property name="enable_tree_lines">True</property> <child internal-child="selection"> @@ -88,6 +87,11 @@ </child> </object> </child> + <child internal-child="accessible"> + <object class="AtkObject" id="library-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="modulepage|extended_tip|library">Lists the existing macro libraries for the current application and any open documents.</property> + </object> + </child> </object> </child> </object> @@ -117,6 +121,11 @@ <property name="receives_default">True</property> <property name="use_underline">True</property> <property name="use_stock">True</property> + <child internal-child="accessible"> + <object class="AtkObject" id="edit-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="modulepage|extended_tip|edit">Opens the %PRODUCTNAME Basic editor so that you can modify the selected library.</property> + </object> + </child> </object> <packing> <property name="expand">False</property> @@ -131,6 +140,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="newmodule-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="modulepage|extended_tip|newmodule">Opens the editor and creates a new module.</property> + </object> + </child> </object> <packing> <property name="expand">False</property> @@ -177,6 +191,11 @@ <property name="receives_default">True</property> <property name="no_show_all">True</property> <property name="use_underline">True</property> + <child internal-child="accessible"> + <object class="AtkObject" id="password-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="modulepage|extended_tip|password">Assigns or edits the password for the selected library.</property> + </object> + </child> </object> <packing> <property name="expand">False</property> @@ -191,6 +210,11 @@ <property name="receives_default">True</property> <property name="no_show_all">True</property> <property name="use_underline">True</property> + <child internal-child="accessible"> + <object class="AtkObject" id="import-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="modulepage|extended_tip|import">Locate that %PRODUCTNAME Basic library that you want to add to the current list, and then click Open.</property> + </object> + </child> </object> <packing> <property name="expand">False</property> @@ -224,6 +248,11 @@ <property name="top_attach">0</property> </packing> </child> + <child internal-child="accessible"> + <object class="AtkObject" id="ModulePage-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="modulepage|extended_tip|ModulePage">Lists the existing modules or dialogs.</property> + </object> + </child> </object> <object class="GtkSizeGroup" id="sizegroup1"> <widgets> diff --git a/basctl/uiconfig/basicide/ui/newlibdialog.ui b/basctl/uiconfig/basicide/ui/newlibdialog.ui index a591bd7ae0e8..7b811357abdb 100644 --- a/basctl/uiconfig/basicide/ui/newlibdialog.ui +++ b/basctl/uiconfig/basicide/ui/newlibdialog.ui @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- Generated with glade 3.20.2 --> +<!-- Generated with glade 3.36.0 --> <interface domain="basctl"> <requires lib="gtk+" version="3.18"/> <object class="GtkDialog" id="NewLibDialog"> @@ -118,8 +118,13 @@ <action-widget response="-6">cancel</action-widget> <action-widget response="-11">help</action-widget> </action-widgets> - <child> + <child type="titlebar"> <placeholder/> </child> + <child internal-child="accessible"> + <object class="AtkObject" id="NewLibDialog-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="newlibdialog|extended_tip|NewLibDialog">Enter a name for the new library or module.</property> + </object> + </child> </object> </interface> |