aboutsummaryrefslogtreecommitdiff
path: root/cmake
AgeCommit message (Collapse)Author
2022-02-25Remove broken Python bindings generationFriedrich W. H. Kossebau
pyqt broke sip4 compatibility in 5.15.6, and there is no more maintainer of the KF Python bindings to fix things. Future support might need different code, so no advantage in keeping the old code around.
2021-10-11Do not try to generate python bindings for KConfigGroup::moveValuesToAlexander Lohnau
2020-03-22KConfig: Convert to SPDX license statementsAndreas 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
2020-01-21Fix python bindings build after ebd14f29f8052ff5119bf97b42e61f404f223615Antonio Rojas
The new API breaks python bindings compilation since sip can't understand KSharedConfig::Ptr type Differential Revision: https://phabricator.kde.org/D26815
2020-01-05Fix Python bindings compilation after 7ab8275bdb56882692846d046a5bbeca5795b009Antonio Rojas
Exclude the new function from the sip parser Differential Revision: https://phabricator.kde.org/D26430
2017-02-21KConfig: stop exporting and installing KConfigBackend.David Faure
Summary: It can't possibly have been used anywhere, because it's not in the KConfig API anywhere. The intended way to use this API was by providing a plugin that would derive from KConfigBackend but the plugin loading code in KConfigBackend::create has been disabled since before KF 5.0. The reason I want to stop exporting this class is to be able to optimize it (e.g. the QDateTime in it is completely unused but leads to data races due to tzset) Test Plan: Note, I'll rename it to _p.h if we agree, it would just have made this diff too big. Reviewers: mdawson Reviewed By: mdawson Subscribers: #frameworks Tags: #frameworks Differential Revision: https://phabricator.kde.org/D4604
2017-02-04Don't export KEntryMapStephen Kelly
It is internal.
2017-01-15Add python bindingsStephen Kelly