Runners and their configuration

2011-10-20 Thread Jan Gerrit Marker
Hello, I'm currently investigating the issue that some runners (AudioPlayerControl, Kill, Spellchecker) do not honor their configuration. It seems that the config() function of AbstractRunner does create a KConfigGroup depending on the X-KDE-PluginInfo-Name which is set in the desktop file. But wh

Review Request: Log whether libpam was found or not

2011-10-20 Thread Ralf Jung
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/102926/ --- Review request for Plasma. Description --- When compiling KDE, I only

Re: Review Request: Fix ordinal suffix in plasmaclock configuration page for TTS

2011-10-20 Thread Sebastian Kügler
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/102878/#review7515 --- libs/plasmaclock/clockapplet.cpp

Re: Plasma QtComponents IRC meeting: summary

2011-10-20 Thread Aleix Pol
Can't we use whatever Qt is using already? Aleix On Thu, Oct 20, 2011 at 9:25 PM, Marco Martin wrote: > On Thursday 20 October 2011, Giorgos Tsiapaliwkas wrote: > > Sorry for my late response. > > > > I came in contact with Dimitri and he told that there are no plans for > QML > > at the moment

Re: Plasma QtComponents IRC meeting: summary

2011-10-20 Thread Marco Martin
On Thursday 20 October 2011, Giorgos Tsiapaliwkas wrote: > Sorry for my late response. > > I came in contact with Dimitri and he told that there are no plans for QML > at the moment. > http://sourceforge.net/mailarchive/forum.php?thread_name=CAODYyLbKZ4Gm8XVnH > eg0RfcR%2BfNFwwd-JX%3DdtNv8y22PH1Zu

Re: Plasma QtComponents IRC meeting: summary

2011-10-20 Thread Giorgos Tsiapaliwkas
Sorry for my late response. I came in contact with Dimitri and he told that there are no plans for QML at the moment. http://sourceforge.net/mailarchive/forum.php?thread_name=CAODYyLbKZ4Gm8XVnHeg0RfcR%2BfNFwwd-JX%3DdtNv8y22PH1ZuZQ%40mail.gmail.com&forum_name=doxygen-users So what are we going to

Re: [Junior job] Re: translations of qml plasmoids

2011-10-20 Thread Marco Martin
On Thursday 20 October 2011, Viranch Mehta wrote: > Hey, > > On Wed, Oct 19, 2011 at 5:39 PM, Marco Martin wrote: > > so, > > the translation of the activity screen plasmoid worked, > > http://websvn.kde.org/trunk/l10n-kde4/templates/messages/playground- > > base/org.kde.active.activityscreen.pot

Re: [Junior job] Re: translations of qml plasmoids

2011-10-20 Thread Viranch Mehta
Hey, On Wed, Oct 19, 2011 at 5:39 PM, Marco Martin wrote: > so, > the translation of the activity screen plasmoid worked, > http://websvn.kde.org/trunk/l10n-kde4/templates/messages/playground- > base/org.kde.active.activityscreen.pot?revision=1259592&view=markup > > that means, a proper adapted

Re: [Junior job] Re: translations of qml plasmoids

2011-10-20 Thread Marco Martin
On Thursday 20 October 2011, Burkhard Lück wrote: > > so, > > the translation of the activity screen plasmoid worked, > > Really? > I see only that message extraction works, but don't find a loadcatalog > call. > > Did you run activity screen plasmoid in locale x-test > (http://techbase.kde.org/D

Re: [Junior job] Re: translations of qml plasmoids

2011-10-20 Thread Burkhard Lück
Am Mittwoch, 19. Oktober 2011, 14:09:56 schrieb Marco Martin: > On Tuesday 18 October 2011, Marco Martin wrote: > > Hi all, > > as an experiment, i've put a Messages.sh (hopefully adapted to work on > > qml) that should extract messages from the activityscreen containment > > and produce a pot file

Some help for recreating the Plasma Tool Box in QML

2011-10-20 Thread Mark
Hi KDE plasma folks, It's been a long while since i last actively contributed to the KDE project. Sadly having a job is sucking up way more time then i would like. In recent months I've started to experiment with QML and started to like it. Provided if i only use it for declaring the GUI. Not the

Re: [Junior job] Re: translations of qml plasmoids

2011-10-20 Thread Marco Martin
On Thursday 20 October 2011, Anne-Marie Mahfouf wrote: > > that's a quite easy and boring job, also a quite easy junior job... > > > > anybody interested? :p > > Should it be done quickly? If so I can blog about it and see it's done. If > it can wait for after 21th November we can put it as Googl

Re: [Junior job] Re: translations of qml plasmoids

2011-10-20 Thread Anne-Marie Mahfouf
On Wednesday, October 19, 2011 02:09:56 PM Marco Martin wrote: > On Tuesday 18 October 2011, Marco Martin wrote: > > Hi all, > > as an experiment, i've put a Messages.sh (hopefully adapted to work on > > qml) that should extract messages from the activityscreen containment > > and produce a pot fil

Re: PopupApplet with Qml/JS broken

2011-10-20 Thread Raymond Wooninck
On Thursday 20 October 2011 10:51:51 Marco Martin wrote: > > in the main item eproprt > property int minimumWidth: 300 > property int minimumHeight: 400 > > or any other number needed (if dynamically calculated even better) Thanks. This resolved the issue. I will indicated this to the author.

Re: PopupApplet with Qml/JS broken

2011-10-20 Thread Marco Martin
On Thursday 20 October 2011, Raymond Wooninck wrote: > Hi, > > There is a new applet (based on QML) which shows a nice lancelot-a-like > menu, however it has issues with being a PopupApplet. If it is defined as > PopupApplet, according to the definitions, then it shows the menu itself > in the tas

Re: Review Request: Plasmate:images can now be added to projects

2011-10-20 Thread Giorgos Tsiapaliwkas
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/102290/ --- (Updated Oct. 20, 2011, 8:49 a.m.) Review request for Plasma and Aaron J.

PopupApplet with Qml/JS broken

2011-10-20 Thread Raymond Wooninck
Hi, There is a new applet (based on QML) which shows a nice lancelot-a-like menu, however it has issues with being a PopupApplet. If it is defined as PopupApplet, according to the definitions, then it shows the menu itself in the taskbar. This seems to be the exact issue as also indicated ea