Re: QML and Plasma - progress()

2010-10-15 Thread Artur de Souza
Quoting Marco Martin notm...@gmail.com: Hi all, soo, qml javascript support landed in kdebase/runtime ;) Great work Marco! :) I am looking forward to work on this with you during the mobile sprint :) Cheers! ---

Re: QML and Plasma - progress()

2010-10-08 Thread Richard Moore
On Mon, Oct 4, 2010 at 7:41 PM, Marco Martin notm...@gmail.com wrote: Hi all, update on the situation: with a fair amount of hacks now we got the engine and the read/write main object as well, that means the js bindings can be stuffed in it -almost- seamlessy (i still have to try with

Re: QML and Plasma - progress()

2010-10-04 Thread Aaron J. Seigo
On Monday, October 4, 2010, Marco Martin wrote: * bindings: register in qml the types for plasma graphicswidgets, theme and dataengines. This should be always done asap in the application execution and in every plasma shell, so should go in libplasma as well. is this the code in the bindings/

Re: QML and Plasma - progress()

2010-10-04 Thread Aaron J. Seigo
On Monday, October 4, 2010, Marco Martin wrote: yep, it should. only in the scriptengine tough, still remains the problem of having to i18n in a ml file in a c++ plasmoid :/ ah, true; perhaps an i18n object could be called? how do they handle i18n right now in QML? passing all user visible

Re: QML and Plasma - progress()

2010-10-04 Thread Aaron J. Seigo
On Monday, October 4, 2010, Marco Martin wrote: another possibility is to put the engine hack directly into libplasma but this doesn't make me too happy either. well, it's a hack. but it's the only way to do it right now, right? so, let's go with it since it will give us the sane API for our

Re: QML and Plasma - progress()

2010-09-17 Thread Marco Martin
On Thursday 16 September 2010, Marco Martin wrote: Hi all, the status of an AppletScript for writing plasmoids in pure QML is progressing rather well, i thought to write a detailed status report/documentation before significative design problems go too far in the implementation, be patient,

QML and Plasma - progress()

2010-09-16 Thread Marco Martin
Hi all, the status of an AppletScript for writing plasmoids in pure QML is progressing rather well, i thought to write a detailed status report/documentation before significative design problems go too far in the implementation, be patient, is really long, but it can be used as a basis for a

R: QML and Plasma - progress()

2010-09-16 Thread LucaTringali
: QML and Plasma -gt; progress() Hi all, the status of an AppletScript for writing plasmoids in pure QML is progressing rather well, i thought to write a detailed status report/documentation before significative design problems go too far in the implementation, be patient, is really long

Re: QML and Plasma - progress()

2010-09-16 Thread Artur Duque de Souza
On Thursday 16 September 2010 15:11:42 Marco Martin wrote: * Plasma widgets are binded in the QML language, with the Plasma.* prefix * QGraphicsLayouts are binded in plasma bindings themselves, it is not going to be in Qt sadly (but QGraphicsWidget subclasses are starting to work pretty well

Re: QML and Plasma - progress()

2010-09-16 Thread Marco Martin
On Thursday 16 September 2010, Aaron J. Seigo wrote: On Thursday, September 16, 2010, Marco Martin wrote: * Plasma::QMLWidget - i a qgraphicswidget that loads a qml file in it, and keeps the context/engine/etc, it shortens an otherwise long and repetitive task of loding qml files with

Re: QML and Plasma - progress()

2010-09-16 Thread Aaron J. Seigo
On Thursday, September 16, 2010, Marco Martin wrote: as i said, i don't think would really simplify the learning curve, because one would have to manage two types of javascript, with a difference between them that is quite an implementation detail (being on two engines) is it possible to

Re: QML and Plasma - progress()

2010-09-16 Thread Marco Martin
On Thursday 16 September 2010, Aaron J. Seigo wrote: On Thursday, September 16, 2010, Marco Martin wrote: as i said, i don't think would really simplify the learning curve, because one would have to manage two types of javascript, with a difference between them that is quite an

Re: QML and Plasma - progress()

2010-09-16 Thread Aaron J. Seigo
On Thursday, September 16, 2010, Marco Martin wrote: On Thursday 16 September 2010, Aaron J. Seigo wrote: On Thursday, September 16, 2010, Marco Martin wrote: as i said, i don't think would really simplify the learning curve, because one would have to manage two types of javascript, with

Re: QML and Plasma - progress()

2010-09-16 Thread Marco Martin
On Thursday 16 September 2010, Aaron J. Seigo wrote: it is not possible to override plasmoid functions in javascript with things like plasmoid.dataUpdated = function() as far i know, but i could be wrong, i don't thik we really need this tough. it's probably avoidable now that we have

Re: QML and Plasma - progress()

2010-09-16 Thread Aaron J. Seigo
On Thursday, September 16, 2010, Marco Martin wrote: On Thursday 16 September 2010, Aaron J. Seigo wrote: it is not possible to override plasmoid functions in javascript with things like plasmoid.dataUpdated = function() as far i know, but i could be wrong, i don't thik we really need