Re: [Development] qtbase 5.7.0 changelog help

2016-06-12 Thread Olivier Goffart
On Sonntag, 12. Juni 2016 19:39:28 CEST Thiago Macieira wrote: > On terça-feira, 7 de junho de 2016 22:59:39 PDT Thiago Macieira wrote: > > - QWheelEvent::phase() now returns 0 rather than Qt::ScrollUpdate when > > the > > > >wheel event comes from an actual non-emulated mouse wheel and the

Re: [Development] Can we use std::unique_ptr in Qt base/modules sources since Qt5.7 ?

2016-06-12 Thread Bo Thorsen
Den 12-06-2016 kl. 12:59 skrev Denis Shienkov: No, use of the C++11 Standard Library features is not permitted Lousy to hear it... How to do then RAII to avoid a leaks e.g. for Windows handles (HANDLE, HKEY, HDEVINFO and other stuff)? QScopedPointer? Bo Thorsen, Director, Viking Software.

Re: [Development] qtbase 5.7.0 changelog help

2016-06-12 Thread Thiago Macieira
On terça-feira, 7 de junho de 2016 22:59:39 PDT Thiago Macieira wrote: > - QWheelEvent::phase() now returns 0 rather than Qt::ScrollUpdate when the >wheel event comes from an actual non-emulated mouse wheel and the >environment variable QT_ENABLE_MOUSE_WHEEL_TRACKING is set. In Qt 5.6, >

[Development] Making qtgraphicaleffects' tests work

2016-06-12 Thread Lisandro Damián Nicanor Pérez Meyer
Hi! As part of the Qt packaging effort we do with Qt we try, whenever possible, to run each submodule's unit tests. In qtgraphicaleffects we have come down to: FAIL! : tst_qtgraphicaleffects::blend() 'component.status() != QQmlComponent::Error' returned FALSE. (:3:1: Type Blend unavailable fil

Re: [Development] Can we use std::unique_ptr in Qt base/modules sources since Qt5.7 ?

2016-06-12 Thread Thiago Macieira
On domingo, 12 de junho de 2016 13:59:32 PDT Denis Shienkov wrote: > > No, use of the C++11 Standard Library features is not permitted > > Lousy to hear it... > > How to do then RAII to avoid a leaks e.g. for Windows handles (HANDLE, > HKEY, HDEVINFO and other stuff)? You can use it if you know

[Development] QtSerialPort examples' license

2016-06-12 Thread Lisandro Damián Nicanor Pérez Meyer
I have just noted the QtSerialPort's examples' license are LGPL V2.1 or v3. Normally examples are BSD-licensed in order to let others reuse their code. Was this intentional or simply overlooked? Thanks in advance, Lisandro. -- Lisandro Damián Nicanor Pérez Meyer http://perezmeyer.com.ar/ http

Re: [Development] Can we use std::unique_ptr in Qt base/modules sources since Qt5.7 ?

2016-06-12 Thread Denis Shienkov
> No, use of the C++11 Standard Library features is not permitted Lousy to hear it... How to do then RAII to avoid a leaks e.g. for Windows handles (HANDLE, HKEY, HDEVINFO and other stuff)? BTW: But, I saw unique_ptr in qtbase and qt3d sources... 12.06.2016 1:10, Thiago Macieira пишет: On s