profile/ivi/qtwayland.git
2011-05-19 Samuel RødalPrevent qmake warnings when not building against Qt 5.
2011-05-19 Lasse HolmstedtWindow manager extension for wayland
2011-05-19 Corentin Charyqt-compositor: fix build with QT_WAYLAND_GL_CONFIG...
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-12 Jørgen LindBug, we didn't support multiple attaches
2011-05-12 Samuel RødalFixed missing texture updates.
2011-05-11 Paul Olav TveteRemove Wayland copy, now that we have wayland_sha1.txt
2011-05-11 Laszlo AgocsUpdated known-good wayland sha.
2011-05-11 Laszlo AgocsFix build break caused by wayland master changes.
2011-05-10 Jørgen LindFix support for making compositors in different directory
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-08 Jørgen LindAdd default value to inverted y on glx
2011-05-06 Jørgen LindWe still support not having custome shaders
2011-05-06 Jørgen LindImplement invertedY in the glx backend
2011-05-06 Jørgen LindMake the shadereffect respect the flip property
2011-05-06 Jørgen LindAdd invertedY flag for surface
2011-05-05 Jørgen LindMake qmal compositor resize
2011-05-05 Jørgen LindCompilefix
2011-05-03 Jørgen LindQT_COMPOSITOR_WAYLAND_GL defines in wlsurface
2011-05-03 Jørgen LindAdded textfile showing what sha1 in wayland we have...
2011-05-03 Jørgen LindRemove warnings
2011-05-03 Jørgen LindUpdate 3rd party Wayland
2011-05-03 Jørgen LindUpdated the xcomposite extension
2011-05-03 Jørgen LindFollow Wayland API Changes
2011-04-28 Paul Olav TveteSupport for direct rendering (non-composited mode)
2011-04-26 Gunnar SlettaThe texture node already flips, so we need to flip...
2011-04-19 Samuel RødalPrevent flipped rendering in QML compositor.
2011-04-19 Jørgen LindDont use accept4 && SOCK_CLOEXEC
2011-04-18 Paul Olav TveteAvoid crash when texture changes.
2011-04-15 Gunnar SlettaMerge branch 'master' of git://scm.dev.nokia.troll...
2011-04-15 Gunnar SlettaMake compositor work with scenegraph items again
2011-04-15 Jørgen LindFix missing X11 dependency
2011-04-15 Gunnar SlettaMerge branch 'master' of git://scm.dev.nokia.troll...
2011-04-14 Gunnar SlettaUpdate to the new texture API in scenegraph
2011-04-14 Gunnar SlettaMerge branch 'master' of git://scm.dev.nokia.troll...
2011-04-14 Gunnar SlettaSet the correct filtering when the texture is used...
2011-04-14 Gunnar SlettaNo more source rect in the texture item
2011-04-14 Gunnar Slettawork
2011-04-14 Gunnar SlettaUse pixel coordinates
2011-04-14 Jørgen LindUpdating src/3rdparty/wayland to head of Wayland master
2011-04-14 Jørgen LindMake Qt-Compositor conform to Wayland api changes
2011-04-14 Gunnar SlettaCompile after scene graph changes
2011-04-11 Jørgen LindAdjust the README
2011-04-11 Jørgen LindUpdate readme with mac specifics
2011-04-11 Jørgen LindMake it possible to build Qt-Compositor without gl...
2011-04-11 Jørgen LindAdd a custom rule for hardware_integration
2011-04-11 Jørgen LindMake Qt-Compositor build the xcomposite backend as...
2011-04-08 Samuel RødalPrevent accessing destroyed WaylandSurface in WaylandSu...
2011-04-07 Jørgen LindAdd the egl xcomposite extension
2011-04-06 Harald Fernengeladd missing \n in debug output
2011-04-06 Jørgen LindRemove glesv2 pkg-config config. We should pick this up
2011-04-06 Jørgen LindFixup to 35e6608ce14d05973c6ceee4c2ee046d10af4aaf
2011-04-06 Harald FernengelSet the rpath
2011-04-06 Jørgen LindAdd XComposite extension to wayland
2011-04-05 Samuel RødalUpdate according to latest changes to QSGTextureProvider.
2011-04-05 Samuel RødalDo a delayed map in Wayland::Surface if needed.
2011-04-05 Samuel RødalDon't emit mapped until the surface is actually mapped.
2011-04-01 Paul Olav TveteMake it possible to create WaylandSurfaceItem from QML
2011-04-01 Samuel RødalProperly handle surface resizes in QML compositor.
2011-04-01 Samuel RødalSome tweaks to WaylandSurfaceItem API.
2011-04-01 Samuel RødalRemove debugging from compositor_api.pri
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-24 Samuel RødalAdded texture accessor to WaylandSurface even in the...
2011-03-23 Paul Olav TveteAdd destroyClientForSurface() method
2011-03-22 Jørgen LindAdding destination directory for wayland build
2011-03-22 Jørgen LindFix how wayland is compiled so that we can pick up...
2011-03-21 Paul Olav TveteWorkaround for qmake problem
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 LindAdd readme
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ødalFixed wrong coordinates sent for button press events.
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 Jørgen LindMake configuration of Qt-Compositor easier to understand
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 LindUse Factory for GraphicsHardwareIntegration
2011-03-14 Jørgen LindAdd WaylandSurface class
2011-03-11 Paul Olav TveteDon't break the non-GL case
next