Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-18 | Use ECMGenerateExportHeader to manage deprecated API better | Friedrich W. H. Kossebau | |
Summary: Allows * projects linking to KConfigCore/Gui to hide deprecated API up to a given version or silence deprecation warnings after a given version, using * -DKCONFIGCORE_DISABLE_DEPRECATED_BEFORE_AND_AT * -DKCONFIGCORE_NO_DEPRECATED * -DKCONFIGCORE_DEPRECATED_WARNINGS_SINCE * -DKCONFIGCORE_NO_DEPRECATED_WARNINGS * -DKCONFIGGUI_DISABLE_DEPRECATED_BEFORE_AND_AT * -DKCONFIGGUI_NO_DEPRECATED * -DKCONFIGGUI_DEPRECATED_WARNINGS_SINCE * -DKCONFIGGUI_NO_DEPRECATED_WARNINGS or * -DKF_DISABLE_DEPRECATED_BEFORE_AND_AT * -DKF_NO_DEPRECATED * -DKF_DEPRECATED_WARNINGS_SINCE * -DKF_NO_DEPRECATED_WARNINGS * to build KConfigCore/Gui optionally with deprecated API excluded from the build, using "EXCLUDE_DEPRECATED_BEFORE_AND_AT" cmake argument. Test Plan: Builds with EXCLUDE_DEPRECATED_BEFORE_AND_AT set to 0, 4.0.0, 5.0.0, 5.11.0, 5.24.0, 5.39.0, 5.42.0, CURRENT. Reviewers: #frameworks, mlaurent Reviewed By: mlaurent Subscribers: mlaurent, kde-frameworks-devel Tags: #frameworks Differential Revision: https://phabricator.kde.org/D24496 | |||
2019-10-06 | Make preferences() a public function | Nate Graham | |
2018-03-11 | Remove not necessary QtCore and co | Laurent Montel | |
2017-09-10 | Deprecate KStandardShortcut::SaveOptions | Elvis Angelaccio | |
For consistency with D7293. Differential Revision: https://phabricator.kde.org/D7758 | |||
2017-09-03 | Add apidox to KStandardShorcut::StandardShortcut | Elvis Angelaccio | |
Differential Revision: https://phabricator.kde.org/D7605 | |||
2016-08-14 | Add Donate standard shortcut | Elvis Angelaccio | |
REVIEW: 128608 CHANGELOG: Add Donate entry to KStandardShortcut | |||
2016-08-01 | Add DeleteFile and RenameFile standard shortcut. | Leslie Zhai | |
REVIEW: 128517 | |||
2016-05-11 | Remove not-implemented function | Stephen Kelly | |
No one could be using this because they would not be able to link, | |||
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 | |