summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui
Commit message (Expand)AuthorAgeFilesLines
* Rename all QWindow properties that have "window" in themShawn Rutledge2012-11-073-32/+32
* qpa: Fix rendering issue in blitter engine (negative scaling factors)Julien Brianceau2012-11-071-0/+35
* Introduced QWindow properties {min/max}imum{Width/Height}Samuel Rødal2012-11-021-0/+53
* Strip trailing whitespace in itemviews.Stephen Kelly2012-11-011-22/+22
* Send leave to most recently entered window when modal dialog is shown.Miikka Heikkinen2012-10-301-4/+65
* test: Remove QSKIP from tst_QPainter::drawText_subPixelPositionsInRaster_qtbu...Sergio Ahumada2012-10-301-3/+5
* QFontEngineMulti: Fix possible crash in stringToCMap()Konstantin Ritt2012-10-292-1/+35
* test: Remove dead code from tst_QPixmapSergio Ahumada2012-10-271-6/+1
* test: Remove tst_QPixmap::grabWindow() functionSergio Ahumada2012-10-251-31/+0
* test: Remove QSKIP from tst_QClipboard::copy_exit_paste()Sergio Ahumada2012-10-241-5/+7
* Fix QRegExpValidator::validate docs about the pos parameterGiuseppe D'Angelo2012-10-221-2/+9
* Make QPen default to 1-width non-cosmetic.Samuel Rødal2012-10-223-4/+5
* normalise signal/slot signatures [QtGui tests]Marc Mutz2012-10-224-50/+50
* QFont: Don't invalidate engine unless request has been changedKonstantin Ritt2012-10-192-0/+44
* Fixed inconsistent QPainter fill rules for aliased painting.Samuel Rødal2012-10-191-4/+9
* Use the right properties when checking the frame's marginsAndy Shaw2012-10-181-0/+19
* Test: remove QSKIP and remove whole test cases instead.Caroline Chao2012-10-171-9/+8
* QRawFont: improve performance and safety of glyphIndexesForString()Konstantin Ritt2012-10-151-0/+45
* Do not skip tst_QClipboard::copy_exit_paste on QNXRafael Roquetto2012-10-131-1/+1
* Make QValidator tests do not require a QApplicationGiuseppe D'Angelo2012-10-132-2/+2
* Auto tests: revise cursor dependant testsJ-P Nurmi2012-10-132-2/+13
* QGlyphRun: Fix isEmpty() and boundingRect() didn't work after setRawData()Konstantin Ritt2012-10-131-0/+46
* Fixed cosmetic line drawing where begin and end points are equal.Samuel Rødal2012-10-111-0/+21
* Revert "Handle additional format ranges when itemizing."Pierre Rossi2012-10-101-108/+0
* Move QValidator tests to QtGuiGiuseppe D'Angelo2012-10-1010-2/+852
* Remove handleSynchronous* functions.Morten Johan Sorvig2012-10-101-3/+3
* Invalidate old QImage data if load()/loadFromData() has failedKonstantin Ritt2012-10-102-0/+170
* Delete the QVariant ctors taking global Qt enum values.Stephen Kelly2012-10-101-1/+3
* Scale icons returned by QIcon::fromTheme.David Sansome2012-10-101-0/+6
* Handle additional format ranges when itemizing.Pierre Rossi2012-10-081-0/+108
* Test: Enable tst_QWMatrix::operator_star_qwmatrixCaroline Chao2012-09-271-7/+2
* Revise QClipboard auto testsJ-P Nurmi2012-09-273-24/+33
* Fix QScreen::orientation() not always being updated after changing the update...Simon Hausmann2012-09-261-0/+15
* Fix events being processed on application startSimon Hausmann2012-09-262-1/+74
* test:Remove QSKIP from tst_QPainterSergey Hambardzumyan2012-09-261-2/+0
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2278-1874/+1874
* A step out from Harfbuzz (reduce dependency)Konstantin Ritt2012-09-221-14/+14
* Fixed multiple modal windows from all blocking each other.Samuel Rødal2012-09-211-0/+40
* Fixed inconsistent rounding of square cap pens.Samuel Rødal2012-09-201-0/+29
* Autotests: Use qInstallMessageHandlerKai Koehne2012-09-141-3/+3
* tests: Don't omit the body of a test function with QT_BUILD_INTERNALSergio Ahumada2012-09-143-6/+14
* Fix regression in QTextDocument::toHtml() with font pixel sizeEskil Abrahamsen Blomfeldt2012-09-121-0/+14
* Remove deprecated inputItem and inputWindow from QInputMethodPekka Vuorela2012-09-111-21/+7
* Make gui/math3d classes use float rather than qrealSean Harmer2012-09-073-1769/+1745
* Made QImage::fill(uint pixel) for RGB888 accept QRgb values.Samuel Rødal2012-08-292-3/+20
* Make letter spacing APIs in QTextFormat more consistentEskil Abrahamsen Blomfeldt2012-08-271-8/+12
* Do not consider sign in qIsNull.Mitch Curtis2012-08-222-0/+25
* Fix freetype font rendering for Windows CEAndreas Holzammer2012-08-202-0/+16
* Auto test for passing QTextEdit as QSyntaxHighlighter parentJ-P Nurmi2012-08-182-1/+20
* Remove some dead code wrapped in Q_WS_QWS.Stephen Kelly2012-08-033-9/+2