summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* tst_QTreeView: cleanupChristian Ehrlicher2019-09-191-516/+511
* tst_QTreeWidget: cleanupChristian Ehrlicher2019-09-192-559/+483
* Disable debug-and-release builds for MinGWSimon Hausmann2019-09-186-9/+15
* QTextDocument: Fix device scaling for QTextFrameFormat margins, padding and b...Nils Jeisecke2019-09-171-0/+17
* Fix mis-handling of actual TLD in qIsEffectiveTLD()Edward Welbourne2019-09-162-0/+11
* CoreText: Modernize style hint fallback lookupTor Arne Vestbø2019-09-161-2/+2
* tst_QWidget::translucentWidget(): Pass with High DPI scaling enabledFriedemann Kleint2019-09-161-1/+2
* tst_QTableView: cleanupChristian Ehrlicher2019-09-141-730/+641
* MS TZ data: avoid calculating a date in year 0Edward Welbourne2019-09-131-0/+8
* Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-09-131-3/+0
|\
| * Re-add tst_selftests "crashes old stdout txt" on QEMUAssam Boudjelthia2019-09-091-3/+0
* | rhi: Add a flag to indicate preferring a software adapterLaszlo Agocs2019-09-121-0/+7
* | rhi: d3d11: Add the device lost testing machineryLaszlo Agocs2019-09-121-1/+14
* | QReadWriteLock: add a check for writeOnly, tooMarc Mutz2019-09-121-0/+63
* | Brush up QReadWriteLock benchmarkMarc Mutz2019-09-122-8/+23
* | tst_QTableWidget: cleanupChristian Ehrlicher2019-09-101-210/+201
* | Merge remote-tracking branch 'origin/5.13' into 5.14Friedemann Kleint2019-09-095-20/+48
|\|
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-09-083-2/+21
| |\
| | * Merge remote-tracking branch 'origin/5.12.5' into 5.12Qt Forward Merge Bot2019-09-071-0/+17
| | |\
| | | * Fix crash when text contains too many directional charsRainer Keller2019-08-301-0/+17
| | * | QShortcut: call base class implementation in event()Christian Ehrlicher2019-09-051-0/+10
| | * | tst_http2::goaway - run in ALPN mode onlyTimur Pocheptsov2019-09-041-0/+3
| | * | QPainter lancelot test: improve drawImage testingEirik Aavitsland2019-09-021-2/+8
| | |/
| * | Merge remote-tracking branch 'origin/5.13.1' into 5.13Qt Forward Merge Bot2019-09-051-0/+17
| |\ \
| | * | Fix crash when text contains too many directional charsv5.13.1Rainer Keller2019-08-311-0/+17
| | * | Add binary compatibility files for Qt5.13.0 for QtBaseMilla Pohjanheimo2019-08-1511-0/+105327
| * | | Update lancelot tests to use non-system-specific host info collectionDaniel Smith2019-09-041-18/+10
* | | | Remove BT.2020 support from QColorSpaceAllan Sandfeld Jensen2019-09-081-7/+0
* | | | Fix the build of the qgraphicslayout manual testSona Kurazyan2019-09-061-1/+1
* | | | Combine BGR30_to_RGB30 and BGR888_to_RGB888Allan Sandfeld Jensen2019-09-051-0/+2
* | | | QGraphicsView: mark obsolete flag DontClipPainter as deprecatedChristian Ehrlicher2019-09-051-9/+2
* | | | Remove QOperatingSystemVersion::WindowsVistaSona Kurazyan2019-09-054-18/+6
* | | | Rename calendar methods from m{in,ax} to m{in,ax}imumEdward Welbourne2019-09-041-2/+2
* | | | Limit QColorSpacePrimaries export to auto-testTor Arne Vestbø2019-09-041-0/+6
* | | | Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-09-042-3/+4
|\| | |
| * | | Merge remote-tracking branch 'qt/5.12' into 5.13Paul Olav Tvete2019-08-202-3/+4
| |\ \ \ | | | |/ | | |/|
| | * | Make the inputRejected test compatible with -no-feature-clipboardJames McDonnell2019-08-151-0/+4
| | * | QTextureFileReader: backport ASTC supportEirik Aavitsland2019-08-154-24/+51
| | * | Fix qinstall on Windows for directories containing read-only filesJoerg Bornemann2019-08-151-3/+0
* | | | Simplify QColorSpace named presetsTor Arne Vestbø2019-09-032-28/+27
* | | | Fix the build with disabled QGraphicsItem::ItemMatrixChangeSona Kurazyan2019-09-021-0/+2
* | | | Fixup move semantics of QColorSpaceAllan Sandfeld Jensen2019-09-021-0/+23
* | | | Remove QFileInfo::type and related enum from 5.14Volker Hilsheimer2019-08-301-82/+107
* | | | Extend QDate's benchmarkEdward Welbourne2019-08-301-5/+165
* | | | Convert foreach to ranged for in QDateTime benchmarkEdward Welbourne2019-08-301-34/+34
* | | | Deduplicate list-building code in QDateTime benchmarkEdward Welbourne2019-08-301-108/+57
* | | | Fix unused variable warnings in QDateTime benchmarkEdward Welbourne2019-08-301-5/+15
* | | | Fix some bogus date calculations in QDateTime's benchmarkEdward Welbourne2019-08-301-12/+26
* | | | Pass QDate, QTime as value classes, rather than by const referenceEdward Welbourne2019-08-301-4/+2
* | | | QEventDispatcherWin32: avoid livelock in a foreign event loopAlex Trotsenko2019-08-291-1/+30