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
2017-10-24Ensure that YubiKey is only polled once, even if showEvent() is called twiceJanek Bevendorff
2017-10-21Use QSharedPointerJanek Bevendorff
2017-10-21Using QScopedPointerLouis-Bertrand Varin
2017-10-21Fix double warning display for database openLouis-Bertrand Varin
2017-10-09Both slots on Yubikey are now polled for challenge/responseJonathan White
2017-09-23Clear database open dialog before and after merging a database (#958)Jonathan White
2017-06-14Update and fix copyright headersthez3ro
2017-03-10Coding style fixesJanek Bevendorff
2017-02-24Show YubiKey message from MainWindow to ensure it's always shown when a chall...Janek Bevendorff
2017-02-24Show message when user needs to touch their YubiKey (still buggy when using m...Janek Bevendorff
2017-02-24Use QSharedPointer instead of cloning YkChallengeResponseKey and make it a QO...Janek Bevendorff
2017-02-21Allow opening of unprotected databases (but don't allow creating them)Janek Bevendorff
2017-02-21Only poll YubiKey for currently visible tabJanek Bevendorff
2017-02-21Force at least one encryption key (no more unencrypted databases)Janek Bevendorff
2017-02-21Hide UI elements when KeePassXC was compiled without -DWITH_XC_YUBIKEYJanek Bevendorff
2017-02-21Show busy indicator while scanning for YubiKeysJanek Bevendorff
2017-02-21Remember if challenge-response was used for each database and allow to re-det...Janek Bevendorff
2017-02-20Merge branch 'develop' into feature/yubikeyJanek Bevendorff
2017-02-17Merge branch 'release/2.1.2' into developJanek Bevendorff
2017-02-16Fix DatabaseOpenWidget alignment on Mac OS XJanek Bevendorff
2017-02-15Merge branch 'develop' into feature/yubikeyJanek Bevendorff
2017-02-10Replace MessageBox with MessageWidget in remaining classes.Pedro Alves
2017-02-10Replaced MessageBox dialogs with inline MessageWidget inPedro Alves
2017-01-15gui: Clear YubiKeys detected on each loadKyle Manna
2017-01-09gui: Add YubiKey support to widgetsKyle Manna
2016-11-26Force focus on password field, resolves #116 (#117)Janek Bevendorff
2016-11-24Fix minimize at startup and decouple various tray and minimization options (#...Janek Bevendorff
2016-09-30Display an error message when opening the database fails.Felix Geyer
2016-02-28Merge remote-tracking branch 'keepassx/master'Jonathan White
2016-02-08Merge branch '2.0'Felix Geyer
2016-01-31Allow opening databases that have no password and keyfile.Felix Geyer
2015-10-08Minimize-On-Startup: call configuredMinimizeWindow() function of MainWindow t...Frank Nießen
2015-09-12Make C++11 mandatory.Felix Geyer
2015-04-15Adjust coding style.Felix Geyer
2015-03-15Issue #270 - turning off key location memoryJoe Harvell
2014-12-02Correct handling of keyfile argument.Florian Geyer
2014-05-17Correct tr-calls.Florian Geyer
2014-01-12Use an icon for the button that shows/masks passwords.Felix Geyer
2013-10-09Add a QMessageBox wrapper class to help gui tests.Felix Geyer
2013-10-03Drop Qt module name from include statements.Felix Geyer
2012-10-12Implement database locking.Felix Geyer
2012-07-27Show a busy cursor while doing master key transformations.Felix Geyer
2012-07-06Use QSaveFile to save databases.Felix Geyer
2012-07-02Make DatabaseOpenWidget a bit prettier.Felix Geyer
2012-06-29Make use of Q_NULLPTR.Felix Geyer
2012-06-29Convert DatabaseOpenDialog into a widget on DatabaseWidget.Felix Geyer