Re: [Development] First Qt 4.8.7 snapshot build is available

2014-12-24 Thread Robert Knight
> There are 109 commits since Qt 4.8.6 and you can find changes in this snapshot from > 4.8.7-snapshot-2014-12-22-1-changes –file (git log output) next to the installers Where is this file? I couldn't see it in http://download.qt.io/snapshots/qt/4.8/4.8.7/2014-12-22-1/ On 22 December 2014 at 12:5

Re: [Development] Processing synthesized mouse events in platform plugins

2014-12-24 Thread Allan Sandfeld Jensen
On Wednesday 24 December 2014, Александр Волков wrote: > Hi all, > > Currently three major platform plugins (xcb, windows and cocoa) by > default behave > absolutely different when they receive synthesized mouse events from the > system: > > 1) xcb plugin doesn't receive them at all Once we can s

[Development] Processing synthesized mouse events in platform plugins

2014-12-24 Thread Александр Волков
Hi all, Currently three major platform plugins (xcb, windows and cocoa) by default behave absolutely different when they receive synthesized mouse events from the system: 1) xcb plugin doesn't receive them at all 2) windows plugin marks them as Qt::MouseEventSynthesizedBySystem 3) cocoa plugin

Re: [Development] Status of qtconfig

2014-12-24 Thread Dmitry Shachnev
On Tue, 23 Dec 2014 16:06:51 -0200, Thiago Macieira wrote: > On Tuesday 23 December 2014 16:52:51 Dmitry Shachnev wrote: >> Hi all, >> >> Back in 2011, there was a qttools commit (a22e38aee14419428bd5) that >> commented out building of qtconfig on unix systems “to make tools compile”. >> >> Almost