summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
* Make tst_qmouseevent.cpp independent of QtWidgetsDebao Zhang2012-03-092-13/+9
* Clean up for some auto tests of the gui/kernel.Debao Zhang2012-03-096-9/+7
* Remove abuse of QMetaTypeId from tst_qshortcut test.Jędrzej Nowacki2012-03-071-39/+34
* Stabilize tst_QShortcutRohan McGovern2012-03-061-3/+1
* Unset _NET_WM_USER_TIME_WINDOW before destroying the windowJan Arne Petersen2012-03-011-0/+13
* QClipboard: Fix autotest failsDebao Zhang2012-02-271-24/+20
* clean up qmake-generated projectsOswald Buddenhagen2012-02-242-13/+2
* Reverted part of "Refactor input context tests"Pekka Vuorela2012-02-241-14/+5
* Fix rounding error in QInputMethod::cursorRectangle().Andrew den Exter2012-02-231-2/+7
* Add further theme hints to QPlatformTheme.Friedemann Kleint2012-02-222-24/+37
* Refactor input context testsPekka Vuorela2012-02-221-79/+49
* 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