aboutsummaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Expand)Author
2009-06-29Merge branch 'master' into multithreadsJean-Luc Lamadon
2009-06-24Merge branch 'master' into build_cleanupGergely Risko
2009-06-16Fix: don't require to have the directory in CONTEXT_PROVIDE_REGISTRY_FILE,Marja Hassinen
2009-06-16Fixing: the temporary file shouldn't have .context suffix, so that it won't beMarja Hassinen
2009-06-16A fix: check the return value of libcontextprovider.initMarja Hassinen
2009-06-16Propsed fix for bug 121720. Now the command line parameter must be True and F...Marja Hassinen
2009-06-12context-provide: Updating obsolete documentation.Marja Hassinen
2009-06-12context-provide: Removing try blocks which were hiding import errors.Marja Hassinen
2009-06-01Add exception handling and raising to context-provide in case ofJean-Luc Lamadon
2009-05-29python/flexiprovider: CONTEXT_FLEXI_XML -> CONTEXT_PROVIDE_REGISTRY_FILEGergely Risko
2009-05-28python/flexiprovider: scratchbox + device fixes, documentation updateGergely Risko
2009-05-28python/flexiprovider: packaging + documentation updateGergely Risko
2009-05-28Backported flexiprovider to an older version python-gobjectAkos PASZTORY
2009-05-26flexiprovider: new line added to the end of the generated xml fileGergely Risko
2009-05-26flexiprovider: write registry xml into the file specified by CONTEXT_FLEXI_XM...Gergely Risko
2009-05-26Don't write the registry if we are Commander.Akos PASZTORY
2009-05-26I/O related bugfixesAkos PASZTORY
2009-05-26Adapted the flexiprovider to the new xml format; it doesn't createAkos PASZTORY
2009-05-26Minor documentation update; added a few examples.Akos PASZTORY
2009-05-26Command line may be case insensitive.Akos PASZTORY
2009-05-26README updated abitAkos PASZTORY
2009-05-26Fix: check for empty string before strip().Akos PASZTORY
2009-05-26Minor beauty: use execvp() instead of execv().Akos PASZTORY
2009-05-26Bringing the python stuff alive.Akos PASZTORY
2009-04-09Update ctypes bindings to new api.Rob Taylor
2009-03-10Add string support to context-provider interface. Try to test..Rob Taylor
2009-02-11Fix scoping of CFUNCTYPE objects.Rob Taylor
2009-02-11Callbacks all return null, modify ctypes bindings appropriatelyRob Taylor
2009-02-11fix basic python api wrapper testRob Taylor
2009-02-11Updating the python bindings because of stringset api changes.Marja Hassinen
2009-02-10- Keeping up with the api changesMarja Hassinen
2009-02-09Updating the python bindings and tests because of plain c api changes.Marja Hassinen
2009-02-06Fix up python tests for new callback types.Rob Taylor
2009-02-06Correcting errors from my previous modifications.Marja Hassinen
2009-02-06Adding the set_bool to python bindings.Marja Hassinen
2009-02-05More fixes the python bindings. More tests.Marja Hassinen
2009-02-05Fixing the callbacks in the python bindings. Adding more testcases.Marja Hassinen
2009-02-05Update python ctypes bindings for API changesRob Taylor
2009-02-03Bind StringSet, test calbacks in python bindingRob Taylor
2009-02-03Change everything to static members for ctypes api bindingRob Taylor
2009-02-03ctypes binding now covers all the of context_provider base apiRob Taylor
2009-02-03Calling context_provider_init works in python ctypes binding now!Rob Taylor
2009-02-03Start of ctypes-based python bindings for libcontextprovider.Rob Taylor