keepassxc/src/gui/masterkey
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
..
KeyComponentWidget.cpp Fix double password edit field 2019-04-02 22:32:48 +02:00
KeyComponentWidget.h Code formatting 2019-05-19 18:21:34 -04:00
KeyComponentWidget.ui Add a new database settings wizard 2018-09-25 21:12:47 +02:00
KeyFileEditWidget.cpp Restore correct formatting 2018-11-28 18:29:15 -05:00
KeyFileEditWidget.h Restore correct formatting 2018-11-28 18:29:15 -05:00
KeyFileEditWidget.ui Improve accessibility (#3409) 2019-08-30 20:18:41 -04:00
PasswordEditWidget.cpp Redesign database unlock widget. (#3287) 2019-06-22 18:00:31 +02:00
PasswordEditWidget.h Fix database master key dirtying 2019-03-30 21:31:32 -04:00
PasswordEditWidget.ui Improve accessibility (#3409) 2019-08-30 20:18:41 -04:00
YubiKeyEditWidget.cpp Fix Yubikey detection in Database Settings/Wizard 2019-02-05 16:09:17 -05:00
YubiKeyEditWidget.h Fix Yubikey detection in Database Settings/Wizard 2019-02-05 16:09:17 -05:00
YubiKeyEditWidget.ui Improve accessibility (#3409) 2019-08-30 20:18:41 -04:00