aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickwindow.cpp
Commit message (Expand)AuthorAgeFilesLines
* Handle the application state changes so items update appropriatelyAndy Shaw2017-12-111-1/+9
* grabMouse() and QQWPriv::removeGrabber(): be clear whether mouse or touchShawn Rutledge2017-12-051-38/+23
* don't get confused about the grabber during replayDelayedPressShawn Rutledge2017-11-291-0/+3
* QQuickWindow: cleanup pointer event instancesJ-P Nurmi2017-11-071-0/+2
* Never create pointer events from mouseGrabberItem()Jan Arve Saether2017-11-071-15/+23
* Doc: Fix capitalization in section titlesTopi Reinio2017-08-291-1/+1
* Fix crash in mouseGrabberItemSune Vuorela2017-08-231-2/+1
* Doc: link to Qt::WindowFlags in Window's flag docMitch Curtis2017-07-131-0/+2
* Fix typo in QQuickWindow::setRenderTarget warningGunnar Sletta2017-06-221-1/+1
* Delay the deletion of QSGTextures until all windows are synchronizedDominik Holland2017-06-161-2/+0
* QQuickWindow/View: set a QObject-parent on the root itemJ-P Nurmi2017-06-021-0/+1
* Revert "QQuickWindow::createTextureFromImage(): return nullptr for null images"Mitch Curtis2017-06-021-1/+1
* Merge remote-tracking branch 'origin/5.9.0' into 5.9Liang Qi2017-05-311-4/+1
|\
| * Revert "Temporarily restore QQuickPointerDevice::pointerEvent() accessor"v5.9.0-rc2v5.9.0-rc1v5.9.0Shawn Rutledge2017-05-201-4/+1
* | Merge remote-tracking branch 'origin/5.9.0' into 5.9Liang Qi2017-05-191-1/+4
|\|
| * Temporarily restore QQuickPointerDevice::pointerEvent() accessorShawn Rutledge2017-05-121-1/+4
* | QQuickWindow::createTextureFromImage(): return nullptr for null imagesMitch Curtis2017-05-151-1/+1
|/
* Move pointerEvent instance to QQuickWindowJan Arve Saether2017-05-101-11/+41
* Fix hover delivery in case of touch release eventsFrederik Gladhorn2017-05-101-2/+8
* Fix remaining QQWindow qCDebugs to show eventpoint IDs in hexShawn Rutledge2017-05-041-2/+2
* Doc: fix 'adpatation' -> 'adaptation'Jüri Valdmann2017-05-031-2/+2
* Add a method to query the scene graph backendMichael Brüning2017-04-271-0/+14
* Run includemocs in qtdeclarativeThiago Macieira2017-04-261-0/+1
* Doc: correct \sa statementNico Vertriest2017-04-261-1/+1
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-04-111-0/+1
|\
| * Fix hidpi support for opengl window grabbingFilipe Azevedo2017-04-091-0/+1
* | in childMouseEventFilter, touchpoint grabber is also the mouse grabberShawn Rutledge2017-03-271-5/+21
* | Fix copied QDragMoveEvent drop action to propagate to original eventAlexandru Croitor2017-03-071-1/+3
* | When stealing a touchpoint as synth. mouse, ungrab touchFrederik Gladhorn2017-03-011-2/+7
* | Ensure mouse ungrab is called when touch is also trueMichael Dippold2017-02-281-4/+4
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-241-9/+9
|\|
| * fix memory leak in QQuickWindowPrivate::deliverTouchAsMouseShawn Rutledge2017-02-011-7/+7
| * Doc: Fix documentation warningsTopi Reinio2017-01-301-2/+2
* | QQuickWindowPrivate::deliverWheelEvent: fix global position of the eventOleg Yadrov2017-02-171-1/+1
* | Rename Window.targetScreen to screen, and pick up changes to the screenTor Arne Vestbø2017-02-111-13/+13
* | QQuickWindow FBO: fix dpr and rect when there is an actual windowLaszlo Agocs2017-01-301-2/+7
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-141-2/+3
|\|
| * QQuickWindow flushFrameSynchronousEvents: don't hover if nothing dirtyShawn Rutledge2016-12-281-2/+3
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-141-39/+29
|\|
| * QQuickWindowPrivate::dragOverThreshold(): ignore zero velocity thresholdJan Arve Saether2016-12-071-10/+0
| * Get rid of most QT_NO_FOO usagesLars Knoll2016-11-291-29/+29
* | Fix rendering to an arbitrarily sized FBOGunnar Sletta2016-12-011-2/+4
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-11-231-2/+4
|\|
| * Merge remote-tracking branch 'origin/5.7' into 5.8Simon Hausmann2016-11-151-2/+4
| |\
| | * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-151-2/+4
| | |\
| | | * Add checking "before" as child nodeInhye Seo2016-11-091-2/+4
* | | | Merge remote-tracking branch 'origin/5.8' into devJ-P Nurmi2016-11-031-0/+1
|\| | |
| * | | Merge remote-tracking branch 'origin/5.7' into 5.8v5.8.0-beta1Liang Qi2016-10-271-0/+1
| |\| |
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-271-0/+1
| | |\|
| | | * QQuickWindow: don't discard timestamps for wheel eventsJ-P Nurmi2016-10-151-0/+1