summaryrefslogtreecommitdiff
path: root/libopie2/opiepim/backend/ocontactaccessbackend_vcard.cpp
AgeCommit message (Collapse)AuthorFilesLines
2005-12-10- fix a problem with Sony Ericsson GSM. It can only handle vCards whitch ↵ar1-5/+5
have first set Cellular, Fax, Pager property and then HOME or WORK property.
2005-02-03Fixing bug #1236: VCARD contained empty WORK and HOME addressfields..eilers1-14/+26
2004-12-20Recovery of the following Changes:eilers1-12/+2
* Implement fast and full featured version of sorted() for addressbook * Implement generic queryByExample for all Addressboook backends. It allows incremental search. * Update of API Documentation
2004-11-19Make VCARD importer more stable if something parsed which was not expected.eilers1-7/+29
Thus, we are now able to import VCards from Evolution 2 and Apple Addressbook.. This is fixing issue #1479
2004-11-18Backend Changes:zecke1-26/+0
Each Backend can: -Sort and Filter a set of Records/AllRecords (which can be filtered again) -QueryByExample by every Backend -Occurrences for a period of time and a QDateTime -More common implementation -OPimBackendOccurrence with common splitting to OPimOccurrence
2004-08-06Update to the on-server move.zecke1-1/+1
We now have core/ with DataTypes, PUBLIC API backend/ for concrete implementation of backends and the 'Interface description' ui/ For UI related classes private/ For private implementation details
2004-06-27Argh.. Sorry for making problems !eilers1-436/+225
CVS committed stuff which had merging conflicts... :(
2004-06-27Fixing Bug #1328:eilers1-4/+228
VCards: Real encoding in UTF-8. Now even chars > 0xff are supported. SQL: Switching form latin1 encoding to UTF-8 encoding. We are now fully Unicode compliant ! Sorry for all users already using the SQL interface for loosing their special characters. There was no other way ! All other should export its SQL database to xml before updating and reimporting afterwards !
2004-06-01- convert to odebug frameworkar1-446/+448
2004-02-24substitute hack with another hack to enforce LGPL compliancemickeyl1-5/+10
2004-02-24*phew* here is the class and file rename patch. not converted yet: backend,mickeyl1-26/+26
but that will be not visible to application classes so we can change it later.
2004-02-20moved the opie pim stuff to libopie2 - pim. Tried to resort them, may be ↵alwin1-90/+35
someone should take a look for a better file order. but now all applications can start using libopiepim2 instead of libopie1-pim-stuff.
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