- 14 Sep, 2021 - 1 commit
-
-
Jani Heikkinen authored
Change-Id: If1d616ee365fb8ce098edaa3f4fc8e832ff8e04a
-
- 24 May, 2021 - 1 commit
-
-
Jani Heikkinen authored
Change-Id: Ib12966c39085c3686beac997e51691b97963b29e
-
- 04 May, 2021 - 1 commit
-
-
Edward Welbourne authored
It was introduced in 2003 during the transition to using QFlags. The transition is now safely completed. Change-Id: I29890202be10052896178502caaffbfd513424e7 Reviewed-by:
Bernhard Rosenkränzer <bero@lindev.ch> Reviewed-by:
Giuseppe D'Angelo <giuseppe.dangelo@kdab.com>
-
- 08 Feb, 2020 - 1 commit
-
-
Qt Forward Merge Bot authored
Change-Id: If5721286fbb7c3dd0564f11e12311176477b92bb
-
- 05 Feb, 2020 - 1 commit
-
-
Qt Forward Merge Bot authored
Conflicts: .qmake.conf Change-Id: I12424435f2a4c4f2b582c7acad18e0c57dfbd554
-
- 02 Feb, 2020 - 1 commit
-
-
Alexandru Croitor authored
Change-Id: Ie974007aa207364c2157bd7c90a6e79ef1718f9e
-
- 28 Jan, 2020 - 1 commit
-
-
Qt Forward Merge Bot authored
Change-Id: Ib8ba4718239d5b7690a20b50c6f49a055a0ea04f
-
- 27 Jan, 2020 - 3 commits
-
-
Qt Submodule Update Bot authored
Change-Id: I371920bba638d369b3ea6515980f3103f2c2550a Reviewed-by:
Simon Hausmann <simon.hausmann@qt.io>
-
Qt Forward Merge Bot authored
Change-Id: I3890885d75527dcb516efff1f2636b8a73500828
-
Paul Wicking authored
When xmllistmodel moved to xmlpatterns, an xml file quoted from in docs was unintentionally left behind. This adds the missing file, and corrects the file to quote from (which had since been adjusted to quote from the wrong file). Fixes: QTBUG-77176 Change-Id: I9cc871cf58dd33ce922fa0f6c5d86800210208c5 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@qt.io>
-
- 22 Jan, 2020 - 1 commit
-
-
Qt Submodule Update Bot authored
Change-Id: I4472d146f723157f028b468deb46e3a8d77c5c80 Reviewed-by:
Simon Hausmann <simon.hausmann@qt.io>
-
- 21 Jan, 2020 - 2 commits
-
-
Qt Forward Merge Bot authored
-
Qt Forward Merge Bot authored
Change-Id: Ia0f79b0c59c6339e471533b644f40995d8c4df37
-
- 20 Jan, 2020 - 1 commit
-
-
Qt Submodule Update Bot authored
Change-Id: Ie53e2ceb358a7a43b164749c371a247b5e8a905d Reviewed-by:
Simon Hausmann <simon.hausmann@qt.io>
-
- 15 Jan, 2020 - 2 commits
-
-
Timur Pocheptsov authored
Task-number: QTBUG-80369 Change-Id: I6e71a6b888f292c283c85b6aeb3aa5804f032c91 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@qt.io>
-
Qt Submodule Update Bot authored
Change-Id: I1c69a5d7c2b4b5413e4be8d6e5fae58b62cc979a Reviewed-by:
Simon Hausmann <simon.hausmann@qt.io>
-
- 09 Jan, 2020 - 1 commit
-
-
Antti Kokko authored
+ 089bdc0f Catch invalid simple type that was causing a crash + 45ad1dc9 Enable auto tests run stand-alone + 7c8d1494 Add binary compatibility file for qtxmlpatterns 5.14 branch + b8c12ed8 Bump version Change-Id: Ia2156a2bcac6bc520162ef7e5d5fac2bd9acd028 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@qt.io> Reviewed-by:
Edward Welbourne <edward.welbourne@qt.io>
-
- 30 Dec, 2019 - 1 commit
-
-
Qt Forward Merge Bot authored
Conflicts: .qmake.conf Change-Id: Ieec8f7e562fc4c246a336402985cdb60f36b172f
-
- 20 Dec, 2019 - 1 commit
-
-
Alexandru Croitor authored
Also fix usage of text stream operators. Change-Id: I6c3ca0fe501f0565ecae5782a52cc70e1a4b6c04 Reviewed-by:
Simon Hausmann <simon.hausmann@qt.io> (cherry picked from commit 2fc7a391 ) Reviewed-by:
Sona Kurazyan <sona.kurazyan@qt.io>
-
- 18 Dec, 2019 - 3 commits
-
-
Sona Kurazyan authored
Removed the dependency of XMLWriter from QXmlContentHandler and QXmlLexicalHandler which are about to be deprecated. There's no need in inheriting from these interfaces, the tests call the methods of XMLWriter directly via XMLWriter instance. Task-number: QTBUG-76177 Change-Id: I2fe237b962774a004a9014f3dab1b5de5072f180 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@qt.io>
-
Sona Kurazyan authored
The qtxmlpatterns' tests are using SAX classes for parsing XML files. These classes will be deprecated. Replaced QXmlSimpleReader by QDomDocument where applicable. For the test suite handlers inheriting from QXmlDefaultHandler, introduced the XmlParseHelper base class, which drives the parsing loop and allows overriding the methods for handling different XML tokens. Task-number: QTBUG-76177 Change-Id: Ia1a60c898a272906ede459e95ced7ec95d154fde Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@qt.io>
-
Friedemann Kleint authored
Use QHash::insert() instead, fixing: schema/qxsdparticlechecker.cpp:467:83: warning: ‘QHash<K, V>& QHash<K, V>::unite(const QHash<K, V>&) is deprecated schema/qxsdschemachecker.cpp:108:39: warning: ‘QHash<K, V>& QHash<K, V>::unite(const QHash<K, V>&) is deprecated schema/qxsdschemaresolver.cpp:267:39: warning: ‘QHash<K, V>& QHash<K, V>::unite(const QHash<K, V>&) is deprecated Change-Id: I5ac3ee4f9a8103a9ce1210d6c369597c6b0abddc Reviewed-by:
Lars Knoll <lars.knoll@qt.io>
-
- 17 Dec, 2019 - 1 commit
-
-
Qt Forward Merge Bot authored
Change-Id: I96404d75682581891c8fb1c8ae610eeff6ece53d
-
- 16 Dec, 2019 - 1 commit
-
-
Daniel Smith authored
Change-Id: I16747fabe937d18a437880acffa35bcd3e7e2a97
-
- 14 Dec, 2019 - 1 commit
-
-
Qt Forward Merge Bot authored
Change-Id: Ief4b8ef19ad417bac23f4a4fe42e3b1c53455f03
-
- 13 Dec, 2019 - 2 commits
-
-
Qt Forward Merge Bot authored
Change-Id: If025f51e601f4ec7f23e1fe51d698f9c20e67256
-
Milla Pohjanheimo authored
BC file built against 5.14.0 added. Change-Id: I1d29b035c0efa57424fca81aa6fd09c461281a08 Reviewed-by:
Simon Hausmann <simon.hausmann@qt.io>
-
- 10 Dec, 2019 - 1 commit
-
-
Qt Forward Merge Bot authored
Change-Id: I3eb54f906dc1ee8fedf64a4cde67edb3f8ce5460
-
- 09 Dec, 2019 - 1 commit
-
-
Friedemann Kleint authored
Change the QtXmlPatternsSDK helper library to be a static library. Fixes: QTBUG-79802 Change-Id: I2f299fbcb73da155643a0b66a13a88745de6d00f Reviewed-by:
Matti Paaso <matti.paaso@qt.io>
-
- 07 Dec, 2019 - 1 commit
-
-
Qt Forward Merge Bot authored
Change-Id: I967a3678e5791457e25618e46611f6327e182c70
-
- 05 Dec, 2019 - 1 commit
-
-
Qt Submodule Update Bot authored
Change-Id: Ib3e73cd343f457326e4a04ec85ba9af1930ce985 Reviewed-by:
Simon Hausmann <simon.hausmann@qt.io>
-
- 04 Dec, 2019 - 2 commits
-
-
Qt Submodule Update Bot authored
Change-Id: I0cef97090876ba836af9222e1019c8a72f8279e3 Reviewed-by:
Simon Hausmann <simon.hausmann@qt.io>
-
Edward Welbourne authored
Although the type passes a check that's supposed to find all types with a simple type, and appears to be of a simple type, its primitive type is apparently null. This was causing a segmentation fault. Apparently the code fails to correctly set the primitive type of a pattern-type instance of a union type. Document the known limitation by a QEXPECT_FAIL() in the test; I was unable to find where the primitive type should be set. Task-number: QTBUG-77620 Change-Id: I56b95ed815366c508f71b8af03b6f2a653d338c5 Reviewed-by:
Ulf Hermann <ulf.hermann@qt.io>
-
- 30 Nov, 2019 - 1 commit
-
-
Qt Forward Merge Bot authored
Change-Id: I76d2acc6e6189b94b951e28d3ceff93817a3bc1c
-
- 29 Nov, 2019 - 1 commit
-
-
Qt Submodule Update Bot authored
Change-Id: I7e04361434c7e4f5a18ec30c33c77b9ca29a59b7 Reviewed-by:
Simon Hausmann <simon.hausmann@qt.io>
-
- 28 Nov, 2019 - 1 commit
-
-
Qt Submodule Update Bot authored
Change-Id: Ib26501c76e78b25fe6655860f7af6df69463f133 Reviewed-by:
Simon Hausmann <simon.hausmann@qt.io>
-
- 26 Nov, 2019 - 2 commits
-
-
Qt Submodule Update Bot authored
Change-Id: Ia4f43189aa6d8089f7bf0db2ddfa4a3c79f0107c Reviewed-by:
Simon Hausmann <simon.hausmann@qt.io>
-
Antti Kokko authored
Change-Id: I00cdf3d22cdbad6d697ea5895e80b17a9e7506a5 Reviewed-by:
Edward Welbourne <edward.welbourne@qt.io>
-
- 25 Nov, 2019 - 2 commits
-
-
Qt Submodule Update Bot authored
Change-Id: Iba6b94225822b6b5f4a9df656b061159d83d20ce Reviewed-by:
Simon Hausmann <simon.hausmann@qt.io>
-
Friedemann Kleint authored
It is being deprecated. Change-Id: I3c331ceb434f48939e4ce7e550c57df1b1794b17 Reviewed-by:
Allan Sandfeld Jensen <allan.jensen@qt.io>
-