summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qt/5.10' into devPaul Olav Tvete2017-10-2767-279/+1341
|\
| * Merge remote-tracking branch 'qt/5.9' into 5.10v5.10.0-beta3Paul Olav Tvete2017-10-2567-278/+1340
| |\
| | * Support threaded rendering for Nvidia EGLStreamsPaul Olav Tvete2017-10-253-44/+81
| | * Ensure QWaylandWindow::transientParent has a shell surfaceJohan Klokkhammer Helsing2017-10-251-11/+16
| | * Compositor: Add missing QWaylandOutput::windowChanged emitJohan Klokkhammer Helsing2017-10-241-0/+1
| | * Add documentation for XdgShellV5 signalsJohan Klokkhammer Helsing2017-10-241-0/+92
| | * Ref count buffer usageDavid Edmundson2017-10-232-4/+4
| | * Add documentation for XdgSurfaceV5 signalsJohan Klokkhammer Helsing2017-10-201-1/+129
| | * Fix crash when wl-shell setType is called with a hidden parentJohan Klokkhammer Helsing2017-10-202-2/+48
| | * Fix outdated BSD license headerKai Koehne2017-10-2018-46/+226
| | * Fix outdated FDL license headerKai Koehne2017-10-2011-51/+51
| | * Fix crash after destroying view with mouse focusJohan Klokkhammer Helsing2017-10-1812-78/+324
| | * Fix incorrect documentation for QWaylandWlShellSurface::surfaceRequestedJohan Klokkhammer Helsing2017-10-171-6/+25
| | * Compositor documentation: Specify return types for objectsJohan Klokkhammer Helsing2017-10-1710-21/+22
| | * Documentation: update examples for extensionsJohan Klokkhammer Helsing2017-10-162-3/+3
| | * QWaylandWindow: reset window should reset maskChristophe Chapuis2017-10-131-0/+2
| | * Merge remote-tracking branch 'origin/5.9.2' into 5.9Liang Qi2017-10-061-0/+62
| | |\
| | | * Merge 5.9 into 5.9.2v5.9.2Oswald Buddenhagen2017-09-251-1/+6
| | | |\
| | | * | Add changes file for Qt 5.9.2Paul Olav Tvete2017-09-221-0/+62
| | * | | Bump versionOswald Buddenhagen2017-10-061-1/+1
| | * | | Add non-global object to custom extension examplePaul Olav Tvete2017-10-057-11/+254
| * | | | Docs: Bump compositor module version to 1.1v5.10.0-beta2Johan Klokkhammer Helsing2017-10-131-2/+2
* | | | | Compositor tests: Don't assume global numeric name == wayland object idJohan Klokkhammer Helsing2017-10-272-7/+4
* | | | | qtwaylandscanner: Remove globals when destroying wrappersJohan Klokkhammer Helsing2017-10-254-6/+62
* | | | | Docs: Fix misnamed QML methods for touch eventsJohan Klokkhammer Helsing2017-10-241-2/+2
* | | | | Test client side xdg shell v6Johan Klokkhammer Helsing2017-10-2014-24/+274
* | | | | Use QImage::sizeInBytes() instead of deprecated QImage::byteCount()Johan Klokkhammer Helsing2017-10-194-7/+7
* | | | | Compositor: Add QML API for sending touch events to surfacesJohan Klokkhammer Helsing2017-10-172-3/+98
* | | | | Add missing field initializer for wl_registry_listener::global_removeJohan Klokkhammer Helsing2017-10-161-1/+2
* | | | | Update minimal-qml exampleJohan Klokkhammer Helsing2017-10-161-18/+17
* | | | | Tests: Add missing Q_UNUSEDsJohan Klokkhammer Helsing2017-10-163-0/+10
* | | | | Set implicit size for QWaylandQuickItemJohan Klokkhammer Helsing2017-10-131-3/+11
* | | | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-10-0514-59/+168
|\| | | |
| * | | | Merge remote-tracking branch 'origin/5.9' into 5.10v5.10.0-beta1Liang Qi2017-10-0413-53/+123
| |\| | |
| | * | | Add missing QML documentation for IviSurfaceJohan Klokkhammer Helsing2017-10-031-3/+14
| | * | | Add missing documentation for IviApplicationJohan Klokkhammer Helsing2017-10-031-0/+43
| | * | | Remove duplicate QML documentation of Shell.focusPolicyJohan Klokkhammer Helsing2017-10-031-7/+1
| | * | | Add QML documentation for WaylandSeatJohan Klokkhammer Helsing2017-10-031-0/+11
| | * | | Update documentation for QWaylandQuickShellSurfaceItemJohan Klokkhammer Helsing2017-10-031-7/+7
| | * | | Prevent '* * *' from appearing in WaylandView documentationJohan Klokkhammer Helsing2017-10-031-4/+5
| | * | | Compositor: Add missing cursorSurfaceChanged signalJohan Klokkhammer Helsing2017-10-022-1/+6
| | * | | Documentation: Fix missing renames from Xdg* to Xdg*V5Johan Klokkhammer Helsing2017-10-024-29/+29
| | * | | The ping method belongs to XdgShellV5, not XdgSurfaceJohan Klokkhammer Helsing2017-09-271-1/+1
| | | |/ | | |/|
| | * | Make minimal-cpp work with EGLStreamsPaul Olav Tvete2017-09-211-1/+6
| | |/
| * | Add missing documentation for XdgShellV6Johan Klokkhammer Helsing2017-10-031-0/+39
| * | Documentation: Add QML return types for XdgShellV6* typesJohan Klokkhammer Helsing2017-10-021-6/+6
* | | Fix -Wreorder warning by using default member initializersJohan Klokkhammer Helsing2017-10-052-11/+9
* | | Add missing override for QWaylandClientExtensionTemplate::bindJohan Klokkhammer Helsing2017-10-041-1/+1
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-09-2713-65/+284
|\| |
| * | doc: Expand the overview docs of Qt Wayland CompositorEskil Abrahamsen Blomfeldt2017-09-261-4/+52