summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | Re-added missing call log in XCB backend.Samuel Rødal2011-04-061-0/+1
| * | Flush XCB connection before blocking.Samuel Rødal2011-04-061-0/+2
| * | qFatal() if no connection to wayland is availableHarald Fernengel2011-04-061-2/+3
| * | use at() instead of [] for const accessHarald Fernengel2011-04-061-1/+1
| * | Implemented _NET_WM_PING protocol in XCB backend.Samuel Rødal2011-04-061-1/+9
| * | Use OpenGL backend for proof of concept UIKit lighthouse plugin.con2011-04-057-201/+303
| * | Fix QPA prerendered fonts in combination with GL paint engine.con2011-04-051-4/+9
| * | Compile fixes for GL ES and Maccon2011-04-053-15/+23
| * | uikit: Set the offline storage path for QMLcon2011-04-052-2/+16
| * | Make sure to delete wayland surface when QWaylandWindow is destroyed.Samuel Rødal2011-04-051-0/+2
| * | Implement QWaylandIntegration::hasOpenGL().Samuel Rødal2011-04-052-0/+11
| * | Process XCB events on aboutToBlock() instead of awake().Samuel Rødal2011-04-041-1/+1
| * | Lighthouse: Add drawable bit to the glx config selection rutineJørgen Lind2011-04-043-7/+7
| * | Wayland: Allways have a userPtr for QWaylandWindowJørgen Lind2011-04-043-7/+8
| * | Moved all XCB event handling back into the main thread.Samuel Rødal2011-04-016-210/+86
| * | Fixed compilation of wayland plugin when there's no GL support.Samuel Rødal2011-04-011-0/+2
| * | Fixed synchronizations issues in XCB platform plugin.Samuel Rødal2011-03-316-98/+170
| * | Removed superfluous sync in QXcbWindowSurface.Samuel Rødal2011-03-301-2/+0
| * | Prevent dead-lock when quitting XCB application.Samuel Rødal2011-03-301-0/+2
| * | Compile fix.Samuel Rødal2011-03-301-2/+2
| * | Fixed dead-locks in XCB window surface.Samuel Rødal2011-03-302-13/+11
| * | Prevent deadlock in XCB due to GLX calling XCB functions.Samuel Rødal2011-03-301-1/+3
| * | Better error reporting in XCB platform.Samuel Rødal2011-03-301-2/+10
| * | Unswapped arguments to xcb_set_input_focus.Samuel Rødal2011-03-301-1/+1
| * | Fixed synchronization issue in QXcbWindow.Samuel Rødal2011-03-304-3/+13
| * | Fixed X error in qxcbwindowsurface.cppSamuel Rødal2011-03-301-1/+2
| * | Fixed off-by-one error in request name error logging in XCB platform.Samuel Rødal2011-03-301-0/+1
| * | Protect access to the call log with a mutex.Samuel Rødal2011-03-302-5/+13
| * | Added X error tracking to XCB platform.Samuel Rødal2011-03-304-67/+122
| * | Remove unnecessary setters in XCB plugin.Samuel Rødal2011-03-301-3/+0
| * | Threaded event handling and improved error reporting in XCB plugin.Samuel Rødal2011-03-296-35/+284
| * | Don't break on the first unhandled event in XCB plugin.Samuel Rødal2011-03-291-1/+1
| * | Xlib platform plugin also doesn't support PING protocol.Samuel Rødal2011-03-281-1/+1
| * | Fixed typo.Samuel Rødal2011-03-256-9/+9
| * | Fixed GLX on Nvidia for XCB backend.Samuel Rødal2011-03-251-0/+3
| * | Lighthouse: Wayland: Fix the readback for the glContext in the eglJørgen Lind2011-03-251-3/+30
| * | Lighthouse: Wayland: Print out what platformbackend we are usingJørgen Lind2011-03-254-1/+8
| * | Prevent crash on exit by deleting QXcbWindow's GL context integration.Samuel Rødal2011-03-241-0/+1
| * | Lighthouse: Move glx common code into shared filesJørgen Lind2011-03-2413-392/+33
| * | Lighthouse: Wayland: Make QGLWidget work with the glx integrationJørgen Lind2011-03-241-4/+32
| * | Added missing -lX11 to xpixmap_glx wayland integration.Samuel Rødal2011-03-242-1/+2
| * | Lighthouse: Wayland. Added glx backend for gl integrationJørgen Lind2011-03-2415-10/+533
| * | Lighthouse: Wayland Fix naming bug in the glintegrationJørgen Lind2011-03-244-4/+4
| * | Don't say we support _NET_WM_PING when we don't (xcb platform).Samuel Rødal2011-03-241-1/+1
| * | Lighthouse: Wayland: Added a xpixmap readback glcontextJørgen Lind2011-03-2319-11/+359
| * | Lighthouse: Wayland: Move the frame throttling into the platform windowJørgen Lind2011-03-233-19/+24
| * | Lighthouse: Wayland, implement gl_integrationJørgen Lind2011-03-2320-158/+224
| * | Avoid duplicate calls to eglGetDisplay() in XCB / Xlib platforms.Samuel Rødal2011-03-237-13/+22
| * | We need the xml libs for QML also for the simulator.con2011-03-221-0/+8
| * | Use the new QT_QPA_DEFAULT_PLATFORM_NAME define.con2011-03-221-13/+3