summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorSamuel Thibault <sthibault@hypra.fr>2018-08-30 16:50:15 +0200
committerThorsten Behrens <Thorsten.Behrens@CIB.de>2018-08-31 03:01:24 +0200
commit5e1ab7e36bb38b217260bf1cc9aec2be7defe25e (patch)
treee5524d7f3fa516f6aff97940c79843d0e79f430a /extensions
parent6126de0363b070a914f06a1b853979317aa0a183 (diff)
Address data source wizard: fix most a11y warnings
Change-Id: I7992bee3cf88c670d932cd6d6873339ac5f0c104 Reviewed-on: https://gerrit.libreoffice.org/59817 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Diffstat (limited to 'extensions')
-rw-r--r--extensions/uiconfig/sabpilot/ui/contentfieldpage.ui3
-rw-r--r--extensions/uiconfig/sabpilot/ui/datasourcepage.ui8
-rw-r--r--extensions/uiconfig/sabpilot/ui/defaultfieldselectionpage.ui3
-rw-r--r--extensions/uiconfig/sabpilot/ui/fieldassignpage.ui6
-rw-r--r--extensions/uiconfig/sabpilot/ui/fieldlinkpage.ui3
-rw-r--r--extensions/uiconfig/sabpilot/ui/groupradioselectionpage.ui1
-rw-r--r--extensions/uiconfig/sabpilot/ui/invokeadminpage.ui6
-rw-r--r--extensions/uiconfig/sabpilot/ui/optiondbfieldpage.ui6
-rw-r--r--extensions/uiconfig/sabpilot/ui/optionsfinalpage.ui3
-rw-r--r--extensions/uiconfig/sabpilot/ui/optionvaluespage.ui4
-rw-r--r--extensions/uiconfig/sabpilot/ui/selecttablepage.ui3
-rw-r--r--extensions/uiconfig/sabpilot/ui/selecttypepage.ui6
-rw-r--r--extensions/uiconfig/sabpilot/ui/tableselectionpage.ui3
13 files changed, 54 insertions, 1 deletions
diff --git a/extensions/uiconfig/sabpilot/ui/contentfieldpage.ui b/extensions/uiconfig/sabpilot/ui/contentfieldpage.ui
index 12aab1d37e87..49d70a0b7c93 100644
--- a/extensions/uiconfig/sabpilot/ui/contentfieldpage.ui
+++ b/extensions/uiconfig/sabpilot/ui/contentfieldpage.ui
@@ -111,6 +111,9 @@
<property name="xalign">0</property>
<property name="yalign">0</property>
<property name="wrap">True</property>
+ <accessibility>
+ <role type="static"/>
+ </accessibility>
</object>
<packing>
<property name="expand">False</property>
diff --git a/extensions/uiconfig/sabpilot/ui/datasourcepage.ui b/extensions/uiconfig/sabpilot/ui/datasourcepage.ui
index 2fa96e874ff3..95bb17387650 100644
--- a/extensions/uiconfig/sabpilot/ui/datasourcepage.ui
+++ b/extensions/uiconfig/sabpilot/ui/datasourcepage.ui
@@ -19,6 +19,9 @@
Now, just enter the name under which you want to register the data source in %PRODUCTNAME.</property>
<property name="wrap">True</property>
<property name="max_width_chars">90</property>
+ <accessibility>
+ <role type="static"/>
+ </accessibility>
</object>
<packing>
<property name="left_attach">0</property>
@@ -154,7 +157,7 @@ Now, just enter the name under which you want to register the data source in %PR
<property name="xalign">0</property>
<property name="label" translatable="yes" context="datasourcepage|nameft">Address book name</property>
<property name="use_underline">True</property>
- <property name="mnemonic_widget">location</property>
+ <property name="mnemonic_widget">name</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -193,6 +196,9 @@ Now, just enter the name under which you want to register the data source in %PR
<property name="label" translatable="yes" context="datasourcepage|warning">Another data source already has this name. As data sources have to have globally unique names, you need to choose another one.</property>
<property name="wrap">True</property>
<property name="max_width_chars">90</property>
+ <accessibility>
+ <role type="static"/>
+ </accessibility>
</object>
<packing>
<property name="left_attach">0</property>
diff --git a/extensions/uiconfig/sabpilot/ui/defaultfieldselectionpage.ui b/extensions/uiconfig/sabpilot/ui/defaultfieldselectionpage.ui
index 57ff124e3575..05717b884d13 100644
--- a/extensions/uiconfig/sabpilot/ui/defaultfieldselectionpage.ui
+++ b/extensions/uiconfig/sabpilot/ui/defaultfieldselectionpage.ui
@@ -17,6 +17,9 @@
<property name="halign">start</property>
<property name="label" translatable="yes" context="defaultfieldselectionpage|label1">Should one option field be selected as a default?</property>
<property name="wrap">True</property>
+ <accessibility>
+ <role type="static"/>
+ </accessibility>
</object>
<packing>
<property name="expand">False</property>
diff --git a/extensions/uiconfig/sabpilot/ui/fieldassignpage.ui b/extensions/uiconfig/sabpilot/ui/fieldassignpage.ui
index dbd94f11c0d4..d86802f8f4a4 100644
--- a/extensions/uiconfig/sabpilot/ui/fieldassignpage.ui
+++ b/extensions/uiconfig/sabpilot/ui/fieldassignpage.ui
@@ -20,6 +20,9 @@ For instance, you could have stored the e-mail addresses in a field named "email
Click the button below to open another dialog where you can enter the settings for your data source.</property>
<property name="wrap">True</property>
<property name="max_width_chars">90</property>
+ <accessibility>
+ <role type="static"/>
+ </accessibility>
</object>
<packing>
<property name="left_attach">0</property>
@@ -53,6 +56,9 @@ Click the button below to open another dialog where you can enter the settings f
<property name="yalign">0</property>
<property name="wrap">True</property>
<property name="max_width_chars">90</property>
+ <accessibility>
+ <role type="static"/>
+ </accessibility>
</object>
<packing>
<property name="left_attach">0</property>
diff --git a/extensions/uiconfig/sabpilot/ui/fieldlinkpage.ui b/extensions/uiconfig/sabpilot/ui/fieldlinkpage.ui
index b95c8ebcb295..060893dacf12 100644
--- a/extensions/uiconfig/sabpilot/ui/fieldlinkpage.ui
+++ b/extensions/uiconfig/sabpilot/ui/fieldlinkpage.ui
@@ -19,6 +19,9 @@
<property name="label" translatable="yes" context="fieldlinkpage|desc">This is where you select fields with matching contents so that the value from the display field will be shown.</property>
<property name="wrap">True</property>
<property name="max_width_chars">90</property>
+ <accessibility>
+ <role type="static"/>
+ </accessibility>
</object>
<packing>
<property name="expand">False</property>
diff --git a/extensions/uiconfig/sabpilot/ui/groupradioselectionpage.ui b/extensions/uiconfig/sabpilot/ui/groupradioselectionpage.ui
index 1d00aa370d1f..a6a009fea364 100644
--- a/extensions/uiconfig/sabpilot/ui/groupradioselectionpage.ui
+++ b/extensions/uiconfig/sabpilot/ui/groupradioselectionpage.ui
@@ -285,6 +285,7 @@
<property name="yalign">0</property>
<property name="label" translatable="yes" context="groupradioselectionpage|label1">Which _names do you want to give the option fields?</property>
<property name="use_underline">True</property>
+ <property name="mnemonic_widget">radiolabels</property>
<property name="wrap">True</property>
<property name="max_width_chars">42</property>
</object>
diff --git a/extensions/uiconfig/sabpilot/ui/invokeadminpage.ui b/extensions/uiconfig/sabpilot/ui/invokeadminpage.ui
index fa7e70bc980a..e8d97f137c06 100644
--- a/extensions/uiconfig/sabpilot/ui/invokeadminpage.ui
+++ b/extensions/uiconfig/sabpilot/ui/invokeadminpage.ui
@@ -16,6 +16,9 @@
<property name="label" translatable="yes" context="invokeadminpage|label2">To set up the new data source, additional information is required.
Click the following button to open another dialog in which you then enter the necessary information.</property>
+ <accessibility>
+ <role type="static"/>
+ </accessibility>
<property name="wrap">True</property>
<property name="max_width_chars">90</property>
</object>
@@ -51,6 +54,9 @@ Click the following button to open another dialog in which you then enter the ne
Before you proceed, please check the settings made, or (on the previous page) choose another address data source type.</property>
<property name="wrap">True</property>
<property name="max_width_chars">90</property>
+ <accessibility>
+ <role type="static"/>
+ </accessibility>
</object>
<packing>
<property name="left_attach">0</property>
diff --git a/extensions/uiconfig/sabpilot/ui/optiondbfieldpage.ui b/extensions/uiconfig/sabpilot/ui/optiondbfieldpage.ui
index b0078378d546..80ba967b161f 100644
--- a/extensions/uiconfig/sabpilot/ui/optiondbfieldpage.ui
+++ b/extensions/uiconfig/sabpilot/ui/optiondbfieldpage.ui
@@ -20,6 +20,9 @@
<property name="xalign">0</property>
<property name="wrap">True</property>
<property name="max_width_chars">82</property>
+ <accessibility>
+ <role type="static"/>
+ </accessibility>
</object>
<packing>
<property name="expand">False</property>
@@ -33,6 +36,9 @@
<property name="can_focus">False</property>
<property name="halign">start</property>
<property name="label" translatable="yes" context="optiondbfieldpage|label1">Do you want to save the value in a database field?</property>
+ <accessibility>
+ <role type="static"/>
+ </accessibility>
</object>
<packing>
<property name="expand">False</property>
diff --git a/extensions/uiconfig/sabpilot/ui/optionsfinalpage.ui b/extensions/uiconfig/sabpilot/ui/optionsfinalpage.ui
index 1a5b151f72f5..d0b3e891439f 100644
--- a/extensions/uiconfig/sabpilot/ui/optionsfinalpage.ui
+++ b/extensions/uiconfig/sabpilot/ui/optionsfinalpage.ui
@@ -45,6 +45,9 @@
<property name="hexpand">True</property>
<property name="vexpand">True</property>
<property name="label" translatable="yes" context="optionsfinalpage|label2">These were all details needed to create the option group.</property>
+ <accessibility>
+ <role type="static"/>
+ </accessibility>
</object>
<packing>
<property name="expand">True</property>
diff --git a/extensions/uiconfig/sabpilot/ui/optionvaluespage.ui b/extensions/uiconfig/sabpilot/ui/optionvaluespage.ui
index 2facdc98d4aa..97c4fe5d856a 100644
--- a/extensions/uiconfig/sabpilot/ui/optionvaluespage.ui
+++ b/extensions/uiconfig/sabpilot/ui/optionvaluespage.ui
@@ -28,6 +28,9 @@
<property name="label" translatable="yes" context="optionvaluespage|label1">When you select an option, the option group is given a specific value.</property>
<property name="wrap">True</property>
<property name="max_width_chars">40</property>
+ <accessibility>
+ <role type="static"/>
+ </accessibility>
</object>
<packing>
<property name="expand">False</property>
@@ -44,6 +47,7 @@
<property name="xalign">0</property>
<property name="label" translatable="yes" context="optionvaluespage|label2">Which _value do you want to assign to each option?</property>
<property name="use_underline">True</property>
+ <property name="mnemonic_widget">optionvalue</property>
<property name="wrap">True</property>
<property name="max_width_chars">40</property>
</object>
diff --git a/extensions/uiconfig/sabpilot/ui/selecttablepage.ui b/extensions/uiconfig/sabpilot/ui/selecttablepage.ui
index 5e355943da45..2f7ff28a1fb7 100644
--- a/extensions/uiconfig/sabpilot/ui/selecttablepage.ui
+++ b/extensions/uiconfig/sabpilot/ui/selecttablepage.ui
@@ -17,6 +17,9 @@
Please select the one you mainly want to work with:</property>
<property name="wrap">True</property>
<property name="max_width_chars">90</property>
+ <accessibility>
+ <role type="static"/>
+ </accessibility>
</object>
<packing>
<property name="left_attach">0</property>
diff --git a/extensions/uiconfig/sabpilot/ui/selecttypepage.ui b/extensions/uiconfig/sabpilot/ui/selecttypepage.ui
index c08d2b5f6ff1..ea7fe130589b 100644
--- a/extensions/uiconfig/sabpilot/ui/selecttypepage.ui
+++ b/extensions/uiconfig/sabpilot/ui/selecttypepage.ui
@@ -18,6 +18,9 @@ This wizard helps you create the data source.</property>
<property name="max_width_chars">90</property>
<property name="xalign">0</property>
<property name="yalign">0</property>
+ <accessibility>
+ <role type="static"/>
+ </accessibility>
</object>
<packing>
<property name="left_attach">0</property>
@@ -163,6 +166,9 @@ This wizard helps you create the data source.</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="label" translatable="yes" context="selecttypepage|label1">Select the type of your external address book:</property>
+ <accessibility>
+ <role type="static"/>
+ </accessibility>
</object>
<packing>
<property name="left_attach">0</property>
diff --git a/extensions/uiconfig/sabpilot/ui/tableselectionpage.ui b/extensions/uiconfig/sabpilot/ui/tableselectionpage.ui
index 090028bd001c..878279d9572e 100644
--- a/extensions/uiconfig/sabpilot/ui/tableselectionpage.ui
+++ b/extensions/uiconfig/sabpilot/ui/tableselectionpage.ui
@@ -45,6 +45,9 @@ Please choose a data source and a table.
Please note that the settings made on this page will take effect immediately upon leaving the page.</property>
+ <accessibility>
+ <role type="static"/>
+ </accessibility>
<property name="wrap">True</property>
<property name="max_width_chars">45</property>
<property name="xalign">0</property>