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
2020-10-15Improve default Qt widget iconsJonathan White
2020-07-03Replace "Master Key" with "Database Credentials"Jonathan White
2020-06-06Fix minor UX issues with DB Open WidgetJonathan White
2020-05-15Significantly enhance hardware key robustnessJonathan White
2020-03-08Fix crash when switching tabs while unlockingJonathan White
2019-11-08Make the purpose of the key file field clearer.Janek Bevendorff
2019-06-22Redesign database unlock widget. (#3287)Janek Bevendorff
2018-11-22Refactor Database and Database widgets (#2491)Janek Bevendorff
2018-03-31Formatting the code.Louis-Bertrand Varin
2017-10-24Ensure that YubiKey is only polled once, even if showEvent() is called twiceJanek Bevendorff
2017-10-21Use QSharedPointerJanek Bevendorff
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-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-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-21Remember if challenge-response was used for each database and allow to re-det...Janek Bevendorff
2017-01-09gui: Add YubiKey support to widgetsKyle Manna
2016-11-26Force focus on password field, resolves #116 (#117)Janek Bevendorff
2016-02-08Merge branch '2.0'Felix Geyer
2016-01-31Allow opening databases that have no password and keyfile.Felix Geyer
2015-09-12Make C++11 mandatory.Felix Geyer
2014-01-12Use an icon for the button that shows/masks passwords.Felix Geyer
2013-10-03Drop Qt module name from include statements.Felix Geyer
2012-10-12Implement database locking.Felix Geyer
2012-07-06Use QSaveFile to save databases.Felix Geyer
2012-06-30Mark DatabaseOpenWidget ctor es explicit.Felix Geyer
2012-06-29Make use of Q_NULLPTR.Felix Geyer
2012-06-29Convert DatabaseOpenDialog into a widget on DatabaseWidget.Felix Geyer