[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



Please test the packages & verify all works as expected. We are planning to 
release these packages as Qt 5.7.0 this Thursday if packages are good enough. 
So please take a tour immediately.


Known issues in the packages: https://bugreports.qt.io/issues/?filter=17719


Please update the known issues page for the release as well: 
https://wiki.qt.io/Qt_5.7.0_Known_Issues




Br,

Jani



Jani Heikkinen
Release Manager

The Qt Company
Elektroniikkatie 13
90590 Oulu Finland
jani.heikki...@qt.io
+358 50 4873735
http://qt.io


[http://s3-eu-west-1.amazonaws.com/qt-files/logos/qt_logo_with_text_green_rgb_400x141.png]
[http://s3-eu-west-1.amazonaws.com/qt-files/logos/SoMe/qt_facebook.png]
 [http://s3-eu-west-1.amazonaws.com/qt-files/logos/SoMe/qt_twitter.png] 
   
[http://s3-eu-west-1.amazonaws.com/qt-files/logos/SoMe/qt_linkedin.png] 
  
[http://s3-eu-west-1.amazonaws.com/qt-files/logos/SoMe/qt_googleplus.png] 
   
[http://s3-eu-west-1.amazonaws.com/qt-files/logos/SoMe/qt_youtube.png] 


___
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development


[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 links from external sources. Any
chance of restoring the old behaviour?

Regards,
Sze-Howe
___
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development


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/examples/serialport/creader
> async/main.cpp?h=5.7.0)

I'm looking at 5.6.1 here. Yes, licenses where cahnged in 5.7, sorry for not 
noticing it.


-- 
The reasonable man adapts himself to the world; the unreasonable one
persists in trying to adapt the world to himself.  Therefore all
progress depends on the unreasonable man.
  George Bernard Shaw

Lisandro Damián Nicanor Pérez Meyer
http://perezmeyer.com.ar/
http://perezmeyer.blogspot.com/


signature.asc
Description: This is a digitally signed message part.
___
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development


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 handles (HANDLE,
>> HKEY, HDEVINFO and other stuff)?
>>
>
> QScopedPointer?
>
> Bo Thorsen,
> Director, Viking Software.
>
> --
> Viking Software
> Qt and C++ developers for hire
> http://www.vikingsoft.eu
>
> ___
> Development mailing list
> Development@qt-project.org
> http://lists.qt-project.org/mailman/listinfo/development
>
___
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development


[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 be stripped
in: /Users/jenkins/workspace/macosx_qt_5.6.1/build/dist/lib/
__ZN5QIconC1ERK7QPixmap
__ZN6QBrushC1ERK6QColorN2Qt10BrushStyleE
__ZN6QBrushD1Ev
__ZN6QColor13setNamedColorERK7QString
__ZN6QColor6setRgbE
__ZN6QColorC1EN2Qt11GlobalColorE
__ZN6QImage4fillEN2Qt11GlobalColorE
...

After some investigations, I found a difference between 5.6.0 and 5.6.1.
5.6.1 added a strip step for release builds, which was previously not there:

-$(STRIP)
$(INSTALL_ROOT)/Users/jenkins/workspace/macosx_qt_5.6.1/build/dist/lib/$(TARGET)

After bit of googling I saw similar bug reports on KDE [1] and adding '-x'
fixed it, but I'm not a strip expert.

Question is now, am I doing anything wrong or was this an intentional
change in 5.6.1? How can the warnings silenced best?

Cheers Roland

[1] https://bugs.kde.org/show_bug.cgi?id=288756
___
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development


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



From: Development  on 
behalf of Lisandro Damián Nicanor Pérez Meyer 
Sent: Sunday, June 12, 2016 4:25 PM
To: development@qt-project.org
Subject: [Development] QtSerialPort examples' license

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/
Lisandro Damián Nicanor Pérez Meyer
perezmeyer.com.ar
open source web design by myhedspace.com - template available here © 2008 
Lisandro Damián Nicanor Pérez Meyer


http://perezmeyer.blogspot.com/
___
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development


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
> > >
> > > 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?
>
> Not moveable.
>
> Sean
> --
> Dr Sean Harmer | sean.har...@kdab.com | Managing Director UK
> Klarälvdalens Datakonsult AB, a KDAB Group company
> Tel. UK +44 (0)1625 809908, Sweden (HQ) +46-563-540090
> KDAB - Qt Experts - Platform-independent software solutions
> ___
> Development mailing list
> Development@qt-project.org
> http://lists.qt-project.org/mailman/listinfo/development
>
___
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development


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 other stuff)?
> 
> QScopedPointer?

Not moveable.

Sean
--
Dr Sean Harmer | sean.har...@kdab.com | Managing Director UK
Klarälvdalens Datakonsult AB, a KDAB Group company
Tel. UK +44 (0)1625 809908, Sweden (HQ) +46-563-540090
KDAB - Qt Experts - Platform-independent software solutions
___
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development


Re: [Development] qtbase 5.7.0 changelog help

2016-06-13 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
> >environment variable QT_ENABLE_MOUSE_WHEEL_TRACKING is set. In Qt 5.6,
> >this is required to enable the fix for QTBUG-50199.
> > 
> > [What's this about 5.6?]
> 
> This has been fixed.
> 
> The entries below will be deleted.
> 
> >* [QTBUG-53338] Fixed crash when comparing a initialized QAuthenticator
> >
> >  with an uninitialized QAuthenticator.
> > 
> > [What do you mean with uninitialized?]
> > 
> > [Android section]
> > 
> >  - Allow the user to choose how much from Android theme is extracted.
> > 
> > [how? A little more detail, please. And wrong tense]
> > 
> > [moc section]
> > 
> >  - [QTBUG-53441] Fixed crash on file ending with \\\r
> > 
> > [clarification needed on just what the file couldn't end in]

The file canot end in <0x0D>

But this was a change for the 5.6.2 changelog




___
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development