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 /vcl/uiconfig | |
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 'vcl/uiconfig')
-rw-r--r-- | vcl/uiconfig/ui/moreoptionsdialog.ui | 13 | ||||
-rw-r--r-- | vcl/uiconfig/ui/printdialog.ui | 148 |
2 files changed, 153 insertions, 8 deletions
diff --git a/vcl/uiconfig/ui/moreoptionsdialog.ui b/vcl/uiconfig/ui/moreoptionsdialog.ui index 4247fae4ab7a..d6987ff119d2 100644 --- a/vcl/uiconfig/ui/moreoptionsdialog.ui +++ b/vcl/uiconfig/ui/moreoptionsdialog.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="vcl"> <requires lib="gtk+" version="3.18"/> <object class="GtkDialog" id="MoreOptionsDialog"> @@ -10,9 +10,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="box"> <property name="can_focus">False</property> @@ -74,6 +71,11 @@ <property name="receives_default">False</property> <property name="use_underline">True</property> <property name="draw_indicator">True</property> + <child internal-child="accessible"> + <object class="AtkObject" id="singlejobs-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="moreoptionsdialog|extended_tip|singlejobs">Check to not rely on the printer to create collated copies but create a print job for each copy instead.</property> + </object> + </child> </object> <packing> <property name="expand">False</property> @@ -90,5 +92,8 @@ </child> </object> </child> + <child type="titlebar"> + <placeholder/> + </child> </object> </interface> diff --git a/vcl/uiconfig/ui/printdialog.ui b/vcl/uiconfig/ui/printdialog.ui index 584454e2ab4f..8983716ddede 100644 --- a/vcl/uiconfig/ui/printdialog.ui +++ b/vcl/uiconfig/ui/printdialog.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="vcl"> <requires lib="gtk+" version="3.18"/> <object class="GtkAdjustment" id="adjustment1"> @@ -66,9 +66,6 @@ <property name="default_width">0</property> <property name="default_height">0</property> <property name="type_hint">dialog</property> - <child type="titlebar"> - <placeholder/> - </child> <child internal-child="vbox"> <object class="GtkBox" id="PrintDialogBox"> <property name="can_focus">False</property> @@ -101,6 +98,11 @@ <property name="receives_default">True</property> <property name="margin_right">10</property> <property name="use_underline">True</property> + <child internal-child="accessible"> + <object class="AtkObject" id="moreoptionsbtn-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="printdialog|extended_tip|moreoptionsbtn">In the More Options window you can set some additional options for the current print job.</property> + </object> + </child> </object> <packing> <property name="expand">False</property> @@ -171,6 +173,11 @@ <property name="events">GDK_STRUCTURE_MASK | GDK_SCROLL_MASK</property> <property name="tooltip_text" translatable="yes" context="printdialog|printpreview">Print preview</property> <property name="margin_right">6</property> + <child internal-child="accessible"> + <object class="AtkObject" id="preview-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="printdialog|extended_tip|preview">The preview shows how each sheet of paper will look. You can browse through all sheets of paper with the buttons below the preview.</property> + </object> + </child> </object> <packing> <property name="expand">True</property> @@ -216,6 +223,11 @@ <property name="receives_default">True</property> <property name="tooltip_text" translatable="yes" context="printdialog|forward">Next page</property> <property name="image">imgForward</property> + <child internal-child="accessible"> + <object class="AtkObject" id="forward-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="printdialog|extended_tip|forward">Shows preview of the next page.</property> + </object> + </child> </object> <packing> <property name="expand">False</property> @@ -243,6 +255,11 @@ <property name="can_focus">True</property> <property name="width_chars">3</property> <property name="text">1</property> + <child internal-child="accessible"> + <object class="AtkObject" id="pageedit-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="printdialog|extended_tip|pageedit">Enter the number of page to be shown in the preview.</property> + </object> + </child> </object> <packing> <property name="expand">False</property> @@ -258,6 +275,11 @@ <property name="receives_default">True</property> <property name="tooltip_text" translatable="yes" context="printdialog|backward">Previous page</property> <property name="image">imgBack</property> + <child internal-child="accessible"> + <object class="AtkObject" id="backward-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="printdialog|extended_tip|backward">Shows preview of the previous page.</property> + </object> + </child> </object> <packing> <property name="expand">False</property> @@ -304,6 +326,11 @@ <property name="use_underline">True</property> <property name="active">True</property> <property name="draw_indicator">True</property> + <child internal-child="accessible"> + <object class="AtkObject" id="previewbox-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="printdialog|extended_tip|previewbox">Turn on or off display of the print preview.</property> + </object> + </child> </object> <packing> <property name="expand">False</property> @@ -380,6 +407,11 @@ <object class="GtkComboBoxText" id="printersbox"> <property name="visible">True</property> <property name="can_focus">False</property> + <child internal-child="accessible"> + <object class="AtkObject" id="printersbox-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="printdialog|extended_tip|printersbox">The list box shows the installed printers. Click the printer to use for the current print job. Click the Properties button to change some of the printer properties.</property> + </object> + </child> </object> <packing> <property name="expand">False</property> @@ -415,6 +447,11 @@ <accessibility> <relation type="labelled-by" target="labelstatus"/> </accessibility> + <child internal-child="accessible"> + <object class="AtkObject" id="status-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="printdialog|extended_tip|status">Shows the availability of the selected printer.</property> + </object> + </child> </object> <packing> <property name="expand">False</property> @@ -429,6 +466,11 @@ <property name="can_focus">True</property> <property name="receives_default">True</property> <property name="halign">end</property> + <child internal-child="accessible"> + <object class="AtkObject" id="setup-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="printdialog|extended_tip|setup">Opens the Printer Properties dialog. The printer properties vary according to the printer that you select.</property> + </object> + </child> </object> <packing> <property name="expand">False</property> @@ -501,6 +543,11 @@ <property name="use_underline">True</property> <property name="active">True</property> <property name="draw_indicator">True</property> + <child internal-child="accessible"> + <object class="AtkObject" id="rbAllPages-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="printdialog|extended_tip|rbAllPages">Prints the entire document.</property> + </object> + </child> </object> <packing> <property name="left_attach">0</property> @@ -520,6 +567,11 @@ <property name="use_underline">True</property> <property name="draw_indicator">True</property> <property name="group">rbAllPages</property> + <child internal-child="accessible"> + <object class="AtkObject" id="rbRangePages-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="printdialog|extended_tip|rbRangePages">Prints only the pages or slides that you specify in the Pages box.</property> + </object> + </child> </object> <packing> <property name="left_attach">0</property> @@ -533,6 +585,11 @@ <property name="hexpand">True</property> <property name="activates_default">True</property> <property name="placeholder_text" translatable="yes" context="printdialog|pagerange">e.g.: 1, 3-5, 7, 9</property> + <child internal-child="accessible"> + <object class="AtkObject" id="pagerange-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="printdialog|extended_tip|pagerange">To print a range of pages, use a format like 3-6. To print single pages, use a format like 7;9;11. You can print a combination of page ranges and single pages, by using a format like 3-6;8;10;12.</property> + </object> + </child> </object> <packing> <property name="left_attach">1</property> @@ -651,6 +708,11 @@ <item translatable="yes" context="printdialog|liststore4">Print on both sides (duplex long edge)</item> <item translatable="yes" context="printdialog|liststore4">Print on both sides (duplex short edge)</item> </items> + <child internal-child="accessible"> + <object class="AtkObject" id="sidesbox-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="printdialog|extended_tip|sidesbox">If the printer is capable of duplex printing it's possible to choose between using only one side of the paper or both.</property> + </object> + </child> </object> <packing> <property name="left_attach">1</property> @@ -681,6 +743,11 @@ <property name="text">1</property> <property name="adjustment">adjustment2</property> <property name="value">1</property> + <child internal-child="accessible"> + <object class="AtkObject" id="copycount-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="printdialog|extended_tip|copycount">Enter the number of copies that you want to print.</property> + </object> + </child> </object> <packing> <property name="left_attach">1</property> @@ -711,6 +778,11 @@ <property name="halign">start</property> <property name="use_underline">True</property> <property name="draw_indicator">True</property> + <child internal-child="accessible"> + <object class="AtkObject" id="reverseorder-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="printdialog|extended_tip|reverseorder">Check to print pages in reverse order.</property> + </object> + </child> </object> <packing> <property name="left_attach">1</property> @@ -731,6 +803,11 @@ <property name="receives_default">False</property> <property name="use_underline">True</property> <property name="draw_indicator">True</property> + <child internal-child="accessible"> + <object class="AtkObject" id="collate-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="printdialog|extended_tip|collate">Preserves the page order of the original document.</property> + </object> + </child> </object> <packing> <property name="expand">False</property> @@ -858,6 +935,11 @@ <item translatable="yes" context="printdialog|liststore3">Portrait</item> <item translatable="yes" context="printdialog|liststore3">Landscape</item> </items> + <child internal-child="accessible"> + <object class="AtkObject" id="pageorientationbox-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="printdialog|extended_tip|pageorientationbox">Select the orientation of the paper.</property> + </object> + </child> </object> <packing> <property name="left_attach">1</property> @@ -869,6 +951,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="papersizebox-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="printdialog|extended_tip|papersizebox">Set the paper size you would like to use. The preview will show how the document would look on a paper of the given size.</property> + </object> + </child> </object> <packing> <property name="left_attach">1</property> @@ -910,6 +997,11 @@ <accessibility> <relation type="label-for" target="pagespersheetbox"/> </accessibility> + <child internal-child="accessible"> + <object class="AtkObject" id="pagespersheetbtn-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="printdialog|extended_tip|pagespersheetbtn">Print multiple pages per sheet of paper.</property> + </object> + </child> </object> <packing> <property name="expand">False</property> @@ -952,6 +1044,11 @@ <accessibility> <relation type="labelled-by" target="pagespersheetbtn"/> </accessibility> + <child internal-child="accessible"> + <object class="AtkObject" id="pagespersheetbox-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="printdialog|extended_tip|pagespersheetbox">Select how many pages to print per sheet of paper.</property> + </object> + </child> </object> <packing> <property name="left_attach">1</property> @@ -979,6 +1076,11 @@ <property name="text">1</property> <property name="adjustment">adjustment3</property> <property name="value">1</property> + <child internal-child="accessible"> + <object class="AtkObject" id="pagerows-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="printdialog|extended_tip|pagerows">Select number of rows.</property> + </object> + </child> </object> <packing> <property name="left_attach">1</property> @@ -1004,6 +1106,11 @@ <property name="text">1</property> <property name="adjustment">adjustment4</property> <property name="value">1</property> + <child internal-child="accessible"> + <object class="AtkObject" id="pagecols-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="printdialog|extended_tip|pagecols">Select number of columns.</property> + </object> + </child> </object> <packing> <property name="left_attach">3</property> @@ -1029,6 +1136,11 @@ <property name="activates_default">True</property> <property name="text">0</property> <property name="adjustment">adjustment5</property> + <child internal-child="accessible"> + <object class="AtkObject" id="pagemarginsb-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="printdialog|extended_tip|pagemarginsb">Select margin between individual pages on each sheet of paper.</property> + </object> + </child> </object> <packing> <property name="left_attach">1</property> @@ -1066,6 +1178,11 @@ <property name="activates_default">True</property> <property name="text">0</property> <property name="adjustment">adjustment6</property> + <child internal-child="accessible"> + <object class="AtkObject" id="sheetmarginsb-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="printdialog|extended_tip|sheetmarginsb">Select margin between the printed pages and paper edge.</property> + </object> + </child> </object> <packing> <property name="left_attach">1</property> @@ -1109,6 +1226,11 @@ <item translatable="yes" context="printdialog|liststore2">Top to bottom, then left</item> <item translatable="yes" context="printdialog|liststore2">Right to left, then down</item> </items> + <child internal-child="accessible"> + <object class="AtkObject" id="orderbox-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="printdialog|extended_tip|orderbox">Select order in which pages are to be printed.</property> + </object> + </child> </object> <packing> <property name="left_attach">1</property> @@ -1125,6 +1247,11 @@ <property name="halign">end</property> <property name="use_underline">True</property> <property name="draw_indicator">True</property> + <child internal-child="accessible"> + <object class="AtkObject" id="bordercb-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="printdialog|extended_tip|bordercb">Check to draw a border around each page.</property> + </object> + </child> </object> <packing> <property name="left_attach">0</property> @@ -1165,6 +1292,11 @@ <property name="tooltip_text" translatable="yes" context="printdialog|collationpreview">Collation preview</property> <property name="halign">center</property> <property name="valign">start</property> + <child internal-child="accessible"> + <object class="AtkObject" id="orderpreview-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="printdialog|extended_tip|orderpreview">Change the arrangement of pages to be printed on every sheet of paper. The preview shows how every final sheet of paper will look.</property> + </object> + </child> </object> <packing> <property name="left_attach">4</property> @@ -1272,6 +1404,14 @@ </child> </object> </child> + <child type="titlebar"> + <placeholder/> + </child> + <child internal-child="accessible"> + <object class="AtkObject" id="PrintDialog-atkobject"> + <property name="AtkObject::accessible-description" translatable="yes" context="printdialog|extended_tip|PrintDialog">Prints the current document, selection, or the pages that you specify. You can also set the print options for the current document.</property> + </object> + </child> </object> <object class="GtkSizeGroup" id="sizegroup1"> <widgets> |