Re: Finalized proposal for changes to i18n in KF5

2013-01-05 Thread Chusslove Illich
> [: Oswald Buddenhagen :] > of course, it would be even better if you strived for submission to qt- > project, if at all realistic (for now probably an add-on, but definitely > under cla). otherwise you'll see the same effect every other useful lgpl'd > qt framework sees sonner or later: it gets r

Re: Finalized proposal for changes to i18n in KF5

2013-01-05 Thread Kevin Krammer
On Friday, 2013-01-04, Oswald Buddenhagen wrote: > random ramblings: > > i don't like the recommendation for extracted vs. disambiguating > comments (and closed-source authors will typically do the exact opposite > anyway). The opposite thing as in only having comments and not caring at all abou

patch: port KGlobal::findDirectChild to qt5 equivalent findDirect

2013-01-05 Thread Jignesh Kakadiya
Hi David, I have ported all the calls which is in kparts. Please review it. Thanks, Jignesh findDirectChild.patch Description: Binary data ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo/kde-fra

Re: [kdelibs/frameworks] kdecore/localization: Verify that the language is available when setting it

2013-01-05 Thread Chusslove Illich
> [: Kevin Ottens :] > Verify that the language is available when setting it > > Restore a behavior which was happening in KLocale before ki18n split. > After all, the fact that the method is now in KLocalizedString doesn't > prevent us from calling it. :) > > M +1-1kdecore/local