summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui
Commit message (Expand)AuthorAgeFilesLines
* Don't crash while parsing malformed CSSSérgio Martins2016-10-191-0/+1
* xcb: fix passing of focus from child to its top level QWindowClinton Stimpson2016-10-191-1/+19
* Unset qgl_current_fbo when the default FBO is boundAlexandru Croitor2016-10-131-0/+28
* Fix illegal memory access on simple image rotatesAllan Sandfeld Jensen2016-10-121-0/+19
* QPixmap::load: ensure QBitmap stays a QBitmap even on failureMarc Mutz2016-10-061-0/+27
* Fix crash when doing many text layouts with superscript/subscriptEskil Abrahamsen Blomfeldt2016-09-291-0/+57
* Add missing test for QReguarExpression for QTextDocument::findMultipleSamuel Gaist2016-09-201-0/+18
* QTextDocument: fix string backward searchSamuel Gaist2016-08-281-0/+2
* Fix crash in dumpConfigurationMaurice Kalinowski2016-08-231-5/+7
* Remove ~tst_QImageWriterMarc Mutz2016-08-111-11/+0
* Improve performance of QColor::name, now more than 4 times fasterDavid Faure2016-08-051-0/+2
* Backwards compatibility fix: No default colormap for Mono QImagesEirik Aavitsland2016-07-271-2/+36
* Finally fix crash in inplace-modified data-constructed imagesEirik Aavitsland2016-06-151-4/+70
* Blacklist modalDialogClosingOneOfTwoModal on OS XMorten Johan Sørvig2016-06-041-0/+2
* Don't alter input string in QTextLayout with ShowLineAndParagraphSeparatorsEskil Abrahamsen Blomfeldt2016-06-011-0/+33
* Fix bugs causing Thin font weights to be ignored or mishandled.Jake Petroules2016-06-011-2/+0
* ICO image format: fix regression in writing when size >= 256Eirik Aavitsland2016-05-133-1/+49
* tst_QKeyEvent::modifiers(): Ensure test data row names are pure ASCII.Friedemann Kleint2016-05-041-1/+19
* Autotest: Remove blacklistingsSimo Fält2016-04-011-2/+0
* Fix possible crash in QImage::pixel()Eskil Abrahamsen Blomfeldt2016-03-311-0/+29
* Purge sRGB chunks from PNGs in tests.Edward Welbourne2016-03-296-0/+0
* Enable most of tst_qstatictext on non-developer buildsAllan Sandfeld Jensen2016-03-103-2/+9
* tst_QStaticText: Output verbose message for test failures.Friedemann Kleint2016-03-101-23/+32
* tst_QKeyEvent: Fix MSVC warning about 64bit shift.Friedemann Kleint2016-03-081-1/+1
* tst_qimagewriter: Fix leaking temporary files.Friedemann Kleint2016-03-021-1/+1
* tst_qguimetatype::flags(): port to QTypeInfoQueryMarc Mutz2016-02-261-4/+4
* QPixmap: check data ptr in isQBitmap()Anton Kudryavtsev2016-02-241-0/+9
* xcb: Deliver mouse enter event to window when closing modal windowBłażej Szczygieł2016-02-242-0/+195
* Merge remote-tracking branch 'origin/5.6.0' into 5.6Liang Qi2016-02-153-0/+30
|\
| * Crash fix: reject certain malformed bmp imagesEirik Aavitsland2016-02-052-0/+1
| * Merge 5.6 into 5.6.0Oswald Buddenhagen2016-02-025-2/+244
| |\
| * | Fix bounding rect of glyph runs in multi-line QTextLayoutEskil Abrahamsen Blomfeldt2016-01-301-0/+29
* | | Autotest: Enable make check on rhel 7.1Simo Fält2016-02-111-0/+2
* | | Provide QCss with the correct font for <pre> blocksAleix Pol2016-02-091-0/+26
* | | Fix rounding error in fetchTransformedBilinearAllan Sandfeld Jensen2016-02-021-0/+26
| |/ |/|
* | Stop Q_AUTOTEST_EXPORTing QKeyBinding and QKeySequencePrivateDmitry Shachnev2016-02-021-1/+0
* | Revert "QWindow::destroy(): only reset QGuiApp::focus_window and friends as a...Tor Arne Vestbø2016-02-021-13/+0
* | Add basic QKeyEvent auto-testTor Arne Vestbø2016-01-303-0/+194
* | QWindow::destroy(): only reset QGuiApp::focus_window and friends as a last re...Tor Arne Vestbø2016-01-291-0/+13
* | QFont: Fix possible cache misses due to misprepared cache keyKonstantin Ritt2016-01-291-0/+49
* | QFontCache: Centralize the engine type safety checkKonstantin Ritt2016-01-281-1/+1
|/
* Hide better the private API QTextCursor constructorsThiago Macieira2016-01-222-3/+4
* Merge "Merge remote-tracking branch 'origin/5.5' into 5.6" into refs/staging/5.6Jani Heikkinen2016-01-214-3/+50
|\
| * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2016-01-194-3/+50
| |\
| | * Allow socket events processing with a foreign event loop on WindowsAlex Trotsenko2016-01-053-2/+36
| | * Fix a crash when calling QOpenGLTexture::setData with a null QImage.Juha Turunen2015-12-111-1/+14
* | | tst_qtextcocumentlayout::blockVisibility - make the test more robustTimur Pocheptsov2016-01-191-1/+1
|/ /
* | 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