Add Windows to the Lighthouse.
authorFriedemann Kleint <Friedemann.Kleint@nokia.com>
Wed, 17 Aug 2011 13:58:39 +0000 (15:58 +0200)
committerFriedemann Kleint <Friedemann.Kleint@nokia.com>
Thu, 18 Aug 2011 10:00:46 +0000 (12:00 +0200)
commit0b8d0804219b7e2e6179112d663b989d5b749d17
tree4660a721ed39cc3e806c382f0f9287cedaa2d1a2
parent6136a792bc54c07dc4cf66481530b79b40110614
Add Windows to the Lighthouse.

Add an initial Lighthouse plugin for the Windows operating system.

Change-Id: I6934562266e1aa0ac270bf6107df05a9e56ef82c
Reviewed-on: http://codereview.qt.nokia.com/3107
Reviewed-by: Oliver Wolff <oliver.wolff@nokia.com>
Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
48 files changed:
src/plugins/platforms/platforms.pro
src/plugins/platforms/windows/array.h [new file with mode: 0644]
src/plugins/platforms/windows/main.cpp [new file with mode: 0644]
src/plugins/platforms/windows/pixmaputils.cpp [new file with mode: 0644]
src/plugins/platforms/windows/pixmaputils.h [new file with mode: 0644]
src/plugins/platforms/windows/qtwindows_additional.h [new file with mode: 0644]
src/plugins/platforms/windows/qtwindowsglobal.h [new file with mode: 0644]
src/plugins/platforms/windows/qwindows.qdocconf [new file with mode: 0644]
src/plugins/platforms/windows/qwindowsbackingstore.cpp [new file with mode: 0644]
src/plugins/platforms/windows/qwindowsbackingstore.h [new file with mode: 0644]
src/plugins/platforms/windows/qwindowsclipboard.cpp [new file with mode: 0644]
src/plugins/platforms/windows/qwindowsclipboard.h [new file with mode: 0644]
src/plugins/platforms/windows/qwindowscontext.cpp [new file with mode: 0644]
src/plugins/platforms/windows/qwindowscontext.h [new file with mode: 0644]
src/plugins/platforms/windows/qwindowscursor.cpp [new file with mode: 0644]
src/plugins/platforms/windows/qwindowscursor.h [new file with mode: 0644]
src/plugins/platforms/windows/qwindowsdrag.cpp [new file with mode: 0644]
src/plugins/platforms/windows/qwindowsdrag.h [new file with mode: 0644]
src/plugins/platforms/windows/qwindowsfontdatabase.cpp [new file with mode: 0644]
src/plugins/platforms/windows/qwindowsfontdatabase.h [new file with mode: 0644]
src/plugins/platforms/windows/qwindowsfontengine.cpp [new file with mode: 0644]
src/plugins/platforms/windows/qwindowsfontengine.h [new file with mode: 0644]
src/plugins/platforms/windows/qwindowsfontenginedirectwrite.cpp [new file with mode: 0644]
src/plugins/platforms/windows/qwindowsfontenginedirectwrite.h [new file with mode: 0644]
src/plugins/platforms/windows/qwindowsglcontext.cpp [new file with mode: 0644]
src/plugins/platforms/windows/qwindowsglcontext.h [new file with mode: 0644]
src/plugins/platforms/windows/qwindowsguieventdispatcher.cpp [new file with mode: 0644]
src/plugins/platforms/windows/qwindowsguieventdispatcher.h [new file with mode: 0644]
src/plugins/platforms/windows/qwindowsintegration.cpp [new file with mode: 0644]
src/plugins/platforms/windows/qwindowsintegration.h [new file with mode: 0644]
src/plugins/platforms/windows/qwindowsinternalmimedata.h [new file with mode: 0644]
src/plugins/platforms/windows/qwindowskeymapper.cpp [new file with mode: 0644]
src/plugins/platforms/windows/qwindowskeymapper.h [new file with mode: 0644]
src/plugins/platforms/windows/qwindowsmime.cpp [new file with mode: 0644]
src/plugins/platforms/windows/qwindowsmime.h [new file with mode: 0644]
src/plugins/platforms/windows/qwindowsmousehandler.cpp [new file with mode: 0644]
src/plugins/platforms/windows/qwindowsmousehandler.h [new file with mode: 0644]
src/plugins/platforms/windows/qwindowsnativeimage.cpp [new file with mode: 0644]
src/plugins/platforms/windows/qwindowsnativeimage.h [new file with mode: 0644]
src/plugins/platforms/windows/qwindowsole.cpp [new file with mode: 0644]
src/plugins/platforms/windows/qwindowsole.h [new file with mode: 0644]
src/plugins/platforms/windows/qwindowsprintersupport.cpp [new file with mode: 0644]
src/plugins/platforms/windows/qwindowsprintersupport.h [new file with mode: 0644]
src/plugins/platforms/windows/qwindowsscreen.cpp [new file with mode: 0644]
src/plugins/platforms/windows/qwindowsscreen.h [new file with mode: 0644]
src/plugins/platforms/windows/qwindowswindow.cpp [new file with mode: 0644]
src/plugins/platforms/windows/qwindowswindow.h [new file with mode: 0644]
src/plugins/platforms/windows/windows.pro [new file with mode: 0644]