aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Collapse)Author
2022-08-17GIT_SILENT Upgrade KF version to 5.98.0.l10n daemon script
2022-08-07GIT_SILENT Upgrade ECM and KF version requirements for 5.97.0 release.l10n daemon script
2022-08-01Add explicit option to disable QML supportNicolas Fella
We've had multiple people accidentally building KConfig without QML support and then complain that something down the line is breaking To make that harder add an explict option to disable the QML stuff
2022-07-09GIT_SILENT Upgrade KF version to 5.97.0.l10n daemon script
2022-07-02GIT_SILENT Upgrade ECM and KF version requirements for 5.96.0 release.l10n daemon script
2022-06-12GIT_SILENT Upgrade KF version to 5.96.0.l10n daemon script
2022-06-04GIT_SILENT Upgrade ECM and KF version requirements for 5.95.0 release.l10n daemon script
2022-05-14GIT_SILENT Upgrade KF version to 5.95.0.l10n daemon script
2022-04-09GIT_SILENT Upgrade KF version to 5.94.0.l10n daemon script
2022-04-02GIT_SILENT Upgrade ECM and KF version requirements for 5.93.0 release.l10n daemon script
2022-03-20Disable DBus support on Windows by defaultDavid Faure
This seems to be mostly for workspace-level notifications (ex: color theme changed) which we don't really need on Windows.
2022-03-13GIT_SILENT Upgrade KF version to 5.93.0.l10n daemon script
2022-03-05GIT_SILENT Upgrade ECM and KF version requirements for 5.92.0 release.l10n daemon script
2022-02-16GIT_SILENT Upgrade KF version to 5.92.0.l10n daemon script
2022-02-05GIT_SILENT Upgrade ECM and KF version requirements for 5.91.0 release.l10n daemon script
2022-01-15Install kconfig_version.h in /usr/include/KF5/KConfig/Ahmad Samir
Instead of /usr/include/KF5/kconfig_version.h. For more details see: https://invent.kde.org/frameworks/kservice/-/merge_requests/79 GIT_SILENT
2022-01-15Utilize ECMDeprecationSettings to manage deprecate Qt/KF APIAlexander Lohnau
Task: https://phabricator.kde.org/T15109
2022-01-08GIT_SILENT Upgrade KF version to 5.91.0.l10n daemon script
2022-01-01GIT_SILENT Upgrade ECM and KF version requirements for 5.90.0 release.l10n daemon script
2021-12-16WIP: Change the build system to enable building with Qt 6Ahmad Samir
This was built with: -DQT_MAJOR_VERSION=6 \ -DEXCLUDE_DEPRECATED_BEFORE_AND_AT=5.90.0 \ -DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x055a00 Move the include(KDEInstallDirs) call before the first find_package(Qt*, the former is what auto-detects the Qt version, and defaults to 5. This is needed to be able to build against Qt5 by default. All unit tests still pass.
2021-12-13GIT_SILENT Upgrade KF version to 5.90.0.l10n daemon script
2021-12-04GIT_SILENT Upgrade ECM and KF version requirements for 5.89.0 release.l10n daemon script
2021-11-22Copy ConfigPropertyMap from KDeclarative to new KConfig QML moduleAlexander Lohnau
This way consumers which want to use the ConfigPropertyMap don't have to pull in KDeclarative's entire dependency tree. Also we can remove the automatic saving of the config, previously this was opt-out - which makes is difficult to deprecate anything. This way the API design is also more clear, since the object only takes care of exposing the data to QML. The writing has to be done manually, which makes more sense anyways when we have the notify opt-in. As discussed on the KF6 weekly thread, an optional QML submodule is seen as the best way to handle the QML dependency. Task: https://phabricator.kde.org/T12131 Relates to https://phabricator.kde.org/T12126, after his change the KDeclarative stuff can be deprecated. Because we don't register the property map in any QML plugin, there is no conflict in duplicating and modifying it now.
2021-11-13GIT_SILENT Upgrade KF version to 5.89.0.l10n daemon script
2021-10-09GIT_SILENT Upgrade KF version to 5.88.0.l10n daemon script
2021-10-02GIT_SILENT Upgrade ECM and KF version requirements for 5.87.0 release.l10n daemon script
2021-09-11GIT_SILENT Upgrade KF version to 5.87.0.l10n daemon script
2021-09-04GIT_SILENT Upgrade ECM and KF version requirements for 5.86.0 release.l10n daemon script
2021-08-15GIT_SILENT Upgrade Qt5 version requirement to 5.15.2.l10n daemon script
2021-08-14GIT_SILENT Upgrade KF version to 5.86.0.l10n daemon script
2021-07-14GIT_SILENT Upgrade ECM and KF version requirements for 5.85.0 release.l10n daemon script
2021-07-10GIT_SILENT Upgrade KF version to 5.85.0.l10n daemon script
2021-06-19GIT_SILENT Upgrade ECM and KF version requirements for 5.84.0 release.l10n daemon script
2021-06-12GIT_SILENT Upgrade KF version to 5.84.0.l10n daemon script
2021-06-05GIT_SILENT Upgrade ECM and KF version requirements for 5.83.0 release.l10n daemon script
2021-05-23Remove compiler flags already defined in extra-cmake-modulesAhmad Samir
-DQT_NO_FOREACH GIT_SILENT
2021-05-16Bump required CMake version to 3.16Ahmad Samir
KF6 task: https://phabricator.kde.org/T14467
2021-05-08GIT_SILENT Upgrade KF version to 5.83.0.l10n daemon script
2021-05-01GIT_SILENT Upgrade ECM and KF version requirements for 5.82.0 release.l10n daemon script
2021-04-11Remove check for po subdir.David Faure
These function check for the po directory presence themselves, and can also handle it being in the build directory with KDE_L10N_AUTO_TRANSLATIONS NO_CHANGELOG
2021-04-10GIT_SILENT Upgrade KF version to 5.82.0.l10n daemon script
2021-04-04GIT_SILENT Upgrade Qt5 version requirement to 5.15.0.David Faure
2021-04-03GIT_SILENT Upgrade ECM and KF version requirements for 5.81.0 release.l10n daemon script
2021-03-15GIT_SILENT Upgrade KF version to 5.81.0.l10n daemon script
2021-03-01KDEFrameworkCompilerSettings in ECM 5.80 includes KDEClangFormat by defaultAhmad Samir
GIT_SILENT
2021-02-28GIT_SILENT Upgrade ECM and KF version requirements for 5.80.0 release.l10n daemon script
2021-02-22Run clang-format on all cpp/h filesAhmad Samir
NO_CHANGELOG
2021-02-13GIT_SILENT Upgrade KF version to 5.80.0.l10n daemon script
2021-01-29Replace KF5_VERSION with KF_VERSIONNicolas Fella
Frameworks will be Frameworks 6 at some point and there is no good reason to have the major version in the variable name. Given this is purely internal we can to this now, making it a bit more future-proof GIT_SILENT NO_CHANGELOG
2021-01-29GIT_SILENT Upgrade ECM and KF5 version requirements for 5.79.0 release.l10n daemon script