aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Collapse)Author
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
2017-12-02GIT_SILENT Upgrade ECM and KF5 version requirements for 5.41.0 release.l10n daemon script
2017-11-12GIT_SILENT Upgrade KF5 version to 5.41.0.l10n daemon script
2017-11-04GIT_SILENT Upgrade ECM and KF5 version requirements for 5.40.0 release.l10n daemon script
2017-10-31GIT_SILENT Upgrade KF5 version to 5.40.0.l10n daemon script
2017-10-07GIT_SILENT Upgrade ECM and KF5 version requirements for 5.39.0 release.l10n daemon script
2017-09-09GIT_SILENT Upgrade KF5 version to 5.39.0.l10n daemon script
2017-09-02GIT_SILENT Upgrade KF5 version to 5.38.0.l10n daemon script
2017-08-14GIT_SILENT Upgrade to ECM 5.38 and make sure tests run uninstalledDavid Faure
2017-08-06GIT_SILENT Upgrade ECM and KF5 version requirements for 5.37.0 release.l10n daemon script
2017-08-06GIT_SILENT Upgrade Qt5 version requirement to 5.7.0.l10n daemon script
2017-08-04Allow to build KConfig without Qt5GuiVolker Krause
Summary: This is particularly useful for cross-compilation, where we only need the kconfig_compiler on the host system. Reviewers: #frameworks, apol, aacid Reviewed By: aacid Subscribers: aacid Tags: #frameworks Differential Revision: https://phabricator.kde.org/D6994