summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui
Commit message (Expand)AuthorAgeFilesLines
* Windows: Fix another crash when creating QRawFont from invalid dataEskil Abrahamsen Blomfeldt2014-05-281-0/+5
* Cocoa: Make sure modal windows get correct geometry on showAndy Shaw2014-05-261-0/+13
* Fix crash when loading invalid font data in QRawFontEskil Abrahamsen Blomfeldt2014-05-141-0/+11
* Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-05-032-0/+62
|\
| * Fix assert on justification of QTextLine with only spacesEskil Abrahamsen Blomfeldt2014-04-301-0/+15
| * Fix incorrect repaints with plain text editSimon Hausmann2014-04-301-0/+47
* | Merge remote-tracking branch 'origin/release' into stableJani Heikkinen2014-04-232-46/+36
|\|
| * Improve the Unicode script itemization implementationKonstantin Ritt2014-04-141-15/+7
| * Make HarfBuzz-NG the default shaper on MacKonstantin Ritt2014-04-142-31/+29
* | XCB: fix that modal dialogs can go behind other process windowsJorgen Lind2014-04-161-0/+113
* | QNX: Fix QGuiApplication autotestsFabian Bumberger2014-04-141-0/+36
|/
* QPageLayout: provide op!=Marc Mutz2014-04-081-0/+4
* QPageSize: provide op!=Marc Mutz2014-04-081-0/+3
* purge vestiges of opengl es 1 supportOswald Buddenhagen2014-04-041-1/+1
* Make tst_qopengl more verbose.Friedemann Kleint2014-03-311-28/+45
* QEvent: document and check when registerEventTypes() returns -1Marc Mutz2014-03-291-0/+26
* tst_QEvent: add another test-case for registerEventType()Marc Mutz2014-03-291-1/+3
* Avoid out of bounds memory reads when scaling imagesLars Knoll2014-03-281-0/+21
* Deprecate QFont::setRawName() and QFont::rawName()Sergio Ahumada2014-03-271-34/+0
* Fix application font removal when using FontConfigFabian Bumberger2014-03-274-1/+35
* QNX: Fix QWindow autotestFabian Bumberger2014-03-271-1/+53
* Fix the QOpenGL autotest's offscreen surface handlingLaszlo Agocs2014-03-271-0/+15
* Fix tst_QTextScriptEngine failures on some platformsKonstantin Ritt2014-03-241-121/+166
* QGuiApplication: send TouchCancel when touch is interrupted by popupShawn Rutledge2014-03-211-0/+51
* Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Jani Heikkinen2014-03-171-7/+21
|\
| * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-03-171-7/+21
| |\
| | * Fix drawCachedGlyphs on RGBA8888Allan Sandfeld Jensen2014-02-261-7/+21
* | | QPdfWriter - Use QPageSize and QPageLayoutJohn Layt2014-03-174-0/+276
* | | QPageLayout - Add new QPageLayout classJohn Layt2014-03-174-0/+288
* | | QPageSize - Add new QPageSize classJohn Layt2014-03-174-0/+269
|/ /
* | Add sizeLessWindow test case.Morten Johan Sørvig2014-03-141-0/+38
* | tests: Remove superfluous gui additions to QTSergio Ahumada2014-02-285-5/+4
* | Revert "Fix application font removal when using FontConfig"Eskil Abrahamsen Blomfeldt2014-02-254-35/+1
* | Fix QFontMetrics widthBernd Weimer2014-02-201-0/+6
* | Remove qSort usages from gui testsSergio Ahumada2014-02-203-5/+11
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-181-1/+1
|\ \
| * | tst_qfont: Fix small typoSergio Ahumada2014-02-171-1/+1
| |/
* | QOpenGLTextureBlitter: add some autotestsJørgen Lind2014-02-161-0/+191
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Konstantin Ritt2014-02-131-0/+46
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-121-0/+46
| |\|
| | * Fix drawing vertical gradients in RGBA8888 formatsAllan Sandfeld Jensen2014-02-101-0/+46
* | | Restore support for -title command line argument on X11, add -qwindowtitle.David Faure2014-02-121-0/+12
|/ /
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-071-0/+2
|\|
| * Do not overwrite basePixmap of QIconLoader PixmapEntryAlbert Astals Cid2014-01-221-0/+2
* | Support empty inline elements in block tags in QTextDocumentEskil Abrahamsen Blomfeldt2014-02-051-0/+7
* | Allow QTextCharFormat::setFont() to skip unresolved font propsKonstantin Ritt2014-01-312-1/+244
* | Get rid of QGlyphLayout::advances_yKonstantin Ritt2014-01-301-4/+3
* | Ensure QImage::pixel() on RGB32 images returns valid QRgb valuesAllan Sandfeld Jensen2014-01-291-17/+12
* | Round evenly in INV_PREMULAllan Sandfeld Jensen2014-01-291-0/+22
* | Tests for semi transparent blend on opaque formatsAllan Sandfeld Jensen2014-01-291-0/+110