On Monday 15 September 2008, Jason Stubbs wrote:
> Petri Damstén wrote:
> > If we are looking root of that package (It's equal to path() but needed
> > in dashboard to set "root" to this) then basepath is /some/path/ and
> > canonical is /some/path and startsWith does not match. Is it ok to add
> >
Petri Damstén wrote:
> If we are looking root of that package (It's equal to path() but needed in
> dashboard to set "root" to this) then basepath is /some/path/ and canonical
> is
> /some/path and startsWith does not match. Is it ok to add '/' to
> canonicalPath?
What you probably want is QDi
If we are looking root of that package (It's equal to path() but needed in
dashboard to set "root" to this) then basepath is /some/path/ and canonical is
/some/path and startsWith does not match. Is it ok to add '/' to
canonicalPath?
Index: package.cpp
==
On Saturday 13 September 2008, Petri Damstén wrote:
> On Friday 12 September 2008 18:00:46 Aaron J. Seigo wrote:
> > patches are looking good =)
>
> On more thing... Dashboard widgets (& SuperKaramba etc.) are fixed size so
> it would be nice to be able to remove resize button for those. This patch
On Friday 12 September 2008 18:00:46 Aaron J. Seigo wrote:
> patches are looking good =)
On more thing... Dashboard widgets (& SuperKaramba etc.) are fixed size so it
would be nice to be able to remove resize button for those. This patch adds
FixedSize to AspectRatioMode to do that.
Petri
Inde
On Thursday 11 September 2008, Petri Damstén wrote:
> On Friday 12 September 2008 06:24:08 Petri Damstén wrote:
> > patch for:
> > - configChanged functions in Applet and AppletScript
> > - connected to configXml configChanged() and applyClicked/okClicked (for
> > C++ applets)
> > - package typo ma
On Friday 12 September 2008, Petri Damstén wrote:
> On Thursday 11 September 2008 19:27:06 Petri Damstén wrote:
> > Diff attached is very much work in progress, but it's a start.
>
> More features added, still have problems with background. Background was
> hidden under the webpage.
=)
> Now it s
On Thursday 11 September 2008 19:27:06 Petri Damstén wrote:
> Diff attached is very much work in progress, but it's a start.
More features added, still have problems with background. Background was
hidden under the webpage. Now it shows but it also shows in dashboard applet
and I also cannot ge
On Friday 12 September 2008 06:24:08 Petri Damstén wrote:
> patch for:
> - configChanged functions in Applet and AppletScript
> - connected to configXml configChanged() and applyClicked/okClicked (for
> C++ applets)
> - package typo mainconfiggui -> mainconfigui
> - and some Q_UNUSED to remove warn
On Thursday 11 September 2008 17:47:27 Aaron J. Seigo wrote:
> On Thursday 11 September 2008, Petri Damstén wrote:
> > Applets connect to apply & ok to know when user accepted config, but if
> > AppletScript uses configxml there seems to be no way to do that? Maybe
> > configAccepted signal in appl
On Thursday 11 September 2008 20:17:08 Aaron J. Seigo wrote:
> *that* said ... what's wrong with simply having code/main the same as
> html/index.html, and stuffing the rest of the html files into code/?
I seem to lose color coding in e.g. kate if it's just main. Ruby (Ruboid)
seems to specify it
On Thursday 11 September 2008 22:06:42 Aaron J. Seigo wrote:
> On Thursday 11 September 2008, Petri Damstén wrote:
> > On Thursday 11 September 2008 20:17:08 Aaron J. Seigo wrote:
> > > > - Background does not work currently.
> > >
> > > ... define?
> >
> > I use applet()->setBackgroundHints(Plasma
On Thursday 11 September 2008, Petri Damstén wrote:
> On Thursday 11 September 2008 20:17:08 Aaron J. Seigo wrote:
> > > - Background does not work currently.
> >
> > ... define?
>
> I use applet()->setBackgroundHints(Plasma::Applet::DefaultBackground); in
> init but still get only white web page.
On Thursday 11 September 2008 20:17:08 Aaron J. Seigo wrote:
> personally, to keep the proper semantics in place for UI, config, etc, i'd
> do something like:
>
> // copy the main applet structure
> (*this) = Applet::packageStructure();
>
> // now add our own stuff
> addFileDefinition("webpage", "h
On Thursday 11 September 2008, Petri Damstén wrote:
> On Thursday 11 September 2008 17:47:27 Aaron J. Seigo wrote:
> > there is a configChanged() signal from KCoreConfigSkeleton as well; we
> > might be able to use that. it gets emitted when writeConfig() is
> > called... s ... we could do sth
2008/9/11 Aaron J. Seigo <[EMAIL PROTECTED]>
> On Thursday 11 September 2008, Richard Dale wrote:
> > Then those wouldn't have any configXml object and this part of the logic
> > would never be entered. I'm afraid I still don't see what the early exit
> > code is doing.
>
> that branch is only ent
On Thursday 11 September 2008 17:47:27 Aaron J. Seigo wrote:
> there is a configChanged() signal from KCoreConfigSkeleton as well; we
> might be able to use that. it gets emitted when writeConfig() is called...
> s ... we could do sth like:
>
> * connect d->configXml configChanged to a configCh
On Thursday 11 September 2008, Richard Dale wrote:
> Then those wouldn't have any configXml object and this part of the logic
> would never be entered. I'm afraid I still don't see what the early exit
> code is doing.
that branch is only entered if there isn't a configXml + UI file. at which
poin
On Thursday 11 September 2008, Petri Damstén wrote:
> Applets connect to apply & ok to know when user accepted config, but if
> AppletScript uses configxml there seems to be no way to do that? Maybe
> configAccepted signal in applet? I guess this could be good for Applets too
> so they don't have t
2008/9/11 Aaron J. Seigo <[EMAIL PROTECTED]>
> On Thursday 11 September 2008, Richard Dale wrote:
> > 2008/9/11 Petri Damstén <[EMAIL PROTECTED]>
> >
> > > Hi,
> > >
> > > I have been playing with webkit AppletScript. There is a small example
> > > (webkit/code/test.html) using plasma dataengines
On Thursday 11 September 2008, Richard Dale wrote:
> 2008/9/11 Petri Damstén <[EMAIL PROTECTED]>
>
> > Hi,
> >
> > I have been playing with webkit AppletScript. There is a small example
> > (webkit/code/test.html) using plasma dataengines so I have added more
> > functions (init(), engine.connectSo
2008/9/11 Petri Damstén <[EMAIL PROTECTED]>
> Hi,
>
> I have been playing with webkit AppletScript. There is a small example
> (webkit/code/test.html) using plasma dataengines so I have added more
> functions (init(), engine.connectSource(), etc.) and plasma package support
> so
> it looks more li
22 matches
Mail list logo