Initial import of the Blackberry QPA plugin for Qt5
authorSean Harmer <sean.harmer.qnx@kdab.com>
Thu, 19 Jan 2012 20:10:43 +0000 (20:10 +0000)
committerQt by Nokia <qt-info@nokia.com>
Tue, 28 Feb 2012 11:39:35 +0000 (12:39 +0100)
commit87366cc7ab7e2e5f23614a8501f33b6cb0b65f97
treea554ba487b2f568ad81a9b2070ab075d681342c6
parent151f17d7e65df83c056329372f6bc09b45fa5ad5
Initial import of the Blackberry QPA plugin for Qt5

This is dependent upon the following Change Id's:

I5ebcffb7153f4216d69921d4818051e6b3d14d8a
Iec065f528f5edd848be580807a607488dc2e401f

Change-Id: I234e3c4272d7474d8f8e20fc4fea20d95c829cb5
Reviewed-by: Kevin Krammer <kevin.krammer@kdab.com>
Reviewed-by: Jørgen Lind <jorgen.lind@nokia.com>
32 files changed:
src/plugins/platforms/blackberry/blackberry.pro [new file with mode: 0644]
src/plugins/platforms/blackberry/main.cpp [new file with mode: 0644]
src/plugins/platforms/blackberry/qbbbuffer.cpp [new file with mode: 0644]
src/plugins/platforms/blackberry/qbbbuffer.h [new file with mode: 0644]
src/plugins/platforms/blackberry/qbbclipboard.cpp [new file with mode: 0644]
src/plugins/platforms/blackberry/qbbclipboard.h [new file with mode: 0644]
src/plugins/platforms/blackberry/qbbeventthread.cpp [new file with mode: 0644]
src/plugins/platforms/blackberry/qbbeventthread.h [new file with mode: 0644]
src/plugins/platforms/blackberry/qbbglbackingstore.cpp [new file with mode: 0644]
src/plugins/platforms/blackberry/qbbglbackingstore.h [new file with mode: 0644]
src/plugins/platforms/blackberry/qbbglcontext.cpp [new file with mode: 0644]
src/plugins/platforms/blackberry/qbbglcontext.h [new file with mode: 0644]
src/plugins/platforms/blackberry/qbbinputcontext_imf.cpp [new file with mode: 0644]
src/plugins/platforms/blackberry/qbbinputcontext_imf.h [new file with mode: 0644]
src/plugins/platforms/blackberry/qbbinputcontext_noimf.cpp [new file with mode: 0644]
src/plugins/platforms/blackberry/qbbinputcontext_noimf.h [new file with mode: 0644]
src/plugins/platforms/blackberry/qbbintegration.cpp [new file with mode: 0644]
src/plugins/platforms/blackberry/qbbintegration.h [new file with mode: 0644]
src/plugins/platforms/blackberry/qbbkeytranslator.h [new file with mode: 0644]
src/plugins/platforms/blackberry/qbbnavigatorthread.cpp [new file with mode: 0644]
src/plugins/platforms/blackberry/qbbnavigatorthread.h [new file with mode: 0644]
src/plugins/platforms/blackberry/qbbrasterbackingstore.cpp [new file with mode: 0644]
src/plugins/platforms/blackberry/qbbrasterbackingstore.h [new file with mode: 0644]
src/plugins/platforms/blackberry/qbbrootwindow.cpp [new file with mode: 0644]
src/plugins/platforms/blackberry/qbbrootwindow.h [new file with mode: 0644]
src/plugins/platforms/blackberry/qbbscreen.cpp [new file with mode: 0644]
src/plugins/platforms/blackberry/qbbscreen.h [new file with mode: 0644]
src/plugins/platforms/blackberry/qbbvirtualkeyboard.cpp [new file with mode: 0644]
src/plugins/platforms/blackberry/qbbvirtualkeyboard.h [new file with mode: 0644]
src/plugins/platforms/blackberry/qbbwindow.cpp [new file with mode: 0644]
src/plugins/platforms/blackberry/qbbwindow.h [new file with mode: 0644]
src/plugins/platforms/platforms.pro