Support 31 mouse buttons (with platform plugins xcb and xlib).
authorRick Stockton <rickstockton@reno-computerhelp.com>
Thu, 10 Nov 2011 05:02:18 +0000 (21:02 -0800)
committerQt by Nokia <qt-info@nokia.com>
Mon, 14 Nov 2011 17:41:17 +0000 (18:41 +0100)
commita329fc574b4f413050fa0210915af2ac97708d0a
treec39f87c917ae7a4a632dd28b5d18419ab33b8a57
parentbeaf6b16a942904c368da9dad98d3e44136e6928
Support 31 mouse buttons (with platform plugins xcb and xlib).

This commit includes changes for mouse button support within the XCB
and XLIB platform plugins. Support in other platform plugins will be
added in the future. The namespace update is prerequisite to compile
the the Plugins, and the update in qguiapplication.cpp is required for
the enhancements to actually work.

Task-number: QTBUG-22642
Change-Id: Ie18fca3b9c86d0b6abbf2103a4f8582e6ce83e7d
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
src/corelib/global/qnamespace.h
src/gui/kernel/qguiapplication.cpp
src/plugins/platforms/xcb/qxcbwindow.cpp
src/plugins/platforms/xlib/qxlibwindow.cpp