Re: [Development] Qt 5.1 feature set and freeze date (Qt3D)

2013-02-13 Thread Mülner , Helmut
Hi Sean, > > On Wednesday 13 February 2013 10:06:41 Mülner, Helmut wrote: > > > [...] > > > > > > >No Qt3D? :-( > > > > > > No, unfortunately not. > > > > > > We've gone through it, and it will require some more work

Re: [Development] Qt 5.1 feature set and freeze date (Qt3D)

2013-02-13 Thread Mülner , Helmut
> [...] > >No Qt3D? :-( > > No, unfortunately not. > > We've gone through it, and it will require some more work to make it suitable > for inclusion. Sean can give details on it. But you can continue to use the > module as is (knowing the APIs will still change slightly). > Unfortunately I can

Re: [Development] Qt 5.1 feature set and freeze date

2013-02-13 Thread Mülner , Helmut
> [...] > Quite a bit of new functionality has made it into the dev branch, but I'd also > like to add a few of the modules left out in 5.0 to the release. The > candidates > I can see so far are: > > * Qt X11 Extras > * Qt Mac Extras > * Qt Sensors > * Qt Serial Port > * Qt Quick Controls (forme

Re: [Development] qsrand(31415) int qt3d

2012-08-02 Thread Mülner , Helmut
* Done: Qt<https://bugreports.qt-project.org/browse/QTBUG>/ QTBUG-26744<https://bugreports.qt-project.org/browse/QTBUG-26744> Best regards Helmut Von: mitch.cur...@nokia.com [mailto:mitch.cur...@nokia.com] Gesendet: Donnerstag, 02. August 2012 14:46 An: Mülner, Helmut Betreff

[Development] qsrand(31415) int qt3d

2012-08-02 Thread Mülner , Helmut
I already sent this to the qt3d mailing list, but nobody reacts on this list (maybe due to the Bisbane situation): qglsection.cpp contains the following lines in the method QGLSectionPrivate::mapVertex: static bool seeded = false; if (!seeded) qsrand(31415); This ma

Re: [Development] QtCS, Qt 5 beta and vacation

2012-06-26 Thread Mülner , Helmut
> [...] > The Qt 5 beta is getting closer, and I think we'll have something releasable > within the next two weeks. Technically we have most things in place, but the > sha1's in qt5.git will need to follow and get quite a bit closer to the HEADs > of > each repository. > > There's still a few tec

Re: [Development] Container refactor update [Caution: Message contains Suspicious URL content]

2012-06-21 Thread Mülner , Helmut
> Von: development-bounces+helmut.muelner=joanneum...@qt-project.org > [mailto:development-bounces+helmut.muelner=joanneum.at@qt- > project.org] Im Auftrag von André Pönitz > Gesendet: Donnerstag, 21. Juni 2012 02:00 > An: Marc Mutz > Cc: development@qt-project.org > Betreff: Re: [Development] Cont

[Development] Compiling current qt5 git version with MSVC2010

2012-06-20 Thread Mülner , Helmut
While building the current qt5 git version I get several failures from idc.exe with "Invalid allocation size" and a very large number, which seems to be the debug value for uninitialized varibles. I debugged one of those occurences and found line 1128 (f) in qaxserver.cpp: int argc;

[Development] Current qt5 git version still does not compile with MSVC2010

2012-06-05 Thread Mülner , Helmut
I still have trouble compiling the complete qt5 version from git. I used: set QTDIR=%CD%\qtbase set PATH=%CD%\qtbase\bin;%CD%\qtrepotools\bin;%PATH% configure -prefix %CD%\qtbase -confirm-license -opensource -make libs -nomake tests -nomake examples -no-incredibuild-xge -release -fast 1> configur

Re: [Development] Alpha 2 this week or skip it

2012-05-31 Thread Mülner , Helmut
> [...] > For the packaging we still have some issues with Windows and Mac, but > these should be possible to resolve. Iikka, Johanna and Simo have been > working actively together and progress is good. > > PS. I also think there is no need for Alpha 2, it is better to aim full speed > for > the

Re: [Development] Current qt5 version from git does not compile

2012-05-25 Thread Mülner , Helmut
> I wrote > >I'm having a similar issue, but a bit farther off the beaten path. I'm > >on > VS2008, but trying to cross compile for Wince. > > Found the issue. > > The problem was the parameters for syncqt. [...] > Setting QTDIR to the qtbase of my shadow build > dir fixed the problem. > Setting

Re: [Development] Current qt5 version from git does not compile with VS2010

2012-05-22 Thread Mülner , Helmut
Some days ago I wrote: > a few days after the alpha release of qt5 the git version (with git pull qt5; > perl init-repository -f) stopped to compile with Visual Studio 2010. > Compiling qqmlopenmetaobject.cpp results in this error: > d:\qt\qt5\qtdeclarative\include\qtqml\5.0.0\qtqml\private\../../

[Development] Current qt5 version from git does not compile with VS2010

2012-05-14 Thread Mülner , Helmut
Hi, a few days after the alpha release of qt5 the git version (with git pull qt5; perl init-repository -f) stopped to compile with Visual Studio 2010. Compiling qqmlopenmetaobject.cpp results in this error: d:\qt\qt5\qtdeclarative\include\qtqml\5.0.0\qtqml\private\../../../../../src/qml/qml/v8/qv

Re: [Development] unity3d plugin in QML webview

2012-05-14 Thread Mülner , Helmut
012 12:57 > An: development@qt-project.org > Cc: Mülner, Helmut > Betreff: Re: [Development] unity3d plugin in QML webview > > On Monday 14 May 2012 11:53:21 Mülner, Helmut wrote: > > The unity3d plugin (e.g. > > http://download.unity3d.com/gallery/live-demos/players/isl

[Development] unity3d plugin in QML webview

2012-05-14 Thread Mülner , Helmut
The unity3d plugin (e.g. http://download.unity3d.com/gallery/live-demos/players/island.unity3d ) works with QWebView but not in QGraphicsWebView or in a QML WebView. The plugin uses three stacked windows on top of the web page and I suspect that something in the QGraphicsView prevents the crea

[Development] unity3d plugin in qml webview

2012-05-11 Thread Mülner , Helmut
The unity3d plugin (e.g. http://download.unity3d.com/gallery/live-demos/players/island.unity3d ) works with QWebView but not in QGraphicsWebView or in a QML WebView. The plugin uses three stacked windows on top of the web page and I suspect that something in the QGraphicsView prevents the crea