summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Rename QtCompositor to QtWaylandCompositorJørgen Lind2015-09-10128-330/+315
* Move the createDefaultSurface function to QWaylandCompositorPrivateJørgen Lind2015-09-107-32/+43
* Remove legacy namingJørgen Lind2015-09-103-38/+0
* Fix crash in pickView()Paul Olav Tvete2015-09-081-2/+2
* Make it possible to connect to a createSurface signalJørgen Lind2015-09-0413-35/+150
* Add an assert in QtWaylandScanner for duplicate bindsJørgen Lind2015-09-041-0/+1
* Cleanup QWaylandQuickCompositorExtension fileJørgen Lind2015-09-042-8/+3
* Set default size if a QWindow has no geometryJørgen Lind2015-09-041-3/+5
* Make sure we don't send enter events continuslyJørgen Lind2015-09-041-1/+2
* Rename primary(Output|OutputSpace) to default(Output|OutputSpace)Jørgen Lind2015-09-0411-38/+34
* Make it possible to discard currentBuffer of a viewJørgen Lind2015-09-043-1/+13
* QWaylandOutput::outputForClient to QWaylandOutput::resourceForClientJørgen Lind2015-09-042-5/+4
* Make it possible to construct QWaylandOutputJørgen Lind2015-09-0419-180/+194
* Rename automaticFrameCallbacks to automaticFrameCallbackJørgen Lind2015-09-043-11/+18
* Add missing QT_X_NAMESPACEJørgen Lind2015-09-041-0/+4
* Move the curser surface signal to QWaylandInputDeviceJørgen Lind2015-09-047-17/+14
* Add way for classes to get polish events on compositor initiazliationJørgen Lind2015-09-042-0/+19
* Make Manufacturer & Model modifiable properties of QWaylandOutputJørgen Lind2015-09-0217-51/+43
* Enable the HW integration extension by default againJørgen Lind2015-08-317-4/+32
* compilefix for removed qwlcompositor_p.h header in HW integrationsJørgen Lind2015-08-314-10/+7
* Make sure to update the content fbo for QWaylandGLContextJørgen Lind2015-08-282-1/+2
* Use QWaylandBufferRef in QWaylandSurfacePrivate::setBackBufferJørgen Lind2015-08-281-10/+2
* Make it possible to create the shell surface from qmlJørgen Lind2015-08-287-29/+67
* Macro for QML extension boilerplateJørgen Lind2015-08-284-61/+122
* Compilefix from Pauls high DPI changesJørgen Lind2015-08-282-6/+6
* Remove followRequestedPosition from QWaylandQuickItemJørgen Lind2015-08-283-22/+0
* Make the default wl_shell available from QMLJørgen Lind2015-08-2835-694/+681
* Remove automatic initialisation of extensionsJørgen Lind2015-08-2821-104/+30
* Move qwltouch_p.h into qwaylandtouch_p.hJørgen Lind2015-08-285-200/+94
* Remove the qt_sub_surface extensionJørgen Lind2015-08-2810-546/+0
* Update QWindowCompositor to use the shell view directlyJørgen Lind2015-08-281-2/+14
* Move QWaylandKeyboardPrivate away from wayland_wrapperJørgen Lind2015-08-2810-455/+351
* In QWaylandWindowCompositor rename m_surfaces to m_visibleSurfacesJørgen Lind2015-08-282-26/+22
* Move ref and unref from QWaylandSurface to privateJørgen Lind2015-08-285-62/+58
* Removed the m_ prefix for variables in QWaylandSurfacePrivateJørgen Lind2015-08-283-125/+108
* Move QWaylandPointerPrivate into a _p file and remove the apiJørgen Lind2015-08-289-316/+175
* Remove QtWayland::InputDeviceJørgen Lind2015-08-2817-435/+226
* Remove the QtWayland::Output classJørgen Lind2015-08-2811-707/+483
* Fix up that QWindowCompositor didn't send onScreenVisibillityJørgen Lind2015-08-284-22/+58
* Use QWaylandClient in constructor of QWaylandSurfaceJørgen Lind2015-08-287-11/+11
* Remove QtWayland::Compositor and add QWaylandCompositorPrivateJørgen Lind2015-08-2860-1093/+713
* Move some virtual functions into protected scoping.Jørgen Lind2015-08-283-7/+14
* Remove QtWayland::SurfaceJørgen Lind2015-08-2844-871/+543
* Remove the Surface role functionalityJørgen Lind2015-08-282-75/+0
* Remove some deprecated apisJørgen Lind2015-08-283-85/+1
* Remove output from QWaylandSurfaceJørgen Lind2015-08-2818-105/+102
* Fixups after rebasingJørgen Lind2015-08-2819-203/+78
* Use the output for setting screen geometry in qml-compositor exampleJørgen Lind2015-08-281-1/+1
* Remove excess definition of QWaylandKeymapJørgen Lind2015-08-2814-105/+24
* WIP: public QWaylandShellJørgen Lind2015-08-282-0/+182