summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* QTableView: properly deselect row when column 0 is hidden/not visibleChristian Ehrlicher2019-10-241-0/+26
* QFileSystemEngine: Consistently check for invalid file namesUlf Hermann2019-10-241-0/+4
* QStateMachine: Don't scream at the userRobert Loehning2019-10-241-4/+4
* Merge "Merge remote-tracking branch 'origin/5.13' into 5.14"Qt Forward Merge Bot2019-10-246-34/+91
|\
| * Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-10-246-34/+91
| |\
| | * QODBC: Fix crash when a prepared statement is deleted after the db was removedChristian Ehrlicher2019-10-151-14/+13
| | * QStandardPaths: Correct handling for XDG_RUNTIME_DIRSamuli Piippo2019-10-121-14/+20
| | * Fix QGraphicsScene::update() performanceAndre de la Rocha2019-10-111-2/+0
| | * Q{Shared,Weak}Pointer: Reduce overload sets in implicit conversionsMilian Wolff2019-10-111-0/+54
| | * DTLS auto-test(s) - fix a buggy logic with pending datagramsTimur Pocheptsov2019-10-102-4/+4
* | | Fix: confusion in QImage paintEngine creation on shared imagesEirik Aavitsland2019-10-241-0/+6
|/ /
* | Enable cursor in ligature test on WindowsEskil Abrahamsen Blomfeldt2019-10-211-0/+5
* | Fix: QPainter off-by-one clipping for some non-integer scalingsEirik Aavitsland2019-10-181-1/+48
* | Add testing of fillRect() to QPainter lancelot testEirik Aavitsland2019-10-164-0/+295
* | tst_QSqlQuery: remove tests commented out a long time agoChristian Ehrlicher2019-10-161-90/+0
* | Prepare for deprecating the QDesktopWidgetSona Kurazyan2019-10-158-30/+22
* | Win32: Consolidate registry codeFriedemann Kleint2019-10-145-41/+99
* | Fix the size calculation of QHeaderView when stylesheet is usedSona Kurazyan2019-10-141-0/+21
* | Remove usages of deprecated APIs of QDesktopWidgetSona Kurazyan2019-10-134-12/+25
* | QGroupBox: always disable children in a checkable, unchecked groupboxVolker Hilsheimer2019-10-111-0/+6
* | 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