keepassxc/src/gui/group
Jonathan White 3b330ee2d1
Improve accessibility (#3409)
* Add application settings reset button
 - Corrects accessibility findings GP.2

* Use icons in addition to color to indicate password mismatch
 - Corrects accessibility finding CN.2

* Announce begin/end of list navigation
 - Corrects accessibility finding KF.4

* Fixes for keyboard navigation
 - Add Ctrl+F10 keyboard shortcut to show group/entry context menus. Fixes #3140
 - Improve movement between form fields

* Fix loading system-defined language in translator
 - Fixes #3202
 - Bypass built-in Qt loading of QLocale for translations. The order of loading languages doesn't consider all file names prior to moving to the next language in the list. This resulted in English being chosen no matter what language is the top priority.

* Improve message box defaults and fix documentation links

* Better support for screen readers

* Add accessible names on form fields

* Prevent changing values during settings widget scrolling
 - Add an event filter to combo boxes and spin boxes on the settings page to prevent the mouse wheel from changing the values without having focus
 - Add horizontal stretch to the security settings to make the spin boxes more manageable.
2019-08-30 20:18:41 -04:00
..
EditGroupWidget.cpp Add monospaced font option for Notes field 2019-06-28 22:23:57 -04:00
EditGroupWidget.h Correct issues with apply button 2019-04-07 19:12:45 -04:00
EditGroupWidgetMain.ui Improve accessibility (#3409) 2019-08-30 20:18:41 -04:00
GroupModel.cpp Add group sorting feature 2019-06-18 18:51:38 -04:00
GroupModel.h Add group sorting feature 2019-06-18 18:51:38 -04:00
GroupView.cpp Improve accessibility (#3409) 2019-08-30 20:18:41 -04:00
GroupView.h Improve accessibility (#3409) 2019-08-30 20:18:41 -04:00