Re: [Interest] Why we have to remove Qt3D in Qt5.0 release?

2012-10-29 Thread Loaden
2012/10/30 Thiago Macieira > Are you volunteering to maintain it? You are kidding me, right? I thought it is a big feature for Qt5, and now we will lost it in Qt5. I am strange why Digia choice to made this decision? So, I am very disappoint! -- *Please don't ask where I come from, It's a sha

Re: [Interest] Why we have to remove Qt3D in Qt5.0 release?

2012-10-29 Thread Lorn Potter
On 30/10/2012, at 3:09 PM, Morgan McKenzie wrote: > Does this mean that qt3d is no longer being developed, or just independently > from qt5? For the record, it is one of the features that drew me to qt... > Qt3D was one of the modules developed in Brisbane office which got closed before Digi

Re: [Interest] Why we have to remove Qt3D in Qt5.0 release?

2012-10-29 Thread Morgan McKenzie
Does this mean that qt3d is no longer being developed, or just independently from qt5? For the record, it is one of the features that drew me to qt... --Morgan McKenzie From: thiago.macie...@intel.com To: interest@qt-project.org Date: Mon, 29 Oct 2012 20:45:53 -0700 Subject: Re: [Interest] Why

Re: [Interest] Why we have to remove Qt3D in Qt5.0 release?

2012-10-29 Thread Thiago Macieira
On terça-feira, 30 de outubro de 2012 11.20.29, Loaden wrote: > See: https://codereview.qt-project.org/#change,38442 > And: https://bugreports.qt-project.org/browse/QTBUG-27736 Are you volunteering to maintain it? -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Op

[Interest] Why we have to remove Qt3D in Qt5.0 release?

2012-10-29 Thread Loaden
See: https://codereview.qt-project.org/#change,38442 And: https://bugreports.qt-project.org/browse/QTBUG-27736 > The use of qt5.git is still recommended by some wiki pages, but it > contains repos which are not part of the Qt 5.0 release. > > These should be removed from the qt5.git repo: > > *qt3

Re: [Interest] Current status of the co-installation

2012-10-29 Thread Thiago Macieira
On segunda-feira, 29 de outubro de 2012 14.23.35, Thiago Macieira wrote: > Hello again > > Here's the current status: Posted to the wrong mailing list... -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Center signature.asc Description: Th

[Interest] Current status of the co-installation

2012-10-29 Thread Thiago Macieira
Hello again Here's the current status: * Qt Quick 1 and 2 de-conflicting: The Qt Quick 1 library is renamed and the patches are in. The library is called QtDeclarative again. Qt Quick 1 retains its import paths in QLibraryInfo::ImportsPath / $$[QT_INSTALL_IMPORTS], with no subdir. Qt Quick 2 i

Re: [Interest] Model/View issue: omit model-entities in qml-view

2012-10-29 Thread Tim Bienias
That's exactly what i want! thx very much! 2012/10/29 André Somers > Op 29-10-2012 17:12, Tim Bienias schreef: > > Hey guys, > > > > let's say we have one QAbstractListModel consisting of animals in c++. > > There are water- and land-animals within the model. Now i want to > > create a view that

Re: [Interest] Model/View issue: omit model-entities in qml-view

2012-10-29 Thread André Somers
Op 29-10-2012 17:12, Tim Bienias schreef: > Hey guys, > > let's say we have one QAbstractListModel consisting of animals in c++. > There are water- and land-animals within the model. Now i want to > create a view that does show (1)only the land-animals and a view with > (2)only the water-animals

[Interest] Model/View issue: omit model-entities in qml-view

2012-10-29 Thread Tim Bienias
Hey guys, let's say we have one QAbstractListModel consisting of animals in c++. There are water- and land-animals within the model. Now i want to create a view that does show (1)only the land-animals and a view with (2)only the water-animals. There is also a view (3)with some water- and some land

Re: [Interest] [Help]A big problem about accessing database using OCI driver plugin from qt application.‏

2012-10-29 Thread Lincoln Ramsay
On 29/10/12 11:22 AM, Xiaognag Wang wrote: 3. the problem is: it is too slow to get data from database, for example: get 2 records from database will spend 7 seconds, if I use odbc instead, it will just need about 30 ms. Does anyone have experience about this? Could you please give a sug

Re: [Interest] [Help]A big problem about accessing database using OCI driver plugin from qt application.‏

2012-10-29 Thread Scott Aron Bloom
Which ODBC driver are you using? (Qt or native C++ driver?) Most likely, you are using the Qt for the Oracle and native C++ for the odbc… Qt’s system if used improperly can add quite a bit of overhead. First, how often are you creating your QSqlQuery’s? Next, QVariant, while as fast as most va