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
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
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
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
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
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
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
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