qt5base-lts/src
Morten Johan Sorvig 6c1670d8c2 Add hint for touch -> mouse event synthesizing
Commit 7808ec79 changes QApplication to synthesize
mouse events from (unhandled) touch events.

On Mac OS X this creates a conflict for two-finger
scroll swipes, which generates both touch events and
mouse wheel events: scrolling in QTextEdit will also
select the text.

Add a SynthesizeMouseFromTouchEvents platform style
hint that enables the event synthesising. Set to true
by default and false in Cocoa.

Change-Id: I1ffa5a141476aa38b81ce92a87eff676c7ec2276
Reviewed-by: Morten Johan Sørvig <morten.sorvig@nokia.com>
2012-08-22 07:01:17 +02:00
..
3rdparty make it possible to pass configure zlib lib name 2012-08-21 11:05:20 +02:00
concurrent QFutureInterface<void>: const-correct reportFinished() 2012-08-17 16:27:43 +02:00
corelib Do not consider sign in qIsNull. 2012-08-22 04:04:57 +02:00
dbus QtDBus: use new qEnvironmentVariableIsEmpty() 2012-08-14 20:21:09 +02:00
gui Add hint for touch -> mouse event synthesizing 2012-08-22 07:01:17 +02:00
network Fix typo in QAbstractNetworkCache documentation. 2012-08-21 13:41:01 +02:00
opengl OpenGL: Use official glext.h and gl2ext.h headers 2012-08-20 11:58:16 +02:00
platformsupport Replace deprecated ATS calls with CTFontManager calls in 10.8 2012-08-21 13:41:01 +02:00
plugins Add hint for touch -> mouse event synthesizing 2012-08-22 07:01:17 +02:00
printsupport Misc documentation fixes triggered by qdoc errors/warnings 2012-08-20 16:57:48 +02:00
sql qsql_oci: use OCI_COMMIT_ON_SUCCESS for SELECT without transaction 2012-08-13 23:16:38 +02:00
testlib fix some QTest documentation 2012-08-21 06:48:46 +02:00
tools doc: Replaced FakeNode with DocNode 2012-08-21 16:15:21 +02:00
widgets Add hint for touch -> mouse event synthesizing 2012-08-22 07:01:17 +02:00
winmain fix misnomer: qt_module.prf => qt_build_config.prf 2012-06-19 16:46:08 +02:00
xml Doc: Fix spelling errors 2012-08-17 22:45:27 +02:00
src.pro enable platformsupport for -no-widgets 2012-07-04 02:46:27 +02:00