On Thursday 23 July 2009, Patrick Aljord wrote:
> Another feature that would be cool for JS plasmoids (and all scripted
> plasmoids in general), the possibility for plasmoids to update
> automatically like firefox and chrome extensions
> (http://dev.chromium.org/developers/design-documents/extensio
On Friday 24 July 2009, Richard Dale wrote:
> think upgrading the parser would be the best first step. I don't mind
> helping if it is something that would be popular, as opposed to 'just
> for completeness'.
i'd like to see JavaScript be _the_ recommended method for writing plasmoids.
it's nice
On Thu, Jul 23, 2009 at 6:37 PM, Aaron J. Seigo wrote:
> On Thursday 23 July 2009, Richard Dale wrote:
>> Not specifically, but Arno Rehn is doing a GSOC project working on a
>> bindings generator that uses one of Roberto Raggi's parsers. He said
>> that the parser used for the QtScript bindings wa
Another feature that would be cool for JS plasmoids (and all scripted
plasmoids in general), the possibility for plasmoids to update
automatically like firefox and chrome extensions
(http://dev.chromium.org/developers/design-documents/extensions/autoupdate),
that could be done by adding an "update_
On Thursday 23 July 2009, Patrick Aljord wrote:
> b) put a system on kde-apps.org where people could flag the plasmoids
s,people,plasma dev team,
some of these things will become a lot easier with Rob's work on remote
widgets
--
Aaron J. Seigo
humru othro a kohnu se
GPG Fingerprint: 8B8B 2209
On Thu, Jul 23, 2009 at 12:36 PM, Aaron J. Seigo wrote:
>> I think right now I could write a ruby script that execute
>> "File.rm_f('~')", upload it on kde-apps and people would be able to
>> install that directly from the desktop, no?
>
> yes. not great, i know.
>
Maybe we could do one of the fo
On Thursday 23 July 2009, Richard Dale wrote:
> Not specifically, but Arno Rehn is doing a GSOC project working on a
> bindings generator that uses one of Roberto Raggi's parsers. He said
> that the parser used for the QtScript bindings was about the oldest of
> the lot (the one on gitorious - is t
On Thursday 23 July 2009, Patrick Aljord wrote:
> On Thu, Jul 23, 2009 at 2:28 AM, Aaron J. Seigo wrote:
> > On Thursday 23 July 2009, Patrick Aljord wrote:
> >> Thanks for your answer. I'm trying to fetch an xml file from a website
> >> that has an xml api and display the results in my plasmoid.
>
On Thu, Jul 23, 2009 at 5:24 AM, Aaron J. Seigo wrote:
> * a full set should hopefully appear in qt 4.4 (richard, did you ever find
> time to fiddle with that while at GCDS?)
Not specifically, but Arno Rehn is doing a GSOC project working on a
bindings generator that uses one of Roberto Raggi's par
On Thu, Jul 23, 2009 at 2:28 AM, Aaron J. Seigo wrote:
> On Thursday 23 July 2009, Patrick Aljord wrote:
>> Thanks for your answer. I'm trying to fetch an xml file from a website
>> that has an xml api and display the results in my plasmoid.
>
> will you be parsing the xml before displaying it in s
On Thursday 23 July 2009, Patrick Aljord wrote:
> Thanks for your answer. I'm trying to fetch an xml file from a website
> that has an xml api and display the results in my plasmoid.
will you be parsing the xml before displaying it in some custom manner? (just
wondering what all would be needed
On Wed, Jul 22, 2009 at 11:24 PM, Aaron J. Seigo wrote:
> On Wednesday 22 July 2009, Patrick Aljord wrote:
>> xmlUrl = new QUrl( "http://ws.audioscrobbler.com"; );
>> http = new QHttp;
>
> * do not use QHttp
>
> * the JS bindings do not have support for fetching things via KIO; note that
> this r
On Wednesday 22 July 2009, Patrick Aljord wrote:
> xmlUrl = new QUrl( "http://ws.audioscrobbler.com"; );
> http = new QHttp;
* do not use QHttp
* the JS bindings do not have support for fetching things via KIO; note that
this represents a security issue that would need to be address _FIRST_ be
Ok, thanks all, I guess I'll go for ruby then.
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel
On Wed, Jul 22, 2009 at 7:38 PM, Marco Martin wrote:
> On Wednesday 22 July 2009, Patrick Aljord wrote:
>> On Wed, Jul 22, 2009 at 3:03 AM, Marco Martin wrote:
>> > in amarok js bindings are complete and autogenerated.
>> > for now in plasma hey are just a tiny subset and you can call only stuff
>>
On Wednesday 22 July 2009, Patrick Aljord wrote:
> On Wed, Jul 22, 2009 at 3:03 AM, Marco Martin wrote:
> > in amarok js bindings are complete and autogenerated.
> > for now in plasma hey are just a tiny subset and you can call only stuff
> > explicitly exported by libplasma
> > probably in the fut
On Wed, Jul 22, 2009 at 3:03 AM, Marco Martin wrote:
> in amarok js bindings are complete and autogenerated.
> for now in plasma hey are just a tiny subset and you can call only stuff
> explicitly exported by libplasma
> probably in the future we will have complete bindings too
>
Ok thanks for the
The QHttp and QFtp class were forbidden a while ago for all the plasma
(or the whole kde4?) code.
So I think it will not be possible to use that from script too.
Please correct me when this is wrong.
The native code uses KIO now instead.
http://api.kde.org/4.2-api/kdelibs-apidocs/kio/html/classKIO
On Wednesday 22 July 2009, Patrick Aljord wrote:
> Hey all,
>
> I've been following the Getting Started tutorial on techbase and it works
> great. Since then, I've been trying to use QHttp and other Qt classes in my
> main.js file but the plasmoid fails. I'm trying to download an xml file
> such as
Hey all,
I've been following the Getting Started tutorial on techbase and it works great.
Since then, I've been trying to use QHttp and other Qt classes in my
main.js file but the plasmoid fails. I'm trying to download an xml
file such as in this amarok script example:
http://amarok.kde.org/forum/
20 matches
Mail list logo