summaryrefslogtreecommitdiffstats
path: root/src/compositor/wayland_wrapper/wldatasource.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-251-6/+6
| | | | | | | | Change copyrights and license headers from Nokia to Digia Change-Id: Ie65cbe0c622780d2f0672bce19d267d1167620ff Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com> Reviewed-by: Jørgen Lind <jorgen.lind@gmail.com>
* Disable some debug prints in clipboardLaszlo Agocs2012-05-151-2/+1
| | | | | | | | | It is not desirable to have these printed in each and every app that uses the clipboard, especially now that the selection handling is relatively stable. Change-Id: Idf6bab915fd9a4096ca77743d597b106267b99be Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
* Sync up with the latest wayland developments.Hannu Lyytinen2012-04-191-1/+1
| | | | | | | | | | This commit makes the qtwayland module compatible with wayland sha1 677c5180e67be18b7a0867fafb7f205b57a6e9ff. Change-Id: I5af0510034b7e4a038313b80f1f6e0b18fa48eb3 Reviewed-by: Jørgen Lind <jorgen.lind@nokia.com> Reviewed-by: Laszlo Agocs <laszlo.p.agocs@nokia.com> Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
* Use the new cool event wrapper functions generated by wayland-scannerJørgen Lind2012-03-051-1/+1
| | | | | | | | | | This gives us some more static typechecking which is cool.. This fixes actually a couple of minor bugs we had, one where we didn't send a value for the refreshrate of a screen, and a couple in selection. Change-Id: I2b4193b488784885d7cce27f7f5b2d2df45c6c83 Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
* Fixing includes to make it compile againJørgen Lind2012-03-051-1/+3
| | | | | Change-Id: Id62bf1cb47cd375263a6aaa2e21174d476ab4627 Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
* Get rid of warnings in compositor source.Samuel Rødal2012-03-021-0/+1
| | | | | Change-Id: I8977e370e1036bf1722b5e88fc6cc3ade9a2d9a9 Reviewed-by: Laszlo Agocs <laszlo.p.agocs@nokia.com>
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
| | | | | | | | | | | As in the past, to avoid rewriting various autotests that contain line-number information, an extra blank line has been inserted at the end of the license text to ensure that this commit does not change the total number of lines in the license header. Change-Id: I08d8673382f0230d5c5a22a25efaf5c45cef539a Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* Update obsolete contact address.Jason McDonald2012-01-231-1/+1
| | | | | | | | Replace Nokia contact email address with Qt Project website. Change-Id: Ib67c393df41c539deae0ef71e0acc13029ceb46d Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* Update license headers.Jason McDonald2012-01-161-17/+17
| | | | | | | | | | All code in this module outside of src/plugins/platforms/wayland should carry a copy of the BSD license header. The master copy of this header lives at qtbase/header.BSD. Change-Id: Icd56f24f4a3d309db4c1c3aaef25618680c07f6e Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Jørgen Lind <jorgen.lind@nokia.com>
* Restore retained selection support in qt-compositor.Laszlo Agocs2011-12-161-6/+10
| | | | | Change-Id: I20fdffacd4f62d2e7083c269c7f82c059f3e24fc Reviewed-by: Jørgen Lind <jorgen.lind@nokia.com>
* Do not pass mime type by value in data source.Laszlo Agocs2011-12-151-1/+1
| | | | | Change-Id: I2aff8fd090cee82f37b52ad0a6a3cd437c39fcdd Reviewed-by: Jørgen Lind <jorgen.lind@nokia.com>
* Avoid showing incorrect warning when changing the data source.Laszlo Agocs2011-12-121-1/+1
| | | | | | | Also fix a typo. Change-Id: Ic4a059edc3b3bcbbf5acd318e3ba05fad45190eb Reviewed-by: Jørgen Lind <jorgen.lind@nokia.com>
* Make wayland actually a moduleJørgen Lind2011-12-071-0/+126
Also fix so that QtCompositor can be built as shared object. + fix so that the default QT_WAYLAND_GL_CONFIG is wayland_egl Change-Id: I02b72e99286584426bd37ab2d00bbc84af11efdc Reviewed-by: Laszlo Agocs <laszlo.p.agocs@nokia.com>