[Development] Qt 5.7.0 Final packages available

2016-06-13 Thread Jani Heikkinen
Hi all, We have now Qt 5.7.0 final packages available Windows: http://download.qt.io/snapshots/qt/5.7/5.7.0/505/ Linux: http://download.qt.io/snapshots/qt/5.7/5.7.0/450/ Mac: http://download.qt.io/snapshots/qt/5.7/5.7.0/386/ src: http://download.qt.io/snapshots/qt/5.7/5.7.0/latest_src

[Development] doc.qt.io: Camel-case URLs have stopped working

2016-06-13 Thread Sze Howe Koh
Hello, One month ago, URLs that contain proper class names, e.g. http://doc.qt.io/qt-5/QObject.html, worked as expected. However, they now lead to Error 404. It looks like the server currently allows lowercase URLs only, e.g. http://doc.qt.io/qt-5/qobject.html This change might break bookmarks or

Re: [Development] QtSerialPort examples' license

2016-06-13 Thread Lisandro Damián Nicanor Pérez Meyer
On lunes, 13 de junio de 2016 8:36:22 A. M. ART you wrote: > Hi, > > > Which example/file you are talking about? License change should be done from > 5.7 -> and I checked quickly the qtserialport examples & everything seems > to be ok (like > http://code.qt.io/cgit/qt/qtserialport.git/tree/exampl

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

2016-06-13 Thread Denis Shienkov
> QScopedPointer? Do you have real example? ;) 2016-06-13 7:47 GMT+03:00 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 ha

[Development] Symbol strip warnings when installing release products on Mac OS X since 5.6.1

2016-06-13 Thread Roland Winklmeier
Dear list, I have upgraded my Mac OS X CI node to Qt 5.6.1. Since then I see several warnings at the build step 'make install' similar to: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip: symbols referenced by indirect symbol table entries that can't b

Re: [Development] QtSerialPort examples' license

2016-06-13 Thread Jani Heikkinen
Hi, Which example/file you are talking about? License change should be done from 5.7 -> and I checked quickly the qtserialport examples & everything seems to be ok (like http://code.qt.io/cgit/qt/qtserialport.git/tree/examples/serialport/creaderasync/main.cpp?h=5.7.0) br, Jani ___

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

2016-06-13 Thread Иван Комиссаров
If we don't have unique_ptr, then, probably, we don't have move semantics too 2016-06-13 10:51 GMT+03:00 Sean Harmer : > On Monday 13 June 2016 06:47:44 Bo Thorsen wrote: > > Den 12-06-2016 kl. 12:59 skrev Denis Shienkov: > > >> No, use of the C++11 Standard Library features is not permitted > >

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

2016-06-13 Thread Sean Harmer
On Monday 13 June 2016 06:47:44 Bo Thorsen wrote: > 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