Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2014-01-07 | Add include(GenerateExportHeader) to CMakeLists.txt | Alex Merry | |
We should not depend on the fact that KDECompilerSettings.cmake happens to include it when we use generate_export_header(). | |||
2014-01-01 | Generate forward headers. | David Faure | |
Install them in the proper directory. Let cmake find them. Had to rename conversion_check.h to conversioncheck.h Had to improve the scripts to support multiple libs in one framework :) | |||
2013-12-18 | Move kconfig code to the root directory. | Jenkins CI | |