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

Caolán McNamara caolanm at redhat.com
Thu Nov 21 06:15:58 PST 2013


 chart2/uiconfig/ui/tp_AxisPositions.ui |   24 +++++++++++++++++++++++-
 1 file changed, 23 insertions(+), 1 deletion(-)

New commits:
commit 4d6a248ca3f99c961e204b3fd66372501eb3872d
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Thu Nov 21 14:15:21 2013 +0000

    replicate original a11y relations within .ui
    
    Change-Id: Id079d9c1a00a01b62c8cc02e061380857e835d2c

diff --git a/chart2/uiconfig/ui/tp_AxisPositions.ui b/chart2/uiconfig/ui/tp_AxisPositions.ui
index a8ce21f..738b5e7 100644
--- a/chart2/uiconfig/ui/tp_AxisPositions.ui
+++ b/chart2/uiconfig/ui/tp_AxisPositions.ui
@@ -2,7 +2,6 @@
 <interface>
   <!-- interface-requires gtk+ 3.0 -->
   <!-- interface-requires LibreOffice 1.0 -->
-  <object class="GtkListStore" id="liststoreEDT_CROSSES_OTHER_AXIS_AT_CATEGORY"/>
   <object class="GtkBox" id="tp_AxisPositions">
     <property name="visible">True</property>
     <property name="can_focus">False</property>
@@ -39,6 +38,7 @@
                         <property name="xalign">0</property>
                         <property name="label" translatable="yes">_Cross other axis at</property>
                         <property name="use_underline">True</property>
+                        <property name="mnemonic_widget">LB_CROSSES_OTHER_AXIS_AT</property>
                       </object>
                       <packing>
                         <property name="expand">False</property>
@@ -214,6 +214,7 @@
                         <property name="xalign">0</property>
                         <property name="label" translatable="yes">_Distance</property>
                         <property name="use_underline">True</property>
+                        <property name="mnemonic_widget">EDT_AXIS_LABEL_DISTANCE</property>
                       </object>
                       <packing>
                         <property name="expand">False</property>
@@ -291,6 +292,10 @@
                         <property name="can_focus">False</property>
                         <property name="xalign">0</property>
                         <property name="label" translatable="yes">Major:</property>
+                        <accessibility>
+                          <relation type="label-for" target="CB_TICKS_INNER"/>
+                          <relation type="label-for" target="CB_TICKS_OUTER"/>
+                        </accessibility>
                       </object>
                       <packing>
                         <property name="left_attach">0</property>
@@ -305,6 +310,10 @@
                         <property name="can_focus">False</property>
                         <property name="xalign">0</property>
                         <property name="label" translatable="yes">Minor:</property>
+                        <accessibility>
+                          <relation type="label-for" target="CB_MINOR_INNER"/>
+                          <relation type="label-for" target="CB_MINOR_OUTER"/>
+                        </accessibility>
                       </object>
                       <packing>
                         <property name="left_attach">0</property>
@@ -322,6 +331,9 @@
                         <property name="use_underline">True</property>
                         <property name="xalign">0</property>
                         <property name="draw_indicator">True</property>
+                        <accessibility>
+                          <relation type="labelled-by" target="FT_MAJOR"/>
+                        </accessibility>
                       </object>
                       <packing>
                         <property name="left_attach">1</property>
@@ -339,6 +351,9 @@
                         <property name="use_underline">True</property>
                         <property name="xalign">0</property>
                         <property name="draw_indicator">True</property>
+                        <accessibility>
+                          <relation type="labelled-by" target="FT_MAJOR"/>
+                        </accessibility>
                       </object>
                       <packing>
                         <property name="left_attach">2</property>
@@ -356,6 +371,9 @@
                         <property name="use_underline">True</property>
                         <property name="xalign">0</property>
                         <property name="draw_indicator">True</property>
+                        <accessibility>
+                          <relation type="labelled-by" target="FT_MINOR"/>
+                        </accessibility>
                       </object>
                       <packing>
                         <property name="left_attach">1</property>
@@ -373,6 +391,9 @@
                         <property name="use_underline">True</property>
                         <property name="xalign">0</property>
                         <property name="draw_indicator">True</property>
+                        <accessibility>
+                          <relation type="labelled-by" target="FT_MINOR"/>
+                        </accessibility>
                       </object>
                       <packing>
                         <property name="left_attach">2</property>
@@ -400,6 +421,7 @@
                         <property name="xalign">0</property>
                         <property name="label" translatable="yes">Place _marks</property>
                         <property name="use_underline">True</property>
+                        <property name="mnemonic_widget">LB_PLACE_TICKS</property>
                       </object>
                       <packing>
                         <property name="expand">False</property>


More information about the Libreoffice-commits mailing list