aboutsummaryrefslogtreecommitdiff
path: root/libcontextsubscriber/src/infobackend.h
AgeCommit message (Expand)Author
2010-09-10Lame attempts to "fix" the qAddPostRoutine problems.Marja Hassinen
2010-01-21Added ContextPropertyInfo::declared function.Marius Vollmer
2009-12-18Replace Qt keyword-like macros with ALLCAPS macrosDavid King
2009-11-20Merge commit 'origin/forward-compatible-real-real'Gergely Risko
2009-10-27Documentation for the InfoBackend.Michael Dominic K
2009-10-26Removing the typeForKey in backend. Not needed anymore.Michael Dominic K
2009-10-26Base of InfoBackend::typeInfoForKey.Michael Dominic K
2009-10-15Adding backend compatibility namespace.Michael Dominic K
2009-10-14listProviders(QString key) -> providersForKey(QString key) in the internal in...Marja Hassinen
2009-10-12Removing InfoBackend::keyProvided.Michael Dominic K
2009-10-08Doc updates even more.Michael Dominic K
2009-10-08Internal signals renaming.Michael Dominic K
2009-10-07Cleaning up the infobackend.Michael Dominic K
2009-10-07ContextPropertyIngo::exists -> declared.Michael Dominic K
2009-10-07checkEmitChanged.Michael Dominic K
2009-10-07InfoBackend::changed signal. Emit previous happily.Michael Dominic K
2009-10-06Proper listProviders in InfoXmlBackend.Michael Dominic K
2009-10-06listProviders takes a key argument.Michael Dominic K
2009-10-06ContextProviderInfo is a struct.Michael Dominic K
2009-10-04Infobackend.Michael Dominic K
2009-10-02More friend classes.Michael Dominic K
2009-09-17Adding ContextPropertyInfo::provided & providedChanged.Marja Hassinen
2009-09-16New backend functionality for .exsists().Michael Dominic K
2009-09-01libcontextsubscriber, plugin experiment: Cleaning up the introspection.Marja Hassinen
2009-08-31libcontextsubscriber: First draft of the introspection supporting the plugin ...Marja Hassinen
2009-07-30Fixing a stupid bug in documentation of private member fields.Michael Dominic K
2009-06-04libcontextsubscriber/src: whitespace cleanupsGergely Risko
2009-05-28Fixing the QFileSystemWatcher issue with qAddPostRoutine.Michael Dominic K
2009-05-26Don't pollute the headers with documentation. Moving most of it to .cpp.Michael Dominic K
2009-05-25Full private API doxygen documentation for introspection part.Michael Dominic K
2009-05-25Don't copy the lists so much around, signal vars are const.Michael Dominic K
2009-05-22Optimizing the signal emission by checking if anybody is actually watching us...Michael Dominic K
2009-05-19Refactoring: moving more common emission functionality into the infobackend.Michael Dominic K
2009-05-19Tabs are 4 spaces.Michael Dominic K
2009-05-18Speed up the compilation by properly managing the includes.Michael Dominic K
2009-05-17Slighty refactoring the keys added/removed ops in backends.Michael Dominic K
2009-05-17Adding the keysAdded and keysRemoved signals to the ContextRegistryInfo.Michael Dominic K
2009-05-13Actually do read and do provide the real bus type in xml and cdb.Michael Dominic K
2009-05-13Adding an option to force which backend to use (xml vs. cdb).Michael Dominic K
2009-05-13Adding the base of the cdb backend.Michael Dominic K
2009-05-11Undoing the QList <QString> vs QStringList mess I made.Michael Dominic K
2009-05-11Emit the changed* signals on ContextPropertyInfo.Michael Dominic K
2009-05-11Basic filesystem watching for the xml introspection backend.Michael Dominic K
2009-05-11Making listing providers work + tests.Michael Dominic K
2009-05-10Listing keys by provider + test.Michael Dominic K
2009-05-10Basic functions for the provider backend.Michael Dominic K
2009-05-08Load the whole xml data into memory.Michael Dominic K
2009-05-08InfoBackend will be a private singleton.Michael Dominic K
2009-05-08Base for backends powering the introspection.Michael Dominic K