Python Plasmoids - 2 Questions

2011-05-19 Thread Michael Zimmermann
Hi there, well, I am not exactly shure that I am on the right list here, yet somewhere Aron's words about heading over to plasma-devel for any qestions still ring in my head. If I am wrong, where should I ask instead? So, currently I am working on a python plasmoid (first time plasmoid developmen

Re: Review Request: Fixing massive memory consumption in KWin using the raster graphicssystem.

2011-05-19 Thread Ivan Čukić
> On May 19, 2011, 7:34 a.m., Aaron J. Seigo wrote: > > those are some impressive results. my guess is that we likely have a very > > similar issue in plasma. in both cases, we are dealing with lots of small > > bits of memory in the form of pixmaps, strings, etc. that are fairly > > constantl

Re: questions about "remote web services"

2011-05-19 Thread Sebastian Kügler
On Thursday, May 19, 2011 11:26:36 Aaron J. Seigo wrote: > On Thursday, May 19, 2011 10:40:11 Sebastian Kügler wrote: > > On Wednesday, May 18, 2011 16:20:02 Aaron J. Seigo wrote: > > > * one source per service, e.g. youtube > > > > > > > > NO! :D > > > > > > > > For this kind of stuff,

Re: Python Plasmoids - 2 Questions

2011-05-19 Thread Michael Zimmermann
Luca, On 19/05/11 14:06, Luca Beltrame wrote: > Yes, you should use the dbus interface. Something like this: > this works. Thanks for the quick response :-) Michael ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman

Re: Python Plasmoids - 2 Questions

2011-05-19 Thread Luca Beltrame
In data giovedì 19 maggio 2011 13:38:49, Michael Zimmermann ha scritto: > QDBusInterface is not wrapped by PyQT so that I should propably use the > dbus module. And then? How? Yes, you should use the dbus interface. Something like this: import dbus from dbus.mainloop.qt import DBusQtMainLoop #

Python Plasmoids - 2 Questions

2011-05-19 Thread Michael Zimmermann
Hi there, well, I am not exactly shure that I am on the right list here, yet somewhere Aron's words about heading over to plasma-devel for any qestions still ring in my head. If I am wrong, where should I ask instead? So, currently I am working on a python plasmoid (first time plasmoid developmen

Re: questions about "remote web services"

2011-05-19 Thread Aaron J. Seigo
On Thursday, May 19, 2011 10:40:11 Sebastian Kügler wrote: > On Wednesday, May 18, 2011 16:20:02 Aaron J. Seigo wrote: > > * one source per service, e.g. youtube > > NO! :D > > For this kind of stuff, we should completely (== as much as possible) ignore > the service itself. So instead of a

Re: questions about "remote web services"

2011-05-19 Thread Sebastian Kügler
On Wednesday, May 18, 2011 16:20:02 Aaron J. Seigo wrote: > * one source per service, e.g. youtube NO! :D For this kind of stuff, we should completely (== as much as possible) ignore the service itself. So instead of a youtube engine, we create a videoengine (which itself uses youtube a

Re: Review Request: Fixing massive memory consumption in KWin using the raster graphicssystem.

2011-05-19 Thread Aaron J. Seigo
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/101385/#review3402 --- those are some impressive results. my guess is that we likely ha