aboutsummaryrefslogtreecommitdiff
path: root/libcontextsubscriber/unit-tests/provider/contextkitplugin.h
AgeCommit message (Collapse)Author
2010-12-20lcs: renamings related to the waitForSubscription.Marja Hassinen
The API addition is now: ContextProperty::waitForSubscription(bool block).
2010-12-20lcs: fixing the waitForSubscriptionAndBlock.Marja Hassinen
Oops, the previous commit contained the first part of the "add waitUntilReadyAndBlock" change. This is the second part.
2010-12-17lcs API addition: ContextProperty::waitForSubscriptionAndBlock.Marja Hassinen
This function doesn't spin the event loop but blocks until all the pending subscriptions are processed. This also changes the plugin API, so all our plugins need to be updated. "How to wait and block" is also plugin-dependent, so each plugin must implement this functionality.
2009-12-18Replace Qt keyword-like macros with ALLCAPS macrosDavid King
2009-10-20new signals in the plugin interfaceAkos PASZTORY
plugins can supply TimedValue:s directly
2009-09-10libcontextsubscriber/src/provider: unit tests updatedGergely Risko