summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
* Fix warning about unregistered metatype in QWindow autotest.Jason McDonald2012-02-211-0/+2
* Flag two tests (Win+A, Simon+G) in parseString as expect fail on OSX.Toby Tomkins2012-02-212-2/+5
* Fix qclipboard autotest on Windows.Friedemann Kleint2012-02-181-1/+0
* Windows: Fix QWindow-test.Friedemann Kleint2012-02-171-1/+1
* Skip tst_QGuiApplication::focusObject() on Mac OS XBradley T. Hughes2012-02-171-0/+3
* QWindow-test: Fix QSignalSpy warning about Qt::ScreenOrientation.Friedemann Kleint2012-02-171-0/+3
* Move the removal of the Quit event to QWindow.Stephen Kelly2012-02-151-0/+40
* Make "nmake check" pass for gui tests in Windows.Miikka Heikkinen2012-02-103-0/+4
* Run tst_QEventDispatcher with the GUI event dispatchers as wellBradley T. Hughes2012-02-102-0/+5
* Handle TouchCancel in gui and widgetsLaszlo Agocs2012-02-101-4/+112
* Renamed QInputPanel as QInputMethodPekka Vuorela2012-02-024-75/+75
* Fix QGuiApplication::topLevelWindows(), introducing allWindows()Anselmo L. S. Melo2012-01-311-0/+36
* Update contact address in license headers.Jason McDonald2012-01-311-1/+1
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-3019-19/+19
* 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
* 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
* Fix synthesizing mouse events when touches change orderingLaszlo Agocs2012-01-231-3/+29
* Update contact information in license headers.Jason McDonald2012-01-2318-18/+18
* Replace Q_WS_MAC with Q_OS_MAC in tests/auto/guiBradley T. Hughes2012-01-182-13/+13
* Changed qclipboard unittest to work from installation directory.Kurt Korbatits2012-01-172-9/+8
* 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
* 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
* 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-0518-18/+18
* Use true and false in preference to TRUE and FALSE in tests.Jason McDonald2012-01-032-6/+4
* Handle -1 (Invalid Key) and Qt::Key_unknown gracefully in encodeString.David Faure2012-01-021-0/+20
* Allow QMetaType to register information about movabilityJędrzej Nowacki2011-12-221-0/+26
* Fix handling of invalid modifiers in QKeySequence.David Faure2011-12-221-0/+27
* Remove redundant touch processing in QtGui and widgets.Laszlo Agocs2011-12-141-27/+206
* QClipboard-test: Fix testFriedemann Kleint2011-12-135-72/+122
* Add touchEvent() virtual to QWindow.Laszlo Agocs2011-12-121-0/+82
* Extend touch events.Laszlo Agocs2011-12-091-42/+64
* Re-enable 'check' target for tests/auto/gui on Mac OS XBradley T. Hughes2011-12-093-0/+5
* Remove TESTED_CLASS/TESTED_FILES comments from tests.Jason McDonald2011-12-068-25/+0
* Fixed regression in tst_qscreen.Samuel Rødal2011-11-231-2/+0
* Remove handlesInputPanelVisibility() deprecation mechanismJoona Petrell2011-11-211-19/+9
* qtbase tests: Fix some warningsFriedemann Kleint2011-11-211-6/+4
* Don't depend on moc to disable test functions.Jason McDonald2011-11-182-17/+15
* Moved tests into gui/kernel/ and gui/qopengl/Jo Asplin2011-11-045-2/+410
* Prevent timestamps in widgets' touch events from disappearingLaszlo Agocs2011-11-041-12/+21
* Tests: Remove Q_WS_QPA, qpa-sections from .profiles.Friedemann Kleint2011-10-271-3/+3
* gui: eliminated usage of qttest_p4.prfRohan McGovern2011-10-2512-24/+34