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
2018-01-06Fix auto-type regression when using {delay=x}Weslly
2018-01-03Remove minus since it's an invalid literalthez3ro
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-03add support for custom commands. all autotype tests are getting passed nowMarco
2018-01-03move autotype syntax warning and error dialogs from AutoType to DatabaseWidge...Marco
2018-01-03fix for loops now have diffrent variables. dont know why it worked beforeMarco
2018-01-03fix commentsMarco
2018-01-03fix syntax errorthez3ro
2018-01-03create message boxes for saving editing autotypes statements, fix multiple me...Marco
2018-01-03fix typoMarco
2018-01-03extract syntax checking methods as static methods to the Autotype classMarco
2018-01-03Extended autotype syntax to allow all things in keepass2Marco
2018-01-03check autotype syntax, high repetion, reformat codeMarco
2018-01-03:bug: #216 add warning on long autotypes, enable user and pw repetitionMarco
2017-11-20Focus database unlock dialog on macOS, fix #1023Weslly
2017-10-23AutoType: resolve placeholders for title in window associationsfrostasm
2017-10-21Improve building of macOS targetAdolfo E. GarcĂ­a
2017-07-01Merge branch 'release/2.2.1' into developJanek Bevendorff
2017-07-01fix X11 auto-typeBenoit Pierre
2017-06-29Add UI to configure default auto-type delayToni Spets
2017-06-29Make default auto-type delay of 25ms overridable with {DELAY=X}Toni Spets
2017-06-29Split auto-type title and URL matching into separate optionsToni Spets
2017-06-14Update and fix copyright headersthez3ro
2017-05-14Merge branch 'develop' into feature/allow-disable-app-bundleYen Chi Hsuan
2017-05-14Allow disabling .app bundles on MacYen Chi Hsuan
2017-05-14Compare window title with entry URLs during autotype matching. (#556)Jens Rutschmann
2017-05-07Added small delays to autotype on LinuxJonathan White
2017-05-04Add TOTP supportWeslly
2017-04-28Fix compile issue on OSX El CapitanWeslly
2017-04-20Fix OSX El Capitan compilation issueWeslly
2017-04-09Merge pull request #427 from weslly/feature/autotype-clearfieldJonathan White
2017-04-09Implement support for auto-type {{} and {}}Weslly
2017-04-08Change windows clearfield key sequence to avoid keyboard layout errorsWeslly
2017-04-08Change auto-type sequence on mac to support other keyboard layoutsWeslly
2017-04-08support different keyboard layoutthez3ro
2017-04-08More accurate hotkey sequenceWeslly
2017-04-08use QT key instead of native onesthez3ro
2017-04-08Use AutoTypePlatformWin::sendKey instead of creating a new functionWeslly
2017-04-08Add command modifier support for AutoTypePlatformMac::sendKeyWeslly
2017-04-08Add auto-type {CLEARFIELD} on XCBthez3ro
2017-04-08Add auto-type {CLEARFIELD} on WindowsWeslly
2017-04-08Rename ClearField keypress helper functionWeslly
2017-04-08Add auto-type {CLEARFIELD} on macWeslly
2017-03-10Replace Q_EMIT, Q_SIGNALS and Q_SLOTS macros with MOC keywordsJanek Bevendorff
2017-03-05Add feature to handle references, resolves #75Ryan Matthews
2017-02-08use space from XCB KeySymthez3ro