Re: Javascript plasmoids

2009-09-02 Thread Daniel Duris
This will help much, thank you. Daniel On Wed, Sep 2, 2009 at 2:32 PM, Tommi Mikkonen wrote: > > Oops, now that I am finally through with my emails after spending time > traveling, I notice that Aaron has already replied to this, > http://websvn.kde.org/trunk/KDE/kdebase/workspace/plasma/design/

Re: Javascript plasmoids

2009-09-02 Thread Tommi Mikkonen
Oops, now that I am finally through with my emails after spending time traveling, I notice that Aaron has already replied to this, http://websvn.kde.org/trunk/KDE/kdebase/workspace/plasma/design/ tjm Tommi Mikkonen wrote: > > Everybody, > > after having worked some time with JavaScript and Qt

Re: Javascript plasmoids

2009-09-02 Thread Tommi Mikkonen
Everybody, after having worked some time with JavaScript and Qt APIs ( lively.cs.tut.fi/qt ), and now taking a look at Plasmoids with JS in mind, is there a full list of available APIs anywhere? I've done some porting from our approach, but this is somewhat slow as we've used different interface

Re: Javascript plasmoids

2009-09-01 Thread Aaron J. Seigo
On September 1, 2009, Daniel Duris wrote: > I am not sure how most of the classes and elements work, but I have > tried some listed here: > http://api.kde.org/4.x-api/kdelibs-apidocs/plasma/html/annotated.html there's some additional, if very sketchy, docu at kdebase/workspace/plasma/design/javas

Re: Javascript plasmoids

2009-09-01 Thread Daniel Duris
Hi Federico, I've just started with the plasmoid JS development, but found that all engines available via plasmaengineexplorer should be usable (RSS is part of it, so I guess it should work as well - I've only tried time and executable so far). I am not sure how most of the classes and elements w

Re: Javascript plasmoids

2009-09-01 Thread Aaron J. Seigo
On September 1, 2009, Chani wrote: > On August 31, 2009 20:04:37 Federico Kereki wrote: > > Hi! > > > > I was thinking about developing two plasmoids, and wondered whether the > > JavaScript bindings/libraries/whatever were up to this: > > > >- a RSS news reader: needs to be able to connect to

Re: Javascript plasmoids

2009-09-01 Thread Chani
On August 31, 2009 20:04:37 Federico Kereki wrote: > Hi! > > I was thinking about developing two plasmoids, and wondered whether the > JavaScript bindings/libraries/whatever were up to this: > >- a RSS news reader: needs to be able to connect to a remote server >(Ajax), get XML data, proc