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-09-28Fix unlocking multiple databases with pw-stdin when input is a pipeJoan Bruguera
2021-07-14Optimize includes across code basepeter
2021-05-15Add command line option to lock open databases (#6511)wundrweapon
2021-04-06Reorder startup sequence to display debug information earlyJonathan White
2021-02-25Initialize Application before parser arguments (#6177)Toni Spets
2021-02-05Prevent screen capture on Windows and macOSsmlu
2020-10-09Remove GUI bootstraping from core/ (#5513)louib
2020-09-26Cleanup config initialization, add local config optionsJonathan White
2020-08-01Correct scaling on Linux and other minor fixesJonathan White
2020-07-07Fix auto-restart when a space is in the file pathJonathan White
2020-06-29Call `QGuiApplication::setHighDpiScaleFactorRoundingPolicy` to fix #2815database64128
2020-06-28Fix --pw-stdin by initializing text streams (#4912)Sven Grewe
2020-06-28Introduce View MenuJonathan White
2020-06-04Fix theming with Qt 5.15Jonathan White
2020-05-06Add option to launch KeePassXC at system startupJanek Bevendorff
2020-03-10Move theme detection into ApplicationJonathan White
2020-03-05Add custom light and dark UI themesJanek Bevendorff
2020-01-11Use Qt::AA_UseHighDpiPixmaps on all platformsWolfram Rösler
2019-11-09Properly stylize the application name (#3775)guihkx
2019-11-03Show application icon in Plasma Wayland sessions (#3777)Elvis Angelaccio
2019-10-14re-enable waylandGigadoc2
2019-07-07Skip the Wayland warning if QT_QPA_PLATFORM already setChih-Hsuan Yen
2019-06-30Fix icon scaling for HiDPI displays (#3332)therealfarfetchd
2019-05-20Code formattingJonathan White
2019-04-25multiple database with --pw-stdin (#2916)Jack Thomasson
2019-03-24Adding debug info to CLI.louib
2019-03-20Ran `make format`Jonathan White
2019-01-31Update translationsJonathan White
2019-01-29Prevent use of wayland theme on LinuxJonathan White
2019-01-25Prevent post-compilation Qt downgrades (#2576)Gianluca Recchia
2018-11-29Restore correct formattingGianluca Recchia
2018-11-17Add search help pop-upJonathan White
2018-10-31Remove redundant check for the version flagGianluca Recchia
2018-10-26Replace deprecated parts of the code (#2419)Gianluca Recchia
2018-10-21Enable high-DPI scaling to support 4k screens.Janek Bevendorff
2018-10-19Implement review feedbackJanek Bevendorff
2018-10-19Add CLI tests and improve coding style and i18nJanek Bevendorff
2018-10-14Don't show application if we're only showing the help / versionJake Howard
2018-07-09Allows printing version with -v when an instance is already runningNick Fox
2018-05-08Merge branch 'master' into developJonathan White
2018-04-05Improve fetch favicon (#1786)Steven Noonan
2018-03-31Formatting the code.Louis-Bertrand Varin
2018-03-12Cover the fix/WA for Linux #1595 behind compile time flags & comment.Joan Bruguera
2018-03-12Fix flickering & not restoring from tray on some Linuxes (#1595).Joan Bruguera
2018-03-09Replace in.readLine() with Utils::getPassword()Alessio Di Mauro
2018-03-06Fix freeze and high CPU usage on invalid STDIN data, resolves #1620Janek Bevendorff
2018-03-03Process basic file, password and keyfile command line parametersJanek Bevendorff
2018-01-13Add Argon2Kdf and enable parameters in db settingsJonathan White
2018-01-04keepassxc-browservarjolintu
2018-01-03Pass (using IPC) command line filenames to already running instancefrostasm