aboutsummaryrefslogtreecommitdiff
path: root/libcontextprovider
AgeCommit message (Expand)Author
2009-05-29libcontextsubscriber: A proposed fix to [Bug 119635].Marja Hassinen
2009-05-29Libcontextprovider: adding conflict to old duivaluspace, and removing unneces...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-28Removing unnecessary code & comments from Manager.Marja Hassinen
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-14Fix make dist for library and tests.Rob Taylor
2009-04-09Test IntSet to 100%Rob Taylor
2009-04-09Revert "Don't need --ignore-errors or customized genhtml for lcov now."Rob Taylor
2009-04-09Don't need --ignore-errors or customized genhtml for lcov now.Rob Taylor
2009-04-09remove unused iter_reset functionRob Taylor
2009-04-09Increase coverage of KeyUsageCounter to 100%Rob Taylor
2009-04-08Increase Manager test coverage as fas as I can for now. Currently criticals a...Rob Taylor
2009-04-08Increase unit test coverage of SubscriberRob Taylor
2009-04-08Make all internal api 'internal', use vala's new --internal-vapi to link the ...Rob Taylor
2009-04-08As Manager constructor can fail, it should throw. This should fix one of the ...Rob Taylor
2009-04-08Fixing whitespaces.Marja Hassinen
2009-04-08Fixing a bug resulted from the "manager not singleton" refactoring:Marja Hassinen
2009-04-08Fixing a bug in subscriber: it was emitting only one Changed signal.Marja Hassinen
2009-04-07Remove support of vala experimental --internal-vapiRob Taylor
2009-04-07move everything to public api for now, until vala can happily give us a vapi ...Rob Taylor
2009-04-07Use new --internal-vapi flag to generate vapi for internal functions.Rob Taylor
2009-04-07Use -H so we're up todate with modern valaRob Taylor
2009-04-07Attempt to get valac to output #line directives.Rob Taylor
2009-04-07Move everything over to useing GLib.Object as the base class to minimise unec...Rob Taylor
2009-04-07Make naming of unit tests consistent. Some fixes as libcontextprovider now bu...Rob Taylor
2009-04-07More recursive make, now libcontextproviderRob Taylor
2009-04-06Add a log domain for libcontextproviderRob Taylor
2009-04-02Hook up the public API.Rob Taylor
2009-04-02Implement a clear_values signal from Group. This signal is emitted when the g...Rob Taylor
2009-04-02Merge branch 'master' of https://dvcs.projects.maemo.org/git/ContextKitMarja Hassinen
2009-04-02Adding comments in KeyUsageCounter.Marja Hassinen
2009-04-02Connect up signal. Vala's sucking a bit here, maybe there's something I don't...Rob Taylor
2009-04-02Fix up GroupList tests to test subscribe/unsubscribe properly. Bugfix GroupLi...Rob Taylor
2009-04-02Bugfix new KeyUsageCounter changes.Rob Taylor
2009-04-02Change KeyUsageCounter to emit signalsRob Taylor
2009-04-02small fix to grouplist.Rob Taylor
2009-04-02rename GroupList register/unregister to add/remove.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-01rename Groups to GroupList for clarityRob Taylor
2009-04-01Add a Manager object. Make some public things internal that should be.Rob Taylor
2009-04-01Test group some more.Rob Taylor
2009-04-01Add unit test for group.valaRob Taylor
2009-04-01cope with null callbackRob Taylor