aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-03-13LGPLed.Marius Vollmer
2009-03-13Removed reference to sqlite.Marius Vollmer
2009-02-11Move internal undeterminable_keys feom List to ArrayList.Rob Taylor
2009-02-06Usability changes for callbacks.Rob Taylor
2009-02-04Our api should allow a client to remove and add providers.Rob Taylor
2009-02-02Deleting obsolete code which was already commented out.Marja Hassinen
2009-01-28Rename everything in libcontextprovide to use ContextProvider namespaceRob Taylor
2009-01-20remove unnecceary Sqlite import.Rob Taylor
2009-01-20Start context provider library.Rob Taylor
2009-01-20Remove now uneccessary SubscriberListRob Taylor
2009-01-20remove old PluginInterface.valaRob Taylor
2009-01-20Making the Manager singleton and modifying the way others access it.Marja Hassinen
2009-01-20Adding the undetermined list to the property_changed function. It was missing...Marja Hassinen
2009-01-20Adding the undetermined list to the on_value_changed function. It was missing...Marja Hassinen
2009-01-20Adding the undetermined list to the property_changed function. It was missing...Marja Hassinen
2009-01-20Restructuring the plugin to use the new interface. Not all pieces of the puzz...Marja Hassinen
2009-01-20Adding a comment.Marja Hassinen
2009-01-20Correcting a bug: key_counter was never assigned to subscriber.Marja Hassinen
2009-01-19Make Manager fully stand alone. Make global static the_manager for plugins to...Rob Taylor
2009-01-19small cleanup. Initialse the key_counter in the Manager.Rob Taylor
2009-01-19We don't need the subscribers hashset anymore.Rob Taylor
2009-01-19Split Manager.vala into a file per class.Rob Taylor
2009-01-19Globally rename Plugin to ProviderRob Taylor
2009-01-19Rework Marja's changes to use Interface.Rob Taylor
2009-01-19Make stringset/intset iterator more efficient and correct.Rob Taylor
2009-01-19fix StringSet.debug for when set is empty.Rob Taylor
2009-01-19Merge branch 'master' of https://dvcs.projects.maemo.org/git/ContextKitMarja Hassinen
2009-01-19Trying another approach to passing ref / out parameters.Marja Hassinen
2009-01-19Add 'foreach' functionality to stringset.Rob Taylor
2009-01-19small cleanupsRob Taylor
2009-01-19Adding parts of the library api functionalities. A draft.Marja Hassinen
2009-01-19clean up whitespaceRob Taylor
2009-01-19Fix critical warning in MCE pluginRob Taylor
2009-01-19Refined the reference counting feature; callbacks currently disabled (tempora...Marja Hassinen
2009-01-19Refined the value table implementation.Marja Hassinen
2009-01-16Draft implementation of the new Get (using the value table) (in comments; not...Marja Hassinen
2009-01-16First draft of the value table & its usage.Marja Hassinen
2009-01-16Refining the reference count feature. Circumventing the foreach-iteration-mis...Marja Hassinen
2009-01-16Cleaning up.Marja Hassinen
2009-01-16Implemented new features: 1. when the client exits, the corresponding subscri...Marja Hassinen
2009-01-15Fix up Subscriber interface to match dbus spec.Rob Taylor
2009-01-15Fix up Manager dbus interface to match the spec.Rob Taylor
2009-01-15Don't use += for arrays that are parameters, unimplementedin valac at the mom...Rob Taylor
2009-01-15fix hashtable intialisation for subscriber_addressesRob Taylor
2009-01-15Upgrade to new dbus api. Untested, currently hits build issue with valac.Rob Taylor
2009-01-14Merge branch 'master' of https://dvcs.projects.maemo.org/git/ContextKitRob Taylor
2009-01-14start new dbus apiRob Taylor
2009-01-14Modifications needed to listen to NameOwnerChanged.Marja Hassinen
2009-01-14Adding listening to NameOwnerChanged over dbus.Marja Hassinen
2009-01-09Added SIGQUIT handler to exit gracefullylamadon