summaryrefslogtreecommitdiff
path: root/libopie2/opiepim/ocontact.cpp
AgeCommit message (Collapse)AuthorFilesLines
2002-11-30More infrastructurezecke1-1/+3
ORecur has now the nextOccurence function exceptions We've now Notifers like Alarms and DatebookEntries we may add to execute applications... AppName replaced with service cause it is a service Add rtti to OPimRecord as a static function This is used inside the BackEnd classes to static_cast... added removeAllCompleted to the todobackends... add a common Opie PIM mainwindow which takes care of some simple scripting enchangements.. much more
2002-11-18Back to main tree.. Waiting for feature freezeeilers1-593/+32
2002-11-08temporarely deactivated anniversary in vcardeilers1-2/+3
2002-11-03Oh OContact what a sucker ;)zecke1-2/+3
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-02Fix a vCard problem in OContactzecke1-16/+25
cell phones do not set the UId property... add some more states to otodo
2002-11-01Bugfix #383 && #356eilers1-14/+19
2002-10-28Shit .. Microsoft is violating RFC 2426 .. Thanks a lot !eilers1-8/+21
2002-10-28Vcard now exports date in correct format (Regarding RFC 2425).eilers1-2/+28
Vcard now imports birthday..
2002-10-27ocontact now uses QDate for Birthday and Anniversary.. Movedeilers1-27/+141
some inline functions into the library
2002-10-13Now returning untranslated field names, tooeilers1-0/+62
2002-10-02Included relative path to avoid external symbolic linkseilers1-2/+2
2002-10-01Implementation of some virtual methodseilers1-6/+6
2002-09-27Added API for accessing the Contact-Database ! It is compiling, buteilers1-0/+1433
please do not expect that anything is working ! I will debug that stuff in the next time .. Please read README_COMPILE for compiling !