Re: [Development] HEADS-UP: Branching from 'dev' to '5.9' completed

2017-02-01 Thread Oswald Buddenhagen
On Thu, Jan 26, 2017 at 05:28:23AM +, Jani Heikkinen wrote: > We have now soft branched '5.9' from 'dev'. Target is to have final downmerge > from 'dev' to '5.9' and Qt 5.9 Feature Freeze 1st of February. > > Please finalize ongoing changes in 'dev' and start using '5.9' for new > changes ta

Re: [Development] GPL tooling in Qt module?

2017-02-01 Thread Sean Harmer
On Wednesday 01 February 2017 09:37:41 Thiago Macieira wrote: > Em quarta-feira, 1 de fevereiro de 2017, às 17:01:36 PST, Sean Harmer > > escreveu: > > As such addons need to run within the blender runtime which is GPL, the > > addon also needs to be GPL licensed. > > If there's a process separat

Re: [Development] GPL tooling in Qt module?

2017-02-01 Thread Svenn-Arne Dragly
On 01. feb. 2017 18:01, Sean Harmer wrote: As such addons need to run within the blender runtime which is GPL, the addon also needs to be GPL licensed. I don't think this is the case for addons. They are scripts run by Blender's Python interpreter, but (usually) don't link Blender's libraries.

Re: [Development] Feature Freeze Exception: QStringView

2017-02-01 Thread Thiago Macieira
Em quarta-feira, 1 de fevereiro de 2017, às 18:09:17 PST, Александр Волков escreveu: > But when readLineInto() is trying to write into an implicitly shared > string buffer, > then the content of the buffer is copied and readLineInto() writes into > the copy. And that is the problem. If you're usi

Re: [Development] GPL tooling in Qt module?

2017-02-01 Thread Thiago Macieira
Em quarta-feira, 1 de fevereiro de 2017, às 17:01:36 PST, Sean Harmer escreveu: > As such addons need to run within the blender runtime which is GPL, the > addon also needs to be GPL licensed. If there's a process separation, then Blender's licence does not impact on the selection of the licence

Re: [Development] GPL tooling in Qt module?

2017-02-01 Thread Konstantin Tokarev
01.02.2017, 20:01, "Sean Harmer" : > Hi, > > as part of the current animation support in Qt3D we've written an addon for > blender that is able to export all the animation clips in a blender file to a > format that Qt 3D can use (json based). > > As such addons need to run within the blender runt

[Development] GPL tooling in Qt module?

2017-02-01 Thread Sean Harmer
Hi, as part of the current animation support in Qt3D we've written an addon for blender that is able to export all the animation clips in a blender file to a format that Qt 3D can use (json based). As such addons need to run within the blender runtime which is GPL, the addon also needs to be G

Re: [Development] Feature Freeze Exception: QStringView

2017-02-01 Thread Александр Волков
01.02.2017 17:22, Marc Mutz пишет: Ah, nevermind, 'found' is a QString_List_. I'm curious how a non-implicitly-shared string type would help you there, though. You can always clear() (or, in case of QVector, std::move()) the string, and capacity is left with the sole owner in the container.

Re: [Development] Feature Freeze Exception: QStringView

2017-02-01 Thread Marc Mutz
On Wednesday 01 February 2017 15:20:02 Marc Mutz wrote: > On Wednesday 01 February 2017 10:53:45 Alexander Volkov wrote: > > found.append(QString(line.constData(), line.size())); // deep > > copy > > Ummm.. > > found.append(line.constData(), line.size()); > > Problem solved?

Re: [Development] Feature Freeze Exception: QStringView

2017-02-01 Thread Marc Mutz
On Wednesday 01 February 2017 10:53:45 Alexander Volkov wrote: > found.append(QString(line.constData(), line.size())); // deep copy Ummm.. found.append(line.constData(), line.size()); Problem solved? -- Marc Mutz | Senior Software Engineer KDAB (Deutschland) GmbH & Co.KG, a KDAB Gr

Re: [Development] Shall we turn on /utf-8 compiler option when build qt for Windows?

2017-02-01 Thread Liang Qi
http://doc.qt.io/qt-5/supported-platforms.html msvc 2013 is still supported in 5.8 http://doc.qt.io/qt-5.6/supported-platforms.html msvc 2010/2012/2013 are still supported in 5.6 Compiler options for msvc 2015: https://msdn.microsoft.com/en-us/library/fwkeyyhe.aspx Compiler options for msvc 2013

Re: [Development] Shall we turn on /utf-8 compiler option when build qt for Windows?

2017-02-01 Thread Simon Hausmann
Hi, What may be a door for you (or maybe it isn't actually) may be a wall for somebody else. Imagine an individual contributor who would like to contribute a portion of code that is large enough to for the contributor to make an explicit copyright/author claim at the top of the file. For KDAB

Re: [Development] Shall we turn on /utf-8 compiler option when build qt for Windows?

2017-02-01 Thread Simon Hausmann
Hi, Apart from André's imaginary wall ;-), I wonder if we can take this statement and change the "Conventions in Qt source code" part of http://wiki.qt.io/Coding_Conventions from "All code is ascii only (7-bit characters only, run man ascii if unsure)" to "All code is utf-

Re: [Development] Feature Freeze Exception: QStringView

2017-02-01 Thread Alexander Volkov
31.01.2017 21:52, Thiago Macieira пишет: Good point, that's a point in favour of having Q{String,ByteArray}View. We need to think how that will work with having classes for exclusive ownership (not implicitly shared). That's the counterpart of the Views: they don't own, but they only have read-o

Re: [Development] Printer-specific options in Qt5's print dialog (Linux, CUPS)

2017-02-01 Thread Michael Weghorn
On 2017-01-31 14:32, Christoph Feck wrote: On 31.01.2017 09:55, Michael Weghorn wrote: [...] The links about the plans for the Qt print system that John provided in his email [1] give some kind of overview, but are currently not enough for me to deduce the concrete next steps that need to be