Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-21 | Fix python bindings build after ebd14f29f8052ff5119bf97b42e61f404f223615 | Antonio 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-05 | Fix Python bindings compilation after 7ab8275bdb56882692846d046a5bbeca5795b009 | Antonio Rojas | |
Exclude the new function from the sip parser Differential Revision: https://phabricator.kde.org/D26430 | |||
2017-02-21 | KConfig: 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-04 | Don't export KEntryMap | Stephen Kelly | |
It is internal. | |||
2017-01-15 | Add python bindings | Stephen Kelly | |