Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-08-04 | Commit translations from l10n-kf5v5.13.0-rc1v5.13.0 | l10n daemon script | |
2015-08-01 | Upgrade Qt version requirement to 5.3 | David Faure | |
2015-08-01 | Upgrade ECM and KF5 version requirements for 5.13.0 release. | l10n daemon script | |
2015-07-27 | Add/update first line of README.md to be a short description, useful for inqlude | David Faure | |
2015-07-27 | Don't recommend to use deprecated API | Aleix Pol | |
REVIEW: 124467 | |||
2015-07-27 | Don't generate deprecated code | Aleix Pol | |
::usrWriteConfig is deprecated, use ::usrSave as recommended by the documentation. REVIEW: 124467 | |||
2015-07-10 | Upgrade KF5 version to 5.13.0. | l10n daemon script | |
2015-07-04 | Upgrade ECM and KF5 version requirements for 5.12.0 release. | l10n daemon script | |
2015-07-02 | Remove compiler warning about initialization of sub object. | Milian Wolff | |
2015-06-24 | Mark message() as WARNING | Aleix Pol | |
As recommended by Alex Merry CCMAIL: alex.merry@kde.org | |||
2015-06-23 | Install kconfig_compiler into libexec | Aleix Pol | |
This will make it end up in a platform-dependent prefix (i.e. /usr/lib64, /usr/lib/arm-linux-gnueabihf, etc) rather than /usr/bin, making it possible to have different kconfig_compiler versions installed, useful for cross-compilation. REVIEW: 124138 | |||
2015-06-22 | Support translation domain in 'kde' translation system | Chusslove Illich (Часлав Илић) | |
In applications translations can be looked up in the globally set translation domain, but in libraries it is necessary to link every i18n call to the library's own translation domain. A new code generation option TranslationDomain= is added to enable this. It has effect only if TranslationSystem=kde is set. Added unit tests to check generated translation calls. CHANGELOG: New code generation option TranslationDomain=, for use with TranslationSystem=kde; normally needed in libraries. REVIEW: 123872 | |||
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-15 | Unittest of reading config data from qt resource | Sune Vuorela | |
REVIEW: 124098 | |||
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-29 | Prevent crash if QWindow::screen() is null | Aleix Pol | |
Reviewed by Handa | |||
2015-05-13 | Add verbose ecm message when ECM is not found. | Jeremy Whiting | |
2015-05-12 | fix missing export | David Faure | |
2015-05-11 | Add KConfigGui::setSessionConfig() | Stefan Becker | |
When the application receives a saveState signal it needs to replace the current KConfig object with a new one based on the QSessionManager information. Add a new interface that accepts the new session id and key. BUG: 346768 REVIEW: 123705 | |||
2015-05-08 | Upgrade KF5 version to 5.11.0. | l10n daemon script | |
2015-05-02 | Make the test[0-9] executables non gui, to fix OSX | David Faure | |
2015-05-02 | improve error message when binary is not found | David Faure | |
2015-05-02 | Fix kconf_update for spaces in paths | David Faure | |
(CI says it happens on OSX) Unittest it on Linux by exporting XDG_DATA_HOME with a space in it. CCMAIL: kde-mac@kde.org | |||
2015-05-01 | implement todo | David Faure | |
2015-05-01 | fix test when TMPDIR is a symlink | David Faure | |
2015-05-01 | disable xdg-specific test on osx | David Faure | |
2015-05-01 | Upgrade ECM and KF5 version requirements for 5.10.0 release. | l10n daemon script | |
2015-04-26 | Generate Q_PROPERTY entries out of KConfigSkeleton classes | Aleix Pol | |
It adds a configuration setting that makes it possible to generate Q_PROPERTY instances out of each variable exposed by the configuration class. Especially useful when it comes to exposing these classes to QtQuick interfaces. REVIEW: 123367 CHANGELOG: Generate QML-proof classes using the kconfigcompiler | |||
2015-04-23 | replace reference to licence with inline licence | Jonathan Riddell | |
2015-04-10 | Upgrade KF5 version to 5.10.0. | l10n daemon script | |
2015-04-07 | SVN_SILENT made messages (.desktop file) - always resolve ours | l10n daemon script | |
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop" | |||
2015-04-04 | Upgrade ECM and KF5 version requirements for 5.9.0 release. | l10n daemon script | |
2015-04-04 | KConfig: fix using KSharedConfig in global object destructor. | David Faure | |
ksharedconfig_in_global_object.cpp is now in kdelibs4 too (where it works) and reproduces Albert's KgDifficulty testcase. CHANGELOG: fix assert when using KSharedConfig in a global object destructor. REVIEW: 122232 | |||
2015-04-04 | Upgrade KF5 version to 5.9.0. | l10n daemon script | |
2015-03-22 | Initialize mParamMax coverty report 1289403 | Montel Laurent | |
2015-03-20 | mini-optimization by fixing defects found by coverity and using ↵ | Nick Shaforostoff | |
QByteArrayLiteral | |||
2015-03-17 | Allow to generate qloggingcategories support. | Montel Laurent | |
Add new variable to specify it in *.kcfgc : "CategoryLoggingName" CHANGELOG: Allow to generate file with qloggingcategories support. REVIEW: 122931 | |||
2015-02-25 | Upgrade ECM and KF5 version requirements for 5.8.0 release. | l10n daemon script | |
2015-02-25 | not necessary to have virtual + Q_DECL_OVERRIDE | Montel Laurent | |
2015-02-19 | Avoid code path that leaves local config locked | David Edmundson | |
The local config file gets locked on line 415, if we return early we need to unlock it. REVIEW: 122549 BUG: 344032 | |||
2015-02-16 | at KDesktopFile::locateLocal, correct the expression of the if statement ↵ | Guy Maurel | |
which was always TRUE REVIEW: 122445 | |||
2015-02-15 | Upgrade KF5 version to 5.8.0. | l10n daemon script | |
2015-02-14 | Revert "Revert the SIC in commit 915976c1238be811f169eab1b02f7e8dad6410e0." | Matthew Dawson | |
This reverts commit 9eee15917e01a89d937d1cba2eebbe9d65daeb72. As agreed with David Faure, we are going to leave this change in place for 5.7 and see what happens. CCMAIL: faure@kde.org CHANGELOG: Reverts previous commit, both can be left out of the changelog. | |||
2015-02-14 | Revert the SIC in commit 915976c1238be811f169eab1b02f7e8dad6410e0. | Matthew Dawson | |
On further reflection, introducing a SIC to fix the bug is not ideal. I'm working on something that will address the underlying bug, but I didn't have it in time for 5.7. The versioning behaviour is left, as I do want it to exist for the future. This only reverts the mandatory versioning of files to avoid the compatibility break. CHANGELOG: Undo 915976c123, which never saw a release, enough to avoid the SIC. | |||
2015-02-12 | Use Q_DECL_OVERRIDE where possible | Kevin Funk | |
With -Winconsistent-missing-override (Clang), headers from KConfig are throwing a lot of warnings. REVIEW: 122539 | |||
2015-02-03 | skip empty parts | Marco Martin | |
when parsing the default value for string lists, skip empty parts also, an empty string means an empty list (not a list containing an empty string) | |||
2015-01-23 | Upgrade ECM and KF5 version requirements for 5.7.0 release. | l10n daemon script | |
2015-01-17 | Add missing QIODevice include | Hrvoje Senjan | |
Fixes build with Qt 5.5 | |||
2015-01-10 | Update installation variables. | Alex Merry | |