Re: dbus notification area protocol implement issues

2009-04-15 Thread Aaron J. Seigo
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

Re: dbus notification area protocol implement issues

2009-04-15 Thread Marco Martin
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

Re: dbus notification area protocol implement issues

2009-04-14 Thread Aaron J. Seigo
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

Re: dbus notification area protocol implement issues

2009-04-14 Thread Marco Martin
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

Re: dbus notification area protocol implement issues

2009-04-14 Thread Aaron J. Seigo
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

Re: dbus notification area protocol implement issues

2009-04-14 Thread Marco Martin
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

Re: dbus notification area protocol implement issues

2009-04-14 Thread Aaron J. Seigo
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

Re: dbus notification area protocol implement issues

2009-04-14 Thread Marco Martin
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

dbus notification area protocol implement issues

2009-04-13 Thread Aaron J. Seigo
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