summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Mention license change in 5.7.0 changelog.v5.7.05.7.0Kai Koehne2016-06-081-2/+18
* QtCompositor: Fixed touch point handlingDominik Holland2016-06-072-2/+8
* eglstream: Fixed problem when resizing a windowDominik Holland2016-06-021-4/+2
* Added changelog for QtWaylandv5.7.0-rc1Jani Heikkinen2016-05-251-0/+70
* Compile with -Wzero-as-null-pointer-constantPaul Olav Tvete2016-05-2510-14/+13
* Compile with a namespaced buildPaul Olav Tvete2016-05-256-2/+18
* fix example installOswald Buddenhagen2016-05-251-0/+3
* load(qt_plugin) at the endOswald Buddenhagen2016-05-251-3/+2
* Make example work for the non-streaming casePaul Olav Tvete2016-05-231-2/+7
* Add tech preview warning to READMEPaul Olav Tvete2016-05-201-0/+5
* Merge remote-tracking branch 'qt/5.7' into 5.7.0Paul Olav Tvete2016-05-20140-1060/+1324
|\
| * Create a general ShellSurfaceItem to avoid duplicationJohan Klokkhammer Helsing2016-05-2025-971/+901
| * Fix buildJohan Klokkhammer Helsing2016-05-201-1/+1
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-196-5/+14
| |\
| | * Bump versionOswald Buddenhagen2016-05-191-1/+1
| | * fix example installsv5.6.1-1v5.6.15.6.1Oswald Buddenhagen2016-04-285-8/+21
| | * Fix checking the Qt::BypassWindowManagerHint flagGiulio Camuffo2016-04-211-1/+1
| | * Destroy the subsurface protocol objectsGiulio Camuffo2016-04-191-0/+1
| * | Move QWaylandClientExtension out of namespacePaul Olav Tvete2016-05-196-26/+6
| * | Make qwaylandclientexport publicPaul Olav Tvete2016-05-1941-39/+40
| * | Remove empty private class QWaylandExtensionTemplatePrivateJohan Klokkhammer Helsing2016-05-1912-26/+16
| * | Rename private headers to _p.hPaul Olav Tvete2016-05-1919-21/+28
| * | Fixed eglStream compositingDominik Holland2016-05-1812-25/+165
| * | Rename QWaylandExtension to QWaylandCompositorExtensionPaul Olav Tvete2016-05-1840-167/+167
| * | Add documentation for QWaylandXdgSurface::windowGeometryJohan Klokkhammer Helsing2016-05-151-2/+6
| * | Add popup support to QWaylandQuickCompositor with the wl shell.Erik Larsson2016-05-134-0/+164
| * | Rename QWaylandClientExtension's active() to isActive()Giulio Camuffo2016-05-132-3/+3
| * | Fix buildGiulio Camuffo2016-05-131-0/+2
| * | Add containsMouse property to QWaylandMouseTrackerJohan Klokkhammer Helsing2016-05-132-0/+37
|/ /
* | Mark the QtWaylandCompositor API as \preliminaryPaul Olav Tvete2016-05-1216-1/+30
* | Fix example build dependencyPaul Olav Tvete2016-05-121-0/+2
* | Let inputEventsEnabled control mouse press/releasePaul Olav Tvete2016-05-122-9/+15
* | Postpone QWaylandQuickItem size update after setting outputJohan Klokkhammer Helsing2016-05-061-2/+2
* | QML compositors: Adjust for scale factor when positioning subsurfacesJohan Klokkhammer Helsing2016-05-041-1/+2
* | Don't send release events for uncommitted buffersJohan Klokkhammer Helsing2016-05-041-1/+2
* | Move subsurface test application to tests/manualPaul Olav Tvete2016-05-027-0/+0
* | QtWaylandCompositor: Add support for different EGL buffer formatsLouai Al-Khanji2016-04-2919-194/+680
* | QML compositor: Scale surfaces if bufferScale is not setJohan Klokkhammer Helsing2016-04-291-5/+6
* | QML compositor: Adjust for scale factor when handling mouse eventsJohan Klokkhammer Helsing2016-04-294-10/+14
* | Update the plugins.qmltypes fileGiulio Camuffo2016-04-291-3/+196
* | Automatically initialize the quick extension objectsGiulio Camuffo2016-04-298-32/+15
* | Rename the quick extension macrosGiulio Camuffo2016-04-293-39/+27
* | Compositor API: Add bufferScale property to QWaylandSurfaceJohan Klokkhammer Helsing2016-04-294-0/+48
* | QWaylandQuickItem: Fix potential null-pointer dereferenceLouai Al-Khanji2016-04-281-1/+4
* | Remove left over filesLouai Al-Khanji2016-04-272-197/+0
* | Update the virtual keyboard importJan Arne Petersen2016-04-261-1/+1
* | QML API for xdg-shellJohan Klokkhammer Helsing2016-04-2610-1/+593
* | Add window manager extension to the pure-qml examplePier Luigi Fiorini2016-04-252-0/+14
* | Make window manager extension QML friendlyPier Luigi Fiorini2016-04-255-24/+85
* | Add QML api for client side extension.Erik Larsson2016-04-218-4/+236