summaryrefslogtreecommitdiff
path: root/libopie/pim/ocontactaccessbackend_vcard.cpp
AgeCommit message (Collapse)AuthorFilesLines
2003-08-01Merging changes from BRANCH_1_0 to HEADeilers1-2/+20
2003-04-13More API doczecke1-1/+6
QString -> const QString& QString = 0l -> QString::null
2003-03-21Merged speed optimized xml backend for contacts to main.eilers1-1/+9
Added QDateTime to querybyexample. For instance, it is now possible to get all Birthdays/Anniversaries between two dates. This should be used to show all birthdays in the datebook.. This change is sourcecode backward compatible but you have to upgrade the binaries for today-addressbook.
2003-02-21-Remove old Todo classes they're deprecated and today I already using thezecke1-1/+10
new API -Guard against self assignment in OTodo -Add test apps for OPIM -Opiefied Event classes -Added TimeZone handling and pinning of TimeZones to OEvent -Adjust ORecur and the widget to better timezone behaviour
2003-02-160000276 Fix for that bug.. or better temp workaroundzecke1-33/+49
A Preferred Number is HOME|VOICE A CellPhone is HOME|VOICE|CELL the type & HOME|VOICE test triggers both and the cell phone number overrides the other entries.. as a temp I check that it's not equal to HOME|VOICE|CELL before setting the number The right and final fix would be to reorder the if statement to make it if else based and the less common thing put to the bottom OTodoAccessVcal fix the date for beaming
2003-01-13Fixing crash when businesscard.vcf is missing..eilers1-2/+11
2002-12-07Fixing bug in storing anniversary..eilers1-13/+24
2002-11-13Added sorted for Contacts..eilers1-0/+10
2002-11-11no default arguments in implementationkergoth1-1/+4
2002-11-10Bugfixes..eilers1-5/+13
2002-11-09Added VCard Backend.eilers1-0/+549