summaryrefslogtreecommitdiff
path: root/libopie2/opiepim/core/ocontactaccess.cpp
AgeCommit message (Collapse)AuthorFilesLines
2004-08-06Update to the on-server move.zecke1-2/+2
We now have core/ with DataTypes, PUBLIC API backend/ for concrete implementation of backends and the 'Interface description' ui/ For UI related classes private/ For private implementation details
2004-07-29Fixed screwed indentation.. Don't know where this came from..eilers1-19/+19
2004-06-01- convert to odebug frameworkar1-56/+61
2004-05-23Changes in Backendfactory: Now providing VCARD/VCAL backends if availableeilers1-1/+2
Changing API: Default now gets a OPimGlobal::PimType as first param instead of QString.
2004-05-20Changing OPimAccessFactory::Default to defaultAccesseilers1-1/+1
Changing OBackendFactory::Default to defaultBackend I hope this fixes all problems with reserved words.. Sorry for any inconveniences..
2004-04-28Some modifications to alow use of generic OPimRecords without need toeilers1-0/+6
cast them manually to the right type
2004-03-02run the optimize_connect scriptalwin1-4/+4
the whole cvs is tagged with "before_optimize_connect" if there are problems you can check the diff (but it had compiled and run here)
2004-02-24*phew* here is the class and file rename patch. not converted yet: backend,mickeyl1-18/+18
but that will be not visible to application classes so we can change it later.
2004-02-20moved the opie pim stuff to libopie2 - pim. Tried to resort them, may be ↵alwin1-48/+32
someone should take a look for a better file order. but now all applications can start using libopiepim2 instead of libopie1-pim-stuff.
2003-05-08search stufftille1-7/+6
and match, toRichText & toShortText in oevent
2002-11-13Added sorted for Contacts..eilers1-0/+8
2002-11-01Added regExp-search in database for all fields in a contact.eilers1-0/+8
2002-10-16Added some docu to the interface and now using the cache infrastucture by ↵eilers1-46/+11
zecke.. :)
2002-10-14Some minor interface updateseilers1-1/+3
2002-10-07added OBackendFactory for advanced backend accesseilers1-2/+8
2002-10-02debugged and seems to work almost perfectly ..eilers1-1/+7
2002-09-27Added API for accessing the Contact-Database ! It is compiling, buteilers1-0/+174
please do not expect that anything is working ! I will debug that stuff in the next time .. Please read README_COMPILE for compiling !