summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add changes file for Qt 5.15.1v5.15.15.15.1Antti Kokko2020-08-251-0/+20
| | | | | | | | | | + fe5abadda4ed0cfe7401ac8cfde29736c52a022e Doc: Add missing image + dcd7355bb9ea7e7f7f788a2e00fdf5fb48ae70b3 Bump version + 029368cde2b9b28de95e6187b3bcabbbc87f5a8b Add binary compatibility file for 5.15 for QtXmlPatterns Pick-to: dev 5.15 Change-Id: I4bc56ada96a23a7bc76d612ff9f42385bc385a82 Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
* Add binary compatibility file for 5.15 for QtXmlPatternsMilla Pohjanheimo2020-08-171-0/+6215
| | | | | | | Binary compatibility file added. Change-Id: If7678d4d74edeaf5e8713655e86de1b1b5322e34 Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
* Bump versionAlexandru Croitor2020-07-301-1/+1
| | | | Change-Id: I244d4f01dc9a8e4d90a71ef3eb0af7ec417779bd
* Merge remote-tracking branch 'origin/5.15.0' into 5.15Qt Forward Merge Bot2020-05-141-0/+18
|\ | | | | | | Change-Id: I3d8b707211890d8877d6c6622367c78056c42335
| * Merge remote-tracking branch 'origin/5.15' into 5.15.0v5.15.0-rc2v5.15.0-rc1v5.15.05.15.0Qt Forward Merge Bot2020-04-221-0/+20
| |\ | | | | | | | | | Change-Id: I8c85b8adeed3986d78f2c024d63ebb9a11979c8b
| * | Add changes file for Qt 5.15.0Antti Kokko2020-04-221-0/+18
| | | | | | | | | | | | | | | | | | Change-Id: Idc8952609c7ba6442b447337dba80335e6e36df4 Reviewed-by: Andy Shaw <andy.shaw@qt.io> Reviewed-by: Lars Knoll <lars.knoll@qt.io>
* | | Doc: Add missing imagePaul Wicking2020-05-041-0/+0
| |/ |/| | | | | | | | | | | | | The image was forgotten when moved from qtdeclarative. Fixes: QTBUG-83958 Change-Id: I9c825649d8c2555644d1715795ec2e66bf3529e1 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-04-211-0/+20
|\ \ | |/ |/| | | Change-Id: Ic3ac5bbd2c85b93cf9af996fffd82f23f46cac7b
| * Merge remote-tracking branch 'origin/5.14.2' into 5.145.14Qt Forward Merge Bot2020-04-211-0/+20
| |\ | | | | | | | | | Change-Id: Ie296539e729340b6babda22a6df3a5649da4aad9
| | * Add changes file for Qt 5.14.2v5.14.25.14.2Antti Kokko2020-03-101-0/+20
| |/ | | | | | | | | | | | | | | + 005a475a2d4dcc16c2a84a3d0f4b11ed44abe205 Doc: Fix regression caused by moving files around (leave no file behind) + 95b629b30380be3de92158ad55ba266452d3c945 Bump version Change-Id: I8f1e8dd8313448df44858dbf1486c3e7bc384e00 Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
* | Fix compile errorv5.15.0-beta4v5.15.0-beta3Lars Knoll2020-03-301-1/+1
| | | | | | | | | | | | | | | | | | | | Fix compilation after change 46ebd11e66f6f3180043a7258b46a1aff79a69f8 in qtbase. Fixes: QTBUG-83171 Change-Id: I0a82c8f8c37ca8adc097cb2f480b8b54253e10b2 Reviewed-by: Vitaly Fanaskov <vitaly.fanaskov@qt.io> Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
* | qtxmlpatterns: use the proper signal instead of the deprecated oneTimur Pocheptsov2020-03-232-2/+2
| | | | | | | | | | | | Task-number: QTBUG-82605 Change-Id: Iebd40c2683d9dbf21975c1e53506963bc40ac1cc Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>
* | Doc: Remove \contentspage commandTopi Reinio2020-03-151-1/+0
| | | | | | | | | | | | | | | | The command is deprecated and has no effect apart from generating a documentation warning. Change-Id: Ied78d23d7c7afc2d2d07643a5f8b8520191f1a21 Reviewed-by: Paul Wicking <paul.wicking@qt.io>
* | Use Qt::SplitBehavior in preference to QString::SplitBehaviorv5.15.0-beta2Edward Welbourne2020-03-024-20/+20
| | | | | | | | | | | | | | | | The Qt version was added in 5.14 "for use as eventual replacement for QString::SplitBehavior." Move another step closer to that goal. Change-Id: Id6bf95a2717b521a8100c57be34b9e85d20177f7 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
* | Update plugins.qmltypes for 5.15Jani Heikkinen2020-02-271-1/+1
| | | | | | | | | | | | Task-number: QTBUG-82253 Change-Id: I59f074480ad17f02436539688b4c30b2df1af747 Reviewed-by: Kai Koehne <kai.koehne@qt.io>
* | Revert "Use QNetworkReply::networkError() instead of deprecated error()"Timur Pocheptsov2020-02-242-2/+2
| | | | | | | | | | | | | | | | | | | | This reverts commit e263fec484d23fc2e652f538f39934b5364339e1. Naming in QProcess is considered to be the correct one. Change-Id: Ie417b5b0b83f2d5ba4ace1a07d5fd4d5b41233ff Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
* | Doc: Remove \pagekeywords commandv5.15.0-beta1Topi Reinio2020-02-211-1/+0
| | | | | | | | | | | | | | The command does nothing, it was not implemented by QDoc. Change-Id: I3e8d34d633a28739065a61ca08032008506dd792 Reviewed-by: Paul Wicking <paul.wicking@qt.io>
* | Fix one more deprecation warning against QDateTime(QDate)Edward Welbourne2020-02-181-1/+1
| | | | | | | | | | Change-Id: Iea19b45306566179390f6292341c0b8fb2a94559 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
* | Fix deprecation warningsFriedemann Kleint2020-02-147-7/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | querymainwindow.cpp:69:82: warning: ‘void QComboBox::currentIndexChanged(int)’ is deprecated: Use currentIndexChanged(int, const QString &) instead [-Wdeprecated-declarations] data/qabstractdatetime.cpp:148:30: warning: ‘QDateTime::QDateTime(const QDate&)’ is deprecated: Use QDate::startOfDay() [-Wdeprecated-declarations] data/qgday.cpp:78:71: warning: ‘QDateTime::QDateTime(const QDate&)’ is deprecated: Use QDate::startOfDay() [-Wdeprecated-declarations] data/qgyear.cpp:83:71: warning: ‘QDateTime::QDateTime(const QDate&)’ is deprecated: Use QDate::startOfDay() [-Wdeprecated-declarations] data/qgmonth.cpp:77:71: warning: ‘QDateTime::QDateTime(const QDate&)’ is deprecated: Use QDate::startOfDay() [-Wdeprecated-declarations] data/qgmonthday.cpp:80:76: warning: ‘QDateTime::QDateTime(const QDate&)’ is deprecated: Use QDate::startOfDay() [-Wdeprecated-declarations] data/qgyearmonth.cpp:85:76: warning: ‘QDateTime::QDateTime(const QDate&)’ is deprecated: Use QDate::startOfDay() [-Wdeprecated-declarations] qqmlxmllistmodel.cpp:748:71: warning: ‘QQmlListProperty<T>::QQmlListProperty(QObject*, QList<T*>&) [with T = QQuickXmlListModelRole]’ is deprecated: Use constructor taking QList pointer, and gain improved performance [-Wdeprecated-declarations] connect(ui_defaultQueries, QOverload<int>::of(&QComboBox::currentIndexChanged), Change-Id: Ia4ed432369d25269075d12d06fdbf2e286d5119b Reviewed-by: Vitaly Fanaskov <vitaly.fanaskov@qt.io>
* | Merge remote-tracking branch 'origin/5.14' into 5.15v5.15.0-alpha1Qt Forward Merge Bot2020-02-050-0/+0
|\ \ | |/ | | | | | | | | | | Conflicts: .qmake.conf Change-Id: I12424435f2a4c4f2b582c7acad18e0c57dfbd554
| * Bump versionAlexandru Croitor2020-02-021-1/+1
| | | | | | | | Change-Id: Ie974007aa207364c2157bd7c90a6e79ef1718f9e
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-283-1/+41
|\ \ | |/ | | | | Change-Id: Ib8ba4718239d5b7690a20b50c6f49a055a0ea04f
| * Merge remote-tracking branch 'origin/5.14.1' into 5.14Qt Forward Merge Bot2020-01-271-0/+20
| |\ | | | | | | | | | Change-Id: I3890885d75527dcb516efff1f2636b8a73500828
| | * Add changes file for Qt 5.14.1v5.14.15.14.1Antti Kokko2020-01-091-0/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | + 089bdc0fcc1d87c6f5fe0835a4f723a6677e9a01 Catch invalid simple type that was causing a crash + 45ad1dc9c5f7330ea5d33cc8c8585d33b097e2e8 Enable auto tests run stand-alone + 7c8d1494dc06ff00508f512bdcf8153f21f348ff Add binary compatibility file for qtxmlpatterns 5.14 branch + b8c12ed8b1287462b897de76b7a9ad3ff5cc2194 Bump version Change-Id: Ia2156a2bcac6bc520162ef7e5d5fac2bd9acd028 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io> Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
| * | Doc: Fix regression caused by moving files around (leave no file behind)Paul Wicking2020-01-272-1/+21
| |/ | | | | | | | | | | | | | | | | | | | | 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>
* | Use QNetworkReply::networkError() instead of deprecated error()Timur Pocheptsov2020-01-152-2/+2
| | | | | | | | | | | | Task-number: QTBUG-80369 Change-Id: I6e71a6b888f292c283c85b6aeb3aa5804f032c91 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-12-300-0/+0
|\ \ | |/ | | | | | | | | | | Conflicts: .qmake.conf Change-Id: Ieec8f7e562fc4c246a336402985cdb60f36b172f
| * Bump versionDaniel Smith2019-12-161-1/+1
| | | | | | | | Change-Id: I16747fabe937d18a437880acffa35bcd3e7e2a97
* | Bump Qt version to Qt 6Alexandru Croitor2019-12-201-6/+6
| | | | | | | | | | | | | | | | | | Also fix usage of text stream operators. Change-Id: I6c3ca0fe501f0565ecae5782a52cc70e1a4b6c04 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io> (cherry picked from commit 2fc7a39180270c7551e99b918e827a93507e32a0) Reviewed-by: Sona Kurazyan <sona.kurazyan@qt.io>
* | Stop using SAX classes for writing XML in testsSona Kurazyan2019-12-187-184/+54
| | | | | | | | | | | | | | | | | | | | | | 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>
* | Stop using SAX classes for reading XML filesSona Kurazyan2019-12-1819-171/+315
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | Fix deprecation warnings about QHash::unite()Friedemann Kleint2019-12-183-3/+3
| | | | | | | | | | | | | | | | | | | | 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>
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-12-1431-40/+6253
|\ \ | |/ | | | | Change-Id: Ief4b8ef19ad417bac23f4a4fe42e3b1c53455f03
| * Merge remote-tracking branch 'origin/5.14.0' into 5.14Qt Forward Merge Bot2019-12-131-0/+18
| |\ | | | | | | | | | Change-Id: If025f51e601f4ec7f23e1fe51d698f9c20e67256
| | * Add changes file for Qt 5.14.0v5.14.0-rc2v5.14.0-rc1v5.14.05.14.0Antti Kokko2019-11-261-0/+18
| | | | | | | | | | | | | | | Change-Id: I00cdf3d22cdbad6d697ea5895e80b17a9e7506a5 Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
| * | Add binary compatibility file for qtxmlpatterns 5.14 branchMilla Pohjanheimo2019-12-131-0/+6205
| | | | | | | | | | | | | | | | | | | | | BC file built against 5.14.0 added. Change-Id: I1d29b035c0efa57424fca81aa6fd09c461281a08 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
| * | Enable auto tests run stand-aloneFriedemann Kleint2019-12-0929-40/+30
| | | | | | | | | | | | | | | | | | | | | | | | Change the QtXmlPatternsSDK helper library to be a static library. Fixes: QTBUG-79802 Change-Id: I2f299fbcb73da155643a0b66a13a88745de6d00f Reviewed-by: Matti Paaso <matti.paaso@qt.io>
* | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-12-075-1/+76
|\ \ \ | |/ / | | | | | | Change-Id: I967a3678e5791457e25618e46611f6327e182c70
| * | Catch invalid simple type that was causing a crashEdward Welbourne2019-12-045-1/+76
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | Avoid initializing QFlags with 0 or nullptrFriedemann Kleint2019-11-252-2/+2
| | | | | | | | | | | | | | It is being deprecated. Change-Id: I3c331ceb434f48939e4ce7e550c57df1b1794b17 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-11-163-3/+13
|\ \ | |/ | | | | Change-Id: Icde6a1cc61662a8b55325727182d174cf17f8b1b
| * Doc: Suppress unnecessary documentation warnings for \internal typesTopi Reinio2019-11-133-3/+13
| | | | | | | | | | | | | | | | | | Add \internal commands to documented member functions of internal classes. Fixes: QTBUG-79819 Change-Id: I90a0b17df623fda350810c46ff3bc3421692f753 Reviewed-by: Paul Wicking <paul.wicking@qt.io>
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-11-091-0/+20
|\ \ | |/ | | | | Change-Id: I8bdf4a25cbf1e7d13a093200b234866e622e9af6
| * Merge remote-tracking branch 'origin/5.13' into 5.14v5.14.0-beta3Qt Forward Merge Bot2019-11-051-0/+20
| |\ | | | | | | | | | | | | | | | | | | Conflicts: .qmake.conf Change-Id: I5f2c272ee2c34387b7ef5169dc553cec14f1db80
| | * Add changes file for Qt 5.13.2v5.13.25.13.2Antti Kokko2019-10-141-0/+20
| | | | | | | | | | | | | | | | | | | | | + cdf3aa96879b7f5f0bd9bec9d1bd8dd624beee28 Add changes file for Qt 5.12.5 Change-Id: I83e50c04167a687aa666bfce9d300b11e1de3514 Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
| | * Bump versionFrederik Gladhorn2019-10-141-1/+1
| | | | | | | | | | | | Change-Id: I8b7d19766262a617d612737ff32b19e6b7865474
* | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-262-3/+277
|\ \ \ | |/ / | | | | | | Change-Id: I9a32082a43f99b34431e27360214af1ce8ad621f
| * | Doc: Fix typoPaul Wicking2019-10-241-1/+1
| | | | | | | | | | | | | | | Change-Id: I462fb91fbb2dfef7c29c0662f710aac5903791f4 Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
| * | Update plugins.qmltypes for 5.14Kai Koehne2019-10-221-2/+276
| | | | | | | | | | | | | | | | | | | | | Task-number: QTBUG-78690 Change-Id: Id6361fc271aec1db292d1ea0e40f90f443b7b97e Reviewed-by: Kai Koehne <kai.koehne@qt.io> Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
* | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-122-8/+11
|\ \ \ | |/ / | | | | | | Change-Id: Id99fd14f46601939c9b97d163e7bd794b9496df0