https://bugs.freedesktop.org/show_bug.cgi?id=87026
Bug ID: 87026
Summary: Move accessibility relations to .ui files
Product: LibreOffice
Version: unspecified
Hardware: Other
OS: All
Status: UNCONFIRMED
Severity: trivial
Priority: medium
Component: UI
Assignee: [email protected]
Reporter: [email protected]
Now that all LibO dialogs have been migrated to .ui format, accessibility
relations no longer need to be defined in C++ code and can be moved to .ui
files too. This needs a bit of code-reading skills and a bit of Glade-fu
Search for code such as:
foo->SetAccessibleName( bar)
foo->SetAccessibleRelationLabeledBy( bar )
foo->SetAccessibleRelationLabelFor( bar )
foo->SetAccessibleRelationMemberOf( bar )
and replace it in Glade by corresponding widget properties.
Sample commit:
http://cgit.freedesktop.org/libreoffice/core/commit/?id=759ae3c367f63ee006cfa8f4239ddcc1302b5879
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs