summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Set PLUGIN_CLASS_NAME in .pro filesLuca Weiss2021-04-096-0/+6
* Enforce detail access constraints in contact operations by defaultChris Adams2021-03-183-15/+42
* Accessors should be constChris Adams2021-03-1814-28/+28
* Provide interface for accessing all extended metadata from collectionsChris Adams2021-03-184-0/+18
* Add label group field to display label detailChris Adams2021-03-182-7/+40
* Remove usages of deprecated QQmlListProperty constructorsChris Adams2021-03-1815-162/+142
* Mark virtual methods with override keywordChris Adams2020-11-0233-131/+131
* Update qHash methods to return size_t instead of uintChris Adams2020-11-0232-56/+56
* Don't use QStringRefChris Adams2020-11-021-2/+2
* Use QMetaType::Type instead of the deprecated QVariant::TypeChris Adams2020-11-0218-94/+95
* Adapt to Qt6 behavior changesChris Adams2020-11-024-3/+9
* Remove invalid method overload which confuses the QML engineChris Adams2020-11-022-21/+0
* 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-022-2/+4
* Fix QList-from-QSet conversionsChris Adams2020-11-029-16/+16
* 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-0210-24/+30
* 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-029-21/+21
* Use non-static data member initialization for default constructorEdward Welbourne2020-11-021-11/+4
* Prefer QDate::startOfDay() over QDateTime(const QDate &)Edward Welbourne2020-11-023-9/+9
* Use Qt::SplitBehavior in preference to QString::SplitBehaviorEdward Welbourne2020-11-024-13/+13
* Add ; to Q_UNUSEDLars Schmertmann2020-11-0213-85/+85
* QVersitContactImporter: read X-FOLKS-FAVOURITE propertyAlberto Mardegan2020-11-024-10/+24
* Eradicate Java-style iterators and mark the module free of themMarc Mutz2019-06-185-34/+19
* Enable parsing of VCARDs with mixed line endingsTempura San2019-02-272-79/+95
* Improve handling of malformed Versit documentsChris Adams2018-11-291-2/+7
* Work around malformed Versit documents with empty interior linesChris Adams2018-11-081-0/+4
* Fix bug in QRegularExpression usageChris Adams2018-10-261-1/+1
* Don't include mocs inside namespacesChris Adams2018-10-2666-133/+128
* Migrate QVCard(21|30)Writer classes to use QRegularExpressionSamuel Gaist2018-08-062-3/+5
* Migrate QOrganizerManagerData to use QRegularExpressionSamuel Gaist2018-08-061-1/+2
* Migrate QContactManagerData to use QRegularExpressionSamuel Gaist2018-08-061-1/+2
* Disable build on QNX, INTEGRITY, VxWorks, WinRTChris Adams2018-07-202-1/+8
* Fix license headersChris Adams2018-07-2039-142/+282
* Replace Q_NULLPTR with nullptrKevin Funk2017-11-1583-138/+138
* QVersitOrganizerImporter: fix reading of visual reminder URLAlberto Mardegan2017-11-091-1/+4
* Fix licensingJani Heikkinen2017-05-04431-6050/+8636
* Switch to using QQmlExtensionInterface IDRobin Burchell2017-03-305-6/+2
* Drop condition around QFactoryLoaderUlf Hermann2017-03-291-2/+0
* Remove uses of QString::nullMarc Mutz2017-03-121-7/+7
* QtPim: Use the newly-introduced qmlWarning instead of qmlInfoRobin Burchell2017-01-134-4/+4
* Make operator<< match the code that is in operator>>Thiago Macieira2016-12-193-3/+20
* Match operator>>: m_detailType is deserialized as quint32Thiago Macieira2016-12-095-5/+6
* Make symmetric the streaming of enumsThiago Macieira2016-11-021-1/+1
* Assign return value of non-mutating function back to variableJake Petroules2016-09-161-2/+2