summaryrefslogtreecommitdiff
path: root/libopie/pim/ocontact.h
AgeCommit message (Collapse)AuthorFilesLines
2003-09-22Added first experimental incarnation of sql-backend for addressbook.eilers1-9/+4
Some modifications to be able to compile the todo sql-backend. A lot of changes fill follow...
2003-08-01Merging changes from BRANCH_1_0 to HEADeilers1-2/+7
2003-05-14move lastHitField stuff into OPIMRecordzecke1-4/+0
2003-05-14get the field where the hit wastille1-1/+4
2003-05-08search stufftille1-2/+1
and match, toRichText & toShortText in oevent
2003-04-22Fixing incompatibility to Qtopia 1.6 (especially syncing with QTDesktop 1.6):eilers1-3/+1
They using a special format for storing birthdays/anniversaries. This patch does not convert all entries, just new/modificated contacts will be stored in this new format ! Addressbook is able to work with both formats (new and old) Complete conversion will be done by the new kitchensync release, provided soon...
2003-04-13More API doczecke1-2/+9
QString -> const QString& QString = 0l -> QString::null
2002-12-08Moved journal-enum from ocontact into i the xml-backend..eilers1-2/+0
2002-11-30More infrastructurezecke1-1/+2
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-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 !