summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Implement waitForWindowExposed and friends for widget windows.Friedemann Kleint2012-07-201-12/+7
* Replace Q_WS_ in tests by Q_OS_ or check platform names.Friedemann Kleint2012-07-162-11/+9
* Fix crash when column is inserted before rowspanned cellEskil Abrahamsen Blomfeldt2012-07-121-0/+29
* Fix some spelling errorsSergio Ahumada2012-07-111-1/+1
* Color transparency support in html import/exportAlexey Chernov2012-07-102-0/+123
* fixed unittest builds for winceBjoern Breitmeyer2012-07-062-5/+2
* Fix division by zero in triangulating stroker.Kim Motoyoshi Kalland2012-07-061-0/+75
* Replace insignificant test with QEXPECT_FAIL.Toby Tomkins2012-07-042-2/+1
* Avoid load(testcase) for installing test helper appsRohan McGovern2012-07-041-3/+3
* Remove Unicode escape sequence, which MSVC does not support.Friedemann Kleint2012-07-031-15/+1
* Fix capitalization with newline bugYann Bodson2012-07-031-0/+23
* Move QStandardItem/QStandardItemModel to QtGuiGiuseppe D'Angelo2012-06-298-0/+2814
* Add QGuiApplication::setApplicationDisplayName.David Faure2012-06-271-0/+13
* tst_qtextscriptengine: make it compilable under MSVC2010Debao Zhang2012-06-261-2/+6
* Only quit if there are no visible widgets or windows.Stephen Kelly2012-06-121-0/+63
* Update the Unicode Text Breaking Algorithm implementationKonstantin Ritt2012-06-101-3/+1
* QZip: improve reading of zip files, fix some edge cases in writingKonstantin Ritt2012-06-081-1/+1
* Make qfont autotest build without widgetsKent Hansen2012-06-082-4/+11
* Make qicon autotest build without widgetsKent Hansen2012-06-082-1/+6
* Shift positions for lineBreakTypeKonstantin Ritt2012-06-071-4/+4
* Make qtexttable autotest build without widgetsKent Hansen2012-06-072-1/+8
* Make qpixmap autotest build without widgetsKent Hansen2012-06-072-2/+11
* Make qpicture autotest build without widgetsKent Hansen2012-06-072-1/+8
* Make qmovie autotest build without widgetsKent Hansen2012-06-072-1/+10