Introduce QPA API for size grip handling.
authorFriedemann Kleint <Friedemann.Kleint@nokia.com>
Tue, 12 Jun 2012 08:47:42 +0000 (10:47 +0200)
committerQt by Nokia <qt-info@nokia.com>
Thu, 14 Jun 2012 01:05:41 +0000 (03:05 +0200)
commit0137f092af12110c427f05358f7b207ea95ea341
treef314b8d0f744c4822af8f0d8890ecd9983a284d7
parent1539e8e310ee3da8ae44a4b5b28d0f72b1345eb4
Introduce QPA API for size grip handling.

- Introduce API to do size grip handling (mouse press
  and move).
- Move Windows code to Windows plugin.
- Move X11 code to XCB plugin and activate it.

Change-Id: I2f61d6ddc1fa07447e668554d41ecc820efca23f
Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
src/gui/kernel/qplatformwindow.h
src/gui/kernel/qplatformwindow_qpa.cpp
src/plugins/platforms/windows/qwindowsmousehandler.cpp
src/plugins/platforms/windows/qwindowswindow.cpp
src/plugins/platforms/windows/qwindowswindow.h
src/plugins/platforms/xcb/qxcbwindow.cpp
src/plugins/platforms/xcb/qxcbwindow.h
src/widgets/widgets/qsizegrip.cpp