Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-02-08 | Commit translations from l10n-kf5v5.7.0-rc1v5.7.0 | l10n daemon script | |
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 | |
2015-01-08 | Upgrade KF5 version to 5.7.0. | l10n daemon script | |
2015-01-07 | Fix KCoreConfigSkeleton when toggling a value with saves in between | Albert Astals Cid | |
REVIEW: 121838 Acked by Matthew Dawson | |||
2015-01-06 | Don't upgrate config file with upd file from kde4. | Montel Laurent | |
This patch is necessary because: When we use kf5 + kde4 application, kconf_update which launchs at the start when we launch kde. But it will migrate some config file, for example it will show that we need to migrate konversation so it will create a konversationrc in .config/ But when we launch konversation there is a kdelibs4migrator which wants to migrate settings and config in .config but it shows a konversationrc in .config so it will never migrate and we will lose all settings. So we can force to remove all .upd in kf5 but it will not fix problem during migration or when we have kde4 application install in same directory as kf5. So now I force for each upd file to have a "Version=5" so kconf_update (kf5) will migrate just kf5 upd file and it will fix my bugs. REVIEW: 121797 CHANGELOG: Now kconf_update doesn't process upd file from kde4. We need to add "Version=5" in top of the upd file otherwise it will be skipped. | |||
2015-01-04 | fix missing KF5_ prefix for INSTALL_DEFAULT_ARGS | Christoph Cullmann | |
2014-12-31 | Upgrade ECM and KF5 version requirements for 5.6.0 release. | l10n daemon script | |
2014-12-25 | Simplify condition, endsWith is clever enough. | David Faure | |
2014-12-17 | Upgrade KF5 version to 5.6.0. | l10n daemon script | |
2014-12-14 | SVN_SILENT made messages (.desktop file) | l10n daemon script | |
2014-12-02 | Upgrade ECM and KF5 version requirements for 5.5.0 release. | l10n daemon script | |
2014-11-27 | Fix link to KSharedConfig::openConfig in apidoc | Heiko Becker | |
KSharedConfig has been ported to QStandardPaths in KF5. REVIEW: 121272 | |||
2014-11-05 | Upgrade KF5 version to 5.5.0. | l10n daemon script | |
2014-11-02 | Define <source_files_var> for ecm_create_qm_loader | Burkhard Lück | |
REVIEW:120947 | |||
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-20 | 5.3, not 5.2 | Aaron Seigo | |
2014-09-19 | use the same open flags as the group handed in | Aaron Seigo | |
this way we actually get the same shared pointer and thus does not require a sync() call on the config object to get the right values REVIEW:120283 | |||
2014-09-19 | provide a getter for OpenFlags | Aaron Seigo | |
2014-09-18 | Move diagnostic pragmas outside/around functions. | Nicolás Alvarez | |
gcc 4.5 doesn't support "#pragma GCC diagnostic" inside functions. Apparently it also doesn't support "#pragma GCC diagnostic push/pop", but it doesn't fail for that, so meh. | |||
2014-09-18 | Replace nullptr with Q_NULLPTR. | Nicolás Alvarez | |
gcc 4.5 doesn't have nullptr. | |||
2014-09-13 | Use const char[] instead of const char*, saves 8 byte in .data each. | Volker Krause | |
2014-09-12 | Upgrade KF5 version to 5.3.0. | l10n daemon script | |
2014-09-11 | Add class description to KConfigBase. | Matthew Dawson | |
Add a class description to KConfigBase so that KConfig::sync can link to KConfigBase::sync. Also makes KConfigBase easier to find and understand. | |||
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-31 | Add documentation onto KWindowConfig namespace | David Edmundson | |
This is needed so doxygen includes the far more useful documentation on the contained methods. | |||
2014-08-15 | Remove brief description from README.md | Alex Merry | |
This is duplicate information. | |||
2014-08-13 | Add metadata about the QMake and CMake packages installed by this framework ↵ | Denis Steckelmacher | |
and remove Links from README.md | |||
2014-08-10 | Allow translations to have context again. | Matthew Dawson | |
Switch to using QT_TRANSLATE_NOOP3 so that context information can be given for actions, allowing the translators to do better translations. BUG: 337979 FIXED-IN: 5.2.0 REVIEW: 119577 | |||
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-29 | Fix KConfig compilation | David Gil | |
KConfig fails building because QBasicAtomicInt is being treated as an int. REVIEW: 119417 | |||
2014-07-22 | allow the extraction of the shortcut names for translation | Lukáš Tinkl | |
using Qt-standard QT_TRANSLATE_NOOP instead of a fake I18N_NOOP2 | |||
2014-07-21 | create and install the QM loader | Lukáš Tinkl | |
like all the other Qt-based modules do | |||
2014-07-12 | SVN_SILENT made messages (.desktop file) | l10n daemon script | |
2014-07-01 | Fix compiler warning due to undefined macro | Alex Richardson | |
2014-07-01 | Fix reading of XDG style semicolon separated lists with escaped ';' | Alex Richardson | |
Previously the warning "Invalid escape sequence "\;"." would appear and "\;" was replaced with just the backslash as is done for all unrecognized escape sequences. Keep both characters so that readXdgListEntry() works with values containing semicolons REVIEW: 119074 | |||
2014-07-01 | Remove register keyword since it is deprecated | Alex Richardson | |
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-07-01 | Fix unittest: must sync in main thread for other threads to see the changes | David Faure | |
2014-07-01 | KSharedConfig: move mainConfig and wasTestEnabled to the thread storage. | David Faure | |
This enables the mainConfig optimization in all threads, and ensures the user warning only happens in the main thread. The test-mode-enabled logic is only really useful in the main thread, but it's simpler to just do it in all threads. REVIEW: 118985 | |||
2014-06-27 | Fix build on Visual C++ 2010. | Nicolás Alvarez | |
Visual C++ 2010 throws an internal compiler error trying to compile kconfigtest, since 5f4dc2973f. I couldn't figure out a non-intrusive code tweak that would work around the ICE, so I had to skip compiling this particular initialization code on this particular compiler version, and skip running the test that relies on it (testEnums). The dummy=42 entry is so that the config group isn't empty, which makes testGroupCopyTo and testReparent still run and pass, so we don't need to skip them. REVIEW:118852 | |||
2014-06-27 | Fix syntax in kdesktopfiletest. | Nicolás Alvarez | |
- QLocale::QLocale::Austria + QLocale::Austria I'm surprised this worked in gcc in the CI... |