summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Get rid of QMatrixJarek Kobus2020-02-2814-528/+16
* Manual tests: Port diaglib from QGL to QOpenGLJohan Klokkhammer Helsing2020-02-283-15/+6
* Remove opengl benchmarkJohan Klokkhammer Helsing2020-02-273-443/+0
* Purge QRegExp use in QDateTime's rfcDateImpl()Edward Welbourne2020-02-273-20/+17
* Prepare QGuiAction::checked property for declarative useAllan Sandfeld Jensen2020-02-261-0/+42
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-2624-88/+717
|\
| * Merge remote-tracking branch 'origin/5.14' into 5.15Friedemann Kleint2020-02-242-3/+26
| |\
| | * QAbstractItemView: Make sure to update the editor geometriesChristian Ehrlicher2020-02-231-0/+2
| | * tst_qtcpsocket::bind - amend the recent fixTimur Pocheptsov2020-02-221-3/+24
| | * Stabilize QFileSystemModel::dirsBeforeFiles testVolker Hilsheimer2020-02-221-10/+18
| | * Detect double timer during single timeout in registerTimer test, and skipVolker Hilsheimer2020-02-221-5/+17
| | * Discover the conditions under which registerTimer is flaky, and skipVolker Hilsheimer2020-02-221-0/+22
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-221-0/+123
| |\|
| | * QShaderGenerator: Allow more expressions in input nodesNicolas Guichard2020-02-201-0/+50
| | * QShaderGenerator: Don't crash when a node has multiple outputsNicolas Guichard2020-02-201-0/+73
| * | rhi: Allow querying the native buffer objects behind a QRhiBufferLaszlo Agocs2020-02-211-0/+82
| * | rhi: Fix building hellominimalcrossgfxtriangle on macOSLaszlo Agocs2020-02-211-1/+1
| * | rhi: Do not rely on unspecified relation between readbacks and FramesInFlightLaszlo Agocs2020-02-211-5/+5
| * | Un-blacklist QFileSystemModel::dirsBeforeFilesVolker Hilsheimer2020-02-201-4/+0
| * | Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Friedemann Kleint2020-02-202-8/+74
| |\ \
| | * | Merge remote-tracking branch 'origin/5.14' into 5.15Friedemann Kleint2020-02-202-8/+74
| | |\|
| | | * QShaderGraph: don't generate statements with undefined inputsNicolas Guichard2020-02-191-8/+4
| | | * Fix QShaderGenerator crashing when a node port name prefixed another oneNicolas Guichard2020-02-191-0/+70
| * | | Fix font and palette propagation for themed children created at runtimeVolker Hilsheimer2020-02-202-9/+139
| |/ /
| * | widgets: Translate QWindow move events into widget relative positionTor Arne Vestbø2020-02-191-0/+36
| * | Test QImageReader::setScaledClipRect() more realisticallyShawn Rutledge2020-02-191-16/+22
| * | Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Liang Qi2020-02-186-20/+85
| |\ \
| | * | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2020-02-186-20/+85
| | |\|
| | | * QShaderGraph: Fix statement creation for graphs with dangling branchesNicolas Guichard2020-02-171-0/+45
| | | * Only read the first BOM as a BOM; the rest are ZWNBS !Edward Welbourne2020-02-141-0/+6
| | | * Autotest: adapt to certain OSes always allowing binding to low portsThiago Macieira2020-02-133-12/+33
| | | * QTcpSocket::bind: fix issue found by BLACKLISTThiago Macieira2020-02-132-8/+1
| * | | Send the LanguageChange event to all top level windows, not just widgetsAndy Shaw2020-02-183-0/+52
| |/ /
| * | Try to stabilize tst_qwidget_qwindow::tst_resize_count on X11Volker Hilsheimer2020-02-171-0/+2
| * | Fuzzing: Follow style of having lower case namesRobert Loehning2020-02-136-0/+0
| * | rhi: Allow detecting texelFetch supportLaszlo Agocs2020-02-131-1/+2
| * | moc: Record whether a meta object is an object, gadget, or namespaceUlf Hermann2020-02-131-4/+67
* | | CMake: Fix tst_qguiapplication testLeander Beernaert2020-02-251-0/+9
* | | CMake: Fix qtcpserver and qudpsocket testsLeander Beernaert2020-02-252-0/+2
* | | CMake: Fix tst_qclipboard for Win32Leander Beernaert2020-02-252-0/+16
* | | CMake: Fix qnetworkreply testLeander Beernaert2020-02-251-0/+1
* | | MetaObject: store the QMetaType of the propertiesOlivier Goffart2020-02-254-7/+13
* | | Use the new QMetaType API in QVariantOlivier Goffart2020-02-252-7/+8
* | | Add QDebug::toString()Mitch Curtis2020-02-221-0/+23
* | | Move QOpenGLBuffer from QtGui to QtOpenGLJohan Klokkhammer Helsing2020-02-221-1/+1
* | | Port lance manual test to qopenglJohan Klokkhammer Helsing2020-02-213-17/+18
* | | Move QOpenGLVertexArrayObject from QtGui to QtOpenGLJohan Klokkhammer Helsing2020-02-211-1/+1
* | | Remove QUrl::topLevelDomainTimur Pocheptsov2020-02-202-58/+0
* | | Normalize types at compile timeOlivier Goffart2020-02-2010-25/+113
* | | New QMetaType representationOlivier Goffart2020-02-202-66/+35