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-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-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-21Warn user when no authentication factor was chosenJanek Bevendorff
2017-02-21Show busy indicator while scanning for YubiKeysJanek Bevendorff
2017-02-21Show error message when trying to use challenge response without YubiKeyJanek Bevendorff
2017-02-21Add redetect button to ChangeMasterKeyWidget and only poll for Yubikeys when ...Janek Bevendorff
2017-02-20Merge branch 'develop' into feature/yubikeyJanek Bevendorff
2017-02-17Merge branch 'release/2.1.2' into developJanek Bevendorff
2017-02-17Disable 'Cancel' button on ChangeMasterKeyWidget when setting an initial pass...Janek Bevendorff
2017-02-15Merge branch 'develop' into feature/yubikeyJanek Bevendorff
2017-02-10Replace MessageBox with MessageWidget in remaining classes.Pedro Alves
2017-02-10Show inline message when unable to load the Key File.Pedro Alves
2017-02-10Replace MessageBox dialogs that don't require user interaction withPedro Alves
2017-01-15gui: ChangeMasterKeyWidget: Clear YubiKeys detectedKyle Manna
2017-01-09gui: Add YubiKey support to widgetsKyle Manna
2015-05-12Always clearing ChangeMasterKeyWidget.m_keyAmir Pakdel
2015-05-12Bug #218Amir Pakdel
2014-01-13Uncheck the correct widget in ChangeMasterKeyWidget.Felix 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-06-11Coding style fixes.Florian Geyer
2012-06-11Implement browse key file in ChangeMasterKeyWidgetThom Troy
2012-06-11Implement create key file in ChangeMasterKeyWidgetThom Troy
2012-05-11New TODO comment style.Felix Geyer
2012-04-25Edit widgets inherit from DialogyWidget.Florian Geyer
2012-04-23Focus the password line edit on switch to change master key widget.Florian Geyer
2012-04-21Make toggle password button in ChangeMasterKey widget work.Florian Geyer
2012-04-19Improve code style.Felix Geyer
2012-04-12Fix syntax error.Felix Geyer
2012-04-11Check both password edit fields.Florian Geyer
2012-01-13Expand GUI to allow changing the master key.Felix Geyer