summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Enforce detail access constraints in contact operations by defaultChris Adams2021-03-181-1/+37
* Provide interface for accessing all extended metadata from collectionsChris Adams2021-03-182-0/+4
* Add label group field to display label detailChris Adams2021-03-181-0/+5
* Ensure we throw away the BOM in the qversitreader testChris Adams2021-03-181-1/+1
* Fix some deprecated QChar constructor issues in unit testsChris Adams2021-03-181-2/+4
* Make the tests pass on big endian systemsDmitry Shachnev2020-11-022-0/+4
* Update qHash methods to return size_t instead of uintChris Adams2020-11-021-1/+1
* Remove unused method in unit testChris Adams2020-11-021-5/+0
* Use QMetaType::Type instead of the deprecated QVariant::TypeChris Adams2020-11-026-30/+30
* Specify enum flag type properly in unit testChris Adams2020-11-021-1/+1
* Adapt to string-to-datetime conversion behavior change in Qt6Chris Adams2020-11-021-18/+18
* Work around JS Date constructor limitation in Qt6Chris Adams2020-11-024-25/+25
* Adapt to Qt6 behavior changesChris Adams2020-11-025-47/+58
* Adjust unit test to account for QList index from int to qsizetype changeChris Adams2020-11-021-1/+1
* Fix construction of QVariant for datatypeChris Adams2020-11-022-2/+2
* More QDateTime(QDate) -> QDate::startOfDay() fixesChris Adams2020-11-024-6/+6
* Remove use of deprecated QTypeInfo traitsChris Adams2020-11-0211-51/+6
* Remove usage of deprecated QtAlgorithmsChris Adams2020-11-023-6/+9
* Fix QList-from-QSet conversionsChris Adams2020-11-022-17/+21
* QTextCodec is now part of the Qt5Compat libraryChris Adams2020-11-028-23/+39
* Deprecation fix: conversions between QList and QSetEdward Welbourne2020-11-022-15/+19
* Prefer QDate::startOfDay() over QDateTime(const QDate &)Edward Welbourne2020-11-026-141/+141
* Add ; to Q_UNUSEDLars Schmertmann2020-11-0216-113/+113
* QVersitContactImporter: read X-FOLKS-FAVOURITE propertyAlberto Mardegan2020-11-023-0/+49
* Eradicate Java-style iterators and mark the module free of themMarc Mutz2019-06-181-4/+4
* Enable parsing of VCARDs with mixed line endingsTempura San2019-02-271-0/+14
* Improve handling of malformed Versit documentsChris Adams2018-11-291-0/+103
* Work around malformed Versit documents with empty interior linesChris Adams2018-11-081-0/+18
* Use hardcoded wait in specific test circumstanceChris Adams2018-07-201-1/+5
* Adapt to new QVariant<QDateTime>().toString() behaviorChris Adams2018-07-206-27/+34
* Replace Q_NULLPTR with nullptrKevin Funk2017-11-155-15/+15
* Fix licensingJani Heikkinen2017-05-04170-2892/+2042
* Fix QVersitReader::testReading unit testChris Adams2017-03-292-6/+15
* Blacklist tst_QVersitReader::testReading() on all platformsMarc Mutz2017-03-121-0/+2
* Fix breakage caused by QtQml "null" assignment semantics change in 5.8Chris Adams2016-09-162-0/+12
* Compile public headers with GCC 6 -Werror=zero-as-null-pointer-constantThiago Macieira2016-06-155-15/+15
* Fix QtVersit extended detail encoding unit testChris Adams2016-06-153-12/+81
* Fix QtVersit encoding of Gender detailsChris Adams2016-06-151-3/+5
* Fix crashing unit test for QDeclarativeOrganizerModelChris Adams2016-06-151-15/+17
* Coalesce signals from QDeclarativeOrganizerModelChris Adams2016-06-154-8/+10
* Fix QDeclarativeContactVersion accessor and mutatorChris Adams2016-06-151-1/+2
* Fix detail equality comparison to ignore provenanceChris Adams2016-06-152-0/+62
* Remove spurious execute permissions (qtpim).Edward Welbourne2016-06-158-0/+0
* purge symbian vestigesOswald Buddenhagen2016-06-154-102/+5
* Populate declarative Item id with the new id after it be created.Renato Araujo Oliveira Filho2016-03-174-10/+73
* QtOrganizer: fix date-only value handling to avoid UTC conversionChris Adams2015-11-121-12/+23
* QtContacts: detail-leaf-class API improvementsChris Adams2015-11-122-0/+24
* Improve QContactDetail performance and memory usageChris Adams2015-10-122-49/+57
* Provide QContactDetail microbenchmarkChris Adams2015-09-022-0/+283
* Detect the collation used by each manager before verifying sorting resultsChris Adams2015-09-021-31/+122