Taking care of a TODO item

2012-11-04 Thread Valentin Rusu
Hello, Trying to catchup with frameworks splitting effort, after a quite busy lapse of time, I'd like to take care of a TODO item, as listed on the epics page: http://community.kde.org/Frameworks/Epics/Splitting_kdelibs I think I can take care of kutils/kemoticons or kdeui/dialogs. Are these

KWallet plugin logic implementation inside frameworks

2012-11-04 Thread Valentin Rusu
Hello, Now that I'm using a plug-in version of the KWallet API on my system, I think it would be the time to put it at the right place inside the frameworks branch, if you don't mind. The logic actually lives inside kdelibs/ksecretsservice branch and, despite that branch's name, the only cha

Re: KLocale plans (Re: KF5 Unit test results)

2012-11-04 Thread Chusslove Illich
> [: Chusslove Illich :] > While splitting out public methods dealing with translation from KLocale > [...] For completeness, also the overview of what I do with other methods (no comment needed except for objections :): All translateRaw*() methods are removed. They were used only by KLocalizedSt

Re: KLocale plans (Re: KF5 Unit test results)

2012-11-04 Thread Chusslove Illich
While splitting out public methods dealing with translation from KLocale, I got a doubt about localizedFilePath(). For a given file path, it returns the localized file path, if available, according to the same language list and fallback rules as for strings in PO files. Due to this, initially I tho