diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2020-09-04 14:57:01 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2020-09-04 22:23:41 +0200 |
commit | 0e8696bc2784364cfbefd7fa55da733e350c56cd (patch) | |
tree | 64651a811970c06893d0b66e66d8173e31ce3c1d /sd/uiconfig/sdraw | |
parent | 0593f35f770e2df5241b2cec10ea1bc74cf3d4e6 (diff) |
tdf#118148 Extended tips for simpress/ and sdraw/
Change-Id: I7472b2aaa60d554fd9b2d4c9212917661228d929
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102061
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'sd/uiconfig/sdraw')
-rw-r--r-- | sd/uiconfig/sdraw/ui/copydlg.ui | 47 | ||||
-rw-r--r-- | sd/uiconfig/sdraw/ui/crossfadedialog.ui | 24 | ||||
-rw-r--r-- | sd/uiconfig/sdraw/ui/dlgsnap.ui | 39 | ||||
-rw-r--r-- | sd/uiconfig/sdraw/ui/insertlayer.ui | 39 | ||||
-rw-r--r-- | sd/uiconfig/sdraw/ui/insertslidesdialog.ui | 19 | ||||
-rw-r--r-- | sd/uiconfig/sdraw/ui/vectorize.ui | 34 |
6 files changed, 187 insertions, 15 deletions
diff --git a/sd/uiconfig/sdraw/ui/copydlg.ui b/sd/uiconfig/sdraw/ui/copydlg.ui index a1eb1da844d7..ed202c2aa2e5 100644 --- a/sd/uiconfig/sdraw/ui/copydlg.ui +++ b/sd/uiconfig/sdraw/ui/copydlg.ui @@ -154,6 +154,11 @@ <property name="hexpand">True</property> <property name="activates_default">True</property> <property name="adjustment">adjustment1</property> + <child internal-child="accessible"> + <object class="AtkObject" id="copies-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="copydlg|extended_tip|copies">Enter the number of copies you want to make.</property> + </object> + </child> </object> <packing> <property name="expand">False</property> @@ -258,6 +263,11 @@ <property name="hexpand">True</property> <property name="activates_default">True</property> <property name="digits">2</property> + <child internal-child="accessible"> + <object class="AtkObject" id="x-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="copydlg|extended_tip|x">Enter the horizontal distance between the centers of the selected object and the duplicate object. Positive values shift the duplicate object to the right and negative values shift the duplicate object to the left.</property> + </object> + </child> </object> <packing> <property name="left_attach">1</property> @@ -271,6 +281,11 @@ <property name="hexpand">True</property> <property name="activates_default">True</property> <property name="digits">2</property> + <child internal-child="accessible"> + <object class="AtkObject" id="y-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="copydlg|extended_tip|y">Enter the vertical distance between the centers of the selected object and the duplicate object. Positive values shift the duplicate object down and negative values shift the duplicate object up.</property> + </object> + </child> </object> <packing> <property name="left_attach">1</property> @@ -285,6 +300,11 @@ <property name="activates_default">True</property> <property name="adjustment">adjustment2</property> <property name="digits">2</property> + <child internal-child="accessible"> + <object class="AtkObject" id="angle-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="copydlg|extended_tip|angle">Enter the angle (0 to 359 degrees) by which you want to rotate the duplicate object. Positive values rotate the duplicate object in a clockwise direction and negative values in a counterclockwise direction.</property> + </object> + </child> </object> <packing> <property name="left_attach">1</property> @@ -368,6 +388,11 @@ <property name="hexpand">True</property> <property name="activates_default">True</property> <property name="digits">2</property> + <child internal-child="accessible"> + <object class="AtkObject" id="width-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="copydlg|extended_tip|width">Enter the amount by which you want to enlarge or reduce the width of the duplicate object.</property> + </object> + </child> </object> <packing> <property name="left_attach">1</property> @@ -381,6 +406,11 @@ <property name="hexpand">True</property> <property name="activates_default">True</property> <property name="digits">2</property> + <child internal-child="accessible"> + <object class="AtkObject" id="height-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="copydlg|extended_tip|height">Enter the amount by which you want to enlarge or reduce the height of the duplicate object.</property> + </object> + </child> </object> <packing> <property name="left_attach">1</property> @@ -465,10 +495,14 @@ <property name="hexpand">True</property> <property name="xalign">0</property> <property name="draw_indicator">True</property> - <property name="label" translatable="no"></property> <child> <placeholder/> </child> + <child internal-child="accessible"> + <object class="AtkObject" id="start-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="copydlg|extended_tip|start">Choose a color for the selected object.</property> + </object> + </child> </object> <packing> <property name="left_attach">1</property> @@ -483,10 +517,14 @@ <property name="hexpand">True</property> <property name="xalign">0</property> <property name="draw_indicator">True</property> - <property name="label" translatable="no"></property> <child> <placeholder/> </child> + <child internal-child="accessible"> + <object class="AtkObject" id="end-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="copydlg|extended_tip|end">Choose a color for the duplicate object. If you are making more than one copy, this color is applied to the last copy.</property> + </object> + </child> </object> <packing> <property name="left_attach">1</property> @@ -532,6 +570,11 @@ <child type="titlebar"> <placeholder/> </child> + <child internal-child="accessible"> + <object class="AtkObject" id="DuplicateDialog-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="copydlg|extended_tip|DuplicateDialog">Makes one or more copies of a selected object.</property> + </object> + </child> </object> <object class="GtkSizeGroup" id="sizegroup1"> <widgets> diff --git a/sd/uiconfig/sdraw/ui/crossfadedialog.ui b/sd/uiconfig/sdraw/ui/crossfadedialog.ui index 5c62b1d26991..d4d98b3e421a 100644 --- a/sd/uiconfig/sdraw/ui/crossfadedialog.ui +++ b/sd/uiconfig/sdraw/ui/crossfadedialog.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="sd"> <requires lib="gtk+" version="3.18"/> <object class="GtkAdjustment" id="adjustment1"> @@ -109,6 +109,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="orientation-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="crossfadedialog|extended_tip|orientation">Applies a smooth transition between the selected objects.</property> + </object> + </child> </object> <packing> <property name="left_attach">0</property> @@ -125,6 +130,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="attributes-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="crossfadedialog|extended_tip|attributes">Applies cross-fading to the line and fill properties of the selected objects.</property> + </object> + </child> </object> <packing> <property name="left_attach">0</property> @@ -152,6 +162,11 @@ <property name="can_focus">True</property> <property name="activates_default">True</property> <property name="adjustment">adjustment1</property> + <child internal-child="accessible"> + <object class="AtkObject" id="increments-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="crossfadedialog|extended_tip|increments">Enter the number of shapes you want between the two selected objects.</property> + </object> + </child> </object> <packing> <property name="left_attach">1</property> @@ -186,8 +201,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="CrossFadeDialog-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="crossfadedialog|extended_tip|CrossFadeDialog">Creates shapes and distributes them by uniform increments between two drawing objects.</property> + </object> + </child> </object> </interface> diff --git a/sd/uiconfig/sdraw/ui/dlgsnap.ui b/sd/uiconfig/sdraw/ui/dlgsnap.ui index f6fd30546e85..cee2caf88bc6 100644 --- a/sd/uiconfig/sdraw/ui/dlgsnap.ui +++ b/sd/uiconfig/sdraw/ui/dlgsnap.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="sd"> <requires lib="gtk+" version="3.18"/> <object class="GtkImage" id="image1"> @@ -41,6 +41,11 @@ <property name="can_focus">True</property> <property name="receives_default">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="dlgsnap|extended_tip|delete">Deletes the selected snap point or snap line.</property> + </object> + </child> </object> <packing> <property name="expand">False</property> @@ -131,6 +136,11 @@ <property name="can_focus">True</property> <property name="activates_default">True</property> <property name="digits">2</property> + <child internal-child="accessible"> + <object class="AtkObject" id="x-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="dlgsnap|extended_tip|x">Enter the amount of space you want between the snap point or line and the left edge of the page.</property> + </object> + </child> </object> <packing> <property name="left_attach">1</property> @@ -143,6 +153,11 @@ <property name="can_focus">True</property> <property name="activates_default">True</property> <property name="digits">2</property> + <child internal-child="accessible"> + <object class="AtkObject" id="y-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="dlgsnap|extended_tip|y">Enter the amount of space you want between the snap point or line and the top edge of the page.</property> + </object> + </child> </object> <packing> <property name="left_attach">1</property> @@ -226,6 +241,11 @@ <property name="always_show_image">True</property> <property name="active">True</property> <property name="draw_indicator">True</property> + <child internal-child="accessible"> + <object class="AtkObject" id="point-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="dlgsnap|extended_tip|point">Inserts a snap point.</property> + </object> + </child> </object> <packing> <property name="expand">False</property> @@ -245,6 +265,11 @@ <property name="always_show_image">True</property> <property name="draw_indicator">True</property> <property name="group">point</property> + <child internal-child="accessible"> + <object class="AtkObject" id="vert-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="dlgsnap|extended_tip|vert">Inserts a vertical snap line.</property> + </object> + </child> </object> <packing> <property name="expand">False</property> @@ -264,6 +289,11 @@ <property name="always_show_image">True</property> <property name="draw_indicator">True</property> <property name="group">point</property> + <child internal-child="accessible"> + <object class="AtkObject" id="horz-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="dlgsnap|extended_tip|horz">Inserts a horizontal snap line.</property> + </object> + </child> </object> <packing> <property name="expand">False</property> @@ -307,8 +337,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="SnapObjectDialog-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="dlgsnap|extended_tip|SnapObjectDialog">Inserts a snap point or snap line (also known as guide) that you can use to quickly align objects.</property> + </object> + </child> </object> </interface> diff --git a/sd/uiconfig/sdraw/ui/insertlayer.ui b/sd/uiconfig/sdraw/ui/insertlayer.ui index 206c09caa91c..2c824be0977f 100644 --- a/sd/uiconfig/sdraw/ui/insertlayer.ui +++ b/sd/uiconfig/sdraw/ui/insertlayer.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="sd"> <requires lib="gtk+" version="3.18"/> <object class="GtkDialog" id="InsertLayerDialog"> @@ -98,6 +98,11 @@ <property name="can_focus">True</property> <property name="activates_default">True</property> <property name="width_chars">54</property> + <child internal-child="accessible"> + <object class="AtkObject" id="name-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="insertlayer|extended_tip|name">Enter a name for the new layer.</property> + </object> + </child> </object> </child> </object> @@ -138,6 +143,11 @@ <property name="can_focus">True</property> <property name="activates_default">True</property> <property name="width_chars">54</property> + <child internal-child="accessible"> + <object class="AtkObject" id="title-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="insertlayer|extended_tip|title">Enter the title of the layer.</property> + </object> + </child> </object> </child> </object> @@ -189,6 +199,11 @@ <property name="can_focus">True</property> <property name="hexpand">True</property> <property name="vexpand">True</property> + <child internal-child="accessible"> + <object class="AtkObject" id="textview-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="insertlayer|extended_tip|textview">Enter a description of the layer.</property> + </object> + </child> </object> </child> </object> @@ -222,6 +237,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="visible-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="insertlayer|extended_tip|visible">Show or hide the layer.</property> + </object> + </child> </object> <packing> <property name="expand">False</property> @@ -238,6 +258,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="printable-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="insertlayer|extended_tip|printable">When printing, print or ignore this particular layer.</property> + </object> + </child> </object> <packing> <property name="expand">False</property> @@ -254,6 +279,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="locked-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="insertlayer|extended_tip|locked">Prevent elements on the layer from being edited.</property> + </object> + </child> </object> <packing> <property name="expand">False</property> @@ -275,8 +305,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="InsertLayerDialog-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="insertlayer|extended_tip|InsertLayerDialog">Inserts a new layer in the document. Layers are only available in Draw, not in Impress.</property> + </object> + </child> </object> </interface> diff --git a/sd/uiconfig/sdraw/ui/insertslidesdialog.ui b/sd/uiconfig/sdraw/ui/insertslidesdialog.ui index 8b27da390f02..6f46ba426dfd 100644 --- a/sd/uiconfig/sdraw/ui/insertslidesdialog.ui +++ b/sd/uiconfig/sdraw/ui/insertslidesdialog.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="sd"> <requires lib="gtk+" version="3.18"/> <object class="GtkTreeStore" id="liststore1"> @@ -18,9 +18,6 @@ <property name="title" translatable="yes" context="insertslidesdialog|InsertSlidesDialog">Insert Slides/Objects</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> @@ -100,6 +97,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="backgrounds-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="insertslidesdialog|extended_tip|backgrounds">Unused master pages are not inserted.</property> + </object> + </child> </object> <packing> <property name="left_attach">0</property> @@ -115,6 +117,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="links-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="insertslidesdialog|extended_tip|links">Inserts a file or some file elements as a link that is automatically updated when the source file is modified.</property> + </object> + </child> </object> <packing> <property name="left_attach">0</property> @@ -138,7 +145,6 @@ <property name="vexpand">True</property> <property name="model">liststore1</property> <property name="headers_visible">False</property> - <property name="show_expanders">True</property> <property name="search_column">1</property> <property name="enable_tree_lines">True</property> <child internal-child="selection"> @@ -183,5 +189,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/sd/uiconfig/sdraw/ui/vectorize.ui b/sd/uiconfig/sdraw/ui/vectorize.ui index 4bc9fecd61a9..1bf2af48f662 100644 --- a/sd/uiconfig/sdraw/ui/vectorize.ui +++ b/sd/uiconfig/sdraw/ui/vectorize.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="sd"> <requires lib="gtk+" version="3.18"/> <object class="GtkAdjustment" id="adjustment1"> @@ -47,6 +47,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="preview-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="vectorize|extended_tip|preview">Previews the converted image without applying the changes.</property> + </object> + </child> </object> <packing> <property name="expand">False</property> @@ -133,6 +138,11 @@ <property name="can_focus">True</property> <property name="activates_default">True</property> <property name="adjustment">adjustment1</property> + <child internal-child="accessible"> + <object class="AtkObject" id="colors-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="vectorize|extended_tip|colors">Enter the number of colors to be displayed in the converted image. %PRODUCTNAME generates a polygon for each occurrence of a color in the image.</property> + </object> + </child> </object> <packing> <property name="left_attach">1</property> @@ -159,6 +169,11 @@ <property name="can_focus">True</property> <property name="activates_default">True</property> <property name="adjustment">adjustment2</property> + <child internal-child="accessible"> + <object class="AtkObject" id="points-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="vectorize|extended_tip|points">Removes color polygons that are smaller than the pixel value you enter.</property> + </object> + </child> </object> <packing> <property name="left_attach">1</property> @@ -187,6 +202,11 @@ <property name="can_focus">True</property> <property name="activates_default">True</property> <property name="adjustment">adjustment3</property> + <child internal-child="accessible"> + <object class="AtkObject" id="tiles-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="vectorize|extended_tip|tiles">Enter the size of the rectangle for the background fill.</property> + </object> + </child> </object> <packing> <property name="left_attach">1</property> @@ -202,6 +222,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="fillholes-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="vectorize|extended_tip|fillholes">Fills the color gaps caused by applying a point reduction.</property> + </object> + </child> </object> <packing> <property name="left_attach">0</property> @@ -336,8 +361,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="VectorizeDialog-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="vectorize|extended_tip|VectorizeDialog">Converts the selected object to a polygon (a closed object bounded by straight lines).</property> + </object> + </child> </object> </interface> |