keepassxc/src/autotype
Michal 7592f40de2 Some Python code improvements (#2264)
* Usage of "enumerate()" with start parameter
* Use the with keyword when dealing with file objects
According to: https://docs.python.org/3.6/tutorial/inputoutput.html
* String format using ".format()"
* Chained comparisons are faster than using the "and" operator
2018-09-02 18:31:00 -04:00
..
mac Add AppVeyor support (#1380) 2018-06-10 18:16:30 -04:00
test Merge branch 'master' into develop 2018-05-07 23:24:30 -04:00
windows Merge branch 'master' into develop 2018-05-07 23:24:30 -04:00
xcb Some Python code improvements (#2264) 2018-09-02 18:31:00 -04:00
AutoType.cpp Add advanced password generator features (#1841) 2018-06-10 22:37:09 -04:00
AutoType.h Formatting the code. 2018-03-31 16:01:30 -04:00
AutoTypeAction.cpp Formatting the code. 2018-03-31 16:01:30 -04:00
AutoTypeAction.h Formatting the code. 2018-03-31 16:01:30 -04:00
AutoTypePlatformPlugin.h Merge branch 'master' into develop 2018-05-07 23:24:30 -04:00
AutoTypeSelectDialog.cpp Formatting the code. 2018-03-31 16:01:30 -04:00
AutoTypeSelectDialog.h relock database after successful autotype 2018-02-05 20:12:24 +01:00
AutoTypeSelectView.cpp Formatting the code. 2018-03-31 16:01:30 -04:00
AutoTypeSelectView.h add support for multiple autotype sequence, fix #559 2018-02-04 23:13:15 +01:00
CMakeLists.txt Add autotype library linking 2017-01-02 22:25:36 -05:00
ShortcutWidget.cpp Formatting the code. 2018-03-31 16:01:30 -04:00
ShortcutWidget.h Make C++11 mandatory. 2015-09-12 13:55:50 +02:00
WildcardMatcher.cpp Formatting the code. 2018-03-31 16:01:30 -04:00
WildcardMatcher.h Drop Qt module name from include statements. 2013-10-03 15:18:16 +02:00
WindowSelectComboBox.cpp Drop Qt module name from include statements. 2013-10-03 15:18:16 +02:00
WindowSelectComboBox.h Make C++11 mandatory. 2015-09-12 13:55:50 +02:00