Initial OpenWFD support
authorJørgen Lind <jorgen.lind@nokia.com>
Wed, 27 Jul 2011 13:10:16 +0000 (15:10 +0200)
committerSamuel Rødal <samuel.rodal@nokia.com>
Wed, 27 Jul 2011 13:56:31 +0000 (15:56 +0200)
commitb6b853b1b64175c191e776ffbf297bdc9de0a0fd
tree1d233f1fc1d19d63c5df470c9bba803015b2cd6e
parent86e7c36b504f7c92229229747bdc5587b298a81c
Initial OpenWFD support

Change-Id: I06f71073ec58af1a431edb997f3a359800320196
Reviewed-on: http://codereview.qt.nokia.com/2288
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
24 files changed:
src/plugins/platforms/openwfd/main.cpp [new file with mode: 0644]
src/plugins/platforms/openwfd/openwf.pro [new file with mode: 0644]
src/plugins/platforms/openwfd/qopenwfdbackingstore.cpp [new file with mode: 0644]
src/plugins/platforms/openwfd/qopenwfdbackingstore.h [new file with mode: 0644]
src/plugins/platforms/openwfd/qopenwfddevice.cpp [new file with mode: 0644]
src/plugins/platforms/openwfd/qopenwfddevice.h [new file with mode: 0644]
src/plugins/platforms/openwfd/qopenwfdevent.cpp [new file with mode: 0644]
src/plugins/platforms/openwfd/qopenwfdevent.h [new file with mode: 0644]
src/plugins/platforms/openwfd/qopenwfdglcontext.cpp [new file with mode: 0644]
src/plugins/platforms/openwfd/qopenwfdglcontext.h [new file with mode: 0644]
src/plugins/platforms/openwfd/qopenwfdintegration.cpp [new file with mode: 0644]
src/plugins/platforms/openwfd/qopenwfdintegration.h [new file with mode: 0644]
src/plugins/platforms/openwfd/qopenwfdnativeinterface.cpp [new file with mode: 0644]
src/plugins/platforms/openwfd/qopenwfdnativeinterface.h [new file with mode: 0644]
src/plugins/platforms/openwfd/qopenwfdoutputbuffer.cpp [new file with mode: 0644]
src/plugins/platforms/openwfd/qopenwfdoutputbuffer.h [new file with mode: 0644]
src/plugins/platforms/openwfd/qopenwfdport.cpp [new file with mode: 0644]
src/plugins/platforms/openwfd/qopenwfdport.h [new file with mode: 0644]
src/plugins/platforms/openwfd/qopenwfdportmode.cpp [new file with mode: 0644]
src/plugins/platforms/openwfd/qopenwfdportmode.h [new file with mode: 0644]
src/plugins/platforms/openwfd/qopenwfdscreen.cpp [new file with mode: 0644]
src/plugins/platforms/openwfd/qopenwfdscreen.h [new file with mode: 0644]
src/plugins/platforms/openwfd/qopenwfdwindow.cpp [new file with mode: 0644]
src/plugins/platforms/openwfd/qopenwfdwindow.h [new file with mode: 0644]