Re: QtScript bindings

2009-10-04 Thread Tommi Mikkonen
Aaron J. Seigo wrote: > On October 1, 2009, Tommi Mikkonen wrote: > >> We've done a quick and dirty port of most of the lively stuff inside >> plasmoids. A screenshot is attached. In the screenshot, there are a >> number of things: a plasmoid that fetches images from Flickr based on a >> given k

Re: QtScript bindings

2009-10-01 Thread Aaron J. Seigo
On October 1, 2009, Tommi Mikkonen wrote: > We've done a quick and dirty port of most of the lively stuff inside > plasmoids. A screenshot is attached. In the screenshot, there are a > number of things: a plasmoid that fetches images from Flickr based on a > given keyword, a plain old map applicati

Re: QtScript bindings

2009-09-15 Thread Robert Knight
> smoke based? have you looked into the qscript generator that Kent @ Qt > has been working on (for a long time now ... i wonder why there isn't more > news about it by now...) Please check with Kent whether there has been any change on this but last I looked at the binding generator (shortly afte

Re: QtScript bindings

2009-09-15 Thread Tommi Mikkonen
Marco Martin wrote: > the api of plasma widget is limited to protect the simple js bindings, in the > full ones there could be the access to nativeWidget() i suppose, so they > could > have the full api of the underlying embedded qwidget > Doing this would result in an extremely powerful scri

Re: QtScript bindings

2009-09-15 Thread Marco Martin
On Tuesday 15 September 2009, Tommi Mikkonen wrote: > Aaron J. Seigo wrote: > > Frame is not a QFrame, it's a Plasma::Frame. > > WebView is not a QWebView, it's a Plasma::WebView. > > Ok, accepted; the problem is that I'm aiming at porting > from QtScript to Plasma, and this is one of the things wh

Re: QtScript bindings

2009-09-15 Thread Marco Martin
On Monday 14 September 2009, Tommi Mikkonen wrote: > Aaron J. Seigo wrote: > > On September 14, 2009, Tommi Mikkonen wrote: > >> Having said that, what I would also like is a harmonized API; having > >> finally spend some hours tonight (after traveling in conferences for > >> some weeks!) on JS Pla

Re: QtScript bindings

2009-09-14 Thread Tommi Mikkonen
Aaron J. Seigo wrote: > Frame is not a QFrame, it's a Plasma::Frame. > WebView is not a QWebView, it's a Plasma::WebView. > Ok, accepted; the problem is that I'm aiming at porting from QtScript to Plasma, and this is one of the things where I constantly make mistakes. Can I create a QFrame insi

Re: QtScript bindings

2009-09-14 Thread Aaron J. Seigo
On September 14, 2009, Tommi Mikkonen wrote: > > can you provide some concrete examples? > > QFrame vs. Frame and QWebView vs. Webview is QtScriptGenerator and > Plasmoids, Frame is not a QFrame, it's a Plasma::Frame. WebView is not a QWebView, it's a Plasma::WebView. > and at the same time Qt

Re: QtScript bindings

2009-09-14 Thread Tommi Mikkonen
Aaron J. Seigo wrote: > On September 14, 2009, Tommi Mikkonen wrote: > >> Having said that, what I would also like is a harmonized API; having >> finally spend some hours tonight (after traveling in conferences for >> some weeks!) on JS Plasmoid development with Lively content, I >> constantly s

Re: QtScript bindings

2009-09-14 Thread Aaron J. Seigo
On September 14, 2009, Tommi Mikkonen wrote: > Having said that, what I would also like is a harmonized API; having > finally spend some hours tonight (after traveling in conferences for > some weeks!) on JS Plasmoid development with Lively content, I > constantly seem to have problems on the names

Re: QtScript bindings

2009-09-14 Thread Tommi Mikkonen
Aaron J. Seigo wrote: > On September 14, 2009, Tommi Mikkonen wrote: > >> What I'd personally like to do is to create the same stuff downloadable >> at lively.cs.tut.fi/qt inside a plasmoid using plain JavaScript. In >> > > once we have full qt/kdelibs bindings available to us, this should

Re: QtScript bindings

2009-09-14 Thread Aaron J. Seigo
On September 14, 2009, Tommi Mikkonen wrote: > What I'd personally like to do is to create the same stuff downloadable > at lively.cs.tut.fi/qt inside a plasmoid using plain JavaScript. In once we have full qt/kdelibs bindings available to us, this should be trivial. it would be really interestin

Re: QtScript bindings

2009-09-14 Thread Ian Monroe
We already talked about this on IRC, so just recording for everyone else. On Mon, Sep 14, 2009 at 12:14 PM, Aaron J. Seigo wrote: > On September 14, 2009, Ian Monroe wrote: >> Do you want bindings of the chunks of the Qt api + Plamsa API? Or just >> a simplified subset of the Plasma API? > > both

Re: QtScript bindings

2009-09-14 Thread Tommi Mikkonen
Hi Guys, What I'd personally like to do is to create the same stuff downloadable at lively.cs.tut.fi/qt inside a plasmoid using plain JavaScript. In essence everything that runs in a separate window could be a plasmoid, to the extend that I could create a debugging plasmoid for some other plasmoi

Re: QtScript bindings

2009-09-14 Thread Aaron J. Seigo
On September 14, 2009, Ian Monroe wrote: > Do you want bindings of the chunks of the Qt api + Plamsa API? Or just > a simplified subset of the Plasma API? both, as separate entities; and we already have the latter in fairly decent shape at this point. > If its the former, we should talk. :) I've