summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix QEasingCurve possible imprecision at endpointsEirik Aavitsland2019-10-111-0/+11
* Distinguish invalid datetimes from othersEdward Welbourne2019-10-111-22/+20
* Make QTextBlockFormat::MarkerType an enum classShawn Rutledge2019-10-101-1/+1
* Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-10-101-0/+9
|\
| * Don't crash when calling jumpToFrame() on an empty QMovieLars Knoll2019-10-091-0/+9
* | Fuzzing: Don't copy input data to QByteArrayRobert Loehning2019-10-094-4/+4
* | rhi: Autotest for rendering a triangle into a windowLaszlo Agocs2019-10-091-0/+159
* | rhi: Autotest rendering with uniform bufferLaszlo Agocs2019-10-099-0/+246
* | rhi: Autotest rendering a textured quadLaszlo Agocs2019-10-099-0/+188
* | rhi: Enable the qrhi autotest on WinRTLaszlo Agocs2019-10-093-0/+44
* | rhi: Autotest rendering a triangleLaszlo Agocs2019-10-097-30/+239
* | rhi: gl: Add a feature flag for reading back non-zero mip levelsLaszlo Agocs2019-10-091-5/+12
* | rhi: Autotest basic texture operationsLaszlo Agocs2019-10-091-13/+395
* | rhi: Add support for buffer readbacksLaszlo Agocs2019-10-091-1/+108
* | rhi: Exercise nativeHandles() in qrhi testLaszlo Agocs2019-10-091-2/+244
* | Suppress deprecation warnings on a test of a deprecated QString methodEdward Welbourne2019-10-091-0/+3
* | Add libfuzzer test for QTextLayout::beginLayout()Robert Loehning2019-10-072-0/+39
* | Remove CFBundleGetInfoString from Info.plist templatesTor Arne Vestbø2019-10-042-12/+0
* | Add libfuzzer test for QTextDocument::setMarkdown()Robert Loehning2019-10-042-0/+38
* | Make conflicting targets check less strictJoerg Bornemann2019-10-031-1/+1
* | Prospective fix to stabilize tst_qwindow::isActive() on Windows 10Simon Hausmann2019-10-031-1/+7
* | Correct handling of -qfloat16(0)Edward Welbourne2019-10-031-1/+12
* | Reorganise the qfloat16 auto-testEdward Welbourne2019-10-031-84/+102
* | rhi: Remove QVectors from the data description structs as wellLaszlo Agocs2019-10-033-8/+12
* | Remove QVector in the API of QRhiResource subclassesLaszlo Agocs2019-09-304-22/+19
* | Merge "Merge remote-tracking branch 'origin/5.13' into 5.14"Liang Qi2019-09-308-18/+36
|\ \
| * | Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-09-308-18/+36
| |\|
| | * Re-enable tst_QOpenGLWindow on Win32Friedemann Kleint2019-09-272-2/+6
| | * Fix QRandomGenerator initialization on AMD CPUsDmitry Kazakov2019-09-261-3/+3
| | * QWizard/Aerostyle: Fix "&Next" shortcutFriedemann Kleint2019-09-251-7/+2
| | * Ensure that QFont::fromString() doesn't parse empty font specificationsShawn Rutledge2019-09-241-0/+21
| | * Revert "BLACKLIST insert_remove_loop for msvc-2019"Friedemann Kleint2019-09-241-2/+0
| | * Skip tst_QDateTime::systemTimeZoneChange for UWP configurationsOliver Wolff2019-09-241-3/+3
| | * tests: fix typo in commentRolf Eike Beer2019-09-231-1/+1
* | | Featurize support for signaling NaNEdward Welbourne2019-09-303-0/+21
|/ /
* | Ensure drawable size atomicity within a frameLaszlo Agocs2019-09-294-25/+11
* | rhi: Always enable debug info printing from manual testsLaszlo Agocs2019-09-291-1/+3
* | rhi: Add a --transparent option to manual testsLaszlo Agocs2019-09-2615-14/+30
* | rhi: Unify handling of special cases for scissor and viewport rectsLaszlo Agocs2019-09-264-0/+257
* | Include missing shbang line in executable shell scriptEdward Welbourne2019-09-231-0/+1
* | Rearrange tst_QNumeric's tests for infinity and (quiet) NaNEdward Welbourne2019-09-231-26/+84
* | Fix crash when using signaldumper and sender is deletedMårten Nordheim2019-09-237-12/+48
* | 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