Re: [Development] templated QObjects [was: Re: We are planning to upgrade qdoc to use clang for parsing C++]

2016-02-26 Thread Marc Mutz
On Saturday 27 February 2016 00:56:08 Thiago Macieira wrote: > Have I convinced you? I'm only getting warmed up. I'm sure I can find more > issues. That's all correct. But can't we create a subset of features that the QObject template may use in order to make that subset work? After all, functio

Re: [Development] change log creation tool (was: Re: Qt 5.6.0 missing change files)

2016-02-26 Thread Thiago Macieira
On sexta-feira, 26 de fevereiro de 2016 19:06:06 PST Hausmann Simon wrote: > Hi, > > It is different in three aspects: > > 1. It does not require passing git revision ranges as command line > parameters. So you have a heuristic algorithm that tries to guess the target version and which version

Re: [Development] templated QObjects [was: Re: We are planning to upgrade qdoc to use clang for parsing C++]

2016-02-26 Thread Thiago Macieira
On sexta-feira, 26 de fevereiro de 2016 20:30:28 PST Milian Wolff wrote: > > The main problems of templated QObject are captured more or less in this > > > > thread: > > http://lists.qt-project.org/pipermail/development/2013-March/010288.html > > > > Personally I still think it would be a fancy

Re: [Development] Supported platforms for Qt 5.8

2016-02-26 Thread James McDonnell
unique_ptr is probably useable. The library is only a problem when you need something that involves constexpr. constexpr support has been disabled in the library because some constexpr code uses C floating point functions that weren¹t changed to allow their use in constexpr C++ functions. Disabl

Re: [Development] Supported platforms for Qt 5.8

2016-02-26 Thread Marc Mutz
On Friday 26 February 2016 20:15:37 Blasche Alexander wrote: > > -Original Message- > > From Marc Mutz > > > > On Friday 19 February 2016 22:01:02 Knoll Lars wrote: > > > * We continue to support QNX 6.6 > > > > Does someone here know (Rafael) when we can expect a QNX that supports > > C+

Re: [Development] templated QObjects [was: Re: We are planning to upgrade qdoc to use clang for parsing C++]

2016-02-26 Thread Milian Wolff
On Freitag, 26. Februar 2016 09:43:40 CET Jędrzej Nowacki wrote: > On Thursday 25 of February 2016 19:22:55 Milian Wolff wrote: > > On Donnerstag, 25. Februar 2016 09:02:11 CET Thiago Macieira wrote: > > > On quinta-feira, 25 de fevereiro de 2016 17:33:52 PST Cristian Adam wrote: > > > > This migh

Re: [Development] Supported platforms for Qt 5.8

2016-02-26 Thread Blasche Alexander
> -Original Message- > From Marc Mutz > On Friday 19 February 2016 22:01:02 Knoll Lars wrote: > > * We continue to support QNX 6.6 > > Does someone here know (Rafael) when we can expect a QNX that supports > C++11 > at the library level? During Embedded World, a person at the QNX booth t

Re: [Development] 5.7 feature freeze

2016-02-26 Thread Nurmi J-P
Hi Lars, > On 27. jan. 2016, at 09.30, Knoll Lars wrote: > > If anybody else has a feature he believes absolutely has to make it to 5.7, > get it done until Monday or talk to me :) I would like to ask for an exception for text selection handles. It's a crucial feature to make the new editor c

Re: [Development] change log creation tool (was: Re: Qt 5.6.0 missing change files)

2016-02-26 Thread Hausmann Simon
Hi, It is different in three aspects: 1. It does not require passing git revision ranges as command line parameters. 2. It works on a per module basis instead of from the qt5 supermodule. 3. It includes the task number from the commit message. Simon Original Message From: Thiago Macieira S

Re: [Development] We are planning to upgrade qdoc to use clang for parsing C++

2016-02-26 Thread Thiago Macieira
On quinta-feira, 25 de fevereiro de 2016 18:36:16 PST Olivier Goffart wrote: > The parser need to be adapted if we want to support trailing type for > signals/ slots/Q_INVOKABLE; or C++11 attributes; decltype as argument type > for invokable; or fancy default arguments. There might be other things.

Re: [Development] change log creation tool (was: Re: Qt 5.6.0 missing change files)

2016-02-26 Thread Thiago Macieira
How is this different from the tool that already exists? On sexta-feira, 26 de fevereiro de 2016 12:34:45 PST Hausmann Simon wrote: > Hi, > > > To simplify the creation of the change files I have written a small tool > that facilitates this job. It's written in golang and you get install it by >

Re: [Development] Supported platforms for Qt 5.8

2016-02-26 Thread Marc Mutz
On Friday 19 February 2016 22:01:02 Knoll Lars wrote: > * We continue to support QNX 6.6 Does someone here know (Rafael) when we can expect a QNX that supports C++11 at the library level? People want to use std::unique_ptr and currently we need to stop them from doing so, in platform-independent

Re: [Development] templated QObjects [was: Re: We are planning to upgrade qdoc to use clang for parsing C++]

2016-02-26 Thread Curtis Mitch
> -Original Message- > From: Development [mailto:development- > bounces+mitch.curtis=theqtcompany@qt-project.org] On Behalf Of Jedrzej > Nowacki > Sent: Friday, 26 February 2016 9:44 AM > To: development@qt-project.org > Cc: Thiago Macieira ; Milian Wolff > > Subject: Re: [Developmen

Re: [Development] porting

2016-02-26 Thread Koehne Kai
> -Original Message- > From: Development [mailto:development- > bounces+kai.koehne=theqtcompany@qt-project.org] On Behalf Of ravi > kumar verma > Sent: Friday, February 26, 2016 3:41 PM > To: development@qt-project.org > Subject: [Development] porting > > > > hi, > How do we port

[Development] porting

2016-02-26 Thread ravi kumar verma
hi, How do we port a Qt code from one platform to another ? for eg . from windows to linux . regards Ravi Kumar Verma ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development

Re: [Development] Qthread & porting the qt code to another platform

2016-02-26 Thread Olivier Goffart
Am Freitag, 26. Februar 2016, 15:39:22 CET schrieb Olivier Goffart: > Am Freitag, 26. Februar 2016, 20:00:40 CET schrieb ravi kumar verma: > > Hi, > > are qt a wrapper over (posix thread in unix) and (win32 threads on > > windows)? > Yes. > > > Moreover , How do we port a Qt code from one platform

Re: [Development] Qthread & porting the qt code to another platform

2016-02-26 Thread Olivier Goffart
Am Freitag, 26. Februar 2016, 20:00:40 CET schrieb ravi kumar verma: > Hi, > are qt a wrapper over (posix thread in unix) and (win32 threads on windows)? Yes. > Moreover , How do we port a Qt code from one platform to another ? > for eg . from windows to linux . You can take qthread_unix.cpp or

[Development] Qthread & porting the qt code to another platform

2016-02-26 Thread ravi kumar verma
Hi, are qt a wrapper over (posix thread in unix) and (win32 threads on windows)? Moreover , How do we port a Qt code from one platform to another ? for eg . from windows to linux . regards Ravi Kumar Verma ___ Development mailing list Development@q

Re: [Development] platform neutrality in Qt

2016-02-26 Thread André Somers
QPA (lighthouse) is a major factor in that. Other than that: lots of hard work. André Op 26/02/2016 om 14:52 schreef ravi kumar verma: Hi, Can anyone please elaborate how Qt framework achieves platform netrality? I mean what feature in it makes it platform neutral. regards

[Development] platform neutrality in Qt

2016-02-26 Thread ravi kumar verma
Hi, Can anyone please elaborate how Qt framework achieves platform netrality? I mean what feature in it makes it platform neutral. regards ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development

[Development] change log creation tool (was: Re: Qt 5.6.0 missing change files)

2016-02-26 Thread Hausmann Simon
Hi, To simplify the creation of the change files I have written a small tool that facilitates this job. It's written in golang and you get install it by simply running go get code.qt.io/qt/qtqa.git/src/createchangelog The binary will be placed in $GOPATH/bin. (If you are not familiar wi

Re: [Development] Though about rich text (html, WebView) rendering

2016-02-26 Thread Fabrice Salvaire
Hi Kai, Le 26/02/2016 11:15, Koehne Kai a écrit : -Original Message- From: Development [mailto:development- bounces+kai.koehne=theqtcompany@qt-project.org] On Behalf Of Fabrice Salvaire Sent: Thursday, February 25, 2016 1:33 PM To: development@qt-project.org Subject: [Development]

Re: [Development] Though about rich text (html, WebView) rendering

2016-02-26 Thread Koehne Kai
> -Original Message- > From: Development [mailto:development- > bounces+kai.koehne=theqtcompany@qt-project.org] On Behalf Of > Fabrice Salvaire > Sent: Thursday, February 25, 2016 1:33 PM > To: development@qt-project.org > Subject: [Development] Though about rich text (html, WebView)

Re: [Development] templated QObjects [was: Re: We are planning to upgrade qdoc to use clang for parsing C++]

2016-02-26 Thread Jędrzej Nowacki
On Thursday 25 of February 2016 19:22:55 Milian Wolff wrote: > On Donnerstag, 25. Februar 2016 09:02:11 CET Thiago Macieira wrote: > > On quinta-feira, 25 de fevereiro de 2016 17:33:52 PST Cristian Adam wrote: > > > This might be a burden for some of the Qt developers (Windows ones). > > > > > > B