aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickwindow/tst_qquickwindow.cpp
Commit message (Expand)AuthorAgeFilesLines
* skip part of tst_qquickwindow::testWindowVisibilityOrder on UnityShawn Rutledge2017-10-231-4/+9
* Fix flaky failure in attachedProperty() autotestJan Arve Saether2017-08-031-0/+1
* tst_qquickwindow: Make touch tests pass with High DPI scalingFriedemann Kleint2017-08-021-40/+61
* QQuickWindow/View: set a QObject-parent on the root itemJ-P Nurmi2017-06-021-0/+24
* Revert "QQuickWindow::createTextureFromImage(): return nullptr for null images"Mitch Curtis2017-06-021-11/+0
* QQuickWindow::createTextureFromImage(): return nullptr for null imagesMitch Curtis2017-05-151-0/+11
* Fix copied QDragMoveEvent drop action to propagate to original eventAlexandru Croitor2017-03-071-0/+258
* Make it possible to call grabToImage() on Window.contentItemOleg Yadrov2017-01-021-0/+19
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-141-11/+11
|\
| * Get rid of most QT_NO_FOO usagesLars Knoll2016-11-291-11/+11
* | Enable making window-screen associations from QMLLaszlo Agocs2016-10-101-0/+19
|/
* Merge branch 'dev' into wip/pointerhandlerFrederik Gladhorn2016-08-041-0/+85
|\
| * Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-08-021-0/+85
| |\
| | * Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-151-0/+85
| | |\
| | | * QQuickWindow: Fill out timestamps in QHoverEvents sent to QQuickItemsDaniel d'Andrada2016-07-121-0/+85
* | | | Stop copying mouse events when delivering themFrederik Gladhorn2016-08-021-2/+10
* | | | Extend tst_qquickwindow::mergeTouchPointListsFrederik Gladhorn2016-08-011-1/+5
* | | | Add mergePointerTargets to create pointer delivery listFrederik Gladhorn2016-08-011-0/+60
* | | | Let TestTouchItem::reset reset the event countFrederik Gladhorn2016-07-311-0/+1
* | | | Micro optimize tst_qquickwindow::touchEvent_basicFrederik Gladhorn2016-07-311-3/+2
* | | | Add minor extra check in tst_qquickwindowFrederik Gladhorn2016-07-311-0/+2
* | | | tst_qquickwindow: Fix touch tests: add releaseFrederik Gladhorn2016-07-281-2/+14
* | | | Improve encapsuation of touch/mouse event specific thingsFrederik Gladhorn2016-07-211-9/+8
* | | | Hierarchy for touch and mouse pointer eventsFrederik Gladhorn2016-07-211-34/+33
* | | | Merge remote-tracking branch 'origin/dev' into HEADFrederik Gladhorn2016-07-181-12/+3
|\| | |
| * | | tst_qquickwindow: make use of new QTest::createTouchDevice functionShawn Rutledge2016-07-131-12/+3
* | | | add tst_qquickwindow::eventPointCountShawn Rutledge2016-07-131-0/+49
|/ / /
* | | Change graphicsAPI to graphicsApiLaszlo Agocs2016-06-011-5/+5
* | | Fix build with QT_NO_OPENGL after rebaseAndy Nichols2016-05-081-2/+1
* | | D3D12: Massage tst_qquickwindow and some sg semanticsLaszlo Agocs2016-05-081-48/+52
* | | Merge remote-tracking branch 'origin/dev' into wip/scenegraphngLaszlo Agocs2016-05-071-0/+23
|\| |
| * | Fix changing QML Window visibility in Component.onCompletedRobert Griebl2016-04-181-0/+23
* | | Fix some test failures with QT_NO_OPENGL buildsAndy Nichols2016-05-061-1/+6
* | | Get tests building when QT_NO_OPENGL is definedAndy Nichols2016-05-061-16/+30
* | | Prefix GL-specific shader effect codeLaszlo Agocs2016-04-131-0/+1
|/ /
* | Add Window.window attached propertyJ-P Nurmi2016-02-121-0/+3
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-121-0/+5
|\|
| * Window attached property: fix notifier signalsJ-P Nurmi2016-02-021-0/+5
* | Updated license headersJani Heikkinen2016-01-201-17/+12
* | Merge remote-tracking branch 'origin/5.6' into origin/devUlf Hermann2015-10-221-6/+23
|\|
| * Support alpha in QQuickWindow::grabWindow().Gunnar Sletta2015-10-161-6/+23
* | Tests: Remove QT_DISABLE_DEPRECATED_BEFORE=0 for simple cases.Friedemann Kleint2015-09-021-1/+1
|/
* Merge remote-tracking branch 'origin/5.5' into 5.6Ulf Hermann2015-08-181-8/+0
|\
| * Merge remote-tracking branch 'origin/5.4' into 5.5Oswald Buddenhagen2015-07-201-8/+0
| |\
| | * Remove testing of active window change on hideAlan Alpert2015-06-021-8/+0
* | | tests/quick: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-07-271-4/+4
* | | Tests: Replace Q[TRY]_VERIFY(v == true|false) by QVERIFY(v)|QVERIFY(!v).Friedemann Kleint2015-07-271-1/+1
* | | Move the mouse to the right place before simulating a clickUlf Hermann2015-06-051-0/+1
* | | Wait for window activation, not for exposal in key press testUlf Hermann2015-06-051-1/+1
* | | Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-06-041-45/+94
|\| |