summaryrefslogtreecommitdiff
path: root/libopie2/opiepim/backend/ocontactaccessbackend_xml.cpp
AgeCommit message (Collapse)AuthorFilesLines
2004-12-20Recovery of the following Changes:eilers1-199/+6
* Implement fast and full featured version of sorted() for addressbook * Implement generic queryByExample for all Addressboook backends. It allows incremental search. * Update of API Documentation
2004-11-18Backend Changes:zecke1-25/+4
Each Backend can: -Sort and Filter a set of Records/AllRecords (which can be filtered again) -QueryByExample by every Backend -Occurrences for a period of time and a QDateTime -More common implementation -OPimBackendOccurrence with common splitting to OPimOccurrence
2004-10-20- touch ~/Applications/addressbook/addressbook.xml lead to a Crash on XMLzecke1-1/+1
loading. Don't assume that the Child of the first element is present
2004-06-01- convert to odebug frameworkar1-20/+16
2004-06-01- convert to odebug frameworkar1-589/+593
2004-04-05SQL-Backends are almost finished !eilers1-0/+1
Works: Loading/Storing data, Most important search queries for Address/todo Unfinished: Search-Queries for Datebook, regexp search
2004-03-14but XML Parser back to OPie Core as libtinykate uses it as wellzecke1-3/+2
2004-03-13Move XML class to internal PIMzecke1-1/+2
Add namespaces!!! Opie::Core and Opie::Core::Private Opie::Net and Opie::Net::Private Opie::Ui and Opie::Ui::Private Opie::MM and Opie::MM::Private Opie::DB and Opie::DB::Private PIM classes are not yet converted because we will do other work on it as well
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