summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * Add documentation for QWaylandQuickItem::surfaceDestroyedJohan Klokkhammer Helsing2017-11-231-0/+26
| | * Merge remote-tracking branch 'origin/5.9.3' into 5.9Liang Qi2017-11-231-0/+52
| | |\
| | * | fix build without xkbcommon-evdevRaphael Freudiger2017-11-161-1/+1
| * | | Bump versionOswald Buddenhagen2017-12-201-1/+1
| * | | Fix crash when opening a window with a hidden parentAleix Pol2017-12-141-1/+2
| * | | Merge remote-tracking branch 'origin/5.10.0' into 5.10Liang Qi2017-12-084-4/+97
| |\ \ \
| | * \ \ Merge "Merge remote-tracking branch 'origin/5.9.3' into 5.10.0" into refs/sta...v5.10.0-rc3v5.10.0-rc2v5.10.0-rc1v5.10.05.10.0Jani Heikkinen2017-11-211-0/+52
| | |\ \ \
| | | * \ \ Merge remote-tracking branch 'origin/5.9.3' into 5.10.0Liang Qi2017-11-211-0/+52
| | | |\ \ \ | | | | | |/ | | | | |/|
| | | | * | Add changes file for Qt 5.9.3v5.9.35.9.3Paul Olav Tvete2017-11-091-0/+52
| | | | |/
| | * | | Revert "Ref count buffer usage"Johan Klokkhammer Helsing2017-11-212-4/+4
| | |/ /
| | * | Merge 5.10 into 5.10.0Oswald Buddenhagen2017-11-203-2/+10
| | |\ \ | | |/ / | |/| |
| | * | Add changes file for Qt 5.10.0Paul Olav Tvete2017-11-101-0/+41
* | | | Compositor examples: Remove unused dependencies on private APIsJohan Klokkhammer Helsing2018-01-162-2/+2
* | | | QWaylandWindow: Fix incorrect namespace orderJohan Klokkhammer Helsing2018-01-161-2/+2
* | | | Doc: Add documentation dependency to Qt CoreTopi Reinio2018-01-121-1/+1
* | | | Adapt to qtbase 5.10 API change: qssize_t -> qsizetypeLiang Qi2018-01-072-2/+2
* | | | Client: Don't leak the last Wayland sync callbackJohan Klokkhammer Helsing2017-12-181-0/+3
* | | | Simplify and modernize QWaylandInputDeviceJohan Klokkhammer Helsing2017-12-052-67/+38
* | | | Fix outdated FDL license headerLiang Qi2017-12-051-4/+4
* | | | Remove QWaylandExtendedSurface* from the private compositor APIJohan Klokkhammer Helsing2017-12-046-362/+8
* | | | Implement basic key composition supportGiulio Camuffo2017-12-042-1/+73
* | | | Port away from QRegion::rects()Marc Mutz2017-12-042-3/+2
* | | | ivi: Try the ivi-shell as shell integration as wellHolger Hans Peter Freyther2017-12-011-1/+1
* | | | Fix mapToSurface when item dimensions are set by the compositorJohan Klokkhammer Helsing2017-11-241-1/+7
* | | | Client: Add removePrimaryScreen testJohan Klokkhammer Helsing2017-11-241-0/+33
* | | | Fix tst_client::windowScreen and tst_client::screens sometimes freezingJohan Klokkhammer Helsing2017-11-231-0/+9
* | | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-205-5/+12
|\ \ \ \ | |/ / /
| * | | pure-qml example: fix position of XdgShellV6 popupsShawn Rutledge2017-11-201-2/+1
| * | | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-11-152-0/+9
| |\ \ \ | | |/ / | |/| / | | |/
| | * Add missing change signals for geometry and availableGeometryJohan Klokkhammer Helsing2017-11-061-0/+8
| | * Emit change signal when assigning socket name automaticallyJohan Klokkhammer Helsing2017-11-061-0/+1
| * | remove qmldir from resourcesv5.10.0-beta4Shawn Rutledge2017-11-061-2/+1
| * | Update to new QRandomGenerator APIThiago Macieira2017-11-031-1/+1
* | | Client: Use QPointer for focus members of input device capabilitiesJohan Klokkhammer Helsing2017-11-172-10/+5
* | | Verify that the client supports the compositor removing outputsJohan Klokkhammer Helsing2017-11-154-0/+35
* | | Client: Test that the current screen is updated by surface eventsJohan Klokkhammer Helsing2017-11-159-44/+267
* | | Add overview-compositor exampleJohan Klokkhammer Helsing2017-11-156-0/+252
* | | Automatically change scale when entering a new outputJohan Klokkhammer Helsing2017-11-154-4/+31
* | | Change serial parameter from int to uintJohan Klokkhammer Helsing2017-11-062-2/+2
* | | Fix broken minimal-qml exampleJohan Klokkhammer Helsing2017-11-061-2/+2
* | | 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