summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui
Commit message (Expand)AuthorAgeFilesLines
* 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
* Windows: Compress Window Activation events.Friedemann Kleint2012-05-111-6/+0
* Expose QPA API under qpa/*Girish Ramakrishnan2012-05-073-4/+4
* Remove insignification from tst_QOpenGLMiikka Heikkinen2012-05-041-2/+0
* Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QtGui]Thiago Macieira2012-05-044-20/+20
* Skip tst_QOpenGL::openGLPaintDevice() if wrong openGL version.Miikka Heikkinen2012-05-031-0/+3
* Don't use obsolete qVariantValue, qVariantCanConvert, etc.Debao Zhang2012-05-024-18/+18
* Removed insignification from QBackingStore testMiikka Heikkinen2012-04-301-3/+0
* Wrap all Latin 1 strings with QString::fromLatin1 or QLatin1StringsThiago Macieira2012-04-272-18/+18
* Fix QWindow autotest for Windows.Miikka Heikkinen2012-04-272-8/+20
* Implement inline downscaling in png reader, to save memoryaavit2012-04-272-2/+4
* Fix QRawFont autotest in WindowsMiikka Heikkinen2012-04-252-3/+10
* get rid of QT_NO_IMAGE_TEXT switcherKonstantin Ritt2012-04-251-4/+0
* Add a QWindow autotest case for reentrant mouse/touch eventsLaszlo Agocs2012-04-241-2/+55
* Start running some disabled tests again on Mac OS.Jason McDonald2012-04-232-4/+2
* QTextLayout::d is privateGirish Ramakrishnan2012-04-231-1/+1
* Remove insignification from QClipboard test on Mac OS X.Jason McDonald2012-04-191-2/+0
* Remove insignification of QStaticText test on Mac OS X.Jason McDonald2012-04-191-2/+0
* Re-enable QTextScriptEngine test.Jason McDonald2012-04-192-2/+4
* Re-enable QFontDatabase test on Mac OS X.Jason McDonald2012-04-192-3/+4
* Remove insignfication from QGuiApplication test on Windows.Jason McDonald2012-04-172-2/+6
* Merge "Merge remote-tracking branch 'origin/api_changes'" into refs/staging/m...Lars Knoll2012-04-177-14/+174
|\