| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | | | | | | | | | | | Better error reporting in XCB platform. | Samuel Rødal | 2011-03-30 | 1 | -2/+10 |
|
|
| * | | | | | | | | | | | | | | Unswapped arguments to xcb_set_input_focus. | Samuel Rødal | 2011-03-30 | 1 | -1/+1 |
|
|
| * | | | | | | | | | | | | | | Fixed synchronization issue in QXcbWindow. | Samuel Rødal | 2011-03-30 | 4 | -3/+13 |
|
|
| * | | | | | | | | | | | | | | Fixed X error in qxcbwindowsurface.cpp | Samuel Rødal | 2011-03-30 | 1 | -1/+2 |
|
|
| * | | | | | | | | | | | | | | Fixed off-by-one error in request name error logging in XCB platform. | Samuel Rødal | 2011-03-30 | 1 | -0/+1 |
|
|
| * | | | | | | | | | | | | | | Protect access to the call log with a mutex. | Samuel Rødal | 2011-03-30 | 2 | -5/+13 |
|
|
| * | | | | | | | | | | | | | | Added X error tracking to XCB platform. | Samuel Rødal | 2011-03-30 | 4 | -67/+122 |
|
|
| * | | | | | | | | | | | | | | Remove unnecessary setters in XCB plugin. | Samuel Rødal | 2011-03-30 | 1 | -3/+0 |
|
|
| * | | | | | | | | | | | | | | Threaded event handling and improved error reporting in XCB plugin. | Samuel Rødal | 2011-03-29 | 6 | -35/+284 |
|
|
| * | | | | | | | | | | | | | | Don't break on the first unhandled event in XCB plugin. | Samuel Rødal | 2011-03-29 | 1 | -1/+1 |
|
|
| * | | | | | | | | | | | | | | Xlib platform plugin also doesn't support PING protocol. | Samuel Rødal | 2011-03-28 | 1 | -1/+1 |
|
|
| * | | | | | | | | | | | | | | Fixed typo. | Samuel Rødal | 2011-03-25 | 6 | -9/+9 |
|
|
| * | | | | | | | | | | | | | | Fixed GLX on Nvidia for XCB backend. | Samuel Rødal | 2011-03-25 | 1 | -0/+3 |
|
|
| * | | | | | | | | | | | | | | Lighthouse: Wayland: Fix the readback for the glContext in the egl | Jørgen Lind | 2011-03-25 | 1 | -3/+30 |
|
|
| * | | | | | | | | | | | | | | Lighthouse: Wayland: Print out what platformbackend we are using | Jørgen Lind | 2011-03-25 | 4 | -1/+8 |
|
|
| * | | | | | | | | | | | | | | Prevent crash on exit by deleting QXcbWindow's GL context integration. | Samuel Rødal | 2011-03-24 | 1 | -0/+1 |
|
|
| * | | | | | | | | | | | | | | Lighthouse: Move glx common code into shared files | Jørgen Lind | 2011-03-24 | 13 | -392/+33 |
|
|
| * | | | | | | | | | | | | | | Lighthouse: Wayland: Make QGLWidget work with the glx integration | Jørgen Lind | 2011-03-24 | 1 | -4/+32 |
|
|
| * | | | | | | | | | | | | | | Added missing -lX11 to xpixmap_glx wayland integration. | Samuel Rødal | 2011-03-24 | 2 | -1/+2 |
|
|
| * | | | | | | | | | | | | | | Lighthouse: Wayland. Added glx backend for gl integration | Jørgen Lind | 2011-03-24 | 15 | -10/+533 |
|
|
| * | | | | | | | | | | | | | | Lighthouse: Wayland Fix naming bug in the glintegration | Jørgen Lind | 2011-03-24 | 4 | -4/+4 |
|
|
| * | | | | | | | | | | | | | | Don't say we support _NET_WM_PING when we don't (xcb platform). | Samuel Rødal | 2011-03-24 | 1 | -1/+1 |
|
|
| * | | | | | | | | | | | | | | Lighthouse: Wayland: Added a xpixmap readback glcontext | Jørgen Lind | 2011-03-23 | 19 | -11/+359 |
|
|
| * | | | | | | | | | | | | | | Lighthouse: Wayland: Move the frame throttling into the platform window | Jørgen Lind | 2011-03-23 | 3 | -19/+24 |
|
|
| * | | | | | | | | | | | | | | Lighthouse: Wayland, implement gl_integration | Jørgen Lind | 2011-03-23 | 20 | -158/+224 |
|
|
| * | | | | | | | | | | | | | | Avoid duplicate calls to eglGetDisplay() in XCB / Xlib platforms. | Samuel Rødal | 2011-03-23 | 7 | -13/+22 |
|
|
| * | | | | | | | | | | | | | | We need the xml libs for QML also for the simulator. | con | 2011-03-22 | 1 | -0/+8 |
|
|
| * | | | | | | | | | | | | | | Use the new QT_QPA_DEFAULT_PLATFORM_NAME define. | con | 2011-03-22 | 1 | -13/+3 |
|
|
| * | | | | | | | | | | | | | | Lighthouse: Remove drm hack in pro file | Jørgen Lind | 2011-03-22 | 1 | -5/+0 |
|
|
| * | | | | | | | | | | | | | | Lighthouse: compile fix for dri2 contexts | Jørgen Lind | 2011-03-21 | 1 | -1/+1 |
|
|
* | | | | | | | | | | | | | | | Don't crash when requesting text. | Frederik Gladhorn | 2011-04-01 | 1 | -1/+5 |
|
|
* | | | | | | | | | | | | | | | Let QAccessibleButton::text return something even when not visible. | Frederik Gladhorn | 2011-04-01 | 1 | -3/+0 |
|
|
* | | | | | | | | | | | | | | | Merge branch 'master-upstream' | Thierry Bastian | 2011-03-24 | 197 | -1184/+8792 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | |_|_|_|/ / / / / / / / / /
| |/| | | | | | | | | | | | | |
|
| * | | | | | | | | | | | | | | Merge remote-tracking branch 'mainline/master' | Oswald Buddenhagen | 2011-03-22 | 142 | -1108/+8543 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'qt-master-from-4.7' of scm.dev.nokia.troll.no:qt/qt-integration... | Qt Continuous Integration System | 2011-03-22 | 2 | -6/+19 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | |_|_|_|_|_|_|_|_|_|_|_|/ /
| | |/| | | | | | | | | | | | | |
|
| | | * | | | | | | | | | | | | | Merge branch 4.7 into qt-master-from-4.7 | Qt Continuous Integration System | 2011-03-19 | 2 | -6/+19 |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | |_|_|_|_|/ / / / / / /
| | | | |/| | | | | | | | | | | |
|
| | | | * | | | | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ... | Qt Continuous Integration System | 2011-03-18 | 2 | -6/+19 |
| | | | |\ \ \ \ \ \ \ \ \ \ \ \ |
|
| | | | | * | | | | | | | | | | | | Added setSwitchPolicy to MeeGo graphicssystem helper API. | Samuel Rødal | 2011-03-18 | 2 | -6/+19 |
|
|
| | * | | | | | | | | | | | | | | | Merge branch 'qt-master-from-4.7' of scm.dev.nokia.troll.no:qt/qt-integration... | Qt Continuous Integration System | 2011-03-19 | 1 | -1/+38 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | |/ / / / / / / / / / / / / /
| | | | | | / / / / / / / / / / /
| | | |_|_|/ / / / / / / / / / /
| | |/| | | | | | | | | | | | | |
|
| | | * | | | | | | | | | | | | | Merge branch 4.7 into qt-master-from-4.7 | Qt Continuous Integration System | 2011-03-18 | 1 | -1/+38 |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | | |/ / / / / / / / / / / /
| | | | | | | | / / / / / / / /
| | | | |_|_|_|/ / / / / / / /
| | | |/| | | | | | | | | | | |
|
| | | | * | | | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ... | Qt Continuous Integration System | 2011-03-17 | 1 | -1/+38 |
| | | | |\ \ \ \ \ \ \ \ \ \ \
| | | | | |/ / / / / / / / / / |
|
| | | | | * | | | | | | | | | | Switch to raster also when last window is destroyed (on MeeGo). | Samuel Rødal | 2011-03-17 | 1 | -1/+38 |
|
|
| | * | | | | | | | | | | | | | Fixes detected by the static-check | Jørgen Lind | 2011-03-17 | 3 | -3/+85 |
|
|
| | * | | | | | | | | | | | | | Fixup license headers in Lighthouse plugins | Jørgen Lind | 2011-03-17 | 101 | -113/+441 |
|
|
| | * | | | | | | | | | | | | | Don't skip remaining events on unhandled events in xcb backend. | Samuel Rødal | 2011-03-17 | 1 | -2/+6 |
|
|
| | * | | | | | | | | | | | | | Merge remote-tracking branch 'origin/master' into lighthouse-master | Jørgen Lind | 2011-03-17 | 68 | -88/+292 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | |/ / / / / / / / / / / / |
|
| | * | | | | | | | | | | | | | Lighthouse: Xcb, compile fix for the glx path | Jørgen Lind | 2011-03-16 | 1 | -0/+2 |
|
|
| | * | | | | | | | | | | | | | Compile. | Morten Johan Sørvig | 2011-03-16 | 1 | -1/+5 |
|
|
| | * | | | | | | | | | | | | | Properly set the window event masks etc for screens and GL windows too. | Samuel Rødal | 2011-03-15 | 2 | -3/+5 |
|
|
| | * | | | | | | | | | | | | | Fix race condition in the non-GL case | Paul Olav Tvete | 2011-03-14 | 3 | -5/+12 |
|
|