Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-17 | GIT_SILENT Upgrade KF version to 5.98.0. | l10n daemon script | |
2022-08-07 | GIT_SILENT Upgrade ECM and KF version requirements for 5.97.0 release. | l10n daemon script | |
2022-08-01 | Add explicit option to disable QML support | Nicolas 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-09 | GIT_SILENT Upgrade KF version to 5.97.0. | l10n daemon script | |
2022-07-02 | GIT_SILENT Upgrade ECM and KF version requirements for 5.96.0 release. | l10n daemon script | |
2022-06-12 | GIT_SILENT Upgrade KF version to 5.96.0. | l10n daemon script | |
2022-06-04 | GIT_SILENT Upgrade ECM and KF version requirements for 5.95.0 release. | l10n daemon script | |
2022-05-14 | GIT_SILENT Upgrade KF version to 5.95.0. | l10n daemon script | |
2022-04-09 | GIT_SILENT Upgrade KF version to 5.94.0. | l10n daemon script | |
2022-04-02 | GIT_SILENT Upgrade ECM and KF version requirements for 5.93.0 release. | l10n daemon script | |
2022-03-20 | Disable DBus support on Windows by default | David Faure | |
This seems to be mostly for workspace-level notifications (ex: color theme changed) which we don't really need on Windows. | |||
2022-03-13 | GIT_SILENT Upgrade KF version to 5.93.0. | l10n daemon script | |
2022-03-05 | GIT_SILENT Upgrade ECM and KF version requirements for 5.92.0 release. | l10n daemon script | |
2022-02-16 | GIT_SILENT Upgrade KF version to 5.92.0. | l10n daemon script | |
2022-02-05 | GIT_SILENT Upgrade ECM and KF version requirements for 5.91.0 release. | l10n daemon script | |
2022-01-15 | Install 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-15 | Utilize ECMDeprecationSettings to manage deprecate Qt/KF API | Alexander Lohnau | |
Task: https://phabricator.kde.org/T15109 | |||
2022-01-08 | GIT_SILENT Upgrade KF version to 5.91.0. | l10n daemon script | |
2022-01-01 | GIT_SILENT Upgrade ECM and KF version requirements for 5.90.0 release. | l10n daemon script | |
2021-12-16 | WIP: Change the build system to enable building with Qt 6 | Ahmad 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-13 | GIT_SILENT Upgrade KF version to 5.90.0. | l10n daemon script | |
2021-12-04 | GIT_SILENT Upgrade ECM and KF version requirements for 5.89.0 release. | l10n daemon script | |
2021-11-22 | Copy ConfigPropertyMap from KDeclarative to new KConfig QML module | Alexander 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-13 | GIT_SILENT Upgrade KF version to 5.89.0. | l10n daemon script | |
2021-10-09 | GIT_SILENT Upgrade KF version to 5.88.0. | l10n daemon script | |
2021-10-02 | GIT_SILENT Upgrade ECM and KF version requirements for 5.87.0 release. | l10n daemon script | |
2021-09-11 | GIT_SILENT Upgrade KF version to 5.87.0. | l10n daemon script | |
2021-09-04 | GIT_SILENT Upgrade ECM and KF version requirements for 5.86.0 release. | l10n daemon script | |
2021-08-15 | GIT_SILENT Upgrade Qt5 version requirement to 5.15.2. | l10n daemon script | |
2021-08-14 | GIT_SILENT Upgrade KF version to 5.86.0. | l10n daemon script | |
2021-07-14 | GIT_SILENT Upgrade ECM and KF version requirements for 5.85.0 release. | l10n daemon script | |
2021-07-10 | GIT_SILENT Upgrade KF version to 5.85.0. | l10n daemon script | |
2021-06-19 | GIT_SILENT Upgrade ECM and KF version requirements for 5.84.0 release. | l10n daemon script | |
2021-06-12 | GIT_SILENT Upgrade KF version to 5.84.0. | l10n daemon script | |
2021-06-05 | GIT_SILENT Upgrade ECM and KF version requirements for 5.83.0 release. | l10n daemon script | |
2021-05-23 | Remove compiler flags already defined in extra-cmake-modules | Ahmad Samir | |
-DQT_NO_FOREACH GIT_SILENT | |||
2021-05-16 | Bump required CMake version to 3.16 | Ahmad Samir | |
KF6 task: https://phabricator.kde.org/T14467 | |||
2021-05-08 | GIT_SILENT Upgrade KF version to 5.83.0. | l10n daemon script | |
2021-05-01 | GIT_SILENT Upgrade ECM and KF version requirements for 5.82.0 release. | l10n daemon script | |
2021-04-11 | Remove 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-10 | GIT_SILENT Upgrade KF version to 5.82.0. | l10n daemon script | |
2021-04-04 | GIT_SILENT Upgrade Qt5 version requirement to 5.15.0. | David Faure | |
2021-04-03 | GIT_SILENT Upgrade ECM and KF version requirements for 5.81.0 release. | l10n daemon script | |
2021-03-15 | GIT_SILENT Upgrade KF version to 5.81.0. | l10n daemon script | |
2021-03-01 | KDEFrameworkCompilerSettings in ECM 5.80 includes KDEClangFormat by default | Ahmad Samir | |
GIT_SILENT | |||
2021-02-28 | GIT_SILENT Upgrade ECM and KF version requirements for 5.80.0 release. | l10n daemon script | |
2021-02-22 | Run clang-format on all cpp/h files | Ahmad Samir | |
NO_CHANGELOG | |||
2021-02-13 | GIT_SILENT Upgrade KF version to 5.80.0. | l10n daemon script | |
2021-01-29 | Replace KF5_VERSION with KF_VERSION | Nicolas 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-29 | GIT_SILENT Upgrade ECM and KF5 version requirements for 5.79.0 release. | l10n daemon script | |