summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui
Commit message (Expand)AuthorAgeFilesLines
* Fix a crash when calling QOpenGLTexture::setData with a null QImage.Juha Turunen2015-12-111-1/+14
* Fix QImage::setDotsPerMeterX/Y for images with some orientationsJoni Poikelin2015-11-051-10/+15
* Fix tst_QGuiApplication for embedded platforms using eglfs QPAPasi Petäjäjärvi2015-09-101-0/+16
* Another fix of cosmetic QPainter::drawPolyline()Eirik Aavitsland2015-09-011-1/+2
* Ensure sendPostedEvents() can be called independentlyJan Arve Saether2015-09-013-0/+281
* Don't expose qt_setQtEnableTestFont(bool) by defaultKonstantin Ritt2015-07-312-32/+58
* Add test for invalid exif dataRainer Keller2015-07-172-0/+8
* Stabilize tst_QTouchEvent::touchBeginWithGraphicsWidget().Friedemann Kleint2015-07-161-3/+10
* Replace MAC OS X with OS XNico Vertriest2015-06-301-1/+1
* Fix boundingRect test in tst_QPictureKai Pastor2015-06-161-2/+2
* Fix less-than comparison for QStandardItem and QSortFilterProxyModel with inv...Friedemann Kleint2015-06-111-0/+15
* fix usage of wince scopeOswald Buddenhagen2015-06-053-3/+3
* Fix premul conversion from ARGB32 to A2RGB30 formats.Allan Sandfeld Jensen2015-06-031-0/+27
* 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
* | 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
* | 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
* | 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
* | Introduce QQuaternion::fromDirection()Konstantin Ritt2015-04-071-0/+94
* | 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
* | 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
* | 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 QQuaternion::rotationTo(vecFrom, vecTo)Konstantin Ritt2015-03-071-0/+60
* | [QQuaternion] Add a way to convert to/from orthonormal axesKonstantin Ritt2015-03-071-28/+95
* | Introduce QQuaternion::dotProduct()Konstantin Ritt2015-03-051-0/+55
* | Optimize fallback RGB888 to RGB32 conversionAllan Sandfeld Jensen2015-03-031-0/+7
* | Merge remote-tracking branch 'origin/5.4' into 5.5Oswald Buddenhagen2015-03-022-0/+128
|\|
| * Fix drawing of background for multipage QTextTable cellsJoni Poikelin2015-03-021-0/+115
| * Fix crash when converting format of QImage created from bufferEirik Aavitsland2015-02-261-0/+13
* | Prevent static functions of Q[Gui]Application from crashing if there is no in...Friedemann Kleint2015-02-271-0/+38
* | Use C++ <cmath> instead of <math.h> in math3d autotestsKonstantin Ritt2015-02-263-9/+10
* | [QQuaternion] Fix naming of the new methodsKonstantin Ritt2015-02-261-3/+3
* | Fix crash when accessing QStyleHints before QGuiApplication is constructed.Friedemann Kleint2015-02-251-0/+25