K_EXPORT_PLUGIN & KAboutData in .cpp vs .desktop / KPluginInfo

2013-09-26 Thread Milian Wolff
Hey all, why do we have to set much redundant information in .cpp/KAboutData which is already somewhat defined by the KPluginInfo i.e. .desktop file? Point in case: KPluginSelector e.g. shows the Comment entry of the .desktop file. If thats too long its elided and if I go to the about dialog, I

Re: how to add or modify, keyboard layouts: us(intl) hebrew-phonetic

2013-09-26 Thread Uwe Brauer
>> "Andriy" == Andriy Rysin writes: > To change the layout you need to file a suggestion for > xkeyboard-config at bugs.freedesktop.org > For the local change, if you're sure you did the change in the right > place you can try to clear the cache files in /var/lib/xkb/

Re: QML-using app developers: use private.* imports

2013-09-26 Thread Marco Martin
On Thursday 26 September 2013 02:23:31 Aleix Pol wrote: > The question would be then, why is it that there's some API that's only > needed for internal usage? If it's needed internally, it will be most > likely needed externally, at some point. The fact that you decide to label > it as private mak