Bug 159464

Summary: Plasma::DataEngine doesn't bundle requests
Product: [Unmaintained] plasma4 Reporter: Rafał Miłecki <zajec5>
Component: generalAssignee: Plasma Bugs List <plasma-bugs>
Status: RESOLVED INTENTIONAL    
Severity: normal    
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

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.