Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-10 | Expose getter method for KConfig::addConfigSources | David Edmundson | |
Test Plan: Used in subsequent patch Subscribers: kde-frameworks-devel Tags: #frameworks Differential Revision: https://phabricator.kde.org/D13033 | |||
2018-05-04 | Use override | Laurent Montel | |
2018-03-11 | Remove not necessary QtCore and co | Laurent Montel | |
2017-01-16 | Prefer nullptr over Q_NULLPTR | Kevin Funk | |
2015-02-25 | not necessary to have virtual + Q_DECL_OVERRIDE | Montel Laurent | |
2015-02-12 | Use Q_DECL_OVERRIDE where possible | Kevin Funk | |
With -Winconsistent-missing-override (Clang), headers from KConfig are throwing a lot of warnings. REVIEW: 122539 | |||
2014-11-27 | Fix link to KSharedConfig::openConfig in apidoc | Heiko Becker | |
KSharedConfig has been ported to QStandardPaths in KF5. REVIEW: 121272 | |||
2014-09-20 | 5.3, not 5.2 | Aaron Seigo | |
2014-09-19 | provide a getter for OpenFlags | Aaron Seigo | |
2014-06-12 | Simple Cleanups | Thomas Braxton | |
- use Q_NULLPTR instead of 0 or NULL - simplify some foreach loops - use QStringLiteral in a few places - added a few consts REVIEW: 118666 | |||
2014-03-23 | Revert addition of DelayedParsing, not needed after all. | David Faure | |
2014-03-13 | KCoreConfigSkeleton: delay parsing until the call to readConfig() | David Faure | |
2013-12-18 | Code reformatted using kde-dev-scripts/astyle-kdelibs. | David Faure | |
Use git blame -w 867e7a5 to show authorship as it was before this commit. | |||
2013-12-18 | Move kconfig code to the root directory. | Jenkins CI | |