Re: Review Request: Ported KTimeTracker to KNotification

2009-09-29 Thread Beat Wolf
On 2009-09-29 05:32:23, Thorsten Staerk wrote: I committed the change, see http://websvn.kde.org/?view=revisionrevision=1029142. Where can I set this to completed? there is somewhere a button here that lets you set this to submitted. - Beat

Re: Ayatana notifications for Plasma

2009-09-29 Thread Aurélien Gâteau
Sebastian Kügler wrote: Regarding implementing it as a separate applet: I don't think it would have been a good idea because you would have to either add a dumb icon to your panel so that you could run this system, or add an invisible applet (not handy for the user to manipulate). That's

Re: Ayatana notifications for Plasma

2009-09-29 Thread Aurélien Gâteau
Sebastian Kügler wrote: On Monday 28 September 2009 17:01:34 Roderick B. Greening wrote: I wonder if it would be worthwhile for Sebastian and Aurelien to get together and chat offline. I see some opportunity for clarification in a one-on-one via irc, etc. Not sure, it sounds like you

Remote widgets, the next steps

2009-09-29 Thread Fabrizio Montesi
Hi everyone, I've studied the code of the Remote Widgets implementation and I'd like to discuss some internals. Most of the following (if not all) could be already known, anyway. If I understood the implementation correctly, the parameters for operation calls to a remote Plasma::Service are

Re: Review Request: Full Konqueror History Runner

2009-09-29 Thread Sebastian Kügler
Hi Jon, On Tuesday 29 September 2009 00:15:34 Jon de Andres wrote: The browserhistory runner in kdeplasma-addons only searchs in the typed history in konqueror, stored in KDEDIR/share/conf/konq_history. Konqueror uses its own lib to use the full history with title and extra info. This

Re: Ayatana notifications for Plasma

2009-09-29 Thread Sebastian Kügler
On Tuesday 29 September 2009 10:34:19 Aurélien Gâteau wrote: Sebastian Kügler wrote: Regarding implementing it as a separate applet: I don't think it would have been a good idea because you would have to either add a dumb icon to your panel so that you could run this system, or add an

Re: Ayatana notifications for Plasma

2009-09-29 Thread Sebastian Kügler
Hey Aurélien, On Tuesday 29 September 2009 10:52:55 Aurélien Gâteau wrote: Sebastian Kügler wrote: On Monday 28 September 2009 17:01:34 Roderick B. Greening wrote: I wonder if it would be worthwhile for Sebastian and Aurelien to get together and chat offline. I see some opportunity for

Re: Remote widgets, the next steps

2009-09-29 Thread Rob Scheepmaker
On Tuesday 29 September 2009 10:53:41 Fabrizio Montesi wrote: Hi everyone, I've studied the code of the Remote Widgets implementation and I'd like to discuss some internals. Most of the following (if not all) could be already known, anyway. Cool, I could use some more peer review :) If I

Re: Review Request: taskmanager library: Manual Sorting Fix

2009-09-29 Thread Christian Mollekopf
On 2009-09-04 20:16:52, Aaron Seigo wrote: this results in a leak in that every window ever created will have an item that stays forever, no? shouldn't it only keep track of winIds that still exist, and do so in the manual grouping strategy? Christian Mollekopf wrote: Yes this

Re: Remote widgets, the next steps

2009-09-29 Thread Fabrizio Montesi
On Tue, Sep 29, 2009 at 4:30 PM, Rob Scheepmaker r.scheepma...@student.utwente.nl wrote: I never really considered the case of implementing a native Plasma::Services in jolie script since that could get a bit complicated anyway, considering the access control/message signing, plus

Re: Ayatana notifications for Plasma

2009-09-29 Thread Aaron J. Seigo
On September 29, 2009, Aurélien Gâteau wrote: Keep in mind that the binary is started on demand, so it does not take any memory if you are not using it (assuming it would automatically stop itself after a while). Same goes for applets, dataengines... Can an applet unload itself from

Re: Review Request: Ported KTimeTracker to KNotification

2009-09-29 Thread thorsten
On 2009-09-29 05:32:23, Thorsten Staerk wrote: I committed the change, see http://websvn.kde.org/?view=revisionrevision=1029142. Where can I set this to completed? there is somewhere a button here that lets you set this to submitted. Do you mean the ship it tag? I did set that. - Beat

Re: Review Request: Ported KTimeTracker to KNotification

2009-09-29 Thread Aaron J. Seigo
On September 29, 2009, thors...@staerk.de wrote: On 2009-09-29 05:32:23, Thorsten Staerk wrote: I committed the change, see http://websvn.kde.org/?view=revisionrevision=1029142. Where can I set this to completed? there is somewhere a button here that lets you set this to submitted.

Re: [Kde-pim] Review Request: Ported KTimeTracker to KNotification

2009-09-29 Thread Ingo Klöcker
On Tuesday 29 September 2009, thors...@staerk.de wrote: On 2009-09-29 05:32:23, Thorsten Staerk wrote: I committed the change, see http://websvn.kde.org/?view=revisionrevision=1029142. Where can I set this to completed? there is somewhere a button here that lets you set this to

Re: [Kde-pim] Review Request: Ported KTimeTracker to KNotification

2009-09-29 Thread Aaron J. Seigo
On September 29, 2009, Ingo Klöcker wrote: On Tuesday 29 September 2009, thors...@staerk.de wrote: On 2009-09-29 05:32:23, Thorsten Staerk wrote: I committed the change, see http://websvn.kde.org/?view=revisionrevision=1029142. Where can I set this to completed? there is

Forecast-only weather ion

2009-09-29 Thread Thilo-Alexander Ginkel
Hello everyone, I am currently developing a Weather Ion for the German wetter.com weather data provider to improve the station coverage for Germany, Austria and Switzerland. Unfortunately, wetter.com only provides forecast data through its free web service API, so the Ion actually has no

Re: Review Request: taskmanager library: Manual Sorting Fix

2009-09-29 Thread jedd
On 2009-09-04 20:16:52, Aaron Seigo wrote: this results in a leak in that every window ever created will have an item that stays forever, no? shouldn't it only keep track of winIds that still exist, and do so in the manual grouping strategy? Christian Mollekopf wrote: Yes this