summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix QT_NO_NETWORKPROXY.con2011-03-221-0/+4
* Lighthouse: Remove drm hack in pro fileJørgen Lind2011-03-221-5/+0
* Lighthouse: fixup from cherry-pickJørgen Lind2011-03-211-1/+0
* Compile fix for QPAPaul Olav Tvete2011-03-211-1/+2
* Lighthouse: compile fix for dri2 contextsJørgen Lind2011-03-211-1/+1
* Lighthouse: Make it possible to compile in default platform pluginJørgen Lind2011-03-181-3/+10
* Fixed compilation of QtOpenGL with Q_WS_QPA.Samuel Rødal2011-03-171-0/+4
* Fixes detected by the static-checkJørgen Lind2011-03-174-4/+86
* Fixup license headers in Lighthouse pluginsJørgen Lind2011-03-17101-113/+441
* Mac: add autorelease pools to create_sysMorten Sorvig2011-03-171-0/+4
* Don't skip remaining events on unhandled events in xcb backend.Samuel Rødal2011-03-171-2/+6
* Merge remote-tracking branch 'origin/master' into lighthouse-masterJørgen Lind2011-03-17350-1876/+8686
|\
| * Merge remote-tracking branch 'integration/qt-master-from-4.7' into HEADThiago Macieira2011-03-162-5/+10
| |\
| | * QTcpSocket: Fix for disconnect in Unbuffered mode.Markus Goetz2011-03-162-5/+10
| | * Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7Thiago Macieira2011-03-157-14/+101
| | |\
| * | \ Merge remote-tracking branch 'origin/4.7' into HEADThiago Macieira2011-03-1631-110/+1824
| |\ \ \
| | * \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2011-03-164-16/+179
| | |\ \ \
| | | * | | QMeeGoLivePixmapData : when creating QImage, use constructor with pitch.Tapani Pälli2011-03-161-1/+1
| | | * | | Added automatic graphicssystem switching on meego when app is minimized.Samuel Rødal2011-03-163-15/+178
| | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2011-03-161-3/+5
| | |\ \ \ \
| | | * | | | Disabled non-QDeclarativeItems in Flickable break flickingMartin Jones2011-03-161-3/+5
| | * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2011-03-1515-19/+1484
| | |\ \ \ \ \
| | | * | | | | Hot fix for compilation without QGL_USE_TEXTURE_POOLJani Hautakangas2011-03-151-0/+2
| | | * | | | | Initial implementation of GLES2.0 resource poolingJani Hautakangas2011-03-1515-19/+1482
| | * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2011-03-151-22/+25
| | |\ \ \ \ \ \ | | | | |_|/ / / | | | |/| | | |
| | | * | | | | Adjust right bearing when breaking with line separatorsJiang Jiang2011-03-151-22/+25
| | * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2011-03-1511-43/+63
| | |\ \ \ \ \ \ | | | | |/ / / / | | | |/| | | / | | | |_|_|_|/ | | |/| | | |
| | | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7Sami Merila2011-03-151-6/+8
| | | |\ \ \ \
| | | | * | | | Avoid panics in QDesktopWidget on Symbian emulator.Laszlo Agocs2011-03-151-6/+8