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-11-12Removing QWidget dependency from src/core.louib
2021-07-14Optimize includes across code basepeter
2021-02-22Overhaul Auto-Type Action HandlingJonathan White
2021-02-05FdoSecrets: Major Refactor and Code Consolidation (#5747)Aetf
2020-06-28Introduce Compact ModeJonathan White
2020-06-05Decrease default database icon size to 22pxJonathan White
2020-05-30Clean up various parts of the UI and rearrange settingsJanek Bevendorff
2020-05-29Replace database icons with SVG'sJonathan White
2019-12-22Add option to use entry only for HTTP Basic Authvarjolintu
2019-11-09Prevent recursive loads using AutoOpenJonathan White
2018-03-31Formatting the code.Louis-Bertrand Varin
2017-01-03Corrected autotype lib building for WindowsJonathan White
2016-10-03Convert Q_FOREACH loops to C++11 for loops.Felix Geyer
2015-09-12Remove backported definitions from Global.h.Felix Geyer
2013-10-12Use QUINT32_MAX in tests instead of hardcoding the number.Felix Geyer
2013-10-03Drop Qt module name from include statements.Felix Geyer
2013-03-30Add compiler flags to hide all symbols by default.Felix Geyer
2013-03-29Fix autotype test (build) failures on Mac OS and Windows.Felix Geyer
2012-07-02Make google cpplint happy.Felix Geyer
2012-07-01Add Q_STATIC_ASSERT macro, backported from Qt 5.Felix Geyer
2012-07-01clang: Use __has_feature() to detect C++11 features.Felix Geyer
2012-06-29Fix compiler warning about __GXX_EXPERIMENTAL_CXX0X__ being undefined.Felix Geyer
2012-06-29Define COMPILER_EXPLICIT_OVERRIDES when using gcc >= 4.7.Felix Geyer
2012-06-29Optionally enable C++ 11.Felix Geyer