Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-22 | KConfig: Convert to SPDX license statements | Andreas Cord-Landwehr | |
Summary: Convert license headers to SPDX statements and add license files as required by REUSE specification. Reviewers: cgiboudeaux Reviewed By: cgiboudeaux Subscribers: ognarb, cgiboudeaux, kde-frameworks-devel Tags: #frameworks Maniphest Tasks: T11550 Differential Revision: https://phabricator.kde.org/D27601 | |||
2018-03-11 | Remove not necessary QtCore and co | Laurent Montel | |
2015-04-04 | KConfig: fix using KSharedConfig in global object destructor. | David Faure | |
ksharedconfig_in_global_object.cpp is now in kdelibs4 too (where it works) and reproduces Albert's KgDifficulty testcase. CHANGELOG: fix assert when using KSharedConfig in a global object destructor. REVIEW: 122232 |