summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui
Commit message (Expand)AuthorAgeFilesLines
* Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-194-7/+7
* Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-195-22/+22
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-08-312-0/+44
|\
| * Block input to a window shown while an application modal dialog is visibleAndy Shaw2017-08-161-0/+42
| * Blacklist tst_QFont::DefaultFamily in B2QtTony Sarajärvi2017-08-161-0/+2
* | Merge remote-tracking branch 'origin/5.9' into devThiago Macieira2017-08-082-9/+36
|\|
| * Revert "Ignore thaiZWJ failure on RHEL 7.2"Simon Hausmann2017-08-071-2/+0
| * Ignore thaiZWJ failure on RHEL 7.2Simon Hausmann2017-08-041-0/+2
| * tst_NoQtEventLoop: Pass with High DPI scaling activeFriedemann Kleint2017-08-041-7/+34
| * tst_QImageReader: Fix the size of the SVG imagesFriedemann Kleint2017-08-021-2/+2
* | Add QTextOption/QTextEdit/QPlainTextEdit::tabStopDistance propertyEskil Abrahamsen Blomfeldt2017-08-061-2/+2
* | GLSL 1.00 ES must be selected using "#version 100"Kevin Ottens2017-08-041-3/+3
* | Ignore thaiZWJ failure on RHEL 7.2Simon Hausmann2017-08-041-0/+2
* | Ignore tests that fail on OpenNebulaFrederik Gladhorn2017-08-031-0/+4
* | Merge remote-tracking branch 'origin/5.9' into devOswald Buddenhagen2017-08-022-2/+27
|\|
| * Fix QStandardItem::setChild crash when passing a null pointerJesus Fernandez2017-07-271-0/+27
| * Fix race condition in the processEvents testMorten Johan Sørvig2017-07-191-2/+0
* | Implement graph layers support in QShaderGeneratorKevin Ottens2017-08-021-2/+185
* | Add support for layers in QShaderGraphLoader formatKevin Ottens2017-08-021-8/+14
* | Implement graph layers support in QShaderGraphKevin Ottens2017-08-021-0/+117
* | Add the layer concept to QShaderNode and QShaderGraph::EdgeKevin Ottens2017-08-022-2/+12
* | Add support for QShaderLanguage enums in QShaderGeneratorKevin Ottens2017-08-021-0/+357
* | Extend the parameter support in QShaderGraphLoader for richer typesKevin Ottens2017-08-021-13/+28
* | Extend the parameter support in QShaderNodeLoader for richer typesKevin Ottens2017-08-021-1/+17
* | Add API to disable text shaping on fontsEskil Abrahamsen Blomfeldt2017-07-262-0/+66
* | tst_QWindow: Wait for platform to ack window states before continuingTor Arne Vestbø2017-07-191-5/+20
* | macOS: Skip tst_QWindow::modalDialogTor Arne Vestbø2017-07-141-0/+3
* | Merge remote-tracking branch 'origin/5.9' into devGabriel de Dietrich2017-07-131-0/+108
|\|
| * Fix polygon stroking with cosmetic penAllan Sandfeld Jensen2017-07-051-0/+108
* | Fix deprecation warningsAllan Sandfeld Jensen2017-07-111-4/+4
* | Add support for parameters in QShaderGeneratorKevin Ottens2017-07-081-6/+7
* | Add support for node parameters in QShaderGraphLoaderKevin Ottens2017-07-081-32/+39
* | Add support for node parameters in QShaderNodesLoaderKevin Ottens2017-07-081-13/+26
* | Add parameters to QShaderNodeKevin Ottens2017-07-081-2/+47
* | Complete the QShaderGraphLoader tests to introspect nodesKevin Ottens2017-07-081-0/+45
* | Allow QImage with more than 2GByte of image dataAllan Sandfeld Jensen2017-07-082-5/+32
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-07-062-2/+4
|\|
| * Blacklist tst_QWindow::positioning on macOS 10.12Simon Hausmann2017-07-031-0/+3
| * Fix BMP ImageFormat for semi-transparent filesAllan Sandfeld Jensen2017-07-031-2/+1
* | Use qRadiansToDegrees() and qDegreesToRadians() more widelyEdward Welbourne2017-07-053-9/+5
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-07-043-3/+5
|\|
| * Convert features.tabletevent to QT_CONFIGStephan Binner2017-06-281-2/+2
| * Merge remote-tracking branch 'origin/5.9.1' into 5.9Tor Arne Vestbø2017-06-251-0/+2
| |\
| | * Blacklist flaky tst_QGuiEventLoop::testQuitLock() on macOS 10.12J-P Nurmi2017-06-191-0/+2
| * | Fix tst_QOpenGlConfig for platforms with builtin test dataOliver Wolff2017-06-191-1/+1
| |/
* | Remove requirement to call QWindow::setMask after creating windowTor Arne Vestbø2017-06-281-7/+18
* | qt_findAtNxFile(): account for .9 (9-patch image) extensionsMitch Curtis2017-06-244-0/+21
* | Sort the keys before comparing them in the testKevin Ottens2017-06-221-1/+6
* | [Shader Graph Gen.] Introduce QShaderNodesLoaderKevin Ottens2017-06-203-0/+295
* | [Shader Graph Gen.] Introduce QShaderGraphLoaderKevin Ottens2017-06-203-0/+558