clean up the QT+= stuff in the project files
[profile/ivi/qtwayland.git] / examples /
2011-07-19 Oswald Buddenhagenclean up the QT+= stuff in the project files
2011-07-19 Laszlo AgocsFix compilation of qml example and enable touch handling.
2011-06-30 Laszlo AgocsAdd touch support to qwidget example compositor.
2011-06-27 Paul Olav TveteFix MDI compositor after surfaceMapped API change.
2011-06-23 Jørgen LindUpdate wayland_sha
2011-05-25 Samuel RødalAdded default background.jpg for qml compositor.
2011-05-20 Samuel RødalAdd a .qrc file in qml-compositor so it can be run...
2011-05-20 Samuel RødalPrevent qmake warnings when not building against Qt 5.
2011-05-20 Corentin Charyexamples: new qwidget-compositor-mdi
2011-05-19 Samuel RødalPrevent qmake warnings when not building against Qt 5.
2011-05-19 Corentin Charyexamples/qwidget-compositor: don't use GL if disabled
2011-05-18 Laszlo AgocsAdd an optional retained selection mode to the compositor.
2011-05-09 Laszlo AgocsAdded clipboard support.
2011-05-09 Samuel RødalChanged the API for hiding a surface from setHidden...
2011-05-09 Samuel RødalAdd new hidden property in WaylandSurfaceItem to contro...
2011-05-06 Jørgen LindMake the shadereffect respect the flip property
2011-05-05 Jørgen LindMake qmal compositor resize
2011-04-11 Jørgen LindMake Qt-Compositor build the xcomposite backend as...
2011-04-07 Jørgen LindAdd the egl xcomposite extension
2011-04-06 Jørgen LindAdd XComposite extension to wayland
2011-04-01 Samuel RødalProperly handle surface resizes in QML compositor.
2011-04-01 Samuel RødalMove WaylandSurfaceItem into common API.
2011-04-01 Samuel RødalUse QSGPlainTexture::setImage() instead of generating...
2011-03-31 Samuel RødalUpdate compositor to reflect latest changes in qtquick2.
2011-03-24 Jørgen Lindqwidget-compositor:Make raster default
2011-03-21 Samuel RødalSmarter zooming when not all rows in the layout are...
2011-03-21 Samuel RødalMade compositor keep track of key / pointer focus surfaces.
2011-03-18 Jørgen LindMoved some files around.
2011-03-18 Samuel RødalAdded animation to QML compositor when window is destroyed.
2011-03-18 Samuel RødalGet rid of QML errors when destroying a window.
2011-03-17 Samuel RødalAdded window title and made contrast-lowering effect...
2011-03-17 Jørgen LindIf we use pkg-config we prob don't want to use the...
2011-03-16 Samuel RødalImproved blending in QML compositor.
2011-03-16 Samuel RødalProper handling of transparency.
2011-03-16 Samuel RødalRemove unnecessary output.
2011-03-16 Samuel RødalBetter layouting behavior when window is removed.
2011-03-16 Samuel RødalLower contrast of out-of-focus applications in QML...
2011-03-15 Samuel RødalBetter layouting system in QML compositor.
2011-03-15 Samuel RødalAdded keyboard input to QML compositor.
2011-03-15 Samuel RødalAdded proper removing of windows in QML compositor.
2011-03-15 Samuel RødalAdded initial scene-graph qml based compositor.
2011-03-15 Samuel RødalImprove WaylandSurface input interface a bit.
2011-03-15 Samuel RødalMake WaylandSurface a QObject to have a signal API.
2011-03-15 Samuel RødalGet rid of unused variable warnings.
2011-03-15 Samuel RødalAlways do full updates when using GL.
2011-03-14 Samuel RødalSimplify example compositor by using surface pointer...
2011-03-14 Jørgen LindAdd WaylandSurface class
2011-03-11 Jørgen LindMoved INCLUDEPATH from pro file to pri file
2011-03-11 Jørgen LindAdd a dri2_xcb backend. This does not use the eglBindWa...
2011-03-09 Jørgen LindFix not having "our own include paths in pri files"
2011-03-09 Jørgen LindInitial attempt on abstracting the HW interface.
2011-03-07 Jørgen LindInitial glsupport in qtcomp. It can now draw simple_client
2011-03-04 Samuel RødalCreate new examples directory for the example compositor.