| Commit message (Expand) | Author | Age | Files | Lines |
* | Set MODULE_VERSION to 6.0.0HEADdev | Luca Weiss | 2021-04-09 | 1 | -1/+1 |
* | Set PLUGIN_CLASS_NAME in .pro files | Luca Weiss | 2021-04-09 | 6 | -0/+6 |
* | Enforce detail access constraints in contact operations by default | Chris Adams | 2021-03-18 | 4 | -16/+79 |
* | Accessors should be const | Chris Adams | 2021-03-18 | 14 | -28/+28 |
* | Provide interface for accessing all extended metadata from collections | Chris Adams | 2021-03-18 | 6 | -0/+22 |
* | Add label group field to display label detail | Chris Adams | 2021-03-18 | 3 | -7/+45 |
* | Ensure we throw away the BOM in the qversitreader test | Chris Adams | 2021-03-18 | 1 | -1/+1 |
* | Fix some deprecated QChar constructor issues in unit tests | Chris Adams | 2021-03-18 | 1 | -2/+4 |
* | Remove usages of deprecated QQmlListProperty constructors | Chris Adams | 2021-03-18 | 15 | -162/+142 |
* | Bump sha1s in dependencies.yaml | Chris Adams | 2021-03-18 | 1 | -2/+5 |
* | Turn use of old QHash::insertMulti() into uses of QMultiHash::insert() | Edward Welbourne | 2021-02-01 | 0 | -0/+0 |
* | Add dependencies.yaml for CI | Chris Adams | 2020-11-02 | 1 | -0/+7 |
* | Make the tests pass on big endian systems | Dmitry Shachnev | 2020-11-02 | 2 | -0/+4 |
* | Fix calendardemo example | Chris Adams | 2020-11-02 | 2 | -5/+5 |
* | Mark virtual methods with override keyword | Chris Adams | 2020-11-02 | 33 | -131/+131 |
* | Update qHash methods to return size_t instead of uint | Chris Adams | 2020-11-02 | 33 | -57/+57 |
* | Don't use QStringRef | Chris Adams | 2020-11-02 | 1 | -2/+2 |
* | Remove unused method in unit test | Chris Adams | 2020-11-02 | 1 | -5/+0 |
* | Use QMetaType::Type instead of the deprecated QVariant::Type | Chris Adams | 2020-11-02 | 24 | -124/+125 |
* | Specify enum flag type properly in unit test | Chris Adams | 2020-11-02 | 1 | -1/+1 |
* | Adapt to string-to-datetime conversion behavior change in Qt6 | Chris Adams | 2020-11-02 | 1 | -18/+18 |
* | Work around JS Date constructor limitation in Qt6 | Chris Adams | 2020-11-02 | 4 | -25/+25 |
* | Adapt to Qt6 behavior changes | Chris Adams | 2020-11-02 | 9 | -50/+67 |
* | Remove invalid method overload which confuses the QML engine | Chris Adams | 2020-11-02 | 2 | -21/+0 |
* | Adjust unit test to account for QList index from int to qsizetype change | Chris Adams | 2020-11-02 | 1 | -1/+1 |
* | Fix construction of QVariant for datatype | Chris Adams | 2020-11-02 | 2 | -2/+2 |
* | More QDateTime(QDate) -> QDate::startOfDay() fixes | Chris Adams | 2020-11-02 | 4 | -6/+6 |
* | Remove use of deprecated QTypeInfo traits | Chris Adams | 2020-11-02 | 11 | -51/+6 |
* | Remove usage of deprecated API from the declarative plugins | Chris Adams | 2020-11-02 | 8 | -22/+33 |
* | Add missing include | Chris Adams | 2020-11-02 | 3 | -0/+3 |
* | Remove usage of deprecated QtAlgorithms | Chris Adams | 2020-11-02 | 5 | -8/+13 |
* | Fix QList-from-QSet conversions | Chris Adams | 2020-11-02 | 11 | -33/+37 |
* | Remove usage of deprecated QLatin1Literal | Chris Adams | 2020-11-02 | 1 | -1/+1 |
* | Use QRegularExpression instead of the deprecated QRegExp | Chris Adams | 2020-11-02 | 1 | -1/+2 |
* | QTextCodec is now part of the Qt5Compat library | Chris Adams | 2020-11-02 | 18 | -47/+69 |
* | Remove use of deprecated QString methods | Chris Adams | 2020-11-02 | 2 | -5/+5 |
* | Use QMultiHash where appropriate | Chris Adams | 2020-11-02 | 6 | -12/+12 |
* | Add missing break in switch | Luca Weiss | 2020-11-02 | 1 | -0/+1 |
* | Deprecation fix: conversions between QList and QSet | Edward Welbourne | 2020-11-02 | 11 | -36/+40 |
* | Use non-static data member initialization for default constructor | Edward Welbourne | 2020-11-02 | 1 | -11/+4 |
* | Prefer QDate::startOfDay() over QDateTime(const QDate &) | Edward Welbourne | 2020-11-02 | 11 | -157/+156 |
* | Use Qt::SplitBehavior in preference to QString::SplitBehavior | Edward Welbourne | 2020-11-02 | 4 | -13/+13 |
* | Add ; to Q_UNUSED | Lars Schmertmann | 2020-11-02 | 29 | -198/+198 |
* | QVersitContactImporter: read X-FOLKS-FAVOURITE property | Alberto Mardegan | 2020-11-02 | 7 | -10/+73 |
* | Eradicate Java-style iterators and mark the module free of them | Marc Mutz | 2019-06-18 | 7 | -38/+25 |
* | Enable parsing of VCARDs with mixed line endings | Tempura San | 2019-02-27 | 3 | -79/+109 |
* | Don't build QtPIM for WebAssembly platform | Chris Adams | 2019-02-22 | 1 | -0/+1 |
* | Improve handling of malformed Versit documents | Chris Adams | 2018-11-29 | 2 | -2/+110 |
* | Work around malformed Versit documents with empty interior lines | Chris Adams | 2018-11-08 | 2 | -0/+22 |
* | Fix bug in QRegularExpression usage | Chris Adams | 2018-10-26 | 1 | -1/+1 |