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
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
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
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
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
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
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