aboutsummaryrefslogtreecommitdiff
path: root/libcontextsubscriber/src/contextproperty.cpp
AgeCommit message (Expand)Author
2010-09-10Removing debug prints from destructors.Marja Hassinen
2009-12-18Replace Qt keyword-like macros with ALLCAPS macrosDavid King
2009-12-17Revert "Emit warnings if the key names have illegal characters."Marja Hassinen
2009-12-16Emit warnings if the key names have illegal characters.Marja Hassinen
2009-10-19bugfix: avoid duplicate valueChanged emissions in ContextPropertyAkos PASZTORY
2009-10-07Documentation addition: ContextProperty objects must be created after QCoreAp...Marja Hassinen
2009-08-17libcontextsubscriber: Small fixes in documentation (misspellings etc.).Marja Hassinen
2009-08-17Corrected couple of typos in documentationJean-Luc Lamadon
2009-07-13Featurizing the logging.Michael Dominic K
2009-07-10Merge branch 'master' into loggingMichael Dominic K
2009-06-29Adding missing documentation for waitForSubscription.Marja Hassinen
2009-06-26Minor doc updates.Marius Vollmer
2009-06-26Updated thread-safety notes of ContextProperty.Marius Vollmer
2009-06-22Merge branch 'master' into loggingMichael Dominic K
2009-06-16libcontextsubscriber: removed unnecessary debug prints.Gergely Risko
2009-06-16libcontextsubscriber: threading doxygen updateGergely Risko
2009-06-16libcontextsubscriber: added doxygen documentation about thread safety.Gergely Risko
2009-06-15libcontextsubscriber: added locking to subscription, fixed a deadlock in setv...Gergely Risko
2009-06-15libcontextsubscriber: made waitForSubscribtion thread safe and fixed a corner...Gergely Risko
2009-06-10Randomly put things into the "ContextSubscriber" namespace.Marius Vollmer
2009-06-03Moving libcontextsubscriver to new logging API.Michael Dominic K
2009-05-27libcontextsubscriber: documentation & cleanupGergely Risko
2009-05-26libcontextsubscriber/src/contextproperty.{h,cpp}: removed copy constructor + ...Gergely Risko
2009-05-19libcontextsubscriber: Making the bool typeCheckEnalbed to belong to PropertyH...Marja Hassinen
2009-05-18libcontextsubscriber: Adding a missing functionality: disabling the commanding.Marja Hassinen
2009-05-14libcontextsubscriber: type checks added to the listening partGergely Risko
2009-05-14libcontextsubscriber: cleanups in listening part, propertymanager is goneGergely Risko
2009-05-13Modifying how the ContextPropertyInfo is passed around. Cleaning up some incl...Marja Hassinen
2009-05-13Starting to use the introspection api from the listening code.Marja Hassinen
2009-05-13First draft of the "waiting for subscription" functionality.Marja Hassinen
2009-05-13Updating the documentation of the public api.Marja Hassinen
2009-05-12.Gergely Risko
2009-05-12libcontextsubscriber: using sconnect instead of QObject::connectGergely Risko
2009-05-11Moving the implementations of PropertyProvider and PropertyManager away from ...Marja Hassinen
2009-05-11Removing the unnecessary KeyManager layer.Marja Hassinen
2009-05-08Removed some stale connects.Gergely Risko
2009-05-08Removing introspection functions from the listening API. Modifying the functi...Marja Hassinen
2009-05-07Adding the DuiValueSpace code with the following modifications:Marja Hassinen