activity aware plasmoids

2012-02-24 Thread Aaron J. Seigo
hi all... i woke up this morning from a dream in which all the facebook updates, tweets and emails from people associated with an activity where showing up in a live stream on screen. it wasn't really the point of the dream (ok, dreams don't have "points" in general) but it was a very fun detai

Re: KIO-powered runner?

2012-02-24 Thread Aaron J. Seigo
On Friday, February 24, 2012 23:36:24 Shaun Reich wrote: > does there currently exist a way to "make" it threadsafe in some way? > what's the solution for this? without fully understanding what you are trying to do, here's what i might do: create an object in the constructor of the runner that wi

KIO-powered runner?

2012-02-24 Thread Shaun Reich
i'm trying to make a runner which does HTTP get requests and wants to then download an image scraped from the xml of that request. i'm currently trying to use kio, except of course it's not threadsafe and doesn't work in the match() method. does there currently exist a way to "make" it threadsafe