Bug 159464 - Plasma::DataEngine doesn't bundle requests
Summary: Plasma::DataEngine doesn't bundle requests
Status: RESOLVED INTENTIONAL
Alias: None
Product: plasma4
Classification: Plasma
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Plasma Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-17 14:44 UTC by Rafał Miłecki
Modified: 2008-03-17 16:16 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Rafał Miłecki 2008-03-17 14:44:58 UTC
Version:            (using Devel)
Installed from:    Compiled sources

When I connect a few sources to my object I expect dataUpdated(..) be called only once and with data from all the sources. Actually dataUpdated() is called for each connection.

This causes we can't connect a few sources (timezones) in digital clock to create tooltip with a few timezones.

The problem was discussed in thread http://mail.kde.org/pipermail/panel-devel/2008-March/008813.html
Comment 1 Aaron J. Seigo 2008-03-17 16:16:04 UTC
calling dataUpdated only once does not make much sense. i'll reply with further details in the mailing list thread.