Re: can qtscript plasmoids load C++ qtscript plugins

2009-11-13 Thread Richard Dale
On Fri, Nov 13, 2009 at 7:32 AM, Pekka Reijula reij...@gmail.com wrote: On Monday 09 November 2009, Ian Monroe wrote: I suspect the answer to the subject is no since I haven't found a mention of a method to do it. But I also haven't found comprehensive QtScript API docs. :) QtScript apidocs

Re: can qtscript plasmoids load C++ qtscript plugins

2009-11-13 Thread Richard Dale
On Fri, Nov 13, 2009 at 12:16 PM, Artur Souza (MoRpHeUz) morph...@openbossa.org wrote: Hey Richard! On Friday 13 November 2009, 07:44 Richard Dale wrote: The QtScript bindings based on the language indpendent Smoke libraries are going well, and I'm not far short of being able to wrap the

Re: can qtscript plasmoids load C++ qtscript plugins

2009-11-13 Thread Artur Souza (MoRpHeUz)
Hi Pekka, On Friday 13 November 2009, 04:32 Pekka Reijula wrote: Our idea allows creation of plasmoids that have qtscript inside to your own plama desktop environment. We can extend plasma in a way that allows user to write own script with for example Kate or download it from http url. The

Re: can qtscript plasmoids load C++ qtscript plugins

2009-11-13 Thread Artur Souza (MoRpHeUz)
Hey Richard! On Friday 13 November 2009, 07:44 Richard Dale wrote: The QtScript bindings based on the language indpendent Smoke libraries are going well, and I'm not far short of being able to wrap the Plasma apis. Just one question: when this is done, we'll be able to drop the bindings we

Re: can qtscript plasmoids load C++ qtscript plugins

2009-11-13 Thread Aaron J. Seigo
On November 12, 2009, Pekka Reijula wrote: Our idea allows creation of plasmoids that have qtscript inside to your own plama desktop environment. We can extend plasma in a way that allows user to write own script with for example Kate or download it from http url. The basic idea is that only

Re: can qtscript plasmoids load C++ qtscript plugins

2009-11-12 Thread Ian Monroe
On Tue, Nov 10, 2009 at 2:56 PM, Aaron J. Seigo ase...@kde.org wrote: On November 10, 2009, Ian Monroe wrote: Ok from talking more in IRC, it sounds like the idea is to have GPG signing of qtscript plasmoids, and then allow them to use the features they ask for. Unlike with C++, it can really

can qtscript plasmoids load C++ qtscript plugins

2009-11-12 Thread Pekka Reijula
On Monday 09 November 2009, Ian Monroe wrote: I suspect the answer to the subject is no since I haven't found a mention of a method to do it. But I also haven't found comprehensive QtScript API docs. :) QtScript apidocs are generated in Qt labs project qtscriptgenerator. My situation is that

Re: can qtscript plasmoids load C++ qtscript plugins

2009-11-10 Thread Ian Monroe
On Mon, Nov 9, 2009 at 2:49 PM, Aaron J. Seigo ase...@kde.org wrote: On November 9, 2009, Ian Monroe wrote: I suspect the answer to the subject is no since I haven't found a mention of a method to do it. no is correct. But I also haven't found comprehensive QtScript API docs. :)

Re: can qtscript plasmoids load C++ qtscript plugins

2009-11-10 Thread Aaron J. Seigo
On November 10, 2009, Ian Monroe wrote: Ok from talking more in IRC, it sounds like the idea is to have GPG signing of qtscript plasmoids, and then allow them to use the features they ask for. Unlike with C++, it can really be enforced that they only use the features they declare they need.

can qtscript plasmoids load C++ qtscript plugins

2009-11-09 Thread Ian Monroe
I suspect the answer to the subject is no since I haven't found a mention of a method to do it. But I also haven't found comprehensive QtScript API docs. :) My situation is that I want to write a full chat solution in a qtscript plasmoid using the QtScript Telepathy bindings I wrote. (I'm

Re: can qtscript plasmoids load C++ qtscript plugins

2009-11-09 Thread Marco Martin
On Monday 09 November 2009, Ian Monroe wrote: I suspect the answer to the subject is no since I haven't found a mention of a method to do it. But I also haven't found comprehensive QtScript API docs. :) well, the current bindings are limited and hand written, just have bindings to the

Re: can qtscript plasmoids load C++ qtscript plugins

2009-11-09 Thread Ian Monroe
On Mon, Nov 9, 2009 at 1:36 PM, Marco Martin notm...@gmail.com wrote: On Monday 09 November 2009, Ian Monroe wrote: I suspect the answer to the subject is no since I haven't found a mention of a method to do it. But I also haven't found comprehensive QtScript API docs. :) well, the current

Re: can qtscript plasmoids load C++ qtscript plugins

2009-11-09 Thread Aaron J. Seigo
On November 9, 2009, Ian Monroe wrote: I suspect the answer to the subject is no since I haven't found a mention of a method to do it. no is correct. But I also haven't found comprehensive QtScript API docs. :) kdebase/workspace/plasma/design/javascript has a growing body of information.