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-04keepassxc-browservarjolintu
2018-01-03Pass (using IPC) command line filenames to already running instancefrostasm
2017-12-27Restrict Q_OS_UNIX ifdefs to non-Mac platformsJanek Bevendorff
2017-12-27s/Q_OS_LINUX/Q_OS_UNIX/gRafael Sadowski
2017-12-23Refactor Translator class to load qtbase translations from local directory if...Janek Bevendorff
2017-07-27Open previously opened databases in correct orderMichael Lass
2017-07-19Fix Single Istance behaviorthez3ro
2017-06-20Allow multiple instances when debugging (#651)Jonathan White
2017-06-14Update and fix copyright headersthez3ro
2017-05-09Fixed string literalsAnton Gulenko
2017-05-09Raise existing instanceVukoDrakkeinen
2017-04-09Prioritize explicit databases.Louis-Bertrand Varin
2017-03-16Merge remote-tracking branch 'upstream/develop' into feature/import-csv-formatseatedscribe
2017-03-15Enable ASAN option in Travis buildJanek Bevendorff
2017-03-15Prevent massive end-of-process leak sanitizer dumpJanek Bevendorff
2017-03-05Implement import of databases in CSV (Comma Separated Values) format (i.e. fr...seatedscribe
2017-02-22Update text in HTTP settings and a hard-to-translate command line hintEdward Jones
2017-02-20Revert "Enable High DPI scaling", resolves #323Janek Bevendorff
2017-02-17Enable High DPI scaling, resolves #221Janek Bevendorff
2017-02-15Also show when minimize on startup is enabled, but not minimize to trayJanek Bevendorff
2017-02-15Don't try to show window when 'Minimize at startup' is enabled, prevents rend...Janek Bevendorff
2017-01-26Fix Windows linker and runtime errors when building against static QtJanek Bevendorff
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-11-03Rename application to KeePassXC and change icon (#70)Jonathan White
2016-10-24add command line option --pw-stdin to accept password from stdinJack Thomasson
2016-10-03Convert Q_FOREACH loops to C++11 for loops.Felix Geyer
2016-02-28Merge remote-tracking branch 'keepassx/master'Jonathan White
2015-12-15Merge branch '2.0'Felix Geyer
2015-12-06Make sure Windows doesn't load DLLs from the current working directory.Felix Geyer
2015-10-11Merge branch '2.0'Felix Geyer
2015-10-10OS X: Restore main window when clicking on the docker icon.Felix Geyer
2015-09-12Use QStandardPaths::DataLocation instead of AppDataLocation.Felix Geyer
2015-09-12Make C++11 mandatory.Felix Geyer
2015-09-12QDesktopServices::storageLocation() calls to QStandardPaths.Felix Geyer
2015-09-12Remove QCOmmandLineParser.Felix Geyer
2015-07-17Remove --password command line option.Felix Geyer
2015-06-23allow multiple databeses on command linedenk-mal
2015-06-23makr filename parameter as optinaldenk-mal
2014-11-02Add an option to display a tray icon.Felix Geyer
2014-06-15Do some basic self-checks when initializing the crypto backend.Felix Geyer
2014-05-18Add initial support for translations.Felix Geyer
2014-01-18Set the application name and version in QApplication.Felix Geyer
2014-01-18Replace ArgumentParser with a backport of QCommandLineParser from Qt 5.2.Felix Geyer
2013-10-03Drop Qt module name from include statements.Felix Geyer
2013-04-27Rename config key for last opened databases.Florian Geyer
2013-04-19Add settings option to control if previous databases are opened on startup.Florian Geyer
2013-04-19Open last used databases on startup.Florian Geyer
2013-04-06Disable menu icons for osx.Tobias Tangemann
2013-04-06First draft of an argument parser.Florian Geyer