summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui
Commit message (Expand)AuthorAgeFilesLines
...
* | Add support for driver_description and os.release in GPU blacklistsLaszlo Agocs2015-06-262-4/+44
* | tst_qzip: remove unused init()/cleanup() functionsMarc Mutz2015-06-241-11/+0
* | Revert "windows: Disable D3D9/11 with ANGLE in VMs"Laszlo Agocs2015-06-232-19/+1
* | windows: Disable D3D9/11 with ANGLE in VMsLaszlo Agocs2015-06-192-1/+19
* | Blacklist and skip various tests that are flakeySimon Hausmann2015-06-145-0/+18
* | Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-06-036-178/+205
|\|
| * Stabilize tst_qtouchevent.Friedemann Kleint2015-06-012-4/+10
| * Reanimate test gui/kernel/qtouchevent/tst_qtouchevent.Friedemann Kleint2015-05-292-164/+152
| * Blacklist tst_qwindow tests that are failing on Ubuntu 14.04Simon Hausmann2015-05-221-0/+6
| * Optionally apply orientation on QImage readAllan Sandfeld Jensen2015-05-1211-0/+60
| * Merge remote-tracking branch 'origin/5.4' into merge5.5Allan Sandfeld Jensen2015-05-0810-33/+0
| |\
| | * Revert "Rotate images according to Exif orientation"Rainer Keller2015-04-2910-33/+0
* | | Fix users of QTextLayout::additionalFormats to use the new APIMarc Mutz2015-05-301-20/+11
* | | QStandardItem: add user-tristate and auto-tristate getters/settersDavid Faure2015-05-071-5/+17
* | | Deprecate ItemIsTristate in favor of ItemIsAutoTristate.David Faure2015-05-071-2/+2
* | | Merge remote-tracking branch 'origin/5.5' into HEADSimon Hausmann2015-05-041-62/+188
|\| |
| * | Add missing RGB32 <-> RGB30 convertionsAllan Sandfeld Jensen2015-04-301-10/+1
| * | Fix QImage format after inplace conversionAllan Sandfeld Jensen2015-04-301-63/+147
| * | Fix two errors in RGB30 conversionsAllan Sandfeld Jensen2015-04-301-0/+15
| * | Preserve QImage metadata in image transformsAllan Sandfeld Jensen2015-04-281-0/+36
* | | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-272-0/+70
|\| |
| * | Fix inplace double mirroring on odd sized imagesAllan Sandfeld Jensen2015-04-231-0/+51
| * | Revert "Remove separate SSE4 unpremultiply function"Allan Sandfeld Jensen2015-04-231-0/+19
* | | Fix overflow in rgb30 gradient testsAllan Sandfeld Jensen2015-04-241-6/+6
* | | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-225-78/+107
|\| |
| * | Enable checking for whether the system palette was explicitly setHarald Hvaal2015-04-201-0/+17
| * | Remove separate SSE4 unpremultiply functionAllan Sandfeld Jensen2015-04-161-19/+0
| * | Add matching by GL_VENDOR to QOpenGLConfigLaszlo Agocs2015-04-162-13/+33
| * | Cleanup and optimization of qimage smoothscaleAllan Sandfeld Jensen2015-04-151-46/+57
* | | Add qHash(QMatrix) and qHash(QTransform)Marc Mutz2015-04-211-0/+17
* | | Implement radial and conical gradients for rgb64 renderingAllan Sandfeld Jensen2015-04-151-7/+36
* | | Fix RGB30 painting testsAllan Sandfeld Jensen2015-04-131-22/+81
* | | Solid and gradients in high color accuracyAllan Sandfeld Jensen2015-04-102-35/+83
* | | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-081-0/+94
|\| |
| * | Introduce QQuaternion::fromDirection()Konstantin Ritt2015-04-071-0/+94
* | | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-062-3/+46
|\| |
| * | Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-03-312-3/+46
| |\|
| | * Fix rasterization errors in aliased cosmetic drawPolyLineEirik Aavitsland2015-03-191-0/+37
| | * Fix another crash when converting format of buffer-created QImageEirik Aavitsland2015-03-041-3/+9
* | | QString: preserve embedded NULs when converting from QByteArrayMarc Mutz2015-04-021-4/+4
* | | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-015-4/+200
|\| |
| * | Ensure that CSS rules are inherited from the parent tagsAndy Shaw2015-03-253-4/+143
| * | Add tests for detach on setDevicePixelRatio()Morten Johan Sørvig2015-03-242-0/+57
* | | Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-03-164-58/+97
|\| |
| * | Fix build of tests on QNX.Rafael Roquetto2015-03-141-48/+48
| * | Improve rounding in QCosmeticStrokerAllan Sandfeld Jensen2015-03-121-0/+45
| * | tst_QWindow::initialSize: Use showNormal() instead of show()v5.5.0-alpha1Tor Arne Vestbø2015-03-121-3/+3
| * | Fix building tests on QNXAllan Sandfeld Jensen2015-03-091-7/+1
* | | Introduce QRgba64 structure for 64bit RGBA valuesAllan Sandfeld Jensen2015-03-101-1/+84
|/ /
* | Introduce QQuaternion::rotationTo(vecFrom, vecTo)Konstantin Ritt2015-03-071-0/+60