aboutsummaryrefslogtreecommitdiff
path: root/libcontextprovider/context_provider.vala
AgeCommit message (Expand)Author
2009-05-29libcontextsubscriber: A proposed fix to [Bug 119635].Marja Hassinen
2009-05-26libcontextprovider: First draft of removing the Context. prefixMarja Hassinen
2009-05-18Silencing the debug prints unless an environment variable CONTEXT_DEBUG is de...Akos Pasztory
2009-04-28Fix listening to name owner changed signal.Marja Hassinen
2009-04-24Add context_provider_stopRob Taylor
2009-04-16Merge branch 'refactor-contextkit'Marja Hassinen
2009-04-15Use a .vala with externs for binding intset, rather than a vapi.Rob Taylor
2009-04-14Don't have manager connect up its on_name_owner chang itself, so unit tests a...Rob Taylor
2009-04-08As Manager constructor can fail, it should throw. This should fix one of the ...Rob Taylor
2009-04-08Fixing a bug resulted from the "manager not singleton" refactoring:Marja Hassinen
2009-04-02Hook up the public API.Rob Taylor
2009-04-02Fix bug introduced by a git merge.Rob Taylor
2009-04-02Merge branch 'master' of https://dvcs.projects.maemo.org/git/ContextKitMarja Hassinen
2009-04-02Removing the rest of the "manager is a signleton" feature.Marja Hassinen
2009-04-01Add a Manager object. Make some public things internal that should be.Rob Taylor
2009-03-27Start of the BIG CHANGE.Rob Taylor
2009-03-25Write stubs for new api.Rob Taylor
2009-03-13LGPLed.Marius Vollmer
2009-03-11add ChangeSet.size and only emit a changeset if there's soemthing to emit.Rob Taylor
2009-03-10Add string support to context-provider interface. Try to test..Rob Taylor
2009-02-12Added missing "init function called" checks to other c api functions.Marja Hassinen
2009-02-11Small fixes and additions to libcontextprovider documentation.Marja Hassinen
2009-02-11Move internal undeterminable_keys feom List to ArrayList.Rob Taylor
2009-02-11Fix silly bug in ChangeSetRob Taylor
2009-02-11Fix bus name regustration for ContextProviderRob Taylor
2009-02-10fix documentation a bitRob Taylor
2009-02-09Fully document ContextProvider public C APIRob Taylor
2009-02-09Fixing variable naming errors.Marja Hassinen
2009-02-09Add more documentation for context provider apiRob Taylor
2009-02-06Usability changes for callbacks.Rob Taylor
2009-02-05Allow context_provider_init to take a bus name.Rob Taylor
2009-02-05Merge branch 'master' of https://dvcs.projects.maemo.org/git/ContextKitRob Taylor
2009-02-04Our api should allow a client to remove and add providers.Rob Taylor
2009-02-04Adding testcases, modifying provider stub to use the python bindings.Marja Hassinen
2009-02-04Adding checks to the plain c api: has the init function been called.Marja Hassinen
2009-02-04Adding possibility to add a bool value to change set.Marja Hassinen
2009-02-03Adding checks (which keys are valid) to the property_values_changed function.Marja Hassinen
2009-02-02Adding a boolean to the c api: whether to use session / system bus.Marja Hassinen
2009-02-02Fixing a bug: changeset_holder was never initialized.Marja Hassinen
2009-01-30Register manager on bus in context_provider_init.Rob Taylor
2009-01-29Some ugly work arounds for changeset usage in 'get'Rob Taylor
2009-01-29Fix up plain c api workings a bit more. Some fixes for sane refcounting.Rob Taylor
2009-01-29More plain c api implementationRob Taylor
2009-01-28rename every source file in libcontextprovider to lower case.Rob Taylor