aboutsummaryrefslogtreecommitdiff
path: root/libcontextprovider/manager.vala
AgeCommit message (Expand)Author
2009-04-28Removing unnecessary code & comments from Manager.Marja Hassinen
2009-04-24Add context_provider_stopRob Taylor
2009-04-14Don't have manager connect up its on_name_owner chang itself, so unit tests a...Rob Taylor
2009-04-08Increase Manager test coverage as fas as I can for now. Currently criticals a...Rob 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-07move everything to public api for now, until vala can happily give us a vapi ...Rob Taylor
2009-04-02Connect up signal. Vala's sucking a bit here, maybe there's something I don't...Rob Taylor
2009-04-02Bugfix new KeyUsageCounter changes.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-01Remove usage of manager singleton in the key_usage_counter.Rob Taylor
2009-03-31Remove the provider interface and replac it with a list of group structures.Rob Taylor
2009-03-27Start of the BIG CHANGE.Rob Taylor
2009-03-25remove Manager.get and associated code.Rob Taylor
2009-03-24Fix Manager.property_values_changed so that itRob Taylor
2009-03-13LGPLed.Marius Vollmer
2009-02-11Move internal undeterminable_keys feom List to ArrayList.Rob Taylor
2009-02-09Fully document ContextProvider public C APIRob Taylor
2009-02-09We were checking key validity on Get twiceRob Taylor
2009-02-04When provider tries to provide invalid keys: Replacing error() with a debugMarja Hassinen
2009-02-03Adding checks (which keys are valid) to the property_values_changed function.Marja Hassinen
2009-02-03Adding a default value (session) to the bus type in Manager.Marja Hassinen
2009-02-02Fixing a bug (from my previous change): The Manager use the session / system busMarja Hassinen
2009-02-02Adding a boolean to the c api: whether to use session / system bus.Marja Hassinen
2009-01-28add some debugRob Taylor
2009-01-28rename every source file in libcontextprovider to lower case.Rob Taylor