summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Set MODULE_VERSION to 6.0.0HEADdevLuca Weiss2021-04-091-1/+1
* Set PLUGIN_CLASS_NAME in .pro filesLuca Weiss2021-04-096-0/+6
* Enforce detail access constraints in contact operations by defaultChris Adams2021-03-184-16/+79
* Accessors should be constChris Adams2021-03-1814-28/+28
* Provide interface for accessing all extended metadata from collectionsChris Adams2021-03-186-0/+22
* Add label group field to display label detailChris Adams2021-03-183-7/+45
* 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
* Remove usages of deprecated QQmlListProperty constructorsChris Adams2021-03-1815-162/+142
* Bump sha1s in dependencies.yamlChris Adams2021-03-181-2/+5
* Turn use of old QHash::insertMulti() into uses of QMultiHash::insert()Edward Welbourne2021-02-010-0/+0
* Add dependencies.yaml for CIChris Adams2020-11-021-0/+7
* Make the tests pass on big endian systemsDmitry Shachnev2020-11-022-0/+4
* Fix calendardemo exampleChris Adams2020-11-022-5/+5
* Mark virtual methods with override keywordChris Adams2020-11-0233-131/+131
* Update qHash methods to return size_t instead of uintChris Adams2020-11-0233-57/+57
* Don't use QStringRefChris Adams2020-11-021-2/+2
* Remove unused method in unit testChris Adams2020-11-021-5/+0
* Use QMetaType::Type instead of the deprecated QVariant::TypeChris Adams2020-11-0224-124/+125
* 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-029-50/+67
* Remove invalid method overload which confuses the QML engineChris Adams2020-11-022-21/+0
* 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 API from the declarative pluginsChris Adams2020-11-028-22/+33
* Add missing includeChris Adams2020-11-023-0/+3
* Remove usage of deprecated QtAlgorithmsChris Adams2020-11-025-8/+13
* Fix QList-from-QSet conversionsChris Adams2020-11-0211-33/+37
* Remove usage of deprecated QLatin1LiteralChris Adams2020-11-021-1/+1
* Use QRegularExpression instead of the deprecated QRegExpChris Adams2020-11-021-1/+2
* QTextCodec is now part of the Qt5Compat libraryChris Adams2020-11-0218-47/+69
* Remove use of deprecated QString methodsChris Adams2020-11-022-5/+5
* Use QMultiHash where appropriateChris Adams2020-11-026-12/+12
* Add missing break in switchLuca Weiss2020-11-021-0/+1
* Deprecation fix: conversions between QList and QSetEdward Welbourne2020-11-0211-36/+40
* Use non-static data member initialization for default constructorEdward Welbourne2020-11-021-11/+4
* Prefer QDate::startOfDay() over QDateTime(const QDate &)Edward Welbourne2020-11-0211-157/+156
* Use Qt::SplitBehavior in preference to QString::SplitBehaviorEdward Welbourne2020-11-024-13/+13
* Add ; to Q_UNUSEDLars Schmertmann2020-11-0229-198/+198
* QVersitContactImporter: read X-FOLKS-FAVOURITE propertyAlberto Mardegan2020-11-027-10/+73
* Eradicate Java-style iterators and mark the module free of themMarc Mutz2019-06-187-38/+25
* Enable parsing of VCARDs with mixed line endingsTempura San2019-02-273-79/+109
* Don't build QtPIM for WebAssembly platformChris Adams2019-02-221-0/+1
* Improve handling of malformed Versit documentsChris Adams2018-11-292-2/+110
* Work around malformed Versit documents with empty interior linesChris Adams2018-11-082-0/+22
* Fix bug in QRegularExpression usageChris Adams2018-10-261-1/+1