summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/wayland/qwaylandclipboard.cpp
Commit message (Expand)AuthorAgeFilesLines
* Moving wayland plugin to the qtwayland submodulePaul Olav Tvete2011-10-031-301/+0
* Merge branch 'master' into refactorGunnar Sletta2011-08-251-9/+11
|\
| * Handle EINTR gracefully in Wayland clipboard.Laszlo Agocs2011-08-121-1/+2
| * Support QImage and others in Wayland clipboard.Laszlo Agocs2011-08-041-8/+9
* | Merge remote-tracking branch 'base/master' into refactorJørgen Lind2011-06-271-2/+8
|\|
| * Have the selection offer global handled always without delay.Laszlo Agocs2011-06-241-2/+8
* | Merge remote branch 'staging/master' into refactorPaul Olav Tvete2011-05-241-17/+17
|\|
| * Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
* | Merge remote branch 'staging/master' into refactorSamuel Rødal2011-05-201-1/+1
|\|
* | Merge remote branch 'origin/master' into refactorLars Knoll2011-05-161-9/+16
|\|
| * Fix deadlocks in wayland clipboard that can occur in special scenarios.Laszlo Agocs2011-05-131-9/+16
* | Compile fixes after merge.Samuel Rødal2011-05-111-2/+2
|/
* 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-101-1/+1
* Retrieve the actual data in the Wayland clipboard only when requested.Laszlo Agocs2011-05-101-22/+64
* Added Wayland selection support.Laszlo Agocs2011-05-091-0/+242