Helping libraries load their own translation catalogs

2010-11-20 Thread Albert Astals Cid
Hi, one of the problem we find every so often in KDE-land is that our libraries properly extract their translation messages to a .po file but then the application using those libraries forget they have to add a line like KGlobal::locale()->insertCatalog("libkdepim") Which means the application

Re: KDE Platform 2011 Sprint

2010-11-20 Thread Aaron J. Seigo
On Saturday, November 20, 2010, Alexander Neundorf wrote: > On Friday 19 November 2010, Aaron J. Seigo wrote: > > hi all... > > > > because we need to get this going, i've started a wiki page for a > > currently theoretical dev sprint for the KDE Platform (kdelibs + > > kdebase-runtime, > > > > p

Re: screensaver activation notification

2010-11-20 Thread Andriy Rysin
2010/11/20 Oswald Buddenhagen > On Sat, Nov 20, 2010 at 11:28:25AM -0500, Andriy Rysin wrote: > > Could anybody point me to an (easy) way to listen to screensaver/lock > dialog > > activation so I can provide separate layout for it? > > > you could have trivially found that by browsing > org.free

Re: screensaver activation notification

2010-11-20 Thread Oswald Buddenhagen
On Sat, Nov 20, 2010 at 11:28:25AM -0500, Andriy Rysin wrote: > Could anybody point me to an (easy) way to listen to screensaver/lock dialog > activation so I can provide separate layout for it? > you could have trivially found that by browsing org.freedesktop.ScreenSaver in qdbusviewer and/or som

Re: KDE Platform 2011 Sprint

2010-11-20 Thread Alexander Neundorf
On Friday 19 November 2010, Aaron J. Seigo wrote: > hi all... > > because we need to get this going, i've started a wiki page for a currently > theoretical dev sprint for the KDE Platform (kdelibs + kdebase-runtime, > primarily) for spring 2011: > > http://community.kde.org/KDE_Core/Platform_

screensaver activation notification

2010-11-20 Thread Andriy Rysin
There's a request for keyboard layout to be remembered differently for screen lock dialog when in (by window mode) https://bugs.kde.org/show_bug.cgi?id=246301 Seems like the keyboard daemon does not get activeWindowChanged event when screensaver activated (or lock dialog is shown). Could anybody po