svx/uiconfig/ui/fontnamebox.ui | 5 +++++ svx/uiconfig/ui/fontsizebox.ui | 15 ++++++++++----- 2 files changed, 15 insertions(+), 5 deletions(-)
New commits: commit 2bed82490cb644b7f8506858186183b761fd42ff Author: Michael Weghorn <[email protected]> AuthorDate: Fri Aug 30 16:11:54 2024 +0200 Commit: Michael Weghorn <[email protected]> CommitDate: Sat Aug 31 06:53:19 2024 +0200 a11y: Set a11y name for "Font Size" combobox With this in place, the Orca screen reader announces the "Font Size" combobox in the Writer formatting toolbar as such with qt6 VCL plugin on Linux, instead of just the current value without context. Change-Id: Ifa3d8ac40bdc5e62c37483ca908b61747ea3fbce Reviewed-on: https://gerrit.libreoffice.org/c/core/+/172660 Tested-by: Jenkins Reviewed-by: Michael Weghorn <[email protected]> diff --git a/svx/uiconfig/ui/fontsizebox.ui b/svx/uiconfig/ui/fontsizebox.ui index e93be2c95c8d..bc008a2eee8a 100644 --- a/svx/uiconfig/ui/fontsizebox.ui +++ b/svx/uiconfig/ui/fontsizebox.ui @@ -19,6 +19,11 @@ <property name="truncate-multiline">True</property> </object> </child> + <child internal-child="accessible"> + <object class="AtkObject" id="fontsizecombobox-atkobject"> + <property name="AtkObject::accessible-name" translatable="yes" context="fontsizebox|fontsizecombobox|accessible_name">Font Size</property> + </object> + </child> </object> <packing> <property name="expand">False</property> commit 73acd822e2666cc9242304147bff69b90fe70f0f Author: Michael Weghorn <[email protected]> AuthorDate: Fri Aug 30 16:11:05 2024 +0200 Commit: Michael Weghorn <[email protected]> CommitDate: Sat Aug 31 06:53:12 2024 +0200 svx: Resave fontsizebox.ui with glace 3.40 Change-Id: I1b4c19db902585fc0d5d68811450cd35d69f6d7e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/172659 Tested-by: Jenkins Reviewed-by: Michael Weghorn <[email protected]> diff --git a/svx/uiconfig/ui/fontsizebox.ui b/svx/uiconfig/ui/fontsizebox.ui index ff1625704040..e93be2c95c8d 100644 --- a/svx/uiconfig/ui/fontsizebox.ui +++ b/svx/uiconfig/ui/fontsizebox.ui @@ -1,22 +1,22 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- Generated with glade 3.22.1 --> +<!-- Generated with glade 3.40.0 --> <interface domain="svx"> <requires lib="gtk+" version="3.20"/> <object class="GtkBox" id="FontSizeBox"> <property name="visible">True</property> - <property name="can_focus">False</property> + <property name="can-focus">False</property> <property name="hexpand">True</property> <property name="spacing">6</property> <child> <object class="GtkComboBoxText" id="fontsizecombobox"> <property name="visible">True</property> - <property name="can_focus">False</property> + <property name="can-focus">False</property> <property name="hexpand">True</property> - <property name="has_entry">True</property> + <property name="has-entry">True</property> <child internal-child="entry"> <object class="GtkEntry"> + <property name="can-focus">True</property> <property name="truncate-multiline">True</property> - <property name="can_focus">True</property> </object> </child> </object> commit 52ca766e81d325f8af277a5f6081bb86aea74f2e Author: Michael Weghorn <[email protected]> AuthorDate: Fri Aug 30 15:50:14 2024 +0200 Commit: Michael Weghorn <[email protected]> CommitDate: Sat Aug 31 06:53:05 2024 +0200 a11y: Set a11y name for "Font Name" combobox With this in place, the Orca screen reader announces the "Font Name" combobox in the Writer formatting toolbar as such with qt6 VCL plugin on Linux, instead of just the current value without context. Change-Id: Idac70ea207a9c5e42836232d11654adf2057e5d7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/172658 Tested-by: Jenkins Reviewed-by: Michael Weghorn <[email protected]> diff --git a/svx/uiconfig/ui/fontnamebox.ui b/svx/uiconfig/ui/fontnamebox.ui index 9940eb41642b..ae0428723957 100644 --- a/svx/uiconfig/ui/fontnamebox.ui +++ b/svx/uiconfig/ui/fontnamebox.ui @@ -20,6 +20,11 @@ <property name="truncate-multiline">True</property> </object> </child> + <child internal-child="accessible"> + <object class="AtkObject" id="fontnamecombobox-atkobject"> + <property name="AtkObject::accessible-name" translatable="yes" context="fontnamebox|fontnamecombobox|accessible_name">Font Name</property> + </object> + </child> </object> <packing> <property name="expand">False</property>
