summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui
Commit message (Expand)AuthorAgeFilesLines
* Un-guard a QRawFont autotest.Pierre Rossi2012-02-031-4/+0
* Improve QSurface / QWindow API a bit and use that to avoid errorsGunnar Sletta2012-02-021-0/+9
* Renamed QInputPanel as QInputMethodPekka Vuorela2012-02-024-75/+75
* Add support for cleanup functions for data-constructed QImagesSimon Hausmann2012-01-311-0/+37
* Moving tiff image format support and libtiff out of qtbaseaavit2012-01-3144-287/+12
* Fix QGuiApplication::topLevelWindows(), introducing allWindows()Anselmo L. S. Melo2012-01-311-0/+36
* Remove QIconEngineV2 and fold it into QIconEngineLars Knoll2012-01-311-28/+0
* Windows: Fix autotests with -qtnamespaceKai Koehne2012-01-311-0/+2
* Update contact address in license headers.Jason McDonald2012-01-311-1/+1
* Fixed qicon unittest to use QFINDTESTDATAKurt Korbatits2012-01-311-2/+2
* Fixed qmovie unittest to use QFINDTESTDATA in jumpToFrame()Kurt Korbatits2012-01-311-1/+1
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-3079-79/+79
* QGuiApplication::focusObject() to replace QInputPanel::inputItem()Pekka Vuorela2012-01-273-0/+125
* Implement QWindow::close()Anselmo L. S. Melo2012-01-271-0/+16
* Made QWindow::currentOrientation() a property.Samuel Rødal2012-01-261-2/+6
* Remove support for the MNG file format and the bundled libmngaavit2012-01-258-50/+1
* QKeySequence: fix copy/paste error in autotestDavid Faure2012-01-251-1/+1
* Made window orientation API more flexible.Samuel Rødal2012-01-242-5/+34
* QKeySequence: add tests, fix handling of '+' as key or separator.David Faure2012-01-241-2/+31
* Changed qtextdocument, qtextdocumentlayout unittests to cleanup tmp files.Kurt Korbatits2012-01-242-1/+15
* Changed painting unittests to remove created files after run.Kurt Korbatits2012-01-243-1/+41
* Changed qpixmap unittest to remove created file after run.Kurt Korbatits2012-01-241-0/+6
* Fix synthesizing mouse events when touches change orderingLaszlo Agocs2012-01-231-3/+29
* Update contact information in license headers.Jason McDonald2012-01-2378-78/+78
* Replace Q_WS_MAC with Q_OS_MAC in tests/auto/guiBradley T. Hughes2012-01-189-34/+34
* Fix isolated Thai SARA AM handlingJiang Jiang2012-01-171-0/+24
* Join user state of removed text blocksLeandro Melo2012-01-171-0/+18
* Changed qicon unittest to work from installation directoryKurt Korbatits2012-01-172-35/+5
* Changed qpixmap unittest to work from installation directoryKurt Korbatits2012-01-172-23/+7
* Changed qpainter unittest to work from installation directoryKurt Korbatits2012-01-172-10/+4
* Changed qicoimageformat unittest to work from installation directoryKurt Korbatits2012-01-172-9/+5
* Changed qclipboard unittest to work from installation directory.Kurt Korbatits2012-01-172-9/+8
* Changed qimage unittest to work from installation.Kurt Korbatits2012-01-172-9/+5
* Changed qimagewriter unittest to work from install directory.Kurt Korbatits2012-01-172-17/+25
* Changed qrawfont unittest to work from installation directory.Kurt Korbatits2012-01-162-35/+44
* Added application flags to translate between touch and mouse events.Samuel Rødal2012-01-131-9/+161
* Made it possible to report screen changes through QWindowSystemInterface.Samuel Rødal2012-01-121-0/+12
* Input direction/locale to come from platform input contextPekka Vuorela2012-01-111-0/+26
* Add methods for font stretch and absolute letter spacingC. Boemann2012-01-111-0/+37
* Update year in Nokia copyright headers.Jason McDonald2012-01-101-0/+0
* If decodestring can't translate the string return Qt::Key_unknown.David Faure2012-01-101-0/+6
* Avoid using check as an identifier.Stephen Kelly2012-01-101-8/+8
* Remove execute permission from files that don't need it.Jason McDonald2012-01-101-0/+0
* Make sure cursor navigation in qtexttable works like user expectsC. Boemann2012-01-091-7/+127
* Make the meta type shortcut in this test more robust.Stephen Kelly2012-01-091-6/+6
* Update copyright year in license headers.Jason McDonald2012-01-0578-78/+78
* Introduced QOpenGLContext::aboutToBeDestroyed() signal.Samuel Rødal2012-01-051-0/+22
* Fix QPainter::drawText with complex brushesSimon Hausmann2012-01-041-0/+24
* Use true and false in preference to TRUE and FALSE in tests.Jason McDonald2012-01-037-28/+26
* Handle -1 (Invalid Key) and Qt::Key_unknown gracefully in encodeString.David Faure2012-01-021-0/+20