summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-02-032-4/+10
|\
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2011-02-031-1/+7
| |\
| | * Prevent recursion when creating window surface.Samuel Rødal2011-02-021-1/+7
| * | Fix for QTBUG-17035kranthi2011-02-021-3/+3
| |/
* | Merge branch 'master' into lighthouse-masterJørgen Lind2011-01-26198-959/+225
|\ \
| * \ Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-01-17198-937/+217
| |\ \ | | |/
| | * Allow IAP to be selected in Phonon MMF backendRuth Sadler2011-01-111-0/+3
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7Lorn Potter2011-01-111-0/+2
| | |\
| | | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2011-01-10191-191/+191
| | | |\
| | | * | Setting WA_TranslucentBackground after winid() is ineffective on Symbian.Jani Hautakangas2011-01-101-0/+2
| | * | | Merge commit 'refs/merge-requests/959' of git://gitorious.org/qt/qt into inte...Lorn Potter2011-01-114-585/+20
| | |\ \ \ | | | |_|/ | | |/| |
| | | * | Fix ConnMan bearer plugin to use new net.connman service name.Leena Gunda2010-12-094-585/+20
| | * | | Update copyright year to 2011.Jason McDonald2011-01-10191-191/+191
| | | |/ | | |/|
| | * | Merge branch 'review-4.7' into staging-4.7Gabriel de Dietrich2011-01-074-159/+0
| | |\ \
| | | * \ Merge branch '4.7-upstream' into 4.7-waterThierry Bastian2010-12-201-0/+3
| | | |\ \
| | | * | | Remove support for automatic tactile feedback from QS60StyleSami Merila2010-12-164-159/+0
| * | | | | use qBinaryFind instead of bsearchKonstantin Ritt2011-01-111-14/+2
| * | | | | Merge branch 4.7 into qt-master-from-4.7Qt Continuous Integration System2011-01-071-2/+4
| |\ \ \ \ \ | | |/ / / /
| | * | | | Fix KERN-EXEC 0 panic on exit when bearer is searching for WLANsShane Kearns2011-01-061-2/+4
| * | | | | Merge branch 4.7 into qt-master-from-4.7Qt Continuous Integration System2011-01-051-6/+2
| |\ \ \ \ \ | | |/ / / /
| | * | | | Pre-create the GL share widget before window surface creation.Michael Dominic K2011-01-041-6/+2
| | | |/ / | | |/| |
* | | | | Lighthouse: License headers to new files in testliteJørgen Lind2011-01-2611-1/+411
* | | | | 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
* | | | | Lighthouse:Wayland Moving some logic into filesJørgen Lind2011-01-2617-631/+1081
* | | | | Fix Wayland plugin to work with Wayland after some interfaces changedJørgen Lind2011-01-252-10/+9
* | | | | 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: 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