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-15Adding saveToFile function.Louis-Bertrand Varin
2017-06-14Update and fix copyright headersthez3ro
2017-03-22Add proxy icon to title bar in OSXWeslly
2017-03-21Merge branch 'develop' into feature/window-modified-indicatorWeslly
2017-03-21Get modified status directly from database object instead of using window titleWeslly
2017-03-16Merge remote-tracking branch 'upstream/develop' into feature/import-csv-formatseatedscribe
2017-03-10Merge branch 'develop' into feature/yubikeyJanek Bevendorff
2017-03-10Replace Q_EMIT, Q_SIGNALS and Q_SLOTS macros with MOC keywordsJanek Bevendorff
2017-03-05Implement import of databases in CSV (Comma Separated Values) format (i.e. fr...seatedscribe
2017-02-21Only poll YubiKey for currently visible tabJanek Bevendorff
2017-02-10Replace MessageBox with MessageWidget in remaining classes.Pedro Alves
2016-11-25Implemented major autoreload functionalityJonathan White
2016-11-08Add Merge database utility function (#47)Jonathan White
2016-10-10Unlocked tray icon #37thez3ro
2015-09-12Make C++11 mandatory.Felix Geyer
2015-09-12Remove QSaveFile and QLockFile.Felix Geyer
2015-07-14Add ability to export databases to CSV files.Felix Geyer
2015-05-12Protect opened databases with a file lock.Felix Geyer
2015-04-05Close databases when they are locked.Felix Geyer
2014-05-17Synchronize DatabaseWidget splitter sizes.Felix Geyer
2014-05-16const-ify several methods.Felix Geyer
2013-10-03Drop Qt module name from include statements.Felix Geyer
2013-04-18Remember opened databases on quit.Florian Geyer
2012-10-12Implement database locking.Felix Geyer
2012-08-05Show group and entry view context menus from MainWindow.Felix Geyer
2012-07-27Add action to open the entry URL.Felix Geyer
2012-07-25Regain focus after native file dialogs have been closed.Felix Geyer
2012-07-14Add global shortcut widget to SettingsWidget and register shortcut on startup.Felix Geyer
2012-07-13Add an auto-type entry action.Felix Geyer
2012-07-08Prevent opening a database multiple times in the same instance.Felix Geyer
2012-07-06Use QSaveFile to save databases.Felix Geyer
2012-06-30Delete open databases when DatabaseTabWidget is destructed.Felix Geyer
2012-06-29Make use of Q_NULLPTR.Felix Geyer
2012-06-29Convert DatabaseOpenDialog into a widget on DatabaseWidget.Felix Geyer
2012-06-24Improve auto save handling.Florian Geyer
2012-06-24Coding style fixes.Felix Geyer
2012-06-14Add editFinished signal which can be used to auto save the database.Florian Geyer
2012-05-28Indicate read-only state in window title.Florian Geyer
2012-05-28Remember last opened files.Florian Geyer
2012-05-26Support copying username and password to the clipboard.Felix Geyer
2012-05-21Include header cleanup.Felix Geyer
2012-05-20Improve search.Florian Geyer
2012-05-16Add entry clone functionality.Florian Geyer
2012-05-14Get rid of Database pointer in Metadata.Felix Geyer
2012-05-12Implement GUI to import KeePass 1 databases.Felix Geyer
2012-04-25Add enum to describe current mode of database widget.Florian Geyer
2012-04-24Allow passing a filename and password on the command line.Felix Geyer
2012-04-23Constification and some style fixes.Felix Geyer
2012-04-22Display current tab name in window title.Florian Geyer
2012-04-22Add ability to delete groups via gui.Florian Geyer