aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickwindow/tst_qquickwindow.cpp
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
|\| |
| * | tst_qquickwindow: Prospective fix for instability of cursor test.Friedemann Kleint2015-06-031-45/+95
* | | Potentially stabilize tst_qquickwindow::touchEvent_cancelFrederik Gladhorn2015-05-151-3/+3
* | | Stabilize QQuickWindow testSimon Hausmann2015-04-211-10/+10
* | | Added a new render job stage: NoStageMiikka Heikkinen2015-04-151-13/+77
|/ /
* | Update copyright headersJani Heikkinen2015-02-121-7/+7
* | Send hover events also to QQuickItem::childMouseEventFilterJørgen Lind2015-01-201-0/+108
* | Add Window.width and Window.height attached propertiesJ-P Nurmi2015-01-091-0/+4
|/
* Skip tst_qquickwindow::headless() when using ANGLE/Windows.Friedemann Kleint2014-12-021-0/+5
* QQuickWindow autotest: verify that onClosing can block close()Shawn Rutledge2014-11-071-0/+20
* Add attached Window::contentItem propertyJ-P Nurmi2014-11-051-0/+2
* QQuickWindow autotest: focus transferred to parent on window closeShawn Rutledge2014-10-091-3/+0
* Fix cleanup of non-threaded render loops.Gunnar Sletta2014-09-241-11/+19
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Remove QQuickWindow::glslVersion & glslIsCoreProfileJ-P Nurmi2014-08-131-35/+0
* Remove setDefaultFormat() from QQuickWindowLaszlo Agocs2014-08-111-5/+11
* Add Window attached property on ItemShawn Rutledge2014-08-081-0/+21
* Fix use-after-free in testcase.Erik Verbruggen2014-08-081-2/+2
* Introducing QQuickWindow::scheduleRenderJob()Gunnar Sletta2014-07-291-0/+55
* Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-021-0/+23
|\
| * Avoid double deletion of QQuickWindowShawn Rutledge2014-06-301-0/+23
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-05-101-3/+90
|\|
| * Behavior fix when creating QML windowsFabian Bumberger2014-03-191-1/+52
| * Stabilize tst_qquickwindow and tst_scenegraph.Gunnar Sletta2014-03-171-2/+38
* | Store information about focus reason in QQuickWindowPrivateBerthold Krevert2014-05-061-0/+28
* | Compress touch events in QQuickWindow.Gunnar Sletta2014-05-051-17/+33
* | Try to simplify the threaded render loop.Gunnar Sletta2014-03-241-1/+1
* | Add defaultSurfaceFormat to QQuickWindowLaszlo Agocs2014-03-201-0/+76
|/
* Prefer to use normalised signal/slot signaturesSergio Ahumada2014-03-031-1/+1
* QQuickWindow: fix content item sizeJ-P Nurmi2014-02-281-0/+34
* Introduced a few more signals to QQuickWindow.Gunnar Sletta2014-02-251-3/+38
* Add a signal for syncing external animation systemsLaszlo Agocs2014-02-201-0/+15
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-12-161-0/+35
|\
| * Only emit focusObjectChanged when an actual change occurs.Michael Brasser2013-12-061-0/+15
| * Ensure that QML Windows respect the default platform window stateTor Arne Vestbø2013-11-301-0/+20
* | Fix delivery of QEvents to QQuickItemsDaniel d'Andrada2013-11-291-0/+97
|/
* Use one render loop per QQuickWindowGunnar Sletta2013-10-301-7/+7
* Fix and re-enable constantUpdateOnWindow test.Gunnar Sletta2013-10-111-15/+33
* Unskip test which now passes.Gunnar Sletta2013-10-111-3/+0
* Skip failing test for nowAlan Alpert2013-09-161-0/+3
* Fix some style issues in tst_qquickwindowJosh Faust2013-08-191-16/+15
* Unset the cursor when an Item is unparentedDaiwei Li2013-08-141-6/+6
* Fix hover event crashJosh Faust2013-08-121-0/+21
* Fix tst_qquickwindow for fullscreen platformsRafael Roquetto2013-07-251-1/+1