aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Collapse)Author
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
2018-12-01GIT_SILENT Upgrade CMake version requirement to 3.5.Albert Astals Cid
2018-12-01GIT_SILENT Upgrade ECM and KF5 version requirements for 5.53.0 release.l10n daemon script
2018-11-17GIT_SILENT Upgrade Qt5 version requirement to 5.9.0.Albert Astals Cid
2018-11-10GIT_SILENT Upgrade KF5 version to 5.53.0.l10n daemon script
2018-11-03GIT_SILENT Upgrade ECM and KF5 version requirements for 5.52.0 release.l10n daemon script
2018-10-15GIT_SILENT Upgrade KF5 version to 5.52.0.l10n daemon script
2018-10-12GIT_SILENT: Clean up compile flags which are already includes in ↵Laurent Montel
KDEFrameworkCompilerSettings
2018-10-12GIT_SILENT: Remove include(QT_NO_NARROWING_CONVERSIONS_IN_CONNECT) as it ↵Laurent Montel
already included in KDEFrameworkCompilerSettings
2018-10-10Add mechanism to notify other clients of config changes over DBusDavid Edmundson
Summary: Intention is not to create a registry like system, but to replace KDElibs4Support::KGlobalSettings and to replace other system settingss -> some app communication in a more generic way. writeEntry gains an additional flag Notify which if set, will notify clients of what has actually changed when we sync. Rationale to put this into KConfig was so that we could have everything batched and sychronised to the file sync and to get the fine detailed exposure of what has actually changed which we don't get with a file watcher. Default behaviour remains identical without any broadcast messages. As it is a new dependency it is purely optional and anything referencing DBus is not in the public API. Our deployment on platforms without DBus tend to be standalone applications anyway. Test Plan: Attached unit test Reviewers: broulik, dfaure Reviewed By: broulik, dfaure Subscribers: dfaure, broulik, zzag, kde-frameworks-devel Tags: #frameworks Differential Revision: https://phabricator.kde.org/D13034
2018-10-07GIT_SILENT Upgrade ECM and KF5 version requirements for 5.51.0 release.l10n daemon script
2018-09-14Port deprecated method + use strict compile flagsLaurent Montel
2018-09-08GIT_SILENT Upgrade KF5 version to 5.51.0.l10n daemon script
2018-08-31GIT_SILENT Upgrade ECM and KF5 version requirements for 5.50.0 release.l10n daemon script
2018-08-11GIT_SILENT Upgrade KF5 version to 5.50.0.l10n daemon script
2018-08-04GIT_SILENT Upgrade ECM and KF5 version requirements for 5.49.0 release.l10n daemon script
2018-08-04GIT_SILENT Upgrade KF5 version to 5.49.0.l10n daemon script
2018-07-08Honor BUILD_TESTINGAntonio Rojas
Only build tests if BUILD_TESTING is on Differential Revision: https://phabricator.kde.org/D13947
2018-07-07GIT_SILENT Upgrade ECM and KF5 version requirements for 5.48.0 release.l10n daemon script
2018-06-10GIT_SILENT Upgrade KF5 version to 5.48.0.l10n daemon script