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-07-14Optimize includes across code basepeter
2021-02-27Add custom icon purging and bulk deletionBernhard Kirchen
2019-07-07Download all favicons (#3169)Sami Vänttinen
2019-06-19Allow setting group icons to children groups/entries (#3273)Matthias Drexler
2019-03-18Remediate errors in various favicon fetch scenarios (#2779)Kyle Kneitinger
2019-01-30Avoid copying QSharedPointers when not neededGianluca Recchia
2018-11-29Restore correct formattingGianluca Recchia
2018-11-25Add favicon fetch button next to entry's url edit textbox (#2439)Kyle Kneitinger
2018-11-22Refactor Database and Database widgets (#2491)Janek Bevendorff
2018-07-07Fixed issues with initial commitpasdam
2018-07-07Replaced Uuid with QUuidpasdam
2018-06-09Add more comprehensive messages when adding custom iconsJonathan White
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-30Grey out Apply button when there are no changesDaniel Wilches
2018-02-07Replace qhttp client with curl for favicon downloading (#1460)Jonathan White
2018-01-20Always initialize m_httpClient to nullptr to avoid accidental dereferencing, ...Janek Bevendorff
2018-01-19Deprecate KeePassHTTP and introduce WITH_XC_NETWORKING CMake optionJanek Bevendorff
2017-09-29Multiple fixes to custom icon downloadingJonathan White
2017-06-14Update and fix copyright headersthez3ro
2017-03-10Replace Q_EMIT, Q_SIGNALS and Q_SLOTS macros with MOC keywordsJanek Bevendorff
2017-03-03CleanupJonathan White
2017-03-03WITH_XC_AUTOTYPE defaults to ON and WITH_XC_HTTP includes ALL networkingJonathan White
2017-02-17Merge branch 'release/2.1.2' into developJanek Bevendorff
2017-02-17Re-implement favicon fetching with QHttp, resolves #306Janek Bevendorff
2017-02-10Replace MessageBox with MessageWidget in remaining classes.Pedro Alves
2016-10-12Fetch favicon from the root of the website and use Google as a fallback (#36)Manolis Agkopian
2016-10-06Download favorite icon of entry url and add to the custom icon registry (#30)Jonathan White
2016-10-03Split EditWidgetIcons::save() into state() and reset().Felix Geyer
2015-09-12Make C++11 mandatory.Felix Geyer
2013-10-03Drop Qt module name from include statements.Felix Geyer
2012-07-19Use constructor initialization lists where possible.Felix Geyer
2012-06-29Make use of Q_NULLPTR.Felix Geyer
2012-05-21Include header cleanup.Felix Geyer
2012-05-15Coding style fixes.Florian Geyer
2012-05-15Add icon selection for groups.Florian Geyer
2012-05-15Make icons edit ui a widget.Florian Geyer