aboutsummaryrefslogtreecommitdiff
path: root/libcontextsubscriber/src/cdbreader.cpp
AgeCommit message (Expand)Author
2010-09-10Removing debug prints from destructors.Marja Hassinen
2009-09-16Refactored CDB things to store serialized QVariants as values instead of QStr...Gergely Risko
2009-07-13Featurizing the logging.Michael Dominic K
2009-06-04libcontextsubscriber/src: whitespace cleanupsGergely Risko
2009-05-26Don't pollute the headers with documentation. Moving most of it to .cpp.Michael Dominic K
2009-05-19CDBReader, CDBWriter: function to return the file descriptor.Michael Dominic K
2009-05-18Speed up the compilation by properly managing the includes.Michael Dominic K
2009-05-14Doc: adding documentation for cdb wrappers.Michael Dominic K
2009-05-14Adding isReadable() nad isWritable() to CDB* classes to verify state.Michael Dominic K
2009-05-14The reader stores the database path used and can re-open.Michael Dominic K
2009-05-13Fixing a classy c++ object livescope pitfall.Michael Dominic K
2009-05-13Bail out in the reader if file does not exist.Michael Dominic K
2009-05-13Adding the base of the cdb backend.Michael Dominic K
2009-05-13Cdb test also tests the reader interface now.Michael Dominic K
2009-05-13Fixes for CDBReader and CDBWriter.Michael Dominic K
2009-05-13Adding the CDBreader class.Michael Dominic K