Re: plasma application policies

2009-08-20 Thread Richard Dale
On Wed, Aug 19, 2009 at 4:43 PM, Aaron J. Seigo wrote: > On Wednesday 05 August 2009, Richard Dale wrote: >> It also moves a few things around in applet.cpp, so that the code for >> shortcuts is all in Applet::addGlobalShortcutsPage() including the >> connect() calls to the configDialogFinished() s

Re: plasma application policies

2009-08-19 Thread Aaron J. Seigo
On Wednesday 05 August 2009, Richard Dale wrote: > It also moves a few things around in applet.cpp, so that the code for > shortcuts is all in Applet::addGlobalShortcutsPage() including the > connect() calls to the configDialogFinished() slot to handle > completing the dialog. instead of addGlobal

Re: plasma application policies

2009-08-05 Thread Richard Dale
On Tue, Jul 28, 2009 at 10:07 PM, Aaron J. Seigo wrote: > On Tuesday 28 July 2009, Richard Dale wrote: >> On Tue, Jul 28, 2009 at 2:32 AM, Aaron J. Seigo wrote: >> > the script engine situation is probably the easiest of the bunch: just >> > add a method to the script engine that states what it doe

Re: plasma application policies

2009-07-28 Thread Aaron J. Seigo
On Tuesday 28 July 2009, Richard Dale wrote: > On Tue, Jul 28, 2009 at 2:32 AM, Aaron J. Seigo wrote: > > the script engine situation is probably the easiest of the bunch: just > > add a method to the script engine that states what it does with > > configuration (e.g. setProvidesCustomizedConfigura

Re: plasma application policies

2009-07-28 Thread Richard Dale
On Tue, Jul 28, 2009 at 2:32 AM, Aaron J. Seigo wrote: > the script engine situation is probably the easiest of the bunch: just add a > method to the script engine that states what it does with configuration (e.g. > setProvidesCustomizedConfiguration(bool)) and query that when deciding what to > do

Re: plasma application policies

2009-07-28 Thread Marco Martin
On Tuesday 28 July 2009, Aaron J. Seigo wrote: > hi all ... > > while looking at https://bugs.kde.org/show_bug.cgi?id=201663 i found that > the problem is that setHasConfigurationInterface (potentially useful > information) turns off the config option even though Applet provides global > short sett

plasma application policies

2009-07-27 Thread Aaron J. Seigo
hi all ... while looking at https://bugs.kde.org/show_bug.cgi?id=201663 i found that the problem is that setHasConfigurationInterface (potentially useful information) turns off the config option even though Applet provides global short settings. i've "fixed" it locally so that the applet settin