summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Compositor: Add documentation for WaylandSurface::surfaceDestroyedv5.11.0-beta4v5.11.0-beta3Johan Klokkhammer Helsing2018-03-271-0/+13
* Compositor: Add documentation for WaylandSurface::childAddedJohan Klokkhammer Helsing2018-03-271-0/+12
* Compositor: Add documentation for XdgSurfaceV6::toplevel and popupJohan Klokkhammer Helsing2018-03-261-0/+34
* Compositor: Add documentation for XdgShellV6Johan Klokkhammer Helsing2018-03-261-0/+77
* Fix crash when calling setVisible for EGL windows twice within one slotJohan Klokkhammer Helsing2018-03-233-11/+19
* Make the minimal-cpp example a real compositorPaul Olav Tvete2018-03-214-22/+23
* Fix QWaylandXdgToplevelV6Private::lastSentConfigure()Johan Klokkhammer Helsing2018-03-211-1/+1
* Ensure a QWaylandQuickItem has keyboard focus before sending key eventsJohan Klokkhammer Helsing2018-03-211-1/+4
* xdg-shell v5,v6 shell integrations: Fix crash when showing popupsJohan Klokkhammer Helsing2018-03-204-7/+8
* Compositor: Fix various documentation issues for XdgShellV6Johan Klokkhammer Helsing2018-03-181-27/+25
* Compositor: Don't call send_configure variants with an invalid sizeJohan Klokkhammer Helsing2018-03-153-0/+12
* Compositor API: Don't try to configure negative sizesJohan Klokkhammer Helsing2018-03-153-3/+7
* Run shell agnostic tests on all shellsJohan Klokkhammer Helsing2018-03-132-0/+8
* Mocking compositor: Don't leak wl_shell_surfacesJohan Klokkhammer Helsing2018-03-121-0/+4
* Add client-side tests for ivi-applicationJohan Klokkhammer Helsing2018-03-128-0/+363
* Don't try to create compatibility GL context when profile is unsetv5.11.0-beta2Johan Klokkhammer Helsing2018-03-091-4/+12
* Send configure events in shell-agnostic client testsJohan Klokkhammer Helsing2018-03-089-10/+78
* Client test for xdg-shell v6 configure eventsJohan Klokkhammer Helsing2018-03-086-34/+176
* QWindow::requestActivate() is not supported on WaylandJohan Klokkhammer Helsing2018-03-082-2/+3
* Fix nullptr dereference in client testsJohan Klokkhammer Helsing2018-03-081-1/+2
* Test what happens when wl_display_connect failsJohan Klokkhammer Helsing2018-03-083-1/+65
* Show warning when trying to minimize on wl-shellJohan Klokkhammer Helsing2018-03-071-1/+1
* Add logging category for Wayland platform pluginJohan Klokkhammer Helsing2018-03-052-0/+5
* Test for null pointer before using itAntonio Larrosa2018-03-051-1/+1
* Client: Implement QPlatformWindow::startSystemMove()Johan Klokkhammer Helsing2018-03-059-9/+24
* Remove unused variable QWaylandPointerPrivate::hasEnteredJohan Klokkhammer Helsing2018-03-011-1/+0
* Ensure paintGL() is called in tst_WaylandClient::glWindow()Johan Klokkhammer Helsing2018-02-281-0/+4
* Use override when applicableJohan Klokkhammer Helsing2018-02-2886-118/+118
* Use default member initialization for raw pointersJohan Klokkhammer Helsing2018-02-2879-150/+150
* Init variables where they are declared when possible (clang-tidy)Johan Klokkhammer Helsing2018-02-27169-841/+385
* Client: Fail gracefully when wl_display_connect failsJohan Klokkhammer Helsing2018-02-268-9/+52
* Client tests: Use generated classes for mocking shellsJohan Klokkhammer Helsing2018-02-268-237/+160
* Fix use after free in tst_WaylandClient::dontCrashOnMultipleCommitsv5.11.0-beta1Kari Oikarinen2018-02-211-12/+14
* Fix crash when connecting a new screenJohan Klokkhammer Helsing2018-02-216-4/+65
* Fix flakiness in tst_WaylandClient::eventsJohan Klokkhammer Helsing2018-02-211-9/+11
* Use nullptr instead of 0 or NULLJohan Klokkhammer Helsing2018-02-2061-164/+164
* Merge remote-tracking branch 'origin/5.9' into 5.11Liang Qi2018-02-180-0/+0
|\
| * Bump versionOswald Buddenhagen2018-02-021-1/+1
* | Merge remote-tracking branch 'origin/5.10.1' into 5.11v5.11.0-alpha1Liang Qi2018-02-141-0/+29
|\ \
| * | Add changes file for Qt 5.10.1v5.10.1Antti Kokko2018-02-051-0/+29
* | | Merge remote-tracking branch 'origin/5.10' into 5.11Liang Qi2018-02-123-2/+96
|\ \ \
| * \ \ Merge remote-tracking branch 'origin/5.9' into 5.105.10Liang Qi2018-02-023-2/+96
| |\ \ \ | | |/ / | |/| / | | |/
| | * Add documentation for QWaylandShellSurfaceJohan Klokkhammer Helsing2018-01-262-0/+94
| | * Fix incorrect documentation of QWaylandQuickItem::paintEnabledJohan Klokkhammer Helsing2018-01-221-2/+2
* | | Compositor API: Add support for hardware compositingJohan Klokkhammer Helsing2018-02-0932-9/+1489
* | | Fix compilation for Renesas R-Car M3Johan Klokkhammer Helsing2018-02-082-2/+2
* | | Test that xdg_toplevel_v6s are destroyed before xdg_surface_v6sJohan Klokkhammer Helsing2018-02-011-4/+21
* | | Merge remote-tracking branch 'qt/5.10' into devPaul Olav Tvete2018-01-3125-104/+323
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-186-2/+78
| |\|
| | * Fix requestUpdate()Paul Olav Tvete2018-01-181-1/+1