summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* Compile fix for namespaced Qt buildsPaul Olav Tvete2015-11-281-0/+4
* Fix copyright headersPaul Olav Tvete2015-11-0914-42/+42
* Add install targets for new examples.Paul Olav Tvete2015-11-045-1/+16
* Texture fix for examplePaul Olav Tvete2015-11-041-0/+1
* Null pointer check for examplePaul Olav Tvete2015-11-041-2/+6
* Workaround for qwindow-compositor on platforms other than xcbLaszlo Agocs2015-10-281-1/+1
* Add documentation to Qt Wayland CompositorEskil Abrahamsen Blomfeldt2015-10-263-0/+113
* Add support for popups to examplePaul Olav Tvete2015-10-233-4/+57
* New custom extension examplePaul Olav Tvete2015-10-2320-0/+907
* Example project file clean-upsLouai Al-Khanji2015-10-234-28/+19
* Merge branch 'qt/5.6' into wip-compositor-apiPaul Olav Tvete2015-10-131-1/+0
|\
| * Merge remote-tracking branch 'origin/5.5' into 5.6v5.6.0-alpha1Liang Qi2015-08-281-1/+0
| |\
| | * Fix possible race condition leading to a dead lockGiulio Camuffo2015-07-061-1/+0
* | | Initialize member variablePaul Olav Tvete2015-10-021-0/+1
* | | Disable flicking in the examplePaul Olav Tvete2015-09-291-0/+1
* | | Add raise() and lower() to QWaylandQuickItemPaul Olav Tvete2015-09-292-1/+7
* | | Fix reference to removed filePaul Olav Tvete2015-09-181-1/+1
* | | Make the multi-output example workJørgen Lind2015-09-187-74/+160
* | | Fix broken onSurfaceDestroyed animationJørgen Lind2015-09-181-1/+1
* | | Remove qml-compositorJørgen Lind2015-09-1810-842/+1
* | | Simplify the construction of pure-qmlJørgen Lind2015-09-181-10/+5
* | | Remove the QWaylandOutputSpaceJørgen Lind2015-09-183-7/+4
* | | New API for drag and dropPaul Olav Tvete2015-09-174-23/+87
* | | Also draw surfaces without a shell surfacePaul Olav Tvete2015-09-165-9/+28
* | | Implement resize/move for pure-qmlJørgen Lind2015-09-162-37/+8
* | | Adapt example to new API without global coordinatesPaul Olav Tvete2015-09-155-51/+160
* | | Remove global coordinatesJørgen Lind2015-09-142-17/+31
* | | New window compositor examplePaul Olav Tvete2015-09-119-899/+397
* | | Rename QtCompositor to QtWaylandCompositorJørgen Lind2015-09-1011-37/+33
* | | Move the createDefaultSurface function to QWaylandCompositorPrivateJørgen Lind2015-09-102-7/+9
* | | Make it possible to connect to a createSurface signalJørgen Lind2015-09-043-5/+18
* | | Rename primary(Output|OutputSpace) to default(Output|OutputSpace)Jørgen Lind2015-09-044-13/+8
* | | Make it possible to construct QWaylandOutputJørgen Lind2015-09-045-35/+35
* | | Rename automaticFrameCallbacks to automaticFrameCallbackJørgen Lind2015-09-041-1/+1
* | | Move the curser surface signal to QWaylandInputDeviceJørgen Lind2015-09-042-2/+2
* | | Make Manufacturer & Model modifiable properties of QWaylandOutputJørgen Lind2015-09-024-4/+4
* | | Make it possible to create the shell surface from qmlJørgen Lind2015-08-283-17/+27
* | | Remove followRequestedPosition from QWaylandQuickItemJørgen Lind2015-08-281-1/+0
* | | Make the default wl_shell available from QMLJørgen Lind2015-08-286-39/+51
* | | Remove automatic initialisation of extensionsJørgen Lind2015-08-283-7/+0
* | | Remove the qt_sub_surface extensionJørgen Lind2015-08-281-8/+0
* | | Update QWindowCompositor to use the shell view directlyJørgen Lind2015-08-281-2/+14
* | | In QWaylandWindowCompositor rename m_surfaces to m_visibleSurfacesJørgen Lind2015-08-282-26/+22
* | | Fix up that QWindowCompositor didn't send onScreenVisibillityJørgen Lind2015-08-282-20/+49
* | | Remove QtWayland::Compositor and add QWaylandCompositorPrivateJørgen Lind2015-08-281-4/+5
* | | Remove QtWayland::SurfaceJørgen Lind2015-08-281-3/+8
* | | Remove some deprecated apisJørgen Lind2015-08-281-1/+1
* | | Remove output from QWaylandSurfaceJørgen Lind2015-08-282-1/+2
* | | Fixups after rebasingJørgen Lind2015-08-282-10/+16
* | | Use the output for setting screen geometry in qml-compositor exampleJørgen Lind2015-08-281-1/+1