summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make gui tests build when widgets aren't availableKent Hansen2012-06-071-0/+4
* Make qpainter autotest build without widgetsKent Hansen2012-06-072-2/+31
* Make qtextdocumentlayout autotest build without widgetsKent Hansen2012-06-072-1/+8
* Make qtextobject autotest build without widgetsKent Hansen2012-06-072-1/+8
* Remove insignificant_test for tst_qwindow on Mac OS XBradley T. Hughes2012-06-062-6/+6
* Cocoa: do not send multiple window activation eventsBradley T. Hughes2012-06-061-3/+0
* Added QScreen::setOrientationUpdateMask().Samuel Rødal2012-06-061-0/+13
* Use QPointer instead of QWeakPointer.Stephen Kelly2012-06-051-2/+2
* Marked expected failures in tst_qtextlayout on WindowsRohan McGovern2012-06-011-0/+14
* QPA tablet event supportLaszlo Agocs2012-05-311-0/+58
* Add CONFIG+=parallel_test to suspected parallel-safe tests.Rohan McGovern2012-05-2848-0/+48
* Fixed unused function warning in qtextdocumentfragment test.Mitch Curtis2012-05-281-18/+0
* Fix wrong local positions in mouse events when no tlw was givenLaszlo Agocs2012-05-231-1/+21
* replace remaining "const QChar &" with "QChar"Konstantin Ritt2012-05-221-1/+1
* QIcon: move back to QtGuiOlivier Goffart2012-05-1821-0/+2894
* Fix cursorToX for right to left text with trailing whitespace.Andrew den Exter2012-05-171-0/+440
* enable the text layout's cache where it is seems to be missedKonstantin Ritt2012-05-164-3/+55
* Support specifying fallbacks in font request on QPAEskil Abrahamsen Blomfeldt2012-05-161-5/+0
* QJpegHandler: add an embedded text supportKonstantin Ritt2012-05-163-21/+36