Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-06-12 | Fix locale-aware reading in KDesktopFile | Martin Gräßlin | |
The underlying KConfig used QLocale::name() for getting the locale aware part. But this returns "de_DE" while the desktop files store "de". In addition it constructs a QLocale object instead of using the system locale. This has the advantage that the usage of QLocale::setDafault() gets honored by KConfig. REVIEW: 118564 | |||
2014-05-05 | Revert "Store app config file in ~/.config/<domain>/<app>rc" | David Faure | |
This reverts commit 625e124898afad04ab5c3939b1b129b6014046cd. Let's take the time to think about a better solution, possibly. | |||
2014-05-04 | Store app config file in ~/.config/<domain>/<app>rc | David Faure | |
Only KSharedConfig::openConfig() and KConfig default constructor are affected. KConfig("kdeglobals"), for instance, points to ~/.config so that it can be shared. REVIEW: 117989 | |||
2014-04-01 | fixed mingw build | Patrick von Reth | |
2014-03-25 | Use the full path for kconf_update when running it | Alex Merry | |
It is not on $PATH, so we cannot just expect QProcess to find it. REVIEW: 117023 | |||
2014-03-24 | Remove old kdelibs4 code | Alex Merry | |
All this ifdef'd-out code just makes it hard to see what's going on. REVIEW: 116962 | |||
2014-03-23 | Revert addition of DelayedParsing, not needed after all. | David Faure | |
2014-03-13 | KCoreConfigSkeleton: delay parsing until the call to readConfig() | David Faure | |
2014-03-01 | make comment less confusing | David Faure | |
2014-03-01 | we use Qt5 now, so re-enable -DQT_NO_CAST_FROM_BYTEARRAY | David Faure | |
2014-01-09 | Use kde5rc instead of kde4rc naming convention, REVIEW: 114917 | Siddharth Sharma | |
2013-12-18 | Code reformatted using kde-dev-scripts/astyle-kdelibs. | David Faure | |
Use git blame -w 867e7a5 to show authorship as it was before this commit. | |||
2013-12-18 | Move kconfig code to the root directory. | Jenkins CI | |