summaryrefslogtreecommitdiff
path: root/libopie2/opiepim/ocontact.h
AgeCommit message (Collapse)AuthorFilesLines
2002-11-18Back to main tree.. Waiting for feature freezeeilers1-34/+8
2002-11-15API REVIEW addedzecke1-0/+26
Simon if you read that feel free to do an API REVIEW on libopie but leave out OFileSelector for now... Stefan: added an explanation for you
2002-11-03Oh OContact what a sucker ;)zecke1-5/+1
first of all UID generation belongs to OPimRecord and was removed from OContact then setUid now actually calls OPimRecord::setUid instead of Record::setUid This finally fixes the problem with wrong uids after beaming... At least locally on my machine
2002-11-01Added regExp-search in database for all fields in a contact.eilers1-4/+0
2002-10-28Vcard now exports date in correct format (Regarding RFC 2425).eilers1-2/+3
Vcard now imports birthday..
2002-10-27ocontact now uses QDate for Birthday and Anniversary.. Movedeilers1-76/+6
some inline functions into the library
2002-10-13Now returning untranslated field names, tooeilers1-0/+1
2002-10-01Implementation of some virtual methodseilers1-4/+7
2002-09-27Added API for accessing the Contact-Database ! It is compiling, buteilers1-0/+311
please do not expect that anything is working ! I will debug that stuff in the next time .. Please read README_COMPILE for compiling !