summaryrefslogtreecommitdiffstats
path: root/examples/qml-compositor
Commit message (Expand)AuthorAgeFilesLines
* Cleaned up project filesAndy Nichols2011-09-131-6/+5
* Compile fixesPaul Olav Tvete2011-09-081-1/+1
* Fixed build and crash issues.Samuel Rødal2011-08-291-10/+4
* make compositor build with refactor - frameSwapped slot addedMatthew Cattell2011-08-181-4/+10
* Merge remote branch 'origin/master' into refactorSamuel Rødal2011-08-053-7/+7
|\
| * Updated according to ShaderEffectItem -> ShaderEffect API changes.Samuel Rødal2011-08-053-7/+7
| * clean up the QT+= stuff in the project filesOswald Buddenhagen2011-07-191-4/+0
* | Merge branch 'master' into refactorLaszlo Agocs2011-07-191-1/+2
|\|
| * Fix compilation of qml example and enable touch handling.Laszlo Agocs2011-07-191-1/+2
* | Get Qt compositor working with wayland EGL on refactor branch.Samuel Rødal2011-06-231-5/+1
* | Merge branch 'master' into refactorJørgen Lind2011-06-231-5/+5
|\|
| * Update wayland_shaJørgen Lind2011-06-231-5/+5
* | Make qml-compositor compile.Laszlo Agocs2011-06-172-2/+5
|/
* Added default background.jpg for qml compositor.Samuel Rødal2011-05-253-2/+3
* Add a .qrc file in qml-compositor so it can be run from anywhere.Samuel Rødal2011-05-203-1/+13
* Prevent qmake warnings when not building against Qt 5.Samuel Rødal2011-05-191-2/+4
* Added clipboard support.Laszlo Agocs2011-05-091-0/+2
* Changed the API for hiding a surface from setHidden to setPaintEnabled.Samuel Rødal2011-05-091-1/+1
* Add new hidden property in WaylandSurfaceItem to control visibility.Samuel Rødal2011-05-092-7/+1
* Make the shadereffect respect the flip propertyJørgen Lind2011-05-061-0/+28
* Make qmal compositor resizeJørgen Lind2011-05-052-2/+5
* Make Qt-Compositor build the xcomposite backend as defaultJørgen Lind2011-04-111-5/+0
* Properly handle surface resizes in QML compositor.Samuel Rødal2011-04-012-1/+16
* Move WaylandSurfaceItem into common API.Samuel Rødal2011-04-012-196/+9
* Use QSGPlainTexture::setImage() instead of generating our own texture.Samuel Rødal2011-04-011-18/+2
* Update compositor to reflect latest changes in qtquick2.Samuel Rødal2011-03-312-15/+15
* Smarter zooming when not all rows in the layout are used.Samuel Rødal2011-03-211-3/+5
* Made compositor keep track of key / pointer focus surfaces.Samuel Rødal2011-03-211-2/+1
* Added animation to QML compositor when window is destroyed.Samuel Rødal2011-03-183-3/+27
* Get rid of QML errors when destroying a window.Samuel Rødal2011-03-183-3/+7
* Added window title and made contrast-lowering effect a bit more subtle.Samuel Rødal2011-03-172-1/+2
* Improved blending in QML compositor.Samuel Rødal2011-03-163-13/+8
* Proper handling of transparency.Samuel Rødal2011-03-164-15/+80
* Remove unnecessary output.Samuel Rødal2011-03-161-2/+0
* Better layouting behavior when window is removed.Samuel Rødal2011-03-163-16/+74
* Lower contrast of out-of-focus applications in QML compositor.Samuel Rødal2011-03-162-2/+4
* Better layouting system in QML compositor.Samuel Rødal2011-03-155-28/+237
* Added keyboard input to QML compositor.Samuel Rødal2011-03-151-2/+17
* Added proper removing of windows in QML compositor.Samuel Rødal2011-03-152-2/+18
* Added initial scene-graph qml based compositor.Samuel Rødal2011-03-154-0/+447