Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-07-04 | Upgrade ECM and KF5 version requirements for 5.12.0 release. | l10n daemon script | |
2015-06-21 | Make it possible to use kconfig_compiler from different sources | Aleix Pol | |
This way we can specify the used tooling targets to be used, useful if we're cross-compiling, since we get to use the tooling that runs in the local platform. REVIEW: 124104 | |||
2015-06-12 | Upgrade KF5 version to 5.12.0. | l10n daemon script | |
2015-06-06 | Upgrade ECM and KF5 version requirements for 5.11.0 release. | l10n daemon script | |
2015-05-13 | Add verbose ecm message when ECM is not found. | Jeremy Whiting | |
2015-05-08 | Upgrade KF5 version to 5.11.0. | l10n daemon script | |
2015-05-01 | Upgrade ECM and KF5 version requirements for 5.10.0 release. | l10n daemon script | |
2015-04-10 | Upgrade KF5 version to 5.10.0. | l10n daemon script | |
2015-04-04 | Upgrade ECM and KF5 version requirements for 5.9.0 release. | l10n daemon script | |
2015-04-04 | Upgrade KF5 version to 5.9.0. | l10n daemon script | |
2015-02-25 | Upgrade ECM and KF5 version requirements for 5.8.0 release. | l10n daemon script | |
2015-02-15 | Upgrade KF5 version to 5.8.0. | l10n daemon script | |
2015-01-23 | Upgrade ECM and KF5 version requirements for 5.7.0 release. | l10n daemon script | |
2015-01-10 | Update installation variables. | Alex Merry | |
2015-01-08 | Upgrade KF5 version to 5.7.0. | l10n daemon script | |
2014-12-31 | Upgrade ECM and KF5 version requirements for 5.6.0 release. | l10n daemon script | |
2014-12-17 | Upgrade KF5 version to 5.6.0. | l10n daemon script | |
2014-12-02 | Upgrade ECM and KF5 version requirements for 5.5.0 release. | l10n daemon script | |
2014-11-05 | Upgrade KF5 version to 5.5.0. | l10n daemon script | |
2014-10-31 | Upgrade ECM and KF5 version requirements for 5.4.0 release. | l10n daemon script | |
2014-10-23 | Upgrade KF5 version to 5.4.0. | l10n daemon script | |
2014-10-03 | Upgrade ECM and KF5 version requirements for 5.3.0 release. | l10n daemon script | |
2014-09-12 | Upgrade KF5 version to 5.3.0. | l10n daemon script | |
2014-09-07 | Upgrade ECM and KF5 version requirements for 5.2.0 release. | l10n daemon script | |
2014-09-05 | Upgrade KF5 version for 5.2.0 release. | l10n daemon script | |
2014-08-02 | Upgrade ECM and KF5 version requirements for 5.1.0 release. | l10n daemon script | |
2014-08-01 | Upgrade KF5 version. | l10n daemon script | |
2014-07-21 | create and install the QM loader | Lukáš Tinkl | |
like all the other Qt-based modules do | |||
2014-07-01 | Upgrade ECM version requirement to 1.0.0 after all. | David Faure | |
2014-07-01 | Upgrade ECM and KF5 version requirements. | David Faure | |
2014-07-01 | Upgrade KF5 version. | David Faure | |
2014-06-01 | Upgrade ECM and KF5 version requirements.v4.100.0-rc1 | David Faure | |
2014-06-01 | Upgrade KF5 version. | David Faure | |
2014-05-05 | Compile translations (in tags and tarballs) | David Faure | |
2014-05-04 | Upgrade ECM and KF5 version requirements. | David Faure | |
2014-05-04 | Upgrade KF5 version. | David Faure | |
2014-04-26 | Adopt kreadconfig and kwriteconfig to kconfig | Aleix Pol | |
Drop KCoreAddons and KI18n dependency. Add a bunch of QStringLiteral() | |||
2014-04-26 | cleanup after non-idempotent script | David Faure | |
2014-04-26 | separate framework version from dependencies version, to be able to increase ↵ | David Faure | |
the version in two steps at release time, so CI doesn't break | |||
2014-04-26 | Use KF5_INCLUDE_INSTALL_DIR and KF5_INSTALL_TARGETS_DEFAULT_ARGS | Alex Merry | |
This is instead of INCLUDE_INSTALL_DIR and INSTALL_TARGETS_DEFAULT_ARGS, which will lose the "KF5" suffix from the include path. | |||
2014-04-21 | Remove check left over from monolithic kdelibs. | Nicolás Alvarez | |
2014-03-28 | Upgrade ECM version requirement and KF5 version.v4.98.0 | David Faure | |
2014-03-24 | Rename the kconfig_compiler_kf5 target to kconfig_compiler | Alex Merry | |
Just because the executable has the "_kf5" suffix, that does not mean the target should have it. This is ugly API, and will be unnecessary porting effort for KF6. REVIEW: 116995 | |||
2014-03-13 | Normalize vars to avoid odd bugs: QT_REQUIRED_VERSION => REQUIRED_QT_VERSION | Aurélien Gâteau | |
2014-03-01 | Upgrade ECM version requirement and KF5 version.v4.97.0 | David Faure | |
2014-02-25 | set SOVERSION to 5 | Jonathan Riddell | |
2014-02-18 | Use ecm_configure_package_config_file | Alex Merry | |
Ported with: sed -i -e 's/\(include(\)CMake\(PackageConfigHelpers)\)/\1ECM\2/' \ -e 's/\<\(configure_package_config_file\)/ecm_\1/' \ CMakeLists.txt See http://commits.kde.org/extra-cmake-modules/139f60d81653888f696ef433 | |||
2014-02-05 | Upgrade ECM version requirement; fix KF5 version.v4.96.0 | David Faure | |
2014-01-15 | Improve dependency specifications. | Michael Palimaka | |
QtTest and QtConcurrent are only required for autotests, so no need to find them unconditionally. QtWidgets is not actually used - QtGui is instead. REVIEW: 114962 | |||
2014-01-09 | further rename of kconfig_compiler to kconfig_compiler_kf5 | Jonathan Riddell | |