Re: [Development] Move math3d from QtGui to QtCore

2012-07-08 Thread Laszlo Papp
> The float version is a simplified duplicate of QVector3D. Is this really the > right way to go? You should really consider in QtGui to use 3D point base in the future, and extend that with your math wishes. > And how useful is really the integer version? There is almost no 3D math that > work

Re: [Development] Move math3d from QtGui to QtCore

2012-07-08 Thread gunnar.sletta
On Jul 8, 2012, at 8:40 PM, ext Laszlo Papp wrote: >> Okay, I will try to put up something soon with WIP then, based >> somewhat on the current QPoint(F) implementations. I will also double >> check the Qwt needs in order to make sure we fulfill those as well. > > I am sorry for the delay with t

[Development] Renaming QQuickCanvas to QQuickWindow

2012-07-08 Thread martin.jones
The QML team recently reviewed the QQuickCanvas API; a task that was overlooked during QtQuick 2 development. We came to the conclusion that QQuickCanvas is the wrong name and that QQuickWindow better encapsulates its role and usage. It also brings the C++ API and the QtQuick.Window API in lin

Re: [Development] Proposal: Remove QML from Qt's code base (OR: Should it be a requirement that Qt Modules are interoperable?)

2012-07-08 Thread Alan Alpert
On Fri, 6 Jul 2012 18:58:01 ext Philip Ashmore wrote: > On 06/07/12 12:24, Thiago Macieira wrote: > > On sexta-feira, 6 de julho de 2012 17.08.08, Alan Alpert wrote: > >>> Most c++ developers wouldn't want to choose between stability and > >>> performance. > >>> I'm adventurous, just point me at th

Re: [Development] Move math3d from QtGui to QtCore

2012-07-08 Thread Laszlo Papp
> Okay, I will try to put up something soon with WIP then, based > somewhat on the current QPoint(F) implementations. I will also double > check the Qwt needs in order to make sure we fulfill those as well. I am sorry for the delay with this, but I have not had stable internet connection recently,

Re: [Development] Error running qt5_tool

2012-07-08 Thread jan-arve.saether
Sorry, I believe not. You have to set up your .ssh/config with a host-specific port number for codereview.qt-project.org. This is described here: http://qt-project.org/wiki/Setting-up-Gerrit Jan Arve 08.07.12 03:27 skrev ext Leandro Melo de Sales: So, is there an error in the qt5_tool? Em 0

Re: [Development] Error running qt5_tool

2012-07-08 Thread aurindam.jana
Check for the following entry in your ~/.ssh/config file ( in Windows: C:/Users/%USERNAME/.ssh) Host codereview.qt-project.org Port 29418 User Cheers, Auri From: development-bounces+aurindam.jana=nokia@qt-project.org [development-bounces+aurindam.jana=noki