summaryrefslogtreecommitdiff
path: root/libopie2/opiepim/ocontact.cpp
AgeCommit message (Collapse)AuthorFilesLines
2003-09-08Fixing bug #1161: No space between jobtitle and organizationeilers1-8/+4
2003-08-30Removed some unimportant debug output which causes slow down..eilers1-2/+2
2003-08-06Cardview update: It is more compressed. Pending: Add pricture for work- and ↵eilers1-9/+9
home address..
2003-08-01Merging changes from BRANCH_1_0 to HEADeilers1-90/+163
2003-06-20toExtraMap is no more virtualzecke1-8/+2
we save custom entries now setExtraMap added as well
2003-05-18Updates to ocontact, oevent & otodo's toRichText() implementationsdrw1-13/+18
2003-05-14move lastHitField stuff into OPIMRecordzecke1-0/+1
2003-05-14get the field where the hit wastille1-0/+1
2003-05-08search stufftille1-9/+0
and match, toRichText & toShortText in oevent
2003-04-22Fixing incompatibility to Qtopia 1.6 (especially syncing with QTDesktop 1.6):eilers1-8/+6
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-02-18Fixing categoryNames in opimrecord which was just checking for Todo Listeilers1-2/+2
Now we get the categories in addressbook, too !
2003-02-17Cardview improved ..eilers1-5/+6
2003-01-02Detailview cleanup..eilers1-45/+77
2002-12-27Childrens are now shown in detail view..eilers1-0/+5
2002-12-10get in sync with HEAD againzecke1-5/+6
-OPimBase was added to be used as a default struct inside OPimResolver and to work with DSOs -TodoListXML backend now uses mmap and madvise to load data -OContact added/changed rtti -OTodo added changed rtti OPimAccess* added stuff necessary for the Resolver and a 'state'/'hint' on how to load data OPimResolver which resolves uid + services to Records, rtti to QCOPChannels loads arbitary Service backends ( will work with DSOs soon ) -OPimMainWindow added some setDocument scripting possibility and internal marshalling and demarshalling of Records -OPimRecord added loadDataFromm and saveDataTo for marshalling purposes much more :)
2002-12-09Added preview for default email and all emaileilers1-2/+6
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 !