[Development] Acceptable CC licenses for Qt

2016-05-10 Thread Lisandro Damián Nicanor Pérez Meyer
Hi! I would like to know what are the acceptable Creative Common licenses for Qt. The reason why I'm asking is because qt3d's examples/qt3d/audio-visualizer- qml/music/tiltshifted_lost_neon_sun.mp3 is under the CC-BY-ND license, which is undistributable by Debian, Ubuntu and derivatives. Qt 3D

[Development] MSVC 2015 option /utf8: Qt only or everyone?

2016-05-10 Thread Thiago Macieira
I've just found out that MSVC 2015 Update 2 added the compiler option /utf-8, which is documented as: /utf-8 set source and execution character set to UTF-8 See https://blogs.msdn.microsoft.com/vcblog/2016/02/22/new-options-for-managing-character-sets-in-the-microsoft-cc-compiler/ I'd

Re: [Development] [Announce] Qt 5.7.0 Beta released

2016-05-10 Thread Nikita Krupenko
2016-04-21 16:08 GMT+03:00 m...@rpzdesign.com : > 5) Decouple the GUI/QML from NetworkResourceManager. The > NetworkResourceManager should be an optional component, not required for > every project. > If you need to download QML using an URL, provide a bridge class to perform > that. Isn't it

[Development] CI breakage

2016-05-10 Thread Frederik Gladhorn
Hi all, sadly we messed up a bit and have been ignoring build results for a week on Windows :( This nicely shows the value of the continuous integration system, Qt is broken on some Windows build configurations. In order to get the situation under control, we'll revert the offending patch, t

Re: [Development] [Qt Quick] Automatically restoring focus to last focused item

2016-05-10 Thread Mitch Curtis
Thanks Andrew, I’ll give that a go. For anyone who is interested, I’ve created QTBUG-53275 to track this. From: Andrew den Exter [mailto:andrew.den.ex...@qinetic.com.au] Sent: Monday, 9 May 2016 3:18 PM To: Mitch Curtis Cc: development@qt-project.org Subject: Re: [Development] [Qt Quick] Automat

Re: [Development] Stop insertion QTextEdit unicode character.

2016-05-10 Thread Simon Hausmann
Hi, It's dependent on the useRtlExtensions() hint in the style: http://code.qt.io/cgit/qt/qtbase.git/tree/src/widgets/widgets/qwidgettextcontrol.cpp#n2286 Simon From: Development on behalf of Thiago Macieira Sent: Monday, May 9, 2016 6:14:26 PM To: