aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-02-08Commit translations from l10n-kf5v5.7.0-rc1v5.7.0l10n daemon script
2015-02-03skip empty partsMarco 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-23Upgrade ECM and KF5 version requirements for 5.7.0 release.l10n daemon script
2015-01-17Add missing QIODevice includeHrvoje Senjan
Fixes build with Qt 5.5
2015-01-10Update installation variables.Alex Merry
2015-01-08Upgrade KF5 version to 5.7.0.l10n daemon script
2015-01-07Fix KCoreConfigSkeleton when toggling a value with saves in betweenAlbert Astals Cid
REVIEW: 121838 Acked by Matthew Dawson
2015-01-06Don'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-04fix missing KF5_ prefix for INSTALL_DEFAULT_ARGSChristoph Cullmann
2014-12-31Upgrade ECM and KF5 version requirements for 5.6.0 release.l10n daemon script
2014-12-25Simplify condition, endsWith is clever enough.David Faure
2014-12-17Upgrade KF5 version to 5.6.0.l10n daemon script
2014-12-14SVN_SILENT made messages (.desktop file)l10n daemon script
2014-12-02Upgrade ECM and KF5 version requirements for 5.5.0 release.l10n daemon script
2014-11-27Fix link to KSharedConfig::openConfig in apidocHeiko Becker
KSharedConfig has been ported to QStandardPaths in KF5. REVIEW: 121272
2014-11-05Upgrade KF5 version to 5.5.0.l10n daemon script
2014-11-02Define <source_files_var> for ecm_create_qm_loaderBurkhard Lück
REVIEW:120947
2014-10-31Upgrade ECM and KF5 version requirements for 5.4.0 release.l10n daemon script
2014-10-23Upgrade KF5 version to 5.4.0.l10n daemon script
2014-10-03Upgrade ECM and KF5 version requirements for 5.3.0 release.l10n daemon script
2014-09-205.3, not 5.2Aaron Seigo
2014-09-19use the same open flags as the group handed inAaron 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-19provide a getter for OpenFlagsAaron Seigo
2014-09-18Move 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-18Replace nullptr with Q_NULLPTR.Nicolás Alvarez
gcc 4.5 doesn't have nullptr.
2014-09-13Use const char[] instead of const char*, saves 8 byte in .data each.Volker Krause
2014-09-12Upgrade KF5 version to 5.3.0.l10n daemon script
2014-09-11Add 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-07Upgrade ECM and KF5 version requirements for 5.2.0 release.l10n daemon script
2014-09-05Upgrade KF5 version for 5.2.0 release.l10n daemon script
2014-08-31Add documentation onto KWindowConfig namespaceDavid Edmundson
This is needed so doxygen includes the far more useful documentation on the contained methods.
2014-08-15Remove brief description from README.mdAlex Merry
This is duplicate information.
2014-08-13Add metadata about the QMake and CMake packages installed by this framework ↵Denis Steckelmacher
and remove Links from README.md
2014-08-10Allow 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-02Upgrade ECM and KF5 version requirements for 5.1.0 release.l10n daemon script
2014-08-01Upgrade KF5 version.l10n daemon script
2014-07-29Fix KConfig compilationDavid Gil
KConfig fails building because QBasicAtomicInt is being treated as an int. REVIEW: 119417
2014-07-22allow the extraction of the shortcut names for translationLukáš Tinkl
using Qt-standard QT_TRANSLATE_NOOP instead of a fake I18N_NOOP2
2014-07-21create and install the QM loaderLukáš Tinkl
like all the other Qt-based modules do
2014-07-12SVN_SILENT made messages (.desktop file)l10n daemon script
2014-07-01Fix compiler warning due to undefined macroAlex Richardson
2014-07-01Fix 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-01Remove register keyword since it is deprecatedAlex Richardson
2014-07-01Upgrade ECM version requirement to 1.0.0 after all.David Faure
2014-07-01Upgrade ECM and KF5 version requirements.David Faure
2014-07-01Upgrade KF5 version.David Faure
2014-07-01Fix unittest: must sync in main thread for other threads to see the changesDavid Faure
2014-07-01KSharedConfig: 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-27Fix 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-27Fix syntax in kdesktopfiletest.Nicolás Alvarez
- QLocale::QLocale::Austria + QLocale::Austria I'm surprised this worked in gcc in the CI...