summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
* Remove handleSynchronous* functions.Morten Johan Sorvig2012-10-101-3/+3
* Revise QClipboard auto testsJ-P Nurmi2012-09-273-24/+33
* Fix QScreen::orientation() not always being updated after changing the update...Simon Hausmann2012-09-261-0/+15
* Fix events being processed on application startSimon Hausmann2012-09-262-1/+74
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2220-482/+482
* Fixed multiple modal windows from all blocking each other.Samuel Rødal2012-09-211-0/+40
* tests: Don't omit the body of a test function with QT_BUILD_INTERNALSergio Ahumada2012-09-141-2/+4
* Remove deprecated inputItem and inputWindow from QInputMethodPekka Vuorela2012-09-111-21/+7
* Revert "Move QWindowSystemInterface out of qpa."Paul Olav Tvete2012-08-034-4/+4
* Make tests compile without gui-privatePaul Olav Tvete2012-08-026-14/+45
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-0122-0/+22
* Implement implicit constructors for built-in classes.Stephen Kelly2012-07-271-0/+47
* QMetaTypeId2::IsBuiltIn: (new) template meta-function to check for built-in t...Marc Mutz2012-07-261-0/+14
* Remove usage of deprecated qWaitForWindowShown(QWidget *) method.Friedemann Kleint2012-07-251-2/+2
* Deprecate the qWaitForWindowShown(QWindow *) method.Friedemann Kleint2012-07-254-21/+21
* Split the QGuiVariant test from the Core one.Stephen Kelly2012-07-2552-12/+665
* WindowSystemInterface::sendWindowSystemEvents(): Remove unused parameter.Friedemann Kleint2012-07-231-3/+3
* Avoid load(testcase) for installing test helper appsRohan McGovern2012-07-041-3/+3
* Add QGuiApplication::setApplicationDisplayName.David Faure2012-06-271-0/+13
* Only quit if there are no visible widgets or windows.Stephen Kelly2012-06-121-0/+63
* Make gui tests build when widgets aren't availableKent Hansen2012-06-071-0/+4
* 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
* QPA tablet event supportLaszlo Agocs2012-05-311-0/+58
* Add CONFIG+=parallel_test to suspected parallel-safe tests.Rohan McGovern2012-05-288-0/+8
* Fix wrong local positions in mouse events when no tlw was givenLaszlo Agocs2012-05-231-1/+21
* 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