summaryrefslogtreecommitdiffstats
path: root/src/compositor/wayland_wrapper/wlshellsurface.h
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>
* Fix fall out from shell protocol changeLaszlo Agocs2012-07-251-1/+1
| | | | | | | | Compositors were crashing every time a new surface having the transient parent set was created. Change-Id: I3c5c0d8ca34c6739f7886281f17d1a8b0aa1c7cb Reviewed-by: Jørgen Lind <jorgen.lind@nokia.com>
* Update to wayland headLaszlo Agocs2012-05-091-2/+11
| | | | | Change-Id: Ie012861bc40e3bc448d85c9d8c27f798434020ed Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
* Sync up with the latest wayland developments.Hannu Lyytinen2012-04-191-2/+2
| | | | | | | | | | 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>
* Decorations: Make it possible to move windows with transient parentLaszlo Agocs2012-04-171-1/+4
| | | | | | | This was not working previously due to not updating the offset. Change-Id: I0a8db17a1eabeb6139129386675b271f9e1b8f22 Reviewed-by: Jørgen Lind <jorgen.lind@nokia.com>
* Client side decorationJørgen Lind2012-04-111-0/+72
| | | | | | | | | Something is alot better than nothing :) This gives window decorations for QWidgets and other applications that use QBackingStore Change-Id: Ic748ee1df88236b20416029e20e26532f7fb4476 Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
* Upgrade to newer wayland SHA-1.Samuel Rødal2012-03-051-1/+7
| | | | | Change-Id: If0c1d86a3011e266cafabeb875bc5616191a8cf4 Reviewed-by: Jørgen Lind <jorgen.lind@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>
* Remove unused variables from wlcompositor and wlsurfaceJørgen Lind2012-01-101-14/+22
| | | | | | | | and add the popupinterface with updated sha1 Change-Id: I4c35039451edc0175be4f570b6de1036a147d86f Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com> Sanity-Review: Samuel Rødal <samuel.rodal@nokia.com>
* Create a ShellSurface classJørgen Lind2012-01-101-0/+102
so that we can actually do something usefull in the callbacks Change-Id: Ie8e85757bf5c90caa40db34df1b8bc642ba09962 Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>