Introducing the PlatformPanel event type.
authorSergio Martins <sergio.martins.qnx@kdab.com>
Tue, 25 Sep 2012 15:46:56 +0000 (16:46 +0100)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Wed, 3 Oct 2012 11:51:43 +0000 (13:51 +0200)
commit9695df4d44b228e7e778ff17d5cccac30967b1fd
tree78a543ead0f23e084ef891cd8e4d0a2893844c98
parentc79f0f0fbaf9a1a177d771dc39eb209270c280ba
Introducing the PlatformPanel event type.

This event can be used by any platform plugin to implement
special application panels/overlayed menus.

Currently used by QNX only.

This replaces sending fake Qt::Key_Menu presses in the QNX
plugin. Qt::Key_Menu is already used when invoking context
menus with the keyboard.

Change-Id: I9c8f1743fd147a07c11883323800017376915ae1
Reviewed-by: Kevin Krammer <kevin.krammer@kdab.com>
Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
Reviewed-by: Nicolas Arnaud-Cormos <nicolas@kdab.com>
Reviewed-by: Paul Olav Tvete <paul.tvete@digia.com>
src/corelib/kernel/qcoreevent.cpp
src/corelib/kernel/qcoreevent.h
src/gui/kernel/qguiapplication.cpp
src/gui/kernel/qguiapplication_p.h
src/gui/kernel/qwindowsysteminterface.cpp
src/gui/kernel/qwindowsysteminterface.h
src/gui/kernel/qwindowsysteminterface_p.h
src/plugins/platforms/qnx/qqnxnavigatoreventhandler.cpp