summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add changes file for Qt 5.14.0v5.14.0-rc2v5.14.0-rc1v5.14.05.14.0Johan Klokkhammer Helsing2019-11-261-0/+64
* Fix spelling of linuxaccessibility_support-privateJohan Klokkhammer Helsing2019-11-181-2/+2
* Doc: Fix documentation warningsTopi Reinio2019-11-1311-24/+89
* Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-11-123-9/+9
|\
| * Fix race condition in tests on xdg_toplevel configure5.13Johan Klokkhammer Helsing2019-11-072-8/+5
| * Fix touch being ignored when down and motion are in the same frameJohan Klokkhammer Helsing2019-11-051-1/+4
* | Coin: Make sure lib/libQt5WaylandCompositor.so gets split outJohan Klokkhammer Helsing2019-11-061-0/+1
* | Add configuration file to help the coin ExportTool to split the contentv5.14.0-beta3Simon Hausmann2019-11-051-0/+11
* | Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-11-056-5/+75
|\ \ | |/
| * Add client test for subsurface with hidden parentJohan Klokkhammer Helsing2019-11-041-0/+23
| * Client: Fix crash when showing a child window with a hidden parentJohan Klokkhammer Helsing2019-11-042-3/+8
| * Add basic client test for subsurfacesJohan Klokkhammer Helsing2019-11-043-1/+43
| * Client tests: Fix flaky deadlockJohan Klokkhammer Helsing2019-10-311-1/+1
* | Merge remote-tracking branch 'origin/5.13' into 5.14Johan Klokkhammer Helsing2019-10-314-3/+73
|\ \ | |/
| * Set temporary XDG_RUNTIME_DIR for more testsJohan Klokkhammer Helsing2019-10-313-3/+6
| * Merge remote-tracking branch 'origin/5.13.2' into 5.13Qt Forward Merge Bot2019-10-302-1/+68
| |\
| | * Add changes file for Qt 5.13.2v5.13.25.13.2Johan Klokkhammer Helsing2019-10-151-0/+67
| | * Bump versionFrederik Gladhorn2019-10-141-1/+1
* | | Compositor: Use logging category in egl client integrationJohan Klokkhammer Helsing2019-10-301-16/+29
* | | Compositor: Warn and clean up when server buffer integrations failJohan Klokkhammer Helsing2019-10-2813-36/+53
* | | Remove unused variable WaylandEglClientBufferIntegrationPrivate::validJohan Klokkhammer Helsing2019-10-281-2/+0
* | | Update plugins.qmltypes for 5.14Johan Klokkhammer Helsing2019-10-281-1/+48
* | | Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-10-264-3/+6
|\ \ \ | |/ /
| * | Client tests: Set WAYLAND_DISPLAYJohan Klokkhammer Helsing2019-10-241-0/+1
| * | Compositor: Fix crashes when destroying uninitialized surfacesJohan Klokkhammer Helsing2019-10-222-2/+4
| * | Compositor: Fix access to member of null referenceJohan Klokkhammer Helsing2019-10-221-1/+1
* | | Compositor: Warn and clean up when client hardware buffer integrations failJohan Klokkhammer Helsing2019-10-2514-73/+112
* | | Fix QClipboard::ownSelection always returning falseJohan Klokkhammer Helsing2019-10-252-5/+12
* | | Fix missing emission of QClipboard::selectionChangedJohan Klokkhammer Helsing2019-10-243-1/+40
* | | Add client test for clipboard when losing keyboard focusJohan Klokkhammer Helsing2019-10-232-1/+30
* | | Signal clipboard change when focus lost clears the selection offerPekka Vuorela2019-10-221-0/+7
* | | Fix url getting broken on openUrlPekka Vuorela2019-10-211-3/+7
* | | Client: Print a warning when trying to set clipboard without a seatJohan Klokkhammer Helsing2019-10-211-1/+3
* | | Merge remote-tracking branch 'origin/5.13' into 5.14Johan Klokkhammer Helsing2019-10-216-42/+21
|\ \ \ | |/ /
| * | Client: Fix 100ms freeze when applications do not swap after deliverUpdateReq...Johan Klokkhammer Helsing2019-10-172-38/+9
| * | Fix build: Use temporary directories for tests' XDG_RUNTIME_DIRJohan Klokkhammer Helsing2019-10-144-4/+12
| |/
* | Update QtWaylandCompositor license headers to GPL 3v5.14.0-beta2Paul Olav Tvete2019-10-16196-2940/+980
* | Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-10-121-4/+12
|\ \ | |/
| * Compositor: Remove unused local variableJohan Klokkhammer Helsing2019-10-041-1/+0
| * Compositor: Fix crash when trying to maximize an XdgToplevel with no outputJohan Klokkhammer Helsing2019-10-041-3/+12
* | Merge remote-tracking branch 'origin/5.13' into 5.14v5.14.0-beta1Qt Forward Merge Bot2019-10-012-2/+15
|\ \ | |/
| * Client: Don't crash with long window titles using UTF-16 charactersJohan Klokkhammer Helsing2019-09-252-2/+15
* | Client: Create context menu event when pressing the menu keyDavid Edmundson2019-09-271-1/+12
* | Merge "Merge remote-tracking branch 'origin/5.13' into 5.14"Qt Forward Merge Bot2019-09-253-5/+2
|\ \
| * \ Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-09-243-5/+2
| |\ \ |/ / / | | _
| * Mock client: Add missing include for QMapJohan Klokkhammer Helsing2019-09-211-0/+1
| * Fix wrong target name for tst_client_fullscreenshellv1Johan Klokkhammer Helsing2019-09-201-1/+1
| * Don't try to inject non-existent generated headers for xdg-shell v5Johan Klokkhammer Helsing2019-09-171-4/+0
| * sync.profile: remove two headersLiang Qi2019-09-171-2/+0
* | Client: Test that wl_touch.up events don't split touch framesv5.14.0-alpha1Johan Klokkhammer Helsing2019-09-201-0/+50