aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Collapse)Author
2020-05-09GIT_SILENT Upgrade KF5 version to 5.71.0.l10n daemon script
2020-05-02GIT_SILENT Upgrade ECM and KF5 version requirements for 5.70.0 release.l10n daemon script
2020-04-11GIT_SILENT Upgrade KF5 version to 5.70.0.l10n daemon script
2020-04-04GIT_SILENT Upgrade ECM and KF5 version requirements for 5.69.0 release.l10n daemon script
2020-03-12GIT_SILENT Upgrade KF5 version to 5.69.0.l10n daemon script
2020-03-07GIT_SILENT Upgrade ECM and KF5 version requirements for 5.68.0 release.l10n daemon script
2020-03-07GIT_SILENT Upgrade KF5 version to 5.68.0.l10n daemon script
2020-03-06GIT_SILENT Upgrade KF5 version to 5.69.0.l10n daemon script
2020-02-12Use ecm_qt_install_logging_categories over manual categories fileFriedrich W. H. Kossebau
2020-02-09GIT_SILENT Upgrade KF5 version to 5.68.0.l10n daemon script
2020-02-01GIT_SILENT Upgrade ECM and KF5 version requirements for 5.67.0 release.l10n daemon script
2020-01-11GIT_SILENT Upgrade KF5 version to 5.67.0.l10n daemon script
2020-01-03GIT_SILENT Upgrade ECM and KF5 version requirements for 5.66.0 release.l10n daemon script
2019-12-21GIT_SILENT Upgrade Qt5 version requirement to 5.12.0.Albert Astals Cid
2019-12-14GIT_SILENT Upgrade KF5 version to 5.66.0.l10n daemon script
2019-12-10Update the obsolete projects.kde.org URLLuigi Toscano
Use the generic redirect commits.kde.org. Change discussed on the kde-frameworks-devel list: https://mail.kde.org/pipermail/kde-frameworks-devel/2019-November/097564.html
2019-12-07GIT_SILENT Upgrade ECM and KF5 version requirements for 5.65.0 release.l10n daemon script
2019-11-10GIT_SILENT Upgrade KF5 version to 5.65.0.l10n daemon script
2019-11-03GIT_SILENT QT_DEPRECATED_WARNINGS_SINCE will be done by ECMDavid Faure
2019-11-02GIT_SILENT Upgrade ECM and KF5 version requirements for 5.64.0 release.l10n daemon script
2019-10-25GIT_SILENT enable Qt deprecation warningsDavid Faure
2019-10-18Use ECMGenerateExportHeader to manage deprecated API betterFriedrich 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-12GIT_SILENT Upgrade KF5 version to 5.64.0.l10n daemon script
2019-10-06GIT_SILENT Upgrade ECM and KF5 version requirements for 5.63.0 release.l10n daemon script
2019-09-14GIT_SILENT Upgrade KF5 version to 5.63.0.l10n daemon script
2019-09-07GIT_SILENT Upgrade ECM and KF5 version requirements for 5.62.0 release.l10n daemon script
2019-08-14Add a logging category for logs warningsMéven Car
Summary: Disable logs unless the logging category kf5.kconfig.core is enabled Test Plan: ctest Reviewers: #frameworks, apol, cgiboudeaux Reviewed By: cgiboudeaux Subscribers: cgiboudeaux, mikeroyal, apol, kde-frameworks-devel Tags: #frameworks Differential Revision: https://phabricator.kde.org/D22061
2019-08-11GIT_SILENT Upgrade KF5 version to 5.62.0.l10n daemon script
2019-08-10Disable KCONFIG_USE_DBUS on AndroidNicolas Fella
Summary: Since DBus is not available on Android we don't ever want it enabled Test Plan: Builds with simple Android cmake command Reviewers: apol, vkrause Reviewed By: vkrause Subscribers: kde-frameworks-devel Tags: #frameworks Differential Revision: https://phabricator.kde.org/D23062
2019-08-03GIT_SILENT Upgrade ECM and KF5 version requirements for 5.61.0 release.l10n daemon script
2019-08-02Remove explicit use of ECM_KDE_MODULE_DIR, is part of ECM_MODULE_PATHFriedrich W. H. Kossebau
GIT_SILENT
2019-07-13GIT_SILENT Upgrade KF5 version to 5.61.0.l10n daemon script
2019-07-06GIT_SILENT Upgrade ECM and KF5 version requirements for 5.60.0 release.l10n daemon script
2019-07-04GIT_SILENT Upgrade Qt5 version requirement to 5.11.0.Albert Astals Cid
2019-06-08GIT_SILENT Upgrade KF5 version to 5.60.0.l10n daemon script
2019-06-01GIT_SILENT Upgrade ECM and KF5 version requirements for 5.59.0 release.l10n daemon script
2019-05-15GIT_SILENT Upgrade KF5 version to 5.59.0.l10n daemon script
2019-05-04GIT_SILENT Upgrade ECM and KF5 version requirements for 5.58.0 release.l10n daemon script
2019-04-13GIT_SILENT Upgrade KF5 version to 5.58.0.l10n daemon script
2019-04-07GIT_SILENT Upgrade ECM and KF5 version requirements for 5.57.0 release.l10n daemon script
2019-03-12[kconf_update] move from custom logging tech to qCDebugHarald Sitter
Summary: the previous logging tech got kind of defunct in 2014 (to the point where it was basically qCDebug). seeing as no one really complained it seems reasonable to just move to qCDebug instead and make use of category filters and other qdebug goodness (such as system logging facilities for the various platforms) - new logging category kf5.kconfig.update; at info level by default (i.e. unless otherwise configured kconf_update is now silent) - --debug cmdline option now also attempts to force-enable the debug mode on that category (and debugs that attempt in of itself, so we don't get confused by categories magically getting enabled). - all log() calls are now qCDebug calls - all logFileErorr() calls (which was context-sensitive to the .upd file parsing) have been changed to qCDebugFile - qCDebugFile is a new *macro* wrapping around qCDebug to give it file context - everything is now qCDebug instead of qDebug - arguments updated to drop excess quoting and spaces to reduce "noise" https://markmail.org/thread/ofaeqcabguxyohyb Test Plan: updater still works and debugs when debug is enabled Reviewers: apol, aacid, #frameworks Subscribers: kde-frameworks-devel Tags: #frameworks Differential Revision: https://phabricator.kde.org/D19508
2019-03-09GIT_SILENT Upgrade KF5 version to 5.57.0.l10n daemon script
2019-03-03[Kconfig] Compile without foreachLaurent Montel
Summary: compile without foreach Test Plan: Unittest Ok as previously Reviewers: dfaure Reviewed By: dfaure Subscribers: kde-frameworks-devel Tags: #frameworks Differential Revision: https://phabricator.kde.org/D19326
2019-03-02GIT_SILENT Upgrade ECM and KF5 version requirements for 5.56.0 release.l10n daemon script
2019-02-09GIT_SILENT Upgrade KF5 version to 5.56.0.l10n daemon script
2019-02-02GIT_SILENT Upgrade ECM and KF5 version requirements for 5.55.0 release.l10n daemon script
2019-02-02GIT_SILENT Upgrade KF5 version to 5.55.0.l10n daemon script
2019-01-07GIT_SILENT Upgrade Qt5 version requirement to 5.10.0.Albert Astals Cid
2019-01-04GIT_SILENT Upgrade ECM and KF5 version requirements for 5.54.0 release.l10n daemon script
2018-12-09GIT_SILENT Upgrade KF5 version to 5.54.0.l10n daemon script