Re: [Development] Qt 5.5.1 snapshot available

2015-09-03 Thread Tim Blechmann
hi! > We have finally Qt 5.5.1 snapshot available for your testing in > http://download.qt.io/snapshots/qt/5.5/5.5.1/ i'm wondering, would it be possible to provide source snapshots as well? this would help those people to 'quickly test' a snapshot, whose build infrastructure requires tarballs.

[Development] gerrit https acess error

2015-09-03 Thread Gunnar Roth
Hello, i am tring to create a gerrit code review. i set all up as described in https://wiki.qt.io/Setting_up_Gerrit especially  " if you are behind a SSH-blocking firewall, use the https protocol: $ git remote add gerrit https://codereview.qt-project.org/p/qt/qt "   after creating my commi

[Development] Qt 5.6: QWindowSystemInterface and event acceptance state

2015-09-03 Thread Sorvig Morten
Hi, QWindowSystemInterface has recently gained the ability to return the “accepted" status of events, that is whether Qt used the event or not. The intended use case is Qt-as-a-plugin type scenarios, where we would like to propagate unhandled events back to the host. The top level visible API

Re: [Development] mouse wheel zooming and inertial scrolling

2015-09-03 Thread René J . V . Bertin
Sorvig Morten wrote: Hi, > On the OS X side his is handled in the platform plugin: We read the key > modifier state at the beginning of the scroll event sequence. > > The code in question is in - (void)scrollWheel:(NSEvent *)theEvent in > qnsview.mm Indeed, and it even has a nice comment that d

[Development] Qt 5.6/dev compilation from Git

2015-09-03 Thread Valery Kotov
Dear mailing list, I would like to ask for a bit of support or for a hint maybe. I used to use Building_Qt_5_from_Git article ( https://wiki.qt.io/Building_Qt_5_from_Git#Getting_the_source_code) on wiki page and haven't experienced any issues compiling Qt framework until now. But recently I've fac