summaryrefslogtreecommitdiffstats
path: root/src/versit/qversitreader_p.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
* Update to new license formatSergio Ahumada2012-11-071-22/+22
* Change copyrights from Nokia to DigiaSergio Ahumada2012-11-071-3/+3
* Add two specific roundtrip property types for MeeGo.com backends.Michael Goddard2011-06-091-0/+16
* Update licenseheader text in source files for qtmobilityJyri Tahtela2011-05-181-17/+17
* Fix performance issue in QVersitReader for very long linesKevin Wu Won2011-01-131-1/+4
* Versit: Fix a crash with older versions of gcc.Christian Kamm2010-11-081-4/+4
* Merge branch 'new-versit-type' into 1.1Kevin Wu Won2010-10-071-1/+2
|\
| * Obsoleted QVersitDocument::setType() and type()Kevin Wu Won2010-10-051-1/+2
* | Implemented basic autocharset detection in versitKevin Wu Won2010-10-051-32/+122
|/
* Change non-const refs to pointers in internal API.Kevin Wu Won2010-09-291-117/+117
* Add hack to QVersitReader to handle unwrapping without a preceding spaceKevin Wu Won2010-09-271-39/+89
* Renamed some variables in QVersitReaderKevin Wu Won2010-09-271-16/+17
* Merge branch '1.0' of scm.dev.nokia.troll.no:qtmobility/qtm-contactsMichael Goddard2010-08-251-1/+2
|\
| * Fix some uninitialized member variables.Michael Goddard2010-08-251-1/+2
* | Added initial support for vCard 4.0.Kevin Wu Won2010-07-301-0/+22
* | Clarify QVersitDocument documentationKevin Wu Won2010-06-171-1/+1
* | Fix build - initialize the static variable.Kevin Wu Won2010-06-071-0/+3
* | Make mVersitGroupMap in QVersitReaderPrivate staticKevin Wu Won2010-06-071-38/+46
* | Set version correctly of documents nested in iCalendar propertiesKevin Wu Won2010-05-271-4/+6
* | Added a test for QVersitReader on iCalendarKevin Wu Won2010-05-271-1/+1
* | Expanded tst_QVersitReader::testParseVersitDocument and fixed defectsKevin Wu Won2010-05-271-3/+4
* | Nested document support implemented in QVersitReaderKevin Wu Won2010-05-271-37/+39
* | Merge branch 'master' of ../qtm-contactsKevin Wu Won2010-05-271-44/+43
|\|
| * Made ENCODING and CHARSET versit parameters play nicely togetherKevin Wu Won2010-05-211-37/+33
| * Merge branch '1.0' of scm.dev.nokia.troll.no:qtmobility/qtmobility into 1.0Michael Goddard2010-05-181-1/+1
| |\
| | * Bump copyright date from 2009 to 2010dac2010-05-071-1/+1
| * | Make the value of a versit parameter not always uppercaseKevin Wu Won2010-05-131-7/+11
| |/
* | Remove bool foundBegin paramater from QVersitReader::parseVersitDocumentKevin Wu Won2010-05-251-30/+23
* | Add pushLine() to LineReader in QVersitReaderKevin Wu Won2010-05-251-1/+14
* | Rename VersitCursor -> LByteArrayKevin Wu Won2010-05-251-14/+14
* | Privatise privates of VersitCursorKevin Wu Won2010-05-251-74/+57
* | Start adding support for BEGIN other than VCARDKevin Wu Won2010-05-251-35/+50
|/
* Fixed Versit bugs with reader/importer mismatch.Kevin Wu Won2010-04-211-23/+33
* Fix bug in QVersitReader to read the NICKNAME, not NICKNAMES property speciallyKevin Wu Won2010-04-131-2/+2
* Fixed Symbian compile warnings.Kevin Wu Won2010-03-261-1/+1
* Implemented support for structured property value types in QtVersitKevin Wu Won2010-03-251-41/+170
* Internal class present in public documentation.Michael Goddard2010-03-241-0/+1
* qRegisterMetaType the State enum in QVersitWriter and QVersitReader ctorsKevin Wu Won2010-03-231-0/+1
* Removed deprecated resultsAvailable(QList<QVersitDocument>) signal.Kevin Wu Won2010-03-181-4/+2
* Moved init() from QVReader/Writer to private classes.Kevin Wu Won2010-03-121-0/+11
* Fix build breakage in QtVersit.Kevin Wu Won2010-03-091-1/+1
* Fix krazy warnings for contacts and versit incl. symbian and wince backendsKevin Wu Won2010-03-091-1/+1
* Removed trailing whitespace from lines in Versit code.Kevin Wu Won2010-02-221-1/+1
* Versit incremental reader shouldn't loop unneccesarily on a non-blocking deviceKevin Wu Won2010-02-191-5/+9
* Implemented Versit incremental parsing.Kevin Wu Won2010-02-181-105/+505
* Fixes to QVersitReader.Kevin Wu Won2010-02-101-23/+15
* Replaced QString::fromAscii with QLatin1String in Versit.Kevin Wu Won2010-02-091-13/+13
* Updated and improved Versit documentation.Kevin Wu Won2010-02-011-1/+1
* Made default vCard version 3.0, not 2.1Kevin Wu Won2010-01-271-2/+2