Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-07-14Optimize includes across code basepeter
2021-02-22Additional Auto-Type improvements based on PR feedbackJonathan White
2021-02-22Overhaul Auto-Type Action HandlingJonathan White
2021-02-22Improve Auto-Type Select DialogJonathan White
2020-12-14Move global shortcut handling into OSUtils (#5566)Jonathan White
2020-07-22Add option to Auto-Type just the username/passwordAnees Ahmed
2020-07-06macOS: Fix hiding window after using database unlock dialogvarjolintu
2019-05-12Fix global Auto-Type when database lockedJonathan White
2018-11-22Refactor Database and Database widgets (#2491)Janek Bevendorff
2018-03-31Formatting the code.Louis-Bertrand Varin
2018-03-31Add ClangFormat exceptionsLouis-Bertrand Varin
2018-03-10Fix inconsistent mutex unlocking due to double slot execution, fixes #1561Janek Bevendorff
2018-02-05relock database after successful autotypethez3ro
2018-02-05convert inAutoType from boolean block to QMutexthez3ro
2018-02-05refactor autotype sequences and entry-point functionsthez3ro
2018-02-05add support for multiple autotype sequence, fix #559thez3ro
2018-01-03improve regex filteringthez3ro
2018-01-03rename to executeAutoTypethez3ro
2018-01-03fix codestylethez3ro
2018-01-03add test for syntax checkingthez3ro
2018-01-03add a method to perform the autotype sequence showing graphical dialogsMarco
2018-01-03fix typoMarco
2018-01-03extract syntax checking methods as static methods to the Autotype classMarco
2017-11-20Focus database unlock dialog on macOS, fix #1023Weslly
2017-06-14Update and fix copyright headersthez3ro
2017-05-14Compare window title with entry URLs during autotype matching. (#556)Jens Rutschmann
2017-03-10Replace Q_EMIT, Q_SIGNALS and Q_SLOTS macros with MOC keywordsJanek Bevendorff
2016-11-05Add delay feature to autotype (#77)Jonathan White
2015-09-12Make C++11 mandatory.Felix Geyer
2013-12-02Make sure the remapping keycode is reset to NoSymbol.Felix Geyer
2013-10-03Drop Qt module name from include statements.Felix Geyer
2012-11-02Move initial auto-type timeout to plugins.Florian Geyer
2012-11-02More auto-type tests.Florian Geyer
2012-10-28Add infrastructure for auto-type tests.Felix Geyer
2012-07-23Move autoTypeSequence() and windowMatches() to the AutoType class.Felix Geyer
2012-07-22Implement global auto-type dialog.Felix Geyer
2012-07-18Support proper plugin finding.Felix Geyer
2012-07-14Make AutoType::performGlobalAutoType() a slot.Felix Geyer
2012-07-13Add initial auto-type implementation.Felix Geyer