summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
* Windows: Compress Window Activation events.Friedemann Kleint2012-05-111-6/+0
* Expose QPA API under qpa/*Girish Ramakrishnan2012-05-072-2/+2
* Don't use obsolete qVariantValue, qVariantCanConvert, etc.Debao Zhang2012-05-021-3/+3
* Removed insignification from QBackingStore testMiikka Heikkinen2012-04-301-3/+0
* Wrap all Latin 1 strings with QString::fromLatin1 or QLatin1StringsThiago Macieira2012-04-271-17/+17
* Fix QWindow autotest for Windows.Miikka Heikkinen2012-04-272-8/+20
* Add a QWindow autotest case for reentrant mouse/touch eventsLaszlo Agocs2012-04-241-2/+55
* Remove insignification from QClipboard test on Mac OS X.Jason McDonald2012-04-191-2/+0
* 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-176-12/+172
|\
| * Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-04-161-0/+179
| |\
| * \ Merge remote-tracking branch 'origin/master' into api_changesOswald Buddenhagen2012-04-103-1/+58
| |\ \
| * \ \ Merge master into api_changesKent Hansen2012-03-272-5/+193
| |\ \ \
| * \ \ \ Merge master into api_changesKent Hansen2012-03-232-7/+52
| |\ \ \ \
| * | | | | Got rid of Map / Unmap events in favor of Expose event.Samuel Rødal2012-03-225-6/+166
| * | | | | Merge master into api_changesKent Hansen2012-03-164-1273/+0
| |\ \ \ \ \
| * \ \ \ \ \ Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-03-128-22/+16
| |\ \ \ \ \ \
| * | | | | | | {QTouchEvent,QWindowSystemInterface}::TouchPoint: replace QList<QPointF> with...Marc Mutz2012-03-091-1/+1
* | | | | | | | Add tests/auto/gui/kernel/qguitimerBradley T. Hughes2012-04-172-0/+5
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Add tst_QGuiApplication::modalWindow()Bradley T. Hughes2012-04-111-0/+179
| |_|_|_|_|/ |/| | | | |
* | | | | | Don't ignore tst_QWindow on Mac OS XBradley T. Hughes2012-04-042-3/+6
* | | | | | Add tst_QWindow::windowModality()Bradley T. Hughes2012-04-041-0/+32
* | | | | | Fix MSVC warnings in tests.Friedemann Kleint2012-04-021-1/+3
* | | | | | Added some convenience API for platform input contextsPekka Vuorela2012-04-011-0/+20
| |_|_|_|/ |/| | | |
* | | | | Test mouse events more thoroughly in QWindow autotestLaszlo Agocs2012-03-261-5/+118
* | | | | Fix QGuiApplication::keyboardModifiers()Bradley T. Hughes2012-03-261-0/+75
| |_|_|/ |/| | |
* | | | Fixed QInputMethod API to use isVisible() instead of visible().Samuel Rødal2012-03-221-7/+7
* | | | FocusAboutToChange event to be send before focus changesPekka Vuorela2012-03-221-0/+45
| |_|/ |/| |
* | | Move tst_qshortcut.cpp to QtWidgetsDebao Zhang2012-03-124-1273/+0
| |/ |/|
* | 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