On Wednesday 15 April 2009, Marco Martin wrote:
> > then connect up call ...
>
> but syncing up everything every time there is something new doesn't seem
> particularly wise, hmm...
you could drag over the data in a couple of lumps (images, text, etc) but just
use what's needed... so if the entry
On Wednesday 15 April 2009, Aaron J. Seigo wrote:
> On Tuesday 14 April 2009, Marco Martin wrote:
> > On Tuesday 14 April 2009, Aaron J. Seigo wrote:
> > > On Tuesday 14 April 2009, Marco Martin wrote:
> > > > On Tuesday 14 April 2009, Aaron J. Seigo wrote:
> > > > > * all the dbus calls are synchr
On Tuesday 14 April 2009, Marco Martin wrote:
> On Tuesday 14 April 2009, Aaron J. Seigo wrote:
> > On Tuesday 14 April 2009, Marco Martin wrote:
> > > On Tuesday 14 April 2009, Aaron J. Seigo wrote:
> > > > * all the dbus calls are synchronous; i think those will need to get
> > > > changed to be
On Tuesday 14 April 2009, Aaron J. Seigo wrote:
> On Tuesday 14 April 2009, Marco Martin wrote:
> > On Tuesday 14 April 2009, Aaron J. Seigo wrote:
> > > * all the dbus calls are synchronous; i think those will need to get
> > > changed to be async otherwise we're going to get some horrific
> > > s
On Tuesday 14 April 2009, Marco Martin wrote:
> On Tuesday 14 April 2009, Aaron J. Seigo wrote:
> > not really, no. :)
> >
> > i also just noticed that in KNotificationAreaItem there are calls to
> > blockSignals when it's really making calls to the dbus object.. does that
> > really work? (i'm gue
On Tuesday 14 April 2009, Aaron J. Seigo wrote:
> not really, no. :)
>
> i also just noticed that in KNotificationAreaItem there are calls to
> blockSignals when it's really making calls to the dbus object.. does that
> really work? (i'm guessing not ..)
hmm, actually i noticed that both using bock
On Tuesday 14 April 2009, Marco Martin wrote:
> On Tuesday 14 April 2009, Aaron J. Seigo wrote:
> > * all the dbus calls are synchronous; i think those will need to get
> > changed to be async otherwise we're going to get some horrific situations
> > where plasma sits and times out for a few minut
On Tuesday 14 April 2009, Aaron J. Seigo wrote:
> hi all ...
>
> some things i've noticed in the DBusSystemTrayTask class(es):
>
> * no wheel events getting passed around (i'm fixing that right now though
> :)
whoopsie :)
> * all the dbus calls are synchronous; i think those will need to get
> chan
hi all ...
some things i've noticed in the DBusSystemTrayTask class(es):
* no wheel events getting passed around (i'm fixing that right now though :)
* all the dbus calls are synchronous; i think those will need to get changed
to be async otherwise we're going to get some horrific situations wh