Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-19 | Add autotest for broken KAuthorised check in tryExec() | David Edmundson | |
2014-06-21 | Fix reading of entries for language/country combinations | Martin Gräßlin | |
This fixes a regression introduced in 988f09bb051dca0437ecec431ee44ed5b4a560d8. The mentioned commit ensures that if the locale is e.g. "de_DE" the entry "de" will be used. But this breaks if there is a translation for another country. E.g. for "de_CH" it would also pick the "de" entry. This change now operates on both just the language code and the locale. If an entry with the language code is present it will be picked. If another entry with the exact locale is found it will be overwritten. Modifiers are not supported as this is currently missing in QLocale. REVIEW: 118692 | |||
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 | |||
2013-12-18 | Move kconfig code to the root directory. | Jenkins CI | |