aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Collapse)Author
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
2018-06-02GIT_SILENT Upgrade ECM and KF5 version requirements for 5.47.0 release.l10n daemon script
2018-05-13GIT_SILENT Upgrade KF5 version to 5.47.0.l10n daemon script
2018-05-05GIT_SILENT Upgrade ECM and KF5 version requirements for 5.46.0 release.l10n daemon script
2018-05-04GIT_SILENT Upgrade KF5 version to 5.46.0.l10n daemon script
2018-04-07GIT_SILENT Upgrade ECM and KF5 version requirements for 5.45.0 release.l10n daemon script
2018-03-24GIT_SILENT Upgrade Qt5 version requirement to 5.8.0.l10n daemon script
2018-03-10GIT_SILENT Upgrade KF5 version to 5.45.0.l10n daemon script
2018-03-03GIT_SILENT Upgrade ECM and KF5 version requirements for 5.44.0 release.l10n daemon script
2018-03-03GIT_SILENT Upgrade KF5 version to 5.44.0.l10n daemon script
2018-02-05GIT_SILENT Upgrade ECM and KF5 version requirements for 5.43.0 release.l10n daemon script
2018-01-15GIT_SILENT Upgrade KF5 version to 5.43.0.l10n daemon script
2018-01-05GIT_SILENT Upgrade ECM and KF5 version requirements for 5.42.0 release.l10n daemon script
2017-12-10GIT_SILENT Upgrade KF5 version to 5.42.0.l10n daemon script