[Libreoffice-commits] core.git: cui/uiconfig

Olivier Hallot (via logerrit) logerrit at kemper.freedesktop.org
Fri Aug 21 16:02:08 UTC 2020


 cui/uiconfig/ui/optgeneralpage.ui |   29 +++++++++++++++++++++++++++--
 1 file changed, 27 insertions(+), 2 deletions(-)

New commits:
commit bcf5469ee5aa74434aa5763059a78807e5e4c54f
Author:     Olivier Hallot <olivier.hallot at libreoffice.org>
AuthorDate: Wed Jul 29 18:54:14 2020 -0300
Commit:     Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
CommitDate: Fri Aug 21 18:01:20 2020 +0200

    tdf#118148 Extended tips for optgeneralpage.ui
    
    help file extracted: shared/text/optionen/01010600.xhp
    
    relevant translation hooks (parid's):
    
    ------8< ------
    <?xml version="1.0" encoding="UTF-8"?>
    <nodes>
      <bookmark>cui/ui/optgeneralpage/OptGeneralPage</bookmark>
      <bookmark>cui/ui/optgeneralpage/@@nowidget@@</bookmark>
      <nodeahelp>
        <parid>par_id3150085</parid>
        <hid>cui/ui/optgeneralpage/OptGeneralPage</hid>
        <contents>Specifies the general settings for %PRODUCTNAME.</contents>
      </nodeahelp>
      <bookmark>cui/ui/optgeneralpage/exthelp</bookmark>
      <nodeahelp>
        <parid>par_idN106FA</parid>
        <hid>cui/ui/optgeneralpage/exthelp</hid>
        <contents>Displays a help text when you rest the cursor on an icon, a menu command, or a control on a dialog.</contents>
      </nodeahelp>
      <bookmark>cui/ui/optgeneralpage/docstatus</bookmark>
      <nodeahelp>
        <parid>par_id3145800</parid>
        <hid>cui/ui/optgeneralpage/docstatus</hid>
        <contents>Specifies whether the printing of the document counts as a modification.</contents>
      </nodeahelp>
      <bookmark>cui/ui/optgeneralpage/year</bookmark>
      <nodeahelp>
        <parid>par_id3147530</parid>
        <hid>cui/ui/optgeneralpage/year</hid>
        <contents>Defines a date range, within which the system recognizes a two-digit year.</contents>
      </nodeahelp>
      <nodeahelp>
        <parid>par_id3167530</parid>
        <hid>cui/ui/optgeneralpage/collectusageinfo</hid>
        <contents>Send usage data to help The Document Foundation improve the software usability.</contents>
      </nodeahelp>
    </nodes>
    -------8<-------
    
    Change-Id: I83dfa9ed7e7905529bff317b2e4657ea2150a5b8
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99754
    Tested-by: Jenkins
    Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>

diff --git a/cui/uiconfig/ui/optgeneralpage.ui b/cui/uiconfig/ui/optgeneralpage.ui
index b4c01cdbf9a9..8cdbb1436fb2 100644
--- a/cui/uiconfig/ui/optgeneralpage.ui
+++ b/cui/uiconfig/ui/optgeneralpage.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="GtkAdjustment" id="adjustment1">
@@ -39,6 +39,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="exthelp-atkobject">
+                        <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip | exthelp">Displays a help text when you rest the cursor on an icon, a menu command, or a control on a dialog.</property>
+                      </object>
+                    </child>
                   </object>
                   <packing>
                     <property name="left_attach">0</property>
@@ -221,6 +226,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="docstatus-atkobject">
+                    <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip | docstatus">Specifies whether the printing of the document counts as a modification.</property>
+                  </object>
+                </child>
               </object>
             </child>
           </object>
@@ -278,6 +288,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="year-atkobject">
+                        <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip | year">Defines a date range, within which the system recognizes a two-digit year.</property>
+                      </object>
+                    </child>
                   </object>
                   <packing>
                     <property name="left_attach">1</property>
@@ -341,6 +356,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="collectusageinfo-atkobject">
+                        <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip | collectusageinfo">Send usage data to help The Document Foundation improve the software usability.</property>
+                      </object>
+                    </child>
                   </object>
                   <packing>
                     <property name="left_attach">0</property>
@@ -468,8 +488,8 @@
                 <property name="row_spacing">6</property>
                 <child>
                   <object class="GtkButton" id="assocfiles">
-                    <property name="visible">True</property>
                     <property name="label" translatable="yes" context="optgeneralpage|fileassoc">Windows Default apps</property>
+                    <property name="visible">True</property>
                     <property name="can_focus">True</property>
                     <property name="receives_default">False</property>
                     <property name="no_show_all">True</property>
@@ -500,5 +520,10 @@
         <property name="top_attach">7</property>
       </packing>
     </child>
+    <child internal-child="accessible">
+      <object class="AtkObject" id="OptGeneralPage-atkobject">
+        <property name="AtkObject::accessible-description" translatable="yes" context="extended_tip | OptGeneralPage">Specifies the general settings for %PRODUCTNAME.</property>
+      </object>
+    </child>
   </object>
 </interface>


More information about the Libreoffice-commits mailing list