summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | Cocoa/Alien: fix qgraphicseffectsource autotestRichard Moe Gustavsen2011-01-281-5/+8
| | * | | | | | | | Cocoa: fix qgraphicsview autotestRichard Moe Gustavsen2011-01-282-2/+6
| | * | | | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-water-stagingRichard Moe Gustavsen2011-01-27211-7739/+15666
| | |\ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-water-staging into mast...Qt Continuous Integration System2011-01-2728-1363/+1865
| | | |\ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | |
| | | * | | | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-water-staging into mast...Qt Continuous Integration System2011-01-2628-1363/+1865
| | | |\ \ \ \ \ \ \ \ | | | | |/ / / / / / / | | | |/| | | | | | |
| | | | * | | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-water-staging into mast...Qt Continuous Integration System2011-01-2628-1363/+1865
| | | | |\ \ \ \ \ \ \
| * | | | \ \ \ \ \ \ \ Merge branch 'staging-master' of scm.dev.nokia.troll.no:qt/qt-lighthouse into...Qt Continuous Integration System2011-01-2794-1549/+7908
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / / | |/| | | | | | | | | |
| | * | | | | | | | | | Merge branch 'master' into lighthouse-masterJørgen Lind2011-01-2610602-16862/+24546
| | |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | Lighthouse: License headers to new files in testliteJørgen Lind2011-01-2611-1/+411
| | * | | | | | | | | | | Make sure we blit the fbo on flush in QGLWindowSurfaceJørgen Lind2011-01-261-2/+2
| | * | | | | | | | | | | Lighthouse: Wayland. Make the wayland integration closer to LighthosueJørgen Lind2011-01-2613-39/+99
| | * | | | | | | | | | | Lighthouse: Wayland, only make one fbo for the WaylandPaintDeviceJørgen Lind2011-01-262-87/+138
| | * | | | | | | | | | | Making clearer separation between responsibility of different classesJørgen Lind2011-01-2615-327/+563
| | * | | | | | | | | | | Make it possible to vertically mirror gl paintingJørgen Lind2011-01-263-5/+23
| | * | | | | | | | | | | Lighthouse:Wayland Moving some logic into filesJørgen Lind2011-01-2618-631/+1121
| | * | | | | | | | | | | Fix Wayland plugin to work with Wayland after some interfaces changedJørgen Lind2011-01-252-10/+9
| | * | | | | | | | | | | Make QGLContext::fromPlatformGLContext show correct sharingJørgen Lind2011-01-254-18/+17
| | * | | | | | | | | | | Remove Lighthouse specific code from QGLWindowSurfaceJørgen Lind2011-01-251-7/+1
| | * | | | | | | | | | | Fix X11 clipboard bug.Jørgen Lind2011-01-251-3/+3
| | * | | | | | | | | | | Fix for uninitialized member in QWaylandCursorRolf Offermanns2011-01-251-1/+1
| | * | | | | | | | | | | wayland: use pkgconfig for libdrm in wayland.proBenjamin Franzke2011-01-251-1/+5
| | * | | | | | | | | | | wayland: remove non-public header from config.testsBenjamin Franzke2011-01-251-2/+1
| | * | | | | | | | | | | wayland: fix SOURCES to point to wayland.cpp in config.testsBenjamin Franzke2011-01-251-1/+1
| | * | | | | | | | | | | Wayland: request rbg and premultiplied argb visuals as neededJesse Barnes2011-01-253-3/+27
| | * | | | | | | | | | | Wayland: clamp window resizes to screen sizeJesse Barnes2011-01-251-3/+13
| | * | | | | | | | | | | Wayland: split GL code into separate filesJesse Barnes2011-01-256-290/+374
| | * | | | | | | | | | | Wayland: use correct viewport for swapBuffers and correct coordsJesse Barnes2011-01-251-15/+28
| | * | | | | | | | | | | Wayland: fix geometry of swapBuffersJesse Barnes2011-01-251-1/+2
| | * | | | | | | | | | | Wayland: clean up swapBuffers codeJesse Barnes2011-01-251-13/+25
| | * | | | | | | | | | | Wayland: add GL widget supportJesse Barnes2011-01-252-4/+96
| | * | | | | | | | | | | Wayland: set parent window pointer in setParent()Jesse Barnes2011-01-252-2/+3
| | * | | | | | | | | | | Wayland: render to a texture, not a renderbufferJesse Barnes2011-01-253-7/+5
| | * | | | | | | | | | | Wayland: put context & drawing objects into the drm surfaceJesse Barnes2011-01-253-28/+27
| | * | | | | | | | | | | Wayland: add partial GL widget supportJesse Barnes2011-01-254-46/+56
| | * | | | | | | | | | | Wayland: add waylandgl platform typeJesse Barnes2011-01-251-0/+3
| | * | | | | | | | | | | Wayland: silence unused variable warnings in qwaylandinputdevice.cppJesse Barnes2011-01-251-0/+7
| | * | | | | | | | | | | Wayland: add GL drawing supportJesse Barnes2011-01-254-32/+167
| | * | | | | | | | | | | Wayland: misc cleanupsJesse Barnes2011-01-252-2/+12
| | * | | | | | | | | | | Introduce drm wayland bufferKristian Høgsberg2011-01-254-40/+151
| | * | | | | | | | | | | Initialize EGLKristian Høgsberg2011-01-253-31/+142
| | * | | | | | | | | | | Cursors, keyboard support, move/resizeKristian Høgsberg2011-01-257-87/+426
| | * | | | | | | | | | | Use QImage::Format_ARGB32_Premultiplied for the surfaceKristian Høgsberg2011-01-251-1/+1
| | * | | | | | | | | | | wayland: Track the QWaylandWindow in the input device instead of the surfaceKristian Høgsberg2011-01-251-12/+17
| | * | | | | | | | | | | wayland: Assign a window id to wayland windowsKristian Høgsberg2011-01-252-0/+10
| | * | | | | | | | | | | wayland: Create and destroy surface at show and hideKristian Høgsberg2011-01-254-10/+35
| | * | | | | | | | | | | wayland: Split input device out to its own fileKristian Høgsberg2011-01-254-163/+185
| | * | | | | | | | | | | Add wayland lighthouse pluginKristian Høgsberg2011-01-2510-0/+870
| | * | | | | | | | | | | Add Qt::Key_ScreenSaverPaul Olav Tvete2011-01-181-0/+1
| | * | | | | | | | | | | Configure: allow -no-framework for lighthouse.Morten Johan Sørvig2011-01-141-1/+1
| | * | | | | | | | | | | Lighthouse: Fix keyboard on testliteJørgen Lind2011-01-072-18/+7