summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert "Move QWindowSystemInterface out of qpa."Paul Olav Tvete2012-08-034-4/+4
* Make tests compile without gui-privatePaul Olav Tvete2012-08-026-14/+45
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-0176-0/+76
* tests: disable qstandarditemmodel test when building without QtWidgetsRohan McGovern2012-07-301-1/+4
* Implement implicit constructors for built-in classes.Stephen Kelly2012-07-271-0/+47
* QMetaTypeId2::IsBuiltIn: (new) template meta-function to check for built-in t...Marc Mutz2012-07-261-0/+14
* Remove usage of deprecated qWaitForWindowShown(QWidget *) method.Friedemann Kleint2012-07-252-3/+3
* Deprecate the qWaitForWindowShown(QWindow *) method.Friedemann Kleint2012-07-254-21/+21
* Split the QGuiVariant test from the Core one.Stephen Kelly2012-07-2552-12/+665
* WindowSystemInterface::sendWindowSystemEvents(): Remove unused parameter.Friedemann Kleint2012-07-231-3/+3
* Tests: Replace deprecated QPixmap::grabWidget() by QWidget::grab().Friedemann Kleint2012-07-201-2/+2