Re: Declarative appletscript: last touches

2010-12-09 Thread Aaron J. Seigo
On Thursday, December 9, 2010, Marco Martin wrote: > On Thursday 09 December 2010, Aaron J. Seigo wrote: > > On Thursday, December 9, 2010, Marco Martin wrote: > > > - plasmoids are not sanboxed at all anymore: it is possible to import > > > anyting from everybody (yes, a plasmoid could import kmai

Re: Declarative appletscript: last touches

2010-12-09 Thread Aaron J. Seigo
On Thursday, December 9, 2010, Marco Martin wrote: > - plasmoids are not sanboxed at all anymore: it is possible to import > anyting from everybody (yes, a plasmoid could import kmail's pieces, both > a great feature and a curse at the same time), including c++ plugis, -and- > with absolute paths,

Re: Declarative appletscript: last touches

2010-12-08 Thread Artur Duque de Souza
Hey Marco! On Thursday 09 December 2010 00:32:44 Marco Martin wrote: > import "plasmapackage:/ui/MeegoComponents" > > in generic/ui there will be a MeegoComponents subfolder (in this case a > qmldirs file listing everything is needed) that folder will have a fallback. > it's better than nothing b

Re: Declarative appletscript: last touches

2010-12-08 Thread Aaron J. Seigo
On Wednesday, December 8, 2010, Marco Martin wrote: > On Thursday 09 December 2010, Aaron J. Seigo wrote: > > On Wednesday, December 8, 2010, Marco Martin wrote: > > > import "../../generic/ui/" > > > > i take it that "../../generic/ui/" has to be a string literal in the QML > > file? and that it

Re: Declarative appletscript: last touches

2010-12-08 Thread Aaron J. Seigo
On Wednesday, December 8, 2010, Marco Martin wrote: > import "../../generic/ui/" i take it that "../../generic/ui/" has to be a string literal in the QML file? and that it doesn't accept URLs (thereby going through the network access implementation)? if so, that would seem to be a major flaw in