summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui
Commit message (Expand)AuthorAgeFilesLines
* don't rely on transitive dependenciesOswald Buddenhagen2016-01-081-0/+2
* Windows: Restore window geometry after normal->maximized->fullscreen->normal.Friedemann Kleint2015-12-171-0/+67
* Fix compilation for WinRTMaurice Kalinowski2015-12-142-2/+2
* QImage pixelColor and setPixelColor must use unpremultiplied QColorAllan Sandfeld Jensen2015-12-041-0/+18
* Fix possible null pointer dereferences.Jake Petroules2015-12-021-0/+15
* Fix conversion QVariant(QColor) to QString.Jędrzej Nowacki2015-11-301-0/+10
* tst_QImageReader: Fix file handling.Friedemann Kleint2015-11-241-8/+23
* tst_QImageWriter: Use QTemporaryDir.Friedemann Kleint2015-11-241-5/+3
* Make the ppm image handler corrctly handle long comment linesEirik Aavitsland2015-11-192-0/+13
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-11-171-10/+15
|\
| * Fix QImage::setDotsPerMeterX/Y for images with some orientationsJoni Poikelin2015-11-051-10/+15
* | Insert leading after each line, not beforeUlf Hermann2015-10-091-0/+12
* | Merge "Merge remote-tracking branch 'origin/5.5' into 5.6" into refs/staging/5.6Liang Qi2015-10-025-1/+299
|\ \
| * | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-025-1/+299
| |\|
| | * 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
* | | tst_qdesktopservices: Use regular expression to suppress error message.Friedemann Kleint2015-10-021-1/+4
|/ /
* | Tests: Always verify whether QTemporaryDir/File creation succeeded.Friedemann Kleint2015-09-283-10/+8
* | Tests: Harmonize code checking on platform name.Friedemann Kleint2015-09-245-17/+17
* | Stabilize qguieventloop test.Jędrzej Nowacki2015-09-241-2/+0
* | Fix QImageReader::size() to return correct size for .ico files.Serge Lysenko2015-09-171-0/+5
* | Serialize the capitalization value of QFontAndy Shaw2015-09-151-0/+5
* | Replace direct QPA access in tst_qguiappliction with testlib wrapperTor Arne Vestbø2015-09-151-3/+3
* | Move min left/right bearing calculations to QFontEngine baseclassTor Arne Vestbø2015-09-021-1/+6
* | Harmonize input context selectionBernd Weimer2015-08-251-0/+3
* | Remove type punning from QRgba64.Erik Verbruggen2015-08-111-0/+19
* | Fix repremultiply from RGB64 to RGB30Allan Sandfeld Jensen2015-08-111-0/+4
* | windows: Verify the built-in GPU blacklist in autotestsLaszlo Agocs2015-08-111-0/+16
* | Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-08-064-32/+66
|\|
| * Don't expose qt_setQtEnableTestFont(bool) by defaultKonstantin Ritt2015-07-312-32/+58
| * Add test for invalid exif dataRainer Keller2015-07-172-0/+8
* | tests/auto/gui: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-07-3136-773/+778
* | high-DPI tweaks for autotestsMorten Johan Sørvig2015-07-304-105/+104
* | Support MRT in QOpenGLFramebufferObjectLaszlo Agocs2015-07-291-16/+173
* | Tests: Replace Q[TRY]_VERIFY(v == true|false) by QVERIFY(v)|QVERIFY(!v).Friedemann Kleint2015-07-274-8/+8
* | tests/auto/opengl: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-07-241-6/+6
* | QZip*: don't hold QZipReader::FileInfo in QListMarc Mutz2015-07-191-4/+4
* | Merge remote-tracking branch 'origin/5.5' into HEADSimon Hausmann2015-07-171-3/+10
|\|
| * Stabilize tst_QTouchEvent::touchBeginWithGraphicsWidget().Friedemann Kleint2015-07-161-3/+10
* | Do not support static QIcon instancesFrederik Gladhorn2015-07-091-6/+0
* | Run tst_qwindow::positioningDuringMinimized on OSXMorten Johan Sørvig2015-07-071-1/+2
* | Merge "Merge remote-tracking branch 'origin/5.5' into dev" into refs/staging/devLiang Qi2015-07-017-6/+48
|\ \
| * | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-07-017-6/+48
| |\|
| | * 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
* | | Fix A2RGB30 compositing testsAllan Sandfeld Jensen2015-07-011-6/+6
|/ /