Re: [Development] Supported platforms for Qt 5.8rt

2016-02-20 Thread Turunen Tuukka
> Thiago Macieira kirjoitti 21.2.2016 kello 7.15: > >> On sábado, 20 de fevereiro de 2016 22:09:20 PST Allan Sandfeld Jensen wrote: >> Well, feature-complete'ish. I recently found out we need clang 3.5 to use >> deleted constructors in Chromium. Clang 3.4 has a bug which will cause it >> to c

Re: [Development] Supported platforms for Qt 5.8rt

2016-02-20 Thread Thiago Macieira
On sábado, 20 de fevereiro de 2016 22:09:20 PST Allan Sandfeld Jensen wrote: > Well, feature-complete'ish. I recently found out we need clang 3.5 to use > deleted constructors in Chromium. Clang 3.4 has a bug which will cause it > to claim deleted methods causes ambiguity with non-deleted methods

Re: [Development] Supported platforms for Qt 5.8rt

2016-02-20 Thread Allan Sandfeld Jensen
On Saturday 20 February 2016, Thiago Macieira wrote: > On sexta-feira, 19 de fevereiro de 2016 21:01:02 PST Knoll Lars wrote: > > * We drop support for VS2012. This implicitly drops support for WEC2013. > > Reason is that the compiler is still having rather large problems with > > it's C++11 suppor

Re: [Development] Decimal arithmetic classes proposal

2016-02-20 Thread Thiago Macieira
On sábado, 20 de fevereiro de 2016 12:03:24 PST Sviatoslav Feshchenko wrote: > I would like to propose to develop classes for inclusion in the Qt library > to support general decimal arithmetic. Such classes would be useful for > financial and other applications requiring accurate decimal arithmeti

Re: [Development] Supported platforms for Qt 5.8

2016-02-20 Thread Thiago Macieira
On sexta-feira, 19 de fevereiro de 2016 21:01:02 PST Knoll Lars wrote: > * We drop support for VS2012. This implicitly drops support for WEC2013. > Reason is that the compiler is still having rather large problems with it's > C++11 support. I hope that we could serve the WEC market rather well with

[Development] Decimal arithmetic classes proposal

2016-02-20 Thread Sviatoslav Feshchenko
I would like to propose to develop classes for inclusion in the Qt library to support general decimal arithmetic. Such classes would be useful for financial and other applications requiring accurate decimal arithmetic. The intent is to develop the classes as a wrapper around the existing decNumb

[Development] Fwd: Making ItemSelectionModel more useful

2016-02-20 Thread Filippo Cucchetto
Hi Alberto, i think that QModelIndex has been brought in for dealing with TreeViews and hierachical item models. To be honest AFAIK you can manipulate QModelIndexes from QML. You can test for validity or obtaining its row or column and model. The implementation should be here

[Development] Making ItemSelectionModel more useful

2016-02-20 Thread Alberto Mardegan
Hi all! Since Qt 5.5, the QItemSelectionModel class is exposed to QML as ItemSelectionModel (in the QtQml.Models module): http://doc.qt.io/qt-5/qml-qtqml-models-itemselectionmodel.html Apart from having almost no documentation, this component seems to be rather hard to use in QML: its methods w

Re: [Development] GCC-built Qt 5.6 can't be used with Clang

2016-02-20 Thread Stephen Kelly
Hausmann Simon wrote: > Hi, > > Hmm, change ‎https://codereview.qt-project.org/#/c/147846/ was supposed > to fix this issue. > > ‎The subject of the email refers to 5.6 but in the body you say that you > are building the dev branch. If it is the latter, could it be that the fix > hasn't hit dev

Re: [Development] GCC-built Qt 5.6 can't be used with Clang

2016-02-20 Thread Hausmann Simon
Hi, Hmm, change ‎https://codereview.qt-project.org/#/c/147846/ was supposed to fix this issue. ‎The subject of the email refers to 5.6 but in the body you say that you are building the dev branch. If it is the latter, could it be that the fix hasn't hit dev yet? Simon Original Message Fro

[Development] GCC-built Qt 5.6 can't be used with Clang

2016-02-20 Thread Stephen Kelly
Hello, I built Qt dev branch with GCC. Then I tried to use it to build any trivial shared library with Clang: stephen@hal:/tmp/qmake$ make CXX=clang++ LINK=clang++ -B makeobj[0]: Entering directory `/tmp/qmake' /home/stephen/dev/prefix/qtbase/bin/qmake -o Makefile qmake.pro clang++ -c -pipe -g