summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/wayland
Commit message (Collapse)AuthorAgeFilesLines
...
| * Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-2463-1081/+1081
| | | | | | | | | | | | | | Updated version of LGPL and FDL licenseheaders. Apply release phase licenseheaders for all source files. Reviewed-by: Trust Me
| * Track Wayland changesPaul Olav Tvete2011-05-233-3/+40
| | | | | | | | | | | | | | The wl_display_get_xxxx_visual() functions have been removed, and are replaced by a compositor event. Reviewed-by: Samuel
* | Remove superfluous setter / getter for QWindowFormat in QWindow.Samuel Rødal2011-05-231-1/+1
| |
* | Merge remote branch 'staging/master' into refactorSamuel Rødal2011-05-2011-3/+330
|\| | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/opengl/qgl_qpa.cpp src/plugins/platforms/glxconvenience/qglxconvenience.cpp src/plugins/platforms/platforms.pro src/plugins/platforms/wayland/qwaylandwindow.cpp src/plugins/platforms/xcb/qxcbwindow.cpp src/plugins/platforms/xcb/qxcbwindow.h src/plugins/platforms/xcb/qxcbwindowsurface.cpp src/widgets/kernel/qwidget_qpa.cpp tests/auto/qvariant/tst_qvariant.cpp
| * Lighthouse xcb and xlib: Add support for transparency of GLX windows.Janusz Lewandowski2011-05-191-1/+3
| | | | | | | | | | | | Merge-request: 1231 Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com> (cherry picked from commit a3b627e1c5ce03a2500ab35c64729b1995639dcc)
| * Don't crash if windowmanager is not initializedLasse Holmstedt2011-05-191-1/+2
| | | | | | | | | | | | | | This can happen if there is e.g. no wayland server. Reviewed-by: sroedal (cherry picked from commit aea5e35f57d061b133d2fa613d10f5e0118f5706)
| * Wayland: send surface id + process id pairs to compositorLasse Holmstedt2011-05-199-1/+324
| | | | | | | | | | | | | | | | This enables doing window/process management since we can now actually map the process we've launched to a window. Reviewed-by: Samuel Rødal (cherry picked from commit 457c33d9fd308542c9290fd60bf86960f9251255)
* | Merge remote branch 'origin/master' into refactorLars Knoll2011-05-162-10/+24
|\| | | | | | | | | | | Conflicts: src/modules/qt_openvg.pri src/widgets/to_be_moved/qlinecontrol_p.h
| * Fix deadlocks in wayland clipboard that can occur in special scenarios.Laszlo Agocs2011-05-132-10/+24
| | | | | | | | | | | | | | | | | | | | | | | | setMimeData() emits the changed signal always so to prevent duplicated signals keyboardFocus() must only emit when the change came from another wayland client. However direct connection may cause issues when invoking the slot from a wayland callback, so use a metacall to make sure we return from the callback. Unnecessary data transfer and potential deadlock is now also avoided when a client is requesting the mime data from itself. Reviewed-by: Jørgen Lind
* | Compile fixes after merge.Samuel Rødal2011-05-111-2/+2
| |
* | Merge remote branch 'staging/master' into refactorSamuel Rødal2011-05-118-4/+404
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/gui/painting/qdrawhelper_p.h src/gui/painting/qgraphicssystemfactory.cpp src/gui/painting/qpainter.cpp src/gui/painting/qunifiedtoolbarsurface_mac.cpp src/gui/painting/qunifiedtoolbarsurface_mac_p.h src/openvg/openvg.pro src/openvg/qpaintengine_vg.cpp src/openvg/qwindowsurface_vg.cpp src/openvg/qwindowsurface_vgegl.cpp src/plugins/platforms/wayland/qwaylanddisplay.cpp src/widgets/graphicsview/qgraphicsscene.cpp
| * Prevent crash in wayland mimedata in case there is no offer.Laszlo Agocs2011-05-101-0/+2
| |
| * Remove const from QPlatformClipboard::mimeData().Laszlo Agocs2011-05-102-3/+3
| | | | | | | | | | Most implementations will anyway do non-const operations in there, the change avoids the need for const_cast or mutable.
| * Retrieve the actual data in the Wayland clipboard only when requested.Laszlo Agocs2011-05-102-23/+69
| |
| * Turned on private headers for some plugins.Jonni Rainisto2011-05-091-0/+2
| | | | | | | | Reviewed-by: axis
| * Added Wayland selection support.Laszlo Agocs2011-05-098-3/+354
| |
* | Wayland plugin compile fixes.Samuel Rødal2011-05-093-3/+3
| |
* | QTDIR/src compiles againLars Knoll2011-05-071-1/+1
| |
* | Fixed compilation of Wayland plugin.Samuel Rødal2011-05-063-9/+13
| |
* | Merge remote branch 'origin/master' into refactorLars Knoll2011-05-0419-81/+210
|\|
| * Remove warningsJørgen Lind2011-05-041-0/+1
| | | | | | | | (cherry picked from commit 9625c564877414695a9706acf34bc8719018ef06)
| * Fix Wayland plugin so it works with the wayland bind apiJørgen Lind2011-05-045-50/+26
| | | | | | | | | | | | This is mostly for the xcomposite api, but also we needed to readEvents after doing a connect (cherry picked from commit 16c054125949b8f8ceec9626156d8790254a63a2)
| * wayland: Track wayland changesKristian Høgsberg2011-05-045-21/+12
| | | | | | | | | | | | Pass version number when creating proxies, use wl_ prefix when looking up interfaces and drop wl_egl_display. (cherry picked from commit c2adf9395214d711a3a40516c6c2afa64b3b4ca3)
| * Merged master into qtquick2.axis2011-04-271-1/+1
| |\
| * | Initial import from qtquick2.Qt by Nokia2011-04-2710-9/+170
| | | | | | | | | | | | | | | Branched from the monolithic repo, Qt qtquick2 branch, at commit a4a585d2ee907746682846ae6e8a48e19deef469
* | | Track QPlatformGLContext API changesPaul Olav Tvete2011-05-035-10/+2
| | |
* | | Make the wayland plugin compilePaul Olav Tvete2011-04-2939-89/+86
| | |
* | | include file fix for waylandPaul Olav Tvete2011-04-293-2/+5
| | |
* | | Dont call QPlatformGLContext::makeCurrent from subclassJørgen Lind2011-04-283-3/+3
| |/ |/| | | | | (cherry picked from commit fc0a6ab220ab97b8f6acf90bf04b46de513a4d96)
* | Introduced the QT.<module>.plugins variable to module profiles.axis2011-04-271-1/+1
|/
* Initial import from the monolithic Qt.Qt by Nokia2011-04-2765-0/+6073
This is the beginning of revision history for this module. If you want to look at revision history older than this, please refer to the Qt Git wiki for how to use Git history grafting. At the time of writing, this wiki is located here: http://qt.gitorious.org/qt/pages/GitIntroductionWithQt If you have already performed the grafting and you don't see any history beyond this commit, try running "git log" with the "--follow" argument. Branched from the monolithic repo, Qt master branch, at commit 896db169ea224deb96c59ce8af800d019de63f12