Add accessible names to player controls
Add some alternate text to buttons, and make "tabbing" between the fields possible.
Activity
-
Newest first Oldest first
-
Show all activity Show comments only Show history only
- zorglub changed milestone to %0.8.5-test3
changed milestone to %0.8.5-test3
- Maintainer
Has anyone an idea how that's supposed to be done within wxWidgets ??
To Courmish: yes in wxwidgets, in the toolbar class you can give a label to each button and a flag when you create the toolbar to display or not the labels. That's the easy bit. Then you have the dimension problem and that's where i'm stuck. the tool bar is not in any sizer but if i add it there is a empty grey area which appears
(In [14902]) wx/interfaces.cpp: Add an option to display tool bar buton name. Warning hack inside. refs #495 (closed) close it for linux and win32
- zorglub changed title from wxWidgets/MacOSX Blind user compatibility to OSX Blind user compatibility
changed title from wxWidgets/MacOSX Blind user compatibility to OSX Blind user compatibility
- zorglub changed the description
changed the description
- zorglub added Component::Interface: macOS label
added Component::Interface: macOS label
- zorglub changed milestone to %0.8.5-final
changed milestone to %0.8.5-final
- hartman changed the description
changed the description
- hartman changed title from OSX Blind user compatibility to OS X Accessibility for the visually impaired
changed title from OSX Blind user compatibility to OS X Accessibility for the visually impaired
- Jean-Baptiste Kempf changed milestone to %0.9.2
changed milestone to %0.9.2
- Jean-Baptiste Kempf changed milestone to %Features paradize
changed milestone to %Features paradize
- ezufelt changed title from OS X Accessibility for the visually impaired to Add accessible names to player controls
changed title from OS X Accessibility for the visually impaired to Add accessible names to player controls
- Felix Paul Kühne assigned to @fkuehne and unassigned @hartman
- Felix Paul Kühne changed milestone to %2.1 features
changed milestone to %2.1 features
- Maintainer
commit ff3f75ba Author: Felix Paul Kühne fkuehne@videolan.org Date: Sat Aug 25 14:32:41 2012 +0200
macosx/MainWindow: add accessibility support to the customizable buttons (refs [#495](https://code.videolan.org/videolan/vlc/-/issues/495))
- Maintainer
commit 47152c86 Author: Felix Paul Kühne fkuehne@videolan.org Date: Sat Aug 25 14:32:09 2012 +0200
macosx/fspanel: add accessibility support (refs [#495](https://code.videolan.org/videolan/vlc/-/issues/495))
- Maintainer
commit 955997a2 Author: Felix Paul Kühne fkuehne@videolan.org Date: Sat Aug 25 14:15:05 2012 +0200
macosx/open: add accessibility support texts where needed (close [#495](https://code.videolan.org/videolan/vlc/-/issues/495))
- Felix Paul Kühne added Status::fixed label
added Status::fixed label
- Felix Paul Kühne closed
closed
- Maintainer
commit c386edbf Author: Felix Paul Kühne fkuehne@videolan.org Date: Sat Aug 25 13:53:05 2012 +0200
macosx: added accessibility support to the main window (refs [#495](https://code.videolan.org/videolan/vlc/-/issues/495))
- Maintainer
commit ae3ae490 Author: Felix Paul Kühne fkuehne@videolan.org Date: Sat Aug 25 15:02:05 2012 +0200
macosx: added NSAccessibilityTitleAttribute to buttons without a title (refs [#495](https://code.videolan.org/videolan/vlc/-/issues/495))