summaryrefslogtreecommitdiffstats
path: root/tests/auto/qversitwriter
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year in Digia's license headersSergio Ahumada2013-01-102-2/+2
* Update to new license formatSergio Ahumada2012-11-072-44/+44
* Change copyrights from Nokia to DigiaSergio Ahumada2012-11-072-6/+6
* Update licenseheader text in source files for qtmobilityJyri Tahtela2011-05-182-34/+34
* Remove some redundandant list constructionsKevin Wu Won2010-10-131-1/+1
* Add more QVersitWriter tests for foldingKevin Wu Won2010-10-122-36/+72
* Merge branch 'new-versit-type' into 1.1Kevin Wu Won2010-10-072-0/+44
|\
| * Split startWriting(document, type) into twoKevin Wu Won2010-10-071-3/+3
| * Added startWriting(QVersitDocument, type)Kevin Wu Won2010-10-072-0/+44
* | Replaced QString::fromAscii with QLatin1String in versit autotestsKevin Wu Won2010-10-012-7/+6
|/
* Fixed failing QVersitWriter test caseKevin Wu Won2010-09-221-4/+9
* Add QEXPECT_FAIL around a failing versit test caseKevin Wu Won2010-09-171-0/+1
* Make test case failures a bit more verboseKevin Wu Won2010-09-141-13/+13
* QVersitOrganizerExporter: stopped RRULES from being littered with backslashesKevin Wu Won2010-09-021-28/+42
* Separate out organizer parts of versit to a separate moduleKevin Wu Won2010-08-201-6/+2
* merge latest changes to local branchPetteri Puolakka2010-08-131-0/+11
* Make versit tests link with both contacts and organizerKevin Wu Won2010-05-311-1/+1
* Fixes to QVersitWriter with nested documentsKevin Wu Won2010-05-281-0/+5
* Made QVersitWriter print the component type and version properlyKevin Wu Won2010-05-282-5/+74
* Bump copyright date from 2009 to 2010dac2010-05-072-2/+2
* Try to fix flakyness of tst_QVersit{Reader|Writer}.Kevin Wu Won2010-04-141-1/+3
* qRegisterMetaType the State enum in QVersitWriter and QVersitReader ctorsKevin Wu Won2010-03-231-1/+0
* Merge branch 'master' into versit-apiKevin Wu Won2010-03-113-16/+16
|\
| * Rename the versit auto tests, to match Qt conventions.Michael Goddard2010-03-103-15/+15
* | Implemented changes to Versit API (error reporting, QByteArray reading/writing)Kevin Wu Won2010-03-112-1/+27
|/
* Implemented incremental writing to QVersitWriter to fix a unit test.Kevin Wu Won2010-02-112-2/+41
* Removed spurious code from Versit.Kevin Wu Won2010-02-051-1/+1
* Try to fix Versit build errors.Kevin Wu Won2010-02-051-1/+1
* Improved Versit test coverage.Kevin Wu Won2010-02-042-0/+8
* Fixed unit test for QVersitWriter::cancel().Kevin Wu Won2010-01-251-0/+1
* Added a failing unit test for Versit writing.Kevin Wu Won2010-01-222-7/+32
* Renamed qversitcommon.h -> qversitresourcehandler.hKevin Wu Won2010-01-221-1/+0
* Implemented QVersitReader/Writer::cancel()Kevin Wu Won2010-01-221-0/+15
* Removed synchronous VersitReader/Writer APIs, added waitForFinished().Kevin Wu Won2010-01-212-23/+54
* Fix Versit unit tests.Kevin Wu Won2010-01-202-6/+7
* Versit API changes.Kevin Wu Won2010-01-191-12/+13
* Versit API changes.Kevin Wu Won2010-01-181-2/+2
* Made QVersitExporter/Writer handle QByteArray blobs, not base64 QStringsKevin Wu Won2010-01-181-7/+10
* Implement QVersitDocumentWriter::setInput() for writing a list of docs.Kevin Wu Won2010-01-111-2/+6
* Implemented more of the Versit API changes.Kevin Wu Won2010-01-111-2/+8
* Started implementing Versit API changes.Kevin Wu Won2010-01-111-2/+2
* Changed QVersitProperty::value() to be a QString.Kevin Wu Won2009-12-221-1/+1
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qtmobility/qtm-contacts i...Michael Goddard2009-12-151-2/+2
|\
| * Merge branch 'master' of qtmobility into beta-renameAlex2009-11-261-3/+3
| |\
| * | Fix renaming after merge.Aaron McCarthy2009-11-261-2/+2
* | | Rename the "readingDone"/"writingDone" signals to "finished".Michael Goddard2009-12-071-1/+1
| |/ |/|
* | Update versit unit testsChris Adams2009-11-261-3/+3
|/
* Fix a copy paste error with the target names.Michael Goddard2009-11-251-1/+1
* Adjust Versit auto tests for namespaces, linking and C++ protection rules.Michael Goddard2009-11-253-35/+17
* Initial splitting of versit auto tests.Michael Goddard2009-11-253-0/+260