qt5base-lts/src
Sérgio Martins 6e217f0678 QColorDialog: Don't loose focus while color picking
On Windows mouse grabbing doesn't work across processes, which
means we're interacting with other windows when picking colors.

Workaround that by having a transparent 1x1 window below the cursor
at all times so we catch the mouse click. Clicking before the window is below
the cursor won't happen because our timer interval is 30ms, so it's quite fast.

It's hacky but it's what we can do for a feature which was very broken on Windows.

Task-number: QTBUG-43663
Change-Id: I295378e033ddc6d9c2230335f0953a727c21e1dd
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@theqtcompany.com>
2015-01-09 16:54:54 +01:00
..
3rdparty fix error when cross-compiling with --system-zlib 2015-01-08 09:31:49 +01:00
android Update gradle build script. 2014-12-18 09:46:31 +01:00
angle [ANGLE] Fix compilation with MSVC2013 Update4 2014-12-15 09:19:48 +01:00
concurrent Update license headers and add new license files 2014-09-24 12:26:19 +02:00
corelib fix error when cross-compiling with --system-zlib 2015-01-08 09:31:49 +01:00
dbus Make QtDBus unit tests compile with runtime dbus-1 too 2015-01-06 18:16:32 +01:00
gui Fix glyph runs painted badly with perspective transform 2015-01-09 15:51:41 +01:00
network Fix crash if PAC script retrieval returns a null CFData instance 2015-01-07 10:29:13 +01:00
opengl Qt OpenGL is deprecated with 5.4. Show that in the docs as well 2014-12-18 09:48:37 +01:00
openglextensions
platformheaders Doc: Adding API reference section in Qt Platform Headers page. 2014-09-30 21:00:50 +02:00
platformsupport QCoreTextFontDatabase: close memory leak in themeFont 2015-01-07 21:32:05 +01:00
plugins iOS: Prevent recursion when updating/syncing QIOSViewController properties 2015-01-09 11:22:59 +01:00
printsupport Remove extra ';' after QPrint namespace block 2015-01-08 01:06:07 +01:00
sql QODBC: fix converted string values empty SQLServer 2012 2014-12-30 23:55:51 +01:00
testlib Also search current directory in QFINDTESTDATA 2014-12-19 16:00:59 +01:00
tools qdoc: Fixed broken TOC links to Reimplemented sections 2014-12-19 08:07:55 +01:00
widgets QColorDialog: Don't loose focus while color picking 2015-01-09 16:54:54 +01:00
winmain Merge remote-tracking branch 'origin/5.3' into 5.4 2014-08-12 13:05:02 +02:00
xml Remove old Trolltech feature string from QXmlSimpleReader docs 2014-10-20 11:24:59 +02:00
src.pro Add missing host_build CONFIG for qlalr 2014-11-25 20:26:53 +01:00