summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Eradicate Q_FOREACH loops [1/2]: trivial casesMarc Mutz2019-05-2131-58/+81
* Merge "Merge remote-tracking branch 'origin/5.13' into dev"Qt Forward Merge Bot2019-05-263-1/+10
|\
| * Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-05-263-1/+10
|/|
| * Avoid creating decoration whilst Xdg Decoration is pending configureDavid Edmundson2019-05-233-1/+10
* | xdg-shell v6 client test: use QTRY_COMPARE instead of QTRY_VERIFYJohan Klokkhammer Helsing2019-05-141-2/+2
* | QWaylandDisplay: make hasRegistryGlobal() const-correct and take a QStringViewMarc Mutz2019-05-172-3/+3
* | QWaylandXdgShellV5: make xdgSurfaceFromSurface() const-correctMarc Mutz2019-05-172-3/+3
* | Add QWaylandXdgPopup::sendPopupDoneJohan Klokkhammer Helsing2019-05-104-0/+42
* | Client: Implement primary-selection-unstable-v1Johan Klokkhammer Helsing2019-05-1021-35/+1207
* | Remove Apache licensed Vulkan helper functionJohan Klokkhammer Helsing2019-05-105-486/+5
* | Merge remote-tracking branch 'origin/5.13' into devJohan Klokkhammer Helsing2019-05-0754-924/+1083
|\|
| * Make QML module documentation follow Qt minor versionJohan Klokkhammer Helsing2019-05-061-4/+4
| * Merge "Merge remote-tracking branch 'origin/5.12' into 5.13" into refs/stagin...Liang Qi2019-05-039-51/+221
| |\
| | * Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-05-029-51/+221
| | |\
| | | * Docs: Fix incorrect version for module importJohan Klokkhammer Helsing2019-04-301-2/+2
| | | * Client: Full implementation for frame callbacks (second try)Johan Klokkhammer Helsing2019-04-247-49/+218
| | | * Compositor: Add qwaylandoutput_p.h to headersJohan Klokkhammer Helsing2019-04-241-0/+1
| * | | client: reimplement QPlatformIntegration::possibleKeys()Gatis Paeglis2019-05-034-0/+23
| |/ /
| * | Make QtWayland.Compositor available under 1.QT_MINOR_VERSIONJohan Klokkhammer Helsing2019-05-019-24/+34
| * | Client: Fix reverse screen orderJohan Klokkhammer Helsing2019-04-295-13/+81
| * | Remove tst_WaylandCompositor::keyboardGrab from blacklistJohan Klokkhammer Helsing2019-04-261-2/+0
| * | Remove wayland-egl as dependency of linux-dmabuf-unstable-v1Kai Koehne2019-04-251-1/+1
| * | Doc: Fix minor link issuesNico Vertriest2019-04-253-5/+2
| * | remove useless indirectionGatis Paeglis2019-04-252-11/+4
| * | drop qwaylandxkb and share the logic with X11Gatis Paeglis2019-04-259-492/+32
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-233-2/+59
| |\|
| | * Compositor: Fix compilation problems for qwaylandshell.hJohan Klokkhammer Helsing2019-04-172-2/+26
| | * Merge remote-tracking branch 'origin/5.12.3' into 5.12Qt Forward Merge Bot2019-04-171-0/+33
| | |\
| | | * Add changes file for Qt 5.12.3v5.12.3Antti Kokko2019-04-101-0/+33
| * | | rework key handlingGatis Paeglis2019-04-174-95/+100
| * | | xkbcommon: replace deprecated APIsv5.13.0-beta3Gatis Paeglis2019-04-162-10/+8
| * | | compositor: rework xkb context/keymap/state handlingGatis Paeglis2019-04-165-52/+68
| * | | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-04-164-14/+25
| |\| |
| | * | Fix incorrect path to wl-eglstream-controller.xmlJohan Klokkhammer Helsing2019-04-111-1/+1
| | * | Client: Don't be exposed if we want to create a sub or shell surfaceJohan Klokkhammer Helsing2019-04-083-13/+24
| * | | client: rework xkb context/keymap/state handlingGatis Paeglis2019-04-156-64/+57
| * | | client: rework input method handlingGatis Paeglis2019-04-1514-105/+378
| * | | Client tests: Fix tst_xdgShell::pongs when run as the only testJohan Klokkhammer Helsing2019-04-111-1/+8
| * | | tst_xdgshell::showMinimized: Really make sure the window was createdJohan Klokkhammer Helsing2019-04-111-1/+1
| * | | Client: Avoid shadowing QPlatformWindow::windowGeometryDavid Edmundson2019-04-113-10/+10
* | | | Client: Use a QWaylandSurface for pointer focusJohan Klokkhammer Helsing2019-05-026-26/+35
* | | | Client: Add support for animated cursorsJohan Klokkhammer Helsing2019-05-025-8/+74
* | | | Client: Add safer fromObject function to scannerJohan Klokkhammer Helsing2019-05-016-10/+48
* | | | Client: Add test for surfaces created by application codeJohan Klokkhammer Helsing2019-05-011-0/+30
* | | | Client: Avoid unnecessarily redrawing decorationsJohan Klokkhammer Helsing2019-05-011-5/+8
* | | | Compositor: Change default value for autoCreatePopupItems in Qt 6Johan Klokkhammer Helsing2019-05-011-1/+7
* | | | Turn QWaylandQuickShellIntegration into a public APIPier Luigi Fiorini2019-04-116-10/+416
* | | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-04-1012-221/+138
|\| | |
| * | | [docs] Some edits to match the Wayland and Qt overview documentationv5.13.0-beta2Kavindra Palaraja2019-04-091-61/+49
| * | | Compositor: Don't destroy wl_display from platform integrationJohan Klokkhammer Helsing2019-04-082-2/+8