add a platform interface for DnD
authorLars Knoll <lars.knoll@nokia.com>
Tue, 31 May 2011 18:45:27 +0000 (20:45 +0200)
committerLars Knoll <lars.knoll@nokia.com>
Wed, 1 Jun 2011 07:55:39 +0000 (09:55 +0200)
commit38745b341c5c4d49fdb0e87f79f2714f105f63fe
tree50b9d0dc446758258f034e1d7ec188a16c2b8217
parent07f8aecb52571d6a2d04133c24d8b8cd68769470
add a platform interface for DnD

Use the simple in process DnD implementation
for xcb.
13 files changed:
src/gui/kernel/kernel.pri
src/gui/kernel/qdnd.cpp
src/gui/kernel/qdnd_p.h
src/gui/kernel/qplatformdrag_qpa.h [new file with mode: 0644]
src/gui/kernel/qplatformintegration_qpa.cpp
src/gui/kernel/qplatformintegration_qpa.h
src/gui/kernel/qwindowsysteminterface_qpa.cpp
src/plugins/platforms/dnd/dnd.pri [new file with mode: 0644]
src/plugins/platforms/dnd/qsimpledrag.cpp [new file with mode: 0644]
src/plugins/platforms/dnd/qsimpledrag.h [new file with mode: 0644]
src/plugins/platforms/xcb/qxcbintegration.cpp
src/plugins/platforms/xcb/qxcbintegration.h
src/plugins/platforms/xcb/xcb.pro