[Development] Qt 5.8 branching & Feature Freeze

2016-06-14 Thread Jani Heikkinen
Hi all, It was agreed in yesterday's release team meeting to propose following schedule for Qt 5.8 branching and Feature Freeze: - Start branching '5.8' from 'dev': 2.8.2016 - Feature Freeze (and finalize branching): 9.8.2016 With that schedule we should be able to release Qt 5.8.0 before C

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

2016-06-14 Thread Sune Vuorela
On 2016-06-14, Konstantin Tokarev wrote: > QScopedPointer lacks custom deleters which make it unusable for the purpose > of managing Windows HANDLEs (see original post). You can pass your own classes as handlers, provided that they have a public static function void cleanup(T *pointer). - from

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

2016-06-14 Thread Konstantin Tokarev
14.06.2016, 18:03, "Bo Thorsen" : > Den 13-06-2016 kl. 12:16 skrev Denis Shienkov: >>>  QScopedPointer? >> >>  Do you have real example? ;) > > Well, as Sean wrote it lacks the move, but if all you're after is to use > it for a pointer in a class or make a local dynamically allocated var > except

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

2016-06-14 Thread Bo Thorsen
Den 13-06-2016 kl. 12:16 skrev Denis Shienkov: QScopedPointer? Do you have real example? ;) Well, as Sean wrote it lacks the move, but if all you're after is to use it for a pointer in a class or make a local dynamically allocated var exception safe, then QScopedPointer is fine. It's limite

[Development] [Interest] QtLocation Map bearing and tilt

2016-06-14 Thread Vlad Stelmahovsky
Hi any plans to bring back bearing and tilt support for Map {} ? May be with Qt3D2 ? -- Best regards, Vlad ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development

[Development] QtCon registration now open

2016-06-14 Thread Tero Kojo
Hello, The registration for QtCon is now open at: http://conf.qtcon.org QtCon will take place in Berlin on 2-4th September. The event will be co-hosted with KDE, VideoLAN, FSFE, KDAB and Qt. For more information on QtCon go to: http://qtcon.org You can find the event schedule at: https://conf.q

Re: [Development] Scope of source code license files

2016-06-14 Thread Sze Howe Koh
On 7 May 2016 at 12:20, Joseph Crowell wrote: > > On 4/05/2016 7:39 PM, Lars Knoll wrote: >> >> On 02/05/16 14:37, "Development on behalf of Sze Howe Koh" >> > szehowe@gmail.com> wrote: >> >> >> >>> Hello, >>> >>> The LICENSE.GPLvX and LICENSE.LGPLvX files from >>> http://code.qt.io/cgit/qt/q

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

2016-06-14 Thread Edward Welbourne
Sze Howe Koh > 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 br