- 09 Apr, 2021 - 2 commits
-
-
Luca Weiss authored
Without this the generated pkg-config files are invalid. Qt6Contacts.pc gets generated but e.g. Qt6Versit.pc references 'Qt0Contacts' as dependency which can't be found. As the libraries are also called libQt6* by the build system, let's set MODULE_VERSION to 6.0.0. Change-Id: I8f0bcb7cbdfef04e9c0a2416085832254342bc3d Reviewed-by:
Christopher Adams <chris.adams@jolla.com>
-
Luca Weiss authored
This resolves the erronous generation of Qt5Contacts_.cmake, Qt5Organizer_.cmake & Qt5Versit_.cmake by setting proper names to the plugins. Change-Id: I094ce93b53fc2e56b45bf5edf05d6da17ed435e3 Reviewed-by:
Christopher Adams <chris.adams@jolla.com> Reviewed-by:
Marius Gripsgard <marius@ubports.com>
-
- 18 Mar, 2021 - 7 commits
-
-
Chris Adams authored
Previously, Irremovable constraints were enforced but ReadOnly constraints were not, for in-memory contact detail operations. While it is simple to work around any constraints simply by recreating an identical contact (including id) in-memory, and then saving the modified detail into that contact, we should enforce the constraints consistently, and provide API to allow the user to ignore the constraints for the in-memory operations if they desire (thus leaving enforcement up to the backend). Change-Id: I75909b743a150c0786d9b7f0080817de0166c353 Reviewed-by:
Matthew Vogt <matthew.vogt@qinetic.com.au> Reviewed-by:
Pekka Vuorela <pvuorela@iki.fi>
-
Chris Adams authored
Change-Id: I5316640c5645eddc4078898a67f54dd984ffd29a Reviewed-by:
Pekka Vuorela <pvuorela@iki.fi>
-
Chris Adams authored
Task-number: QTBUG-75550 Change-Id: Ic07dccd5aa46174a235f24cc5c7fc60c8039348f Reviewed-by:
Matthew Vogt <matthew.vogt@qinetic.com.au>
-
Chris Adams authored
Modern UIs often display contacts in sections grouped by the first letter of their first (or last, depending on platform and locale preferences) name. This commit adds a label group field to the display label detail which allows a locale-specific label group to be stored for each contact and exposed to clients. Change-Id: I40f20fd7e8861e74618c5d0a76fc3c2b8119dfc0 Reviewed-by:
Matthew Vogt <matthew.vogt@qinetic.com.au>
-
Chris Adams authored
The BOM will only be emitted from the very first call to encoder->fromUnicode(), and thus since we compare the output from one invocation to the output of another, we need to ensure that the BOM is not included in the result of either. However, previously we attempted to do this by passing a null QString into fromUnicode(), however it seems that now it ignores such input. Hence, we need to give it some dummy input in the first call to fromUnicode() to force it to "spend" its BOM output. Change-Id: I74d8bd53604044ba1e82d48668d9570505fef491 Reviewed-by:
Pekka Vuorela <pvuorela@iki.fi>
-
Chris Adams authored
Change-Id: Iac3c14fa14e930370f5e2ffeebb58b91d8fa2dda Reviewed-by:
Bea Lam <bea.lam@jollamobile.com>
-
Chris Adams authored
Change-Id: I2cc20b69fb5e7bc491f1d29a2ce6905d618ff27e Reviewed-by:
David Llewellyn-Jones <david.llewellyn-jones@jolla.com> Reviewed-by:
Matthew Vogt <matthew.vogt@qinetic.com.au>
-
- 17 Mar, 2021 - 1 commit
-
-
Chris Adams authored
Change-Id: I3a424fda0851cdd6cf08b3fe5a7917576f187f07 Reviewed-by:
Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by:
Christopher Adams <chris.adams@jolla.com>
-
- 01 Feb, 2021 - 1 commit
-
-
Edward Welbourne authored
Change-Id: I4c999cc1cc13443cdf013e0a58cdd84c110a15af Reviewed-by:
Alberto Mardegan <mardy@users.sourceforge.net> Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@qt.io>
-
- 02 Nov, 2020 - 29 commits
-
-
Chris Adams authored
Change-Id: Iee6e342427502dba98254eb05847720ea40a27a3 Reviewed-by:
Christopher Adams <chris.adams@jolla.com>
-
Dmitry Shachnev authored
Make sure the generated item IDs are the same as on little endian systems, e.g. 05000000 and not 00000005. Change-Id: Iafa16f616a4ef56905e177e2509e1e02c3de0e9c Reviewed-by:
Christopher Adams <chris.adams@jolla.com>
-
Chris Adams authored
Change-Id: I335707590afec9b39e7813c7a6acc2499fce22dd Reviewed-by:
Christopher Adams <chris.adams@jolla.com>
-
Chris Adams authored
Change-Id: I2adb66316d6d1943d591d2538ea2b7f93280118c Reviewed-by:
Bea Lam <bea.lam@jollamobile.com>
-
Chris Adams authored
Change-Id: Ic2166212908b7f2e2033e80fbe9e9ce1633d164e Reviewed-by:
Bea Lam <bea.lam@jollamobile.com>
-
Chris Adams authored
Use QStringView instead in Qt6 Change-Id: I6e5f80542aceb1084634ec8bd7e4e674f161bdc9 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@qt.io> Reviewed-by:
Matthew Vogt <matthew.vogt@qinetic.com.au>
-
Chris Adams authored
Change-Id: If709fe88c4669af3e119855a686fb18b0ea0459f Reviewed-by:
Pekka Vuorela <pvuorela@iki.fi>
-
Chris Adams authored
Change-Id: I8b4ee32e36ea024392f85d5cf1b7b03a84a56e7b Reviewed-by:
Bea Lam <bea.lam@jollamobile.com>
-
Chris Adams authored
Change-Id: I6b52e7691fa266b316f14840ba648a52e0e50741 Reviewed-by:
Pekka Vuorela <pvuorela@iki.fi>
-
Chris Adams authored
Qt6 now correctly takes into account the timezone specification, whereas Qt5 did not. See QTBUG-87652 for more information. Change-Id: I36f1193faf0ffed3310c0436967c4e287e1d9a9c Reviewed-by:
Pekka Vuorela <pvuorela@iki.fi>
-
Chris Adams authored
See QTBUG-87610 Change-Id: Ib5ee1199c46f2c92cd736f14b58b53f587d1813b Reviewed-by:
Pekka Vuorela <pvuorela@iki.fi>
-
Chris Adams authored
- QVariant comparison now doesn't perform type conversion - Null QDateTime now compares less than other QDateTime values, rather than being equal to epoch. - Sequence type name is printed by default in warnings - QMultiHash::operator==() can return false for empty hashes in some cases (QTBUG-87575) - QJsonValue will expose input like "2.0" as an integral type as the value can be perfectly expressed as an integral (QTBUG-87443) Change-Id: I848888ecc74b5fb790488181a0d62a04138fcd81 Reviewed-by:
Pekka Vuorela <pvuorela@iki.fi>
-
Chris Adams authored
Related to QTBUG-87616 Change-Id: I4752364d85fb1057e5778e14ba4576815e6246e3 Reviewed-by:
Pekka Vuorela <pvuorela@iki.fi>
-
Chris Adams authored
Change-Id: Ibf2984c572674639ef2f91678640f10ec540b8c9 Reviewed-by:
Pekka Vuorela <pvuorela@iki.fi>
-
Chris Adams authored
Change-Id: I134e3ecfd3ccae880212e420cf3099b306234af7 Reviewed-by:
Pekka Vuorela <pvuorela@iki.fi>
-
Chris Adams authored
Change-Id: I39585d6de01e0850f21277e2d952167cc0cc78dc Reviewed-by:
Pekka Vuorela <pvuorela@iki.fi>
-
Chris Adams authored
Also adjust expected size of types due to changes in Qt6 Change-Id: I98e5c6c7710637fe5c239743f102f9951ac66914 Reviewed-by:
Pekka Vuorela <pvuorela@iki.fi>
-
Chris Adams authored
Change-Id: Id2f9f936faf687ed51ab9adfca915711f1e65b9b Reviewed-by:
Pekka Vuorela <pvuorela@iki.fi>
-
Chris Adams authored
Change-Id: I1edc88c2768921373e2c0b30737996a9946338e9 Reviewed-by:
Christopher Adams <chris.adams@jolla.com>
-
Chris Adams authored
Change-Id: Ia64e2e81cc070932137d7183503d390b90c78b49 Reviewed-by:
Pekka Vuorela <pvuorela@iki.fi>
-
Chris Adams authored
Change-Id: I93a8500e4555bb33760f4bd73be8d0af0f1422f4 Reviewed-by:
Pekka Vuorela <pvuorela@iki.fi>
-
Chris Adams authored
Change-Id: I55f270d2fcdaf48aea6e058553c19db517abe2a8 Reviewed-by:
Pekka Vuorela <pvuorela@iki.fi> Reviewed-by:
Alberto Mardegan <mardy@users.sourceforge.net>
-
Chris Adams authored
Change-Id: Ic1d40b3e57038ecdc0ad14abc47120c6bfaa15ce Reviewed-by:
Christopher Adams <chris.adams@jolla.com>
-
Chris Adams authored
Change-Id: I9d6a6d46822d4f82debb1446a90443857f27c962 Reviewed-by:
Pekka Vuorela <pvuorela@iki.fi> Reviewed-by:
Alberto Mardegan <mardy@users.sourceforge.net>
-
Chris Adams authored
Change-Id: I05ba170c38ef8e4b109f1c36e12a7a5f7cba1d6f Reviewed-by:
Pekka Vuorela <pvuorela@iki.fi> Reviewed-by:
Alberto Mardegan <mardy@users.sourceforge.net>
-
Chris Adams authored
Change-Id: I58e75ba3463415b7642a25345715609516e93aa1 Reviewed-by:
Pekka Vuorela <pvuorela@iki.fi> Reviewed-by:
Alberto Mardegan <mardy@users.sourceforge.net>
-
Luca Weiss authored
Change-Id: Iac53dd6368a06a825cdf46829f33ee52d1d7cdff Reviewed-by:
Alberto Mardegan <mardy@users.sourceforge.net> Reviewed-by:
Christopher Adams <chris.adams@jolla.com> Reviewed-by:
Marius Gripsgard <marius@ubports.com>
-
Edward Welbourne authored
Replace QSet's toList() with values() and QList::toSet() with suitable QSet construction from begin()/end(). Change-Id: Ibb815ff5043640aad1cb1feeb6391824db5d108f Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@qt.io> Reviewed-by:
Pekka Vuorela <pvuorela@iki.fi> Reviewed-by:
Alberto Mardegan <mardy@users.sourceforge.net>
-
Edward Welbourne authored
The flags parameters were exercising the deprecated construction from int; simply leaving them defualt-constructed does what that intends. Two other member initializations could be set with NSDMI, so do that. Change-Id: I60a825999e82af712cda9e45f63c783aaef8df2f Reviewed-by:
Alberto Mardegan <mardy@users.sourceforge.net> Reviewed-by:
Christopher Adams <chris.adams@jolla.com>
-