[PATCH] tooltip: add update parametr to updateToolTip function

Ismael Asensio caciquecola500 at gmail.com
Tue Apr 1 22:09:39 CEST 2008


>
>
> > To make clear why I need this for digital clock:
> >
> > In digital clock we use Plasma::DataEngine and connectSource(...) with
> > interval 1sec or 60secs (depending on user's configuration).
> > DataEngine calls dataUpdated(...) every that interval and inside this
> > function we update displayed time in panel + displayed time in tooltip
> > - even if it's not displayed (tooltip). That causes a lot of unneeded
> > updates when tooltip is not visible.
> >
> > Problem will be even bigger when we introduce multizones support (I
> > have patch 90% ready). For each timezone we will use single query and
> > we will add response to tooltip. That will cause horribly big amount
> > on unneeded operations.
>

Sorry if I say something stupid here but to solve this issue couldn't the
tooltip just get updated before it is shown (updateToolTip), that is,
retrieving the time from all the required timezones and then, for the
seconds, get synced with the seconds info provided by the plasmoid itself
(If I understood it right, via data Updated).

That way the "expensive" retrieval of data would be the same either the
tooltip is shown or not.
Maybe is too hackish that way?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.kde.org/pipermail/panel-devel/attachments/20080401/26be40f6/attachment-0001.html 


More information about the Panel-devel mailing list