[Development] [heads up] Build dependencies for the WebKit build on Windows

2012-09-11 Thread Simon Hausmann
Hi, This is a heads-up regarding the build of WebKit on Windows: Building WebKit on Windows always comes with the extra difficulty of having to install build support tools that don't come with the platform. The build makes heavy use of python and perl for automating the generation of various pi

[Development] Accelerated/OpenGL drawing under Qt 5.0

2012-09-11 Thread Chris Meyer
My software makes use of accelerated drawing using the techniques with QGraphicsView and QGraphicsScene shown in this article: http://doc.qt.nokia.com/qq/qq26-openglcanvas.html Unfortunately things don't work smoothly under Qt 5.0. Is this technique expected to work? If not, what is the suggeste

[Development] Qt5 Beta1: Can't run assistant.exe / designer.exe / linguist.exe on Windows 7 64 bit OS

2012-09-11 Thread Loaden
64bit MSVC2010SP1+SDK7.5 + 64bit Qt library + 64bit OS: Application Error 0x01d 32bit MSVC2010SP1+SDK7.5 + 32bit Qt library + 64bit OS: Everything works well. Any comments? 问题签名: 问题事件名称: APPCRASH 应用程序名: designer.exe 应用程序版本: 1.0.0.0 应用程序时间戳: 504ec1a8 故障模块名称: QtGui5.dll 故障模块版本: 5.0

Re: [Development] JIRA/Gerrit and former Nokia employees

2012-09-11 Thread mark.keir
Apologies, correction to the below. The project for Gerrit requests is "QTQAINFRA", not "QTINFRA" as written. From: development-bounces+mark.keir=nokia@qt-project.org [mailto:development-bounces+mark.keir=nokia@qt-project.org] On Behalf Of Keir Mark (Nokia-MP/Brisbane) Sent: Sunday, Se

Re: [Development] Proposing reversal of the Math3D qreal->float change

2012-09-11 Thread André Pönitz
On Tue, Sep 11, 2012 at 10:34:50PM +0100, Sean Harmer wrote: > On 11/09/2012 13:34, Thiago Macieira wrote: > > I propose we revert it. > I propose we (I) fix the affected classes in QtMultimedia > and Qt3D. I'm away on business this week but I will make a > start asap. I believe I mentioned that b

Re: [Development] Proposing reversal of the Math3D qreal->float change

2012-09-11 Thread Sean Harmer
On 11/09/2012 22:39, Thiago Macieira wrote: > On terça-feira, 11 de setembro de 2012 22.34.50, Sean Harmer wrote: >> I propose we (I) fix the affected classes in QtMultimedia and Qt3D. I'm >> away on business this week but I will make a start asap. > Qt3D is now passing. Yes it is passing. I will p

Re: [Development] Proposing reversal of the Math3D qreal->float change

2012-09-11 Thread Sean Harmer
On 11/09/2012 14:08, Thiago Macieira wrote: > On terça-feira, 11 de setembro de 2012 12.46.56, marco.bu...@nokia.com wrote: >> But than we would be not have the same behaviour, if qreal is float or >> double. Actually I changed every code in the qml designer explicitly to >> double or float. It wou

Re: [Development] Proposing reversal of the Math3D qreal->float change

2012-09-11 Thread Thiago Macieira
On terça-feira, 11 de setembro de 2012 22.34.50, Sean Harmer wrote: > I propose we (I) fix the affected classes in QtMultimedia and Qt3D. I'm > away on business this week but I will make a start asap. Qt3D is now passing. I'll correct the compilation errors for QtMultimedia, but not the tests. If

Re: [Development] Proposing reversal of the Math3D qreal->float change

2012-09-11 Thread Sean Harmer
On 11/09/2012 13:34, Thiago Macieira wrote: > 51d40d7e9bdfc63c5109aef5b732aa2ba10f985a changed the types of the Math3D > classes from qreal to float. That's a major source- and behaviour-incompatible > change, done after the beta, with no mention in the changelog or discussion on > this mailing lis

Re: [Development] Qt 5 Mac losing window focus/active state

2012-09-11 Thread jiang.jiang
Hi, On Sep 11, 2012, at 9:59 PM, ext Stephen Chu wrote: > I am having a lot of issue with window active state (or focus?) on Mac. > In addition to losing focus after clicking a combo box, I ran into this one: > > > Basically after clicking

Re: [Development] Qt 4.8 clang and libc++

2012-09-11 Thread Sylvain Pointeau
ok then I compiled and deployed only qtbase I deployed it and now "make" on my project, does nothing, always saying that the files are up.todate did you meet the same issue? ___ Development mailing list Development@qt-project.org http://lists.qt-project.

[Development] Qt 5 Mac losing window focus/active state

2012-09-11 Thread Stephen Chu
I am having a lot of issue with window active state (or focus?) on Mac. In addition to losing focus after clicking a combo box, I ran into this one: Basically after clicking at a empty window, clicking at the zoom button and after the the wi

[Development] ICU and windows build

2012-09-11 Thread QbProg
Hello Qt developers, so Qt 5 for windows doesn't include libICU sources but it requires it to build webkit. Unless other dependencies like Perl and Python, which can be installed once in the system, libICU must be configured,built, and installed for every compiler toolset/mkspec you are going to us

Re: [Development] QMacPasteboardMime removed in 5.0?

2012-09-11 Thread Thiago Macieira
On terça-feira, 11 de setembro de 2012 11.08.51, Chris Meyer wrote: > In 4.8 I used QMacPasteboardMime to convert between Mac pasteboard > types and mime types. > > What is the preferred mechanism to do this in 5.0? > > Is the list of classes removed in 5.0 and suggested alternatives > available an

Re: [Development] qmake 5.0 question about available modules

2012-09-11 Thread Chris Meyer
Great... I checked over my configuration and found the error. Sorry for the hassle -- I'm porting a large project into Qt 5 so it's tricky to know how to handle specific oddities and I got stuck on this one. But, as usual, Qt seems to just "do the right thing." On Tue, Sep 11, 2012 at 11:06 AM,

[Development] QMacPasteboardMime removed in 5.0?

2012-09-11 Thread Chris Meyer
In 4.8 I used QMacPasteboardMime to convert between Mac pasteboard types and mime types. What is the preferred mechanism to do this in 5.0? Is the list of classes removed in 5.0 and suggested alternatives available anywhere? ___ Development mailing list

Re: [Development] qmake 5.0 question about available modules

2012-09-11 Thread Thiago Macieira
On terça-feira, 11 de setembro de 2012 10.39.00, Chris Meyer wrote: > In 4.8, qmake could include a line 'QT += xmlpatterns'. This does not > work in 5.0 qmake (although 'QT += xml' does). Yes, it does. > Why aren't all of the 5.0 modules available in qmake? They are. > Was this a configuration

[Development] qmake 5.0 question about available modules

2012-09-11 Thread Chris Meyer
In 4.8, qmake could include a line 'QT += xmlpatterns'. This does not work in 5.0 qmake (although 'QT += xml' does). Why aren't all of the 5.0 modules available in qmake? Was this a configuration error on my part (I built from source, omitting webkit), or is limited modules intentional, or is it

Re: [Development] FW: Qt 4.8.3 open source release candidate packages publicly available

2012-09-11 Thread Giuseppe D'Angelo
On 11 September 2012 16:39, Salovaara Akseli wrote: > Hi all, > > > > Qt 4.8.3 release candidate 2 available at > http://releases.qt-project.org/digia/4.8.3_RC2/ for public review. > > Packages are built against sha1: 2df3a87d1013c38e9aa8d90b6f2a5552bf88aaf4 What's going on with the tags on git?

[Development] FW: Qt 4.8.3 open source release candidate packages publicly available

2012-09-11 Thread Salovaara Akseli
Hi all, Qt 4.8.3 release candidate 2 available at http://releases.qt-project.org/digia/4.8.3_RC2/ for public review. Packages are built against sha1: 2df3a87d1013c38e9aa8d90b6f2a5552bf88aaf4 Br, Akseli From: Taipale Juhani Sent: 6. syyskuuta 2012 18:39 To: releas...@qt-project.org; developmen

Re: [Development] [Mingw-w64-public] Fwd: Choosing a new MinGW for Qt 5

2012-09-11 Thread kai.koehne
> -Original Message- > From: ext Loaden [mailto:loa...@gmail.com] > Sent: Tuesday, September 11, 2012 4:00 PM > To: mingw-w64-pub...@lists.sourceforge.net > Subject: Re: [Mingw-w64-public] Fwd: [Development] Choosing a new MinGW > for Qt 5 > > Does anyone think about we can use cross compi

Re: [Development] [Interest] Does any one interesting to help writting CMake Scripts for QtCreator?

2012-09-11 Thread Thiago Macieira
On terça-feira, 11 de setembro de 2012 18.43.29, Konstantin Tokarev wrote: > 11.09.2012, 18:32, "Loaden" : > > For now QtCreator support qmake + qbs build system, but I think if there > > exist CMake build system, that's would be great. > I don't think it's a good idea to maintain 3 build systems i

Re: [Development] [Interest] Does any one interesting to help writting CMake Scripts for QtCreator?

2012-09-11 Thread Konstantin Tokarev
11.09.2012, 18:32, "Loaden" : > For now QtCreator support qmake + qbs build system, but I think if there > exist CMake build system, that's would be great. I don't think it's a good idea to maintain 3 build systems in parallel, and CMake is obviously a bad choice for main build system. -- Reg

[Development] Does any one interesting to help writting CMake Scripts for QtCreator?

2012-09-11 Thread Loaden
For now QtCreator support qmake + qbs build system, but I think if there exist CMake build system, that's would be great. After several day work, I can build QtCreator's library using CMake scripts now. It's supported share Precompiled Header for both of MSVC / GCC, and for CLang there does not sup

Re: [Development] Proposing reversal of the Math3D qreal->float change

2012-09-11 Thread Thiago Macieira
On terça-feira, 11 de setembro de 2012 12.46.56, marco.bu...@nokia.com wrote: > But than we would be not have the same behaviour, if qreal is float or > double. Actually I changed every code in the qml designer explicitly to > double or float. It would be really nice, if the Qt classes would be has

Re: [Development] Regression / Behavioral Change in QSqlTableModel / QTableView in Qt 5

2012-09-11 Thread Mark Brand
Maemi Carrer wrote: >> ... each edit causes the table to be requeried and the model reset, which >> breaks navigation in the view. > Do you mind elaborating in which way this breaks navigation? In Qt 4, QSqlTableModel calls select() immediately after submitting changes to the database. This invo

Re: [Development] Proposing reversal of the Math3D qreal->float change

2012-09-11 Thread marco.bubke
But than we would be not have the same behaviour, if qreal is float or double. Actually I changed every code in the qml designer explicitly to double or float. It would be really nice, if the Qt classes would be has a float and a double implementation. From my perspective qreal is breaking the

[Development] Proposing reversal of the Math3D qreal->float change

2012-09-11 Thread Thiago Macieira
51d40d7e9bdfc63c5109aef5b732aa2ba10f985a changed the types of the Math3D classes from qreal to float. That's a major source- and behaviour-incompatible change, done after the beta, with no mention in the changelog or discussion on this mailing list (unless it's an old discussion and it's only now m

Re: [Development] Qt 4.8 clang and libc++

2012-09-11 Thread Sylvain Pointeau
> > Don't type make in its dir. I though it was something in the configure ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development

Re: [Development] Qt 4.8 clang and libc++

2012-09-11 Thread Thiago Macieira
On terça-feira, 11 de setembro de 2012 13.37.19, Sylvain Pointeau wrote: > > If you don't want Qt 3D, simply don't build it. > > How should I do it? Don't type make in its dir. -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Center Int

Re: [Development] Qt 4.8 clang and libc++

2012-09-11 Thread Sylvain Pointeau
> > If you don't want Qt 3D, simply don't build it. > > How should I do it? ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development

Re: [Development] Removing Wacom support in Qt5

2012-09-11 Thread Shawn Rutledge
On 10 September 2012 19:20, Ariel Molina wrote: >> I grabbed the Intuos 3, it's still around. And I can reproduce the >> bug that with Qt 4.x apps (even the latest Creator released) it's not >> usually possible to interact with most QWidgets using the Wacom mouse. > > Are you able to reproduce th

[Development] [Announce] Qt Creator 2.6.0 beta released

2012-09-11 Thread List for announcements regarding Qt releases and development
We are happy to announce the Qt Creator 2.6.0 beta. Blog: http://labs.qt.nokia.com/2012/09/11/qt-creator-2-6-0-beta-released/ Download: http://releases.qt-project.org/qtcreator/2.6.0-beta/ Best regards from the Qt Creator team! -- Eike Ziller Principal Software Engineer Nokia, Qt Development F

Re: [Development] Qt 4.8 clang and libc++

2012-09-11 Thread Sylvain Pointeau
> > You only pasted parts that are inside libc++. Without knowing what Assimp > did > to trigger that error, I am assuming it is doing everything right and > therefore the error is inside libc++. > How can I deactivate Assimp, I don't need it, neither webkit. I just need QtCore and widget. ___