summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix parameter of QJsonObject::const_iterator operator-(const_iterator)Friedemann Kleint2020-01-031-0/+2
* QTime: fix tests with Qt6Christian Ehrlicher2020-01-031-3/+12
* QIdentityProxyModel: implement moveRows / moveColumnsGiuseppe D'Angelo2020-01-021-35/+67
* QDateTime: fix tests with Qt6Christian Ehrlicher2020-01-021-0/+8
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-026-0/+325
|\
| * wasm: support all cursor shapesAlexandra Cherdantseva2019-12-305-0/+272
| * QLocale: Support Indian number formattingTuomas Heimonen2019-12-301-0/+53
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-12-2712-0/+105990
|\|
| * Add binary compatibility files for qtbase 5.14 branchMilla Pohjanheimo2019-12-2011-0/+105821
| * Fix QAccessibleWidget::focusChild() to return focused descendantPeter Varga2019-12-191-0/+169
* | Introduce QString(View)::isValidUtf16Giuseppe D'Angelo2019-12-201-0/+48
* | Allow hiding tabs in QTabWidget / QTabBarJordi Pujol Foyo2019-12-202-0/+96
* | New features for QPdfWriterJordi Pujol Foyo2019-12-191-0/+23
* | Add test for invertPixels on indexed formatsAllan Sandfeld Jensen2019-12-191-0/+32
* | QStringListModel: fix moveRows()Christian Ehrlicher2019-12-161-28/+25
* | QListModel: fix moveRows()Christian Ehrlicher2019-12-161-12/+14
* | Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Liang Qi2019-12-161-0/+4
|\ \
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-12-161-0/+4
| |\|
| | * Let QItemSelectionModel::columnIntersectsSelection honor the parentChristian Ehrlicher2019-12-141-0/+4
* | | Avoid crashing when constructing color-space from invalid enumAllan Sandfeld Jensen2019-12-161-9/+25
|/ /
* | WebGradients: redo implementationGiuseppe D'Angelo2019-12-141-6/+0
* | QStandardItemModel: do not reset persisten index in setItem()Christian Ehrlicher2019-12-141-0/+22
* | Add QMap::insert(const QMap &map)Mårten Nordheim2019-12-122-0/+111
* | Support Q_GADGET QMetaObject super class hierarchies across templatesMilian Wolff2019-12-123-1/+14
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-12-122-1/+134
|\|
| * QVariant: introduce ShouldDeleteVariantData flagFabian Kosmale2019-12-111-1/+96
| * Fix more mis-handling of spaces in ISO date format stringsEdward Welbourne2019-12-101-0/+38
* | MIME: Make the internal database direct content, not a Qt resourceThiago Macieira2019-12-101-15/+5
* | Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Liang Qi2019-12-1019-126/+452
|\ \
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-12-1019-126/+452
| |\|
| | * tst_QSqlQuery: fix some testsChristian Ehrlicher2019-12-101-39/+36
| | * Don't wrap feature detection macros with QT_HAS_FOO() variantsTor Arne Vestbø2019-12-108-18/+18
| | * QWidget: React to platform surface being created or destroyedTor Arne Vestbø2019-12-091-0/+54
| | * tst_QNetworkInterface: don't force an IPv4 link-local addressThiago Macieira2019-12-072-21/+31
| | * Fix updating the text cursor position after editingSona Kurazyan2019-12-061-0/+46
| | * Allow lower-case for the T and Z in ISO 8601 date formatEdward Welbourne2019-12-061-0/+2
| | * Fix handling of trailing space at the end of an ISO date-timeEdward Welbourne2019-12-061-0/+11
| | * Fix crash when a date-time has an invalid time-zoneEdward Welbourne2019-12-061-14/+38
| | * Manual High DPI test: Add a page logging all screen change signals to MetricsFriedemann Kleint2019-12-051-7/+130
| | * Copy formatting attributes when cloning an empty QTextDocumentSona Kurazyan2019-12-051-0/+27
| | * QCborValue: fix replacing of elements with byte data with ones withoutThiago Macieira2019-12-051-0/+28
| | * docker-compose now brings up the docker images tagged as "latest"Dimitrios Apostolou2019-12-052-28/+30
| | * Fix flaky test tst_QFiledialog::clearLineEdit()Dimitrios Apostolou2019-12-031-0/+1
* | | QCocoaEventDispatcher: make 'interrupt' workTimur Pocheptsov2019-12-101-0/+45
* | | Make inputmask 'X' mask character require non-blank inputEirik Aavitsland2019-12-101-3/+0
|/ /
* | QMetaType: add more static-less APIOlivier Goffart2019-12-071-0/+29
* | QByteArray: add a strict mode to fromBase64Giuseppe D'Angelo2019-12-051-34/+138
* | Add QHash::insert(const QHash &other)Lars Knoll2019-12-051-0/+73
* | QDoubleValidator: Fix thousand separator handlingFabian Kosmale2019-12-051-0/+1
* | RHI: new native texture APIPaul Olav Tvete2019-12-052-4/+71