summaryrefslogtreecommitdiff
path: root/libopie2/opiepim/backend/ocontactaccessbackend_xml.cpp
AgeCommit message (Collapse)AuthorFilesLines
2004-03-01fix includeschicken1-2/+0
2004-02-24*phew* here is the class and file rename patch. not converted yet: backend,mickeyl1-79/+79
but that will be not visible to application classes so we can change it later.
2004-02-20uses xmltree.h from libopiecore2 instead libopiealwin1-1/+1
2004-02-20moved the opie pim stuff to libopie2 - pim. Tried to resort them, may be ↵alwin1-102/+33
someone should take a look for a better file order. but now all applications can start using libopiepim2 instead of libopie1-pim-stuff.
2003-09-22Added first experimental incarnation of sql-backend for addressbook.eilers1-2/+5
Some modifications to be able to compile the todo sql-backend. A lot of changes fill follow...
2003-08-30Removed some unimportant debug output which causes slow down..eilers1-2/+5
2003-08-01Merging changes from BRANCH_1_0 to HEADeilers1-0/+3
2003-07-07Fixing serious bug in hasQuerySettings()eilers1-0/+22
2003-04-13More API doczecke1-83/+88
QString -> const QString& QString = 0l -> QString::null
2003-03-21g++ compliance fix: default arguments belong into the declaration, but not ↵mickeyl1-1/+4
the definition
2003-03-21Fixing small bug: If we search a birthday from today to today, it returnedeilers1-1/+5
every contact ..
2003-03-21Merged speed optimized xml backend for contacts to main.eilers1-64/+102
Added QDateTime to querybyexample. For instance, it is now possible to get all Birthdays/Anniversaries between two dates. This should be used to show all birthdays in the datebook.. This change is sourcecode backward compatible but you have to upgrade the binaries for today-addressbook.
2003-02-09Nothing happened.. Just some cleanup before I will start..eilers1-0/+739