Review Request: WallpaperScript

2009-10-27 Thread Petri Damstén
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/1984/ --- Review request for Plasma. Summary --- Adds WallpaperScript for scripted wa

runners: same .so, different configs?

2009-10-27 Thread Sebastian Kügler
Hi, I'm planning to merge the wikipedia search plugin into KDE for 4.4. The plugin is basically a MediaWiki search class, with its URL pointed to Wikipedia. I'd like to make it more generic, though. What I envision is installing the plugin once, and then have one desktop file per service we w

dropped URL handling in containment, was: Re: How to get Akonadi notes onto Plasma?

2009-10-27 Thread Sebastian Kügler
On Monday 26 October 2009 00:39:14 Sebastian Kügler wrote: > In 4.4, you can drag and drop URLs onto Plasma, and it will try to find the > mimetype using KIO and offer an applet based on that (the URL is passed > as argument to the applet), the applet defines in its .desktop file which > mimety

Re: Review Request: Add to the devicenotifier configuration buttons to open related kcms

2009-10-27 Thread Aaron Seigo
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/1979/#review2832 --- instead of launching kcmshell, you should be able to just KRun::run th

Re: dropped URL handling in containment, was: Re: How to get Akonadi notes onto Plasma?

2009-10-27 Thread Aaron J. Seigo
On October 27, 2009, Sebastian Kügler wrote: > Is this something I should pursue? It sounds simple enough ... sure; i don't see any downside to it and the results could be interesting; worst case is we'd have a failed experimnt on our hands and one more way not to do it (in the words of Edison ;

Re: runners: same .so, different configs?

2009-10-27 Thread Marco Martin
On Tuesday 27 October 2009, Sebastian Kügler wrote: > Hi, > > I'm planning to merge the wikipedia search plugin into KDE for 4.4. The > plugin is basically a MediaWiki search class, with its URL pointed to > Wikipedia. > > I'd like to make it more generic, though. What I envision is installing

Re: Review Request: WallpaperScript

2009-10-27 Thread Aaron Seigo
--- This is an automatically generated e-mail. To reply, visit: http://reviewboard.kde.org/r/1984/#review2833 --- a few questions about the API additions below; also, have you worked u

Re: runners: same .so, different configs?

2009-10-27 Thread Aaron J. Seigo
On October 27, 2009, Marco Martin wrote: > simply having 2 desktop files with different plugin names that load the > same library would work i think? yes; and then pluginName() would return which one it is. the trick would be to then map from those names to URLs. it could be added to the .deskto

Re: runners: same .so, different configs?

2009-10-27 Thread Sebastian Kügler
On Tuesday 27 October 2009 18:36:35 Aaron J. Seigo wrote: > On October 27, 2009, Marco Martin wrote: > > simply having 2 desktop files with different plugin names that load the > > same library would work i think? > > yes; and then pluginName() would return which one it is. the trick would be >

Re: runners: same .so, different configs?

2009-10-27 Thread Chani
On October 27, 2009 12:53:31 Sebastian Kügler wrote: > On Tuesday 27 October 2009 18:36:35 Aaron J. Seigo wrote: > > On October 27, 2009, Marco Martin wrote: > > > simply having 2 desktop files with different plugin names that load the > > > same library would work i think? > > > > yes; and then p

Re: Review Request: Add to the devicenotifier configuration buttons to open related kcms

2009-10-27 Thread Jacopo De Simoi
On Tuesday 27 October 2009 17:16:58 Aaron Seigo wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > http://reviewboard.kde.org/r/1979/#review2832 > --- > > >

Re: dropped URL handling in containment, was: Re: How to get Akonadi notes onto Plasma?

2009-10-27 Thread Sebastian Kügler
On Tuesday 27 October 2009 17:19:24 Aaron J. Seigo wrote: > On October 27, 2009, Sebastian Kügler wrote: > > Is this something I should pursue? It sounds simple enough ... > > sure; i don't see any downside to it and the results could be interesting; > worst case is we'd have a failed experimnt