summaryrefslogtreecommitdiffstats
path: root/src/compositor/compositor_api/qwaylandquickitem.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-09-061-1/+1
|\
| * Compositor: Fix OpenGL textures deleted prematurelyJohan Klokkhammer Helsing2018-08-281-1/+1
* | Compositor: Update WaylandQuickItem size on new dpr or scaleFactorJohan Klokkhammer Helsing2018-08-301-0/+21
* | Compositor: Subsurface placeAbove/Below implementationPaul Olav Tvete2018-08-171-0/+118
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-08-141-0/+5
|\|
| * Handle subsurfaces added before QWaylandQuickItem createdPaul Olav Tvete2018-08-071-0/+5
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-06-131-2/+6
|\|
| * Add support for building QtWayland on macOSRobert Griebl2018-06-091-2/+6
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-05-121-2/+2
|\|
| * Compositor: Fix mapToSurface for surfaces with bufferScale != 1Johan Klokkhammer Helsing2018-04-211-2/+2
* | Compositor QML API: Add QWaylandQuickItem::sendMouseMoveEventJohan Klokkhammer Helsing2018-04-181-0/+13
|/
* Ensure a QWaylandQuickItem has keyboard focus before sending key eventsJohan Klokkhammer Helsing2018-03-211-1/+4
* Use override when applicableJohan Klokkhammer Helsing2018-02-281-1/+1
* Init variables where they are declared when possible (clang-tidy)Johan Klokkhammer Helsing2018-02-271-8/+4
* Use nullptr instead of 0 or NULLJohan Klokkhammer Helsing2018-02-201-4/+4
* Merge remote-tracking branch 'origin/5.10' into 5.11Liang Qi2018-02-121-2/+2
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.105.10Liang Qi2018-02-021-2/+2
| |\
| | * Fix incorrect documentation of QWaylandQuickItem::paintEnabledJohan Klokkhammer Helsing2018-01-221-2/+2
* | | Compositor API: Add support for hardware compositingJohan Klokkhammer Helsing2018-02-091-2/+3
* | | Merge remote-tracking branch 'qt/5.10' into devPaul Olav Tvete2018-01-311-13/+31
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-071-13/+31
| |\|
| | * Fix broken documentationJohan Klokkhammer Helsing2017-12-051-10/+2
| | * Fix decoding of multi-planar surfaces (YUV video)Paul Olav Tvete2017-11-291-3/+3
| | * Add documentation for QWaylandQuickItem::surfaceDestroyedJohan Klokkhammer Helsing2017-11-231-0/+26
* | | Fix mapToSurface when item dimensions are set by the compositorJohan Klokkhammer Helsing2017-11-241-1/+7
* | | Merge remote-tracking branch 'qt/5.10' into devPaul Olav Tvete2017-10-271-3/+3
|\| |
| * | Merge remote-tracking branch 'qt/5.9' into 5.10v5.10.0-beta3Paul Olav Tvete2017-10-251-3/+3
| |\|
| | * Compositor documentation: Specify return types for objectsJohan Klokkhammer Helsing2017-10-171-3/+3
* | | Set implicit size for QWaylandQuickItemJohan Klokkhammer Helsing2017-10-131-3/+11
* | | Replace Q_NULLPTR with nullptrKevin Funk2017-09-261-2/+2
|/ /
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-08-171-1/+1
|\|
| * Fix incorrect type for WaylandQuickItem::subsurfaceHandler in docsJohan Klokkhammer Helsing2017-07-131-1/+1
* | Remove fallthrough warningsThiago Macieira2017-07-111-0/+2
|/
* Doc: correct qmlmethod statementNico Vertriest2017-06-191-1/+1
* Fix licensingv5.9.0-beta4Jani Heikkinen2017-05-041-12/+15
* Doc: add info about parametersNico Vertriest2017-04-261-2/+2
* Clean up draganddrop and clipboard featuresPaul Olav Tvete2017-03-231-2/+16
* Don't try to send touch cancel events to null surfacesJohan Klokkhammer Helsing2017-02-201-2/+5
* Replace all occurrences of Q_DECL_OVERRIDE with overrideJohan Klokkhammer Helsing2017-01-231-1/+1
* Fix build without feature.wheeleventTasuku Suzuki2017-01-131-0/+2
* Send touch cancel event when QWaylandQuickItem::visible is set to falseJohan Klokkhammer Helsing2017-01-121-0/+14
* Fix nullptr crash introduced in 4e7af89Robert Griebl2016-12-191-2/+4
* Add support for running compositors with custom device pixel ratioJohan Klokkhammer Helsing2016-12-161-1/+4
* Don't delete the paint node for QWaylandQuickItems with locked buffersJohan Klokkhammer Helsing2016-11-301-2/+5
* Use new feature system, part 2Lars Knoll2016-11-231-6/+6
* Only send mouse move event when mouse movesPaul Olav Tvete2016-11-221-1/+7
* Compositor: Set view output in QWaylandQuickItem::init()Johan Klokkhammer Helsing2016-11-141-1/+6
* Compositor: Switch keyboard focus on touch inputJohan Klokkhammer Helsing2016-11-011-2/+5
* Rename QWaylandSurface::throttlingView to primaryViewJohan Klokkhammer Helsing2016-10-071-0/+17
* Fix crash on client hidePaul Olav Tvete2016-10-051-1/+1