aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-07-17Released 0.2.11.release_0.2.11Marius Vollmer
2009-07-17Include contextprovider.vapi in -dev package.Marius Vollmer
2009-07-17Install contextprovider.vapi.Marius Vollmer
2009-07-13Ignores update.Michael Dominic K
2009-07-13Featurizing the logging.Michael Dominic K
2009-07-13Git ignores updates.Michael Dominic K
2009-07-10Logging features fix.Michael Dominic K
2009-07-10Merge branch 'master' into loggingMichael Dominic K
Conflicts: libcontextsubscriber/src/Makefile.am libcontextsubscriber/src/dbusnamelistener.cpp libcontextsubscriber/src/infoxmlbackend.cpp libcontextsubscriber/src/managerinterface.cpp libcontextsubscriber/src/propertyhandle.cpp libcontextsubscriber/src/propertyprovider.cpp libcontextsubscriber/src/subscriberinterface.cpp libcontextsubscriber/unit-tests/contextpropertyinfo-cdb-dynamic/Makefile.am libcontextsubscriber/unit-tests/contextpropertyinfo-cdb-static/Makefile.am libcontextsubscriber/unit-tests/contextpropertyinfo-xml-dynamic/Makefile.am libcontextsubscriber/unit-tests/contextpropertyinfo-xml-static/Makefile.am libcontextsubscriber/unit-tests/contextregistryinfo-cdb-dynamic/Makefile.am libcontextsubscriber/unit-tests/contextregistryinfo-cdb-static/Makefile.am libcontextsubscriber/unit-tests/contextregistryinfo-xml-dynamic/Makefile.am libcontextsubscriber/unit-tests/contextregistryinfo-xml-static/Makefile.am libcontextsubscriber/unit-tests/propertyhandle/Makefile.am libcontextsubscriber/unit-tests/propertyprovider/Makefile.am libcontextsubscriber/update-contextkit-providers/Makefile.am
2009-07-09Final version of context talk.Marius Vollmer
2009-07-03Prepare 0.2.11Jean-Luc Lamadon
2009-07-03Released 0.2.10release_0.2.10Jean-Luc Lamadon
2009-07-03Removed directories change from tests.xml in libcontextsubscriberJean-Luc Lamadon
Signed-off-by: Marja Hassinen <ext-marja.2.hassinen@nokia.com>
2009-07-03Merge branch 'bugfix_126195'Jean-Luc Lamadon
Signed-off-by: Jean-Luc Lamadon <jean-luc.lamadon@nokia.com> Signed-off-by: Michael Dominic K <mdk@codethink.co.uk>
2009-07-03libcontextsubscriber, cust. tests: adding a test to check that ↵Marja Hassinen
context-print-info runs fine and returns 0.
2009-07-03libcontextsubscriber, reg-cli: A small fix, don't print rubbish for ↵Marja Hassinen
non-existing props. The corresponding change in tests.
2009-07-03libcontextsubscriber: Adding the most recent customer test to ↵Marja Hassinen
libcontextsubscriber-tests.
2009-07-03Adding the newly added customer test (with context-print-info) to tests.xml; ↵Marja Hassinen
for the integration system.
2009-07-03libcontextsubscriber: Distributing the newly-added customer test.Marja Hassinen
2009-07-03libcontextsubscriber, reg-cli: Fixing, man page was not installed.Marja Hassinen
2009-07-03libcontextsubscriber, reg-cli: Adding the missing manual page for ↵Marja Hassinen
context-print-info.
2009-07-03libcontextsubscriber, reg-cli: Adding a customer test using context-print-info.Marja Hassinen
Adding context-print-info into contextkit-utils package.
2009-07-03libcontexsubscriber: Fixing a typo in the registry-printing client.Marja Hassinen
2009-07-03libcontextsubscriber: Renaming the registry-printing program to ↵Marja Hassinen
context-print-info.
2009-07-03libcontextsubscriber: Refining registry-printing program.Marja Hassinen
2009-07-03libcontextsubscriber: Adding a client which prints out the registry info for ↵Marja Hassinen
given properties. (This is done indirectly via ContextProperty::info and not creating ContextPropertyInfo, since the target is to add customer test for the bug 126195.)
2009-07-02libcontextsubscriber: Adding a test which demonstrates the problem behind ↵Marja Hassinen
bug 126195. (For the problem, it suffices to try to use the backend from the main thread before main loop, but this test is more general and might help to demonstrate problems possibly created by the bugfix.)
2009-07-02Merge branch 'master' into bugfix_126195Marja Hassinen
2009-07-02libcontextsubscriber: First draft of fixing the bug 126195.Marja Hassinen
- We don't delay the creation of ContextPropertyInfo inside PropertyHandle. - In the backends, we move them to main thread after creation. - We protect backend creation with mutexes, but not with double-locking (not safe). Unit tests pass; no other functionality guaranteed.
2009-07-02Autoconfiscation of multithreading testsJean-Luc Lamadon
Signed-off-by: Jean-Luc Lamadon <jean-luc.lamadon@nokia.com>
2009-07-01Fix stress test to avoid cdb bus errorJean-Luc Lamadon
bug ref 125505 Signed-off-by: Marja Hassinen <ext-marja.2.hassinen@nokia.com>
2009-06-30Prepare 0.2.10Jean-Luc Lamadon
2009-06-30Released 0.2.9release_0.2.9Jean-Luc Lamadon
2009-06-29Merge branch 'multithreading' into masterJean-Luc Lamadon
Signed-off-by: Jean-Luc Lamadon <jean-luc.lamadon@nokia.com> Signed-off-by: David Janzso <ext-david.2.janzso@nokia.com>
2009-06-29Merge branch 'master' into multithreadsJean-Luc Lamadon
Conflicts: .gitignore libcontextsubscriber/unit-tests/propertyhandle/Makefile.am libcontextsubscriber/unit-tests/propertyprovider/Makefile.am
2009-06-29Use the 3rd arg as default task, if present.David Janzso
2009-06-29Merge branch 'multithreading' of git@dvcs.projects.maemo.org:ContextKit into ↵David Janzso
multithreading
2009-06-29Remove unused ValueChecker, add some docs, enable last test.David Janzso
2009-06-29Adding missing documentation for waitForSubscription.Marja Hassinen
2009-06-29Merge branch 'master' of git@dvcs.projects.maemo.org:ContextKitJean-Luc Lamadon
2009-06-28Updated context-talk.txt.Marius Vollmer
2009-06-26Some bits for the talk.Marius Vollmer
2009-06-26Let's wait a bit for the change signal.David Janzso
2009-06-26Merge branch 'multithreading' of git@dvcs.projects.maemo.org:ContextKit into ↵David Janzso
multithreading
2009-06-26Automatic registry changes every ~2 seconds.David Janzso
- set POSIX time as the value for test.int and test.int2 - add gitignore
2009-06-26Check for value changes.David Janzso
- remove the unnecessary run() slot - let it run to TestRunners with possibly different properties/providers - expect POSIX time as the properties value
2009-06-26Minor doc updates.Marius Vollmer
Conflicts: libcontextsubscriber/src/contextproperty.cpp
2009-06-26Updated thread-safety notes of ContextProperty.Marius Vollmer
2009-06-26Prepare 0.2.9Jean-Luc Lamadon
2009-06-26Released 0.2.8release_0.2.8Jean-Luc Lamadon
2009-06-26Minor doc updates.Marius Vollmer