Re: [PATCH] Support for PopupApplets in Python

2010-02-28 Thread Aaron J. Seigo
On February 28, 2010, Simon Edwards wrote: > If I remember correctly, (it has been a while since I've looked), the > Python code doesn't create the instance of the Applet itself. Plasma > does this by itself, but the plasmoid developer has to provide their own > AppletScript object which acts a pro

Re: [PATCH] Support for PopupApplets in Python

2010-02-28 Thread Simon Edwards
Richard Dale wrote: > On Sat, Feb 27, 2010 at 4:42 PM, Luca Beltrame > wrote: >> In data sabato 27 febbraio 2010 15:13:23, Petri Damstén ha scritto: >>> Python popup applet with extenders: >>> http://websvn.kde.org/trunk/KDE/kdeexamples/plasma/python/applets/pyhello/ >> Thanks, then my patch is c

Re: n+1st report about arrow keys in krunner

2010-02-28 Thread Martin Gräßlin
Am Samstag 27 Februar 2010 23:09:57 schrieb Jacopo De Simoi: > If (and only if) pressing Down without any further entry in the history, > then it could move the focus to the first entry in the list. I would change to: If (and only if) pressing Down without any further entry in the history AND the

Re: Using svg/bitmap images in javascript plasmoid

2010-02-28 Thread Aaron J. Seigo
On February 27, 2010, Nikola Milenković wrote: > If I understood correctly from JavaScript API reference, I need to upgrade > KDE to 4.4.1 in order to use QIcon? or grab the errata tarball linked to from my blog -- Aaron J. Seigo humru othro a kohnu se GPG Fingerprint: 8B8B 2209 0C6F 7C47 B1EA

Re: n+1st report about arrow keys in krunner

2010-02-28 Thread Aaron J. Seigo
On February 27, 2010, Jacopo De Simoi wrote: > If (and only if) pressing Down without any further entry in the history, > then it could move the focus to the first entry in the list. yes, this is sensible imho. it will be annoying in some cases (moving through the history and hitting the bottom)

Re: n+1st report about arrow keys in krunner

2010-02-28 Thread Aaron J. Seigo
On February 27, 2010, Miha Čančula wrote: > I suggest that the history should be added as just another runner. It would > show the last N used things when started, and then display a filtered list > when you write something. which does not address the issue of the interface by which to show such