Re: [Development] Revisiting high-DPI configuration options

2016-07-26 Thread Stephen Chu
On 7/20/16, 5:12 AM, "Development on behalf of Edward Welbourne" wrote: > >Then again, our SVG support is embarrassingly poor, Especially when it doesn’t support clip path. Which I imagine will be vital for icon designs. ___ Development mailing lis

Re: [Development] QtWebKit is coming back

2016-06-07 Thread Stephen Chu
I don’t see Mac mentioned in either links provided. Is Mac supported? Stephen Chu On 6/4/16, 3:20 PM, "Development on behalf of Konstantin Tokarev" wrote: >Hi all, > >As some of you may already know, there is an ongoing effort to revive QtWebKit >by updating it

[Development] 5.0 RC1 fails to build qtwebkit using macx-clang-libc++-32

2012-12-06 Thread Stephen Chu
Trying to build RC1 using macx-clang-libc++-32 and got these errors. It's probably more to do with different struct sizes in 32-bit API: In file included from platform/qt/WebCoreSystemInterface.mm:28: In file included from /System/Library/Frameworks/Foundation.framework/Headers/Foundation.h:37:

Re: [Development] Proposal: New list of Qt 5 reference / Tier 1 platforms

2012-11-14 Thread Stephen Chu
On 11/14/12 8:37 AM, Sorvig Morten wrote: > 10.6 is separate issue. It is getting less relevant, but still has a > significant market share (31%)[0]. I would say it's a bit to early to drop it. Also 10.6 supports 32-bit machines. If 10.6 is still officially supported, so should 32-bit on 10.6. _

[Development] Qt 5 mingw build trying to link against Qt5Cored0.dll

2012-11-12 Thread Stephen Chu
I ran into this error while trying to build Qt 5 from git with mingw: mingw32-make[3]: Entering directory 'C:/Qt/5.0/qtbase/src/network' mingw32-make -f Makefile.Debug all mingw32-make[4]: Entering directory 'C:/Qt/5.0/qtbase/src/network' g++ -shared -Wl,--out-implib,C:\Qt\5.0\qtbase\lib\libQt5Net

Re: [Development] Heads up for Windows devs: ANGLE landing soon

2012-11-02 Thread Stephen Chu
On 11/2/12 4:19 AM, Koehne Kai wrote: >> -Original Message- >> From: development-bounces+kai.koehne=digia@qt-project.org >> [mailto:development-bounces+kai.koehne=digia@qt-project.org] On >> Behalf Of Stephen Chu >> Sent: Thursday, November 01,

Re: [Development] [Interest] Qt5: Problem connecting QTimer::timeout() to lambda

2012-11-01 Thread Stephen Chu
On 11/1/12 4:28 PM, Thiago Macieira wrote: > On quinta-feira, 1 de novembro de 2012 13.13.34, Thiago Macieira wrote: >> On quinta-feira, 1 de novembro de 2012 14.49.27, Stephen Chu wrote: >>> Again. This is using clang 3.1 with QMAKE_CXXFLAGS += -std=c++11 >> >> Is t

Re: [Development] [Interest] Qt5: Problem connecting QTimer::timeout() to lambda

2012-11-01 Thread Stephen Chu
On 11/1/12 4:13 PM, Thiago Macieira wrote: > On quinta-feira, 1 de novembro de 2012 14.49.27, Stephen Chu wrote: >> Again. This is using clang 3.1 with QMAKE_CXXFLAGS += -std=c++11 > > Is that the real clang 3.1, or the 3.1 version of Apple clang? They are not > the same, they ha

Re: [Development] Heads up for Windows devs: ANGLE landing soon

2012-11-01 Thread Stephen Chu
On 10/23/12 4:26 AM, Jason Barron wrote: > This is just a heads up for people developing Qt on Windows. We will shortly > add a copy of the ANGLE project into the Qt 3rdparty tree and make it the > default OpenGL configuration if no other option is given. If you're not > familiar with ANGLE, you

Re: [Development] [Interest] Qt5: Problem connecting QTimer::timeout() to lambda

2012-11-01 Thread Stephen Chu
On 11/1/12 1:17 PM, Thiago Macieira wrote: > On quinta-feira, 1 de novembro de 2012 13.03.56, Stephen Chu wrote: >> I find out what QPrivateSignal is for but it's not clear if lambda can >> still be used to connect to such private signals. >> >> If I connect QTimer

Re: [Development] [Interest] Qt5: Problem connecting QTimer::timeout() to lambda

2012-11-01 Thread Stephen Chu
n the mentioned error. Is this designed behavior? It makes using lambda function as slot really hard since there's no mention in documentation which signals are limited this way. FYI. I am using clang 3.1. On 11/1/12 11:18 AM, Stephen Chu wrote: > I just updated from Qt5 git and the f

Re: [Development] Qt 5 QMessageBox doesn't respond?

2012-10-16 Thread Stephen Chu
e same hanging problem. And I do believe the problem is real. Can some running Qt 5 on Mac verify it? Thanks. On 10/14/12 10:29 AM, Stephen Chu wrote: > On 10/11/12 12:06 PM, Stephen Chu wrote: >> I am wondering if this is the result of switching qtbase to master >> instead of staying w

Re: [Development] Qt 5 QMessageBox doesn't respond?

2012-10-14 Thread Stephen Chu
On 10/11/12 12:06 PM, Stephen Chu wrote: > I am wondering if this is the result of switching qtbase to master > instead of staying wiht qt5. > > When I call this on a Mac: > > QMessageBox::warning(NULL, "", "warning!"); > > The dialog shows up but

[Development] Build Qt 5 in 32-bit with mingw-builds 4.7.2

2012-10-11 Thread Stephen Chu
I just installed mingw-build 4.7.2 on Windows 7 64-bit. I then configured Qt 5 this way: configure -developer-build -opensource -confirm-license -nomake tests -nomake examples -c++11 The built libraries are in 64-bit. How do I configure Qt 5 to build 32-bit libs? Thanks.

[Development] Qt 5 QMessageBox doesn't respond?

2012-10-11 Thread Stephen Chu
I am wondering if this is the result of switching qtbase to master instead of staying wiht qt5. When I call this on a Mac: QMessageBox::warning(NULL, "", "warning!"); The dialog shows up but clicking at the OK button doesn't dismiss it. And QMessageBox code is taking 100% of a core spi

Re: [Development] No recent commit in qt5 git?

2012-10-10 Thread Stephen Chu
On 10/10/12 3:59 PM, Thiago Macieira wrote: > On quarta-feira, 10 de outubro de 2012 15.01.56, Stephen Chu wrote: >> The last commit in <http://qt.gitorious.org/qt/qt5> was a week ago. Is >> it frozen for release? > > No. It's blocked on failing tests. Help fix them

[Development] No recent commit in qt5 git?

2012-10-10 Thread Stephen Chu
The last commit in was a week ago. Is it frozen for release? I just saw has been merged and wanted to try it but can't since it's not in Qt 5 yet. I think I can bring qtbase to head for that. But last time I did

Re: [Development] Really bad graphics view text rendering in Qt 5 on Mac

2012-10-03 Thread Stephen Chu
eport and see if it's happening too? Thanks. On 9/28/12 4:03 PM, Stephen Chu wrote: > Just reported this bug: > <https://bugreports.qt-project.org/browse/QTBUG-27386> > > Regardless of currently scaling factor, QGraphicsTextItem seems to be > rendered onto a back buffer

[Development] Qt 5: Warning using QImage as QtConcurrent::mapped return type

2012-09-29 Thread Stephen Chu
The following code generates warning about memcpy on object type: QList images; QList future = QtConcurrent::blockingMapped(images, scaled); The warning: In file included from /Qt/5.0/qtbase/include/QtCore/qvector.h:1: /Qt/5.0/qtbase/include/QtCore/../../src/corelib/tools/qvector.h:459

[Development] Using lambda in QtConcurrent::map

2012-09-29 Thread Stephen Chu
I am having problem using lambda in QtConcurrent::map() function. The following code: #include int foo(int i) { return i+1; } void moo(QList list) { QtConcurrent::mapped(list, [](int i){ return foo(i); }); } produces errors below with Clang 3.1. Is lambda supported in map()? Or do I ne

Re: [Development] Really bad graphics view text rendering in Qt 5 on Mac

2012-09-28 Thread Stephen Chu
On 9/28/12 4:03 PM, Stephen Chu wrote: > Just reported this bug: > <https://bugreports.qt-project.org/browse/QTBUG-27386> > > Regardless of currently scaling factor, QGraphicsTextItem seems to be > rendered onto a back buffer with the same resolution as the screen > before

[Development] Really bad graphics view text rendering in Qt 5 on Mac

2012-09-28 Thread Stephen Chu
Just reported this bug: Regardless of currently scaling factor, QGraphicsTextItem seems to be rendered onto a back buffer with the same resolution as the screen before copied onto the painting surface. __

Re: [Development] What's with bugreports.qt-project.org?

2012-09-26 Thread Stephen Chu
On 9/26/12 6:44 AM, Shaw Andy wrote: > I am just going to specifically refer to this part in my capacity as > Head of Support at Digia. But the support team (myself included) do > strive to fix bugs or provide workarounds, we have a good track > record in this respect. It is as a result of custom

Re: [Development] [Releasing] Beta 2 release

2012-09-23 Thread Stephen Chu
On 9/23/12 9:18 AM, Stephen Chu wrote: > On 9/22/12 4:55 PM, Jiang Jiang wrote: >> Hi, >> >> On Thu, Sep 20, 2012 at 9:05 PM, Stephen Chu wrote: >>> And also this one for consideration: >>> <https://bugreports.qt-project.org/browse/QTBUG-27

Re: [Development] [Releasing] Beta 2 release

2012-09-23 Thread Stephen Chu
On 9/22/12 4:55 PM, Jiang Jiang wrote: > Hi, > > On Thu, Sep 20, 2012 at 9:05 PM, Stephen Chu wrote: >> And also this one for consideration: >> <https://bugreports.qt-project.org/browse/QTBUG-27198> > > At least this issue is fixed by 75cd2dec71d81868e1c4d5d

Re: [Development] [Releasing] Beta 2 release

2012-09-20 Thread Stephen Chu
On 9/20/12 8:45 AM, Knoll Lars wrote: > To be able to understand the quality of the beta better, we will need > some help from everybody. Have a look at the Qt 5 bug statistics at > https://bugreports.qt-project.org/secure/Dashboard.jspa?selectPageId=11712 . > As you can see we currently have very

[Development] ExtendedSelection in 5.0 has no effect on Mac OS X

2012-09-13 Thread Stephen Chu
OK. Here's the show stopper: It works on Windows build. :( ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development

[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

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

2012-09-10 Thread Stephen Chu
On 9/10/12 4:21 PM, Sylvain Pointeau wrote: > and now I have this error: > > In file included from kernel/qvariant.cpp:64: > In file included from > ../../include/QtCore/5.0.0/QtCore/private/qvariant_p.h:1: > ../../include/QtCore/5.0.0/QtCore/private/../../../../../src/corelib/kernel/qvariant_p.h:2

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

2012-09-08 Thread Stephen Chu
On 9/8/12 9:55 AM, Olivier Goffart wrote: > On Saturday 08 September 2012 15:42:20 Sylvain Pointeau wrote: clang-libc++ is the only way to have C++11 on mac os x >>> >>> No. The other way was mentioned already in this thread. >> >> no, you need to link with libc++ to have the library support f

Re: [Development] Build Qt 5 with MinGW 4.7?

2012-08-27 Thread Stephen Chu
On 8/27/12 4:28 AM, marius.storm-ol...@nokia.com wrote: > You can use the /cmd in your path instead. That way you have no > extra msys tools in your path and the git.bat will add the required paths > locally upon execution. > > So you get full git functionality without polluting you path. > Cool

Re: [Development] Build Qt 5 with MinGW 4.7?

2012-08-26 Thread Stephen Chu
On 8/26/12 10:03 AM, Stephen Chu wrote: > > Thanks for pointing out the build differences. I didn't realize there > are so many different builds of the same MinGW version. Switching to > mingw-builds get me further. But then I got this error: > > cp qmake.exe C:\Qt\5.0\q

Re: [Development] Build Qt 5 with MinGW 4.7?

2012-08-26 Thread Stephen Chu
On 8/26/12 7:13 AM, Lukas Geyer wrote: > Am 26.08.2012 09:31, schrieb Thiago Macieira: >> Yes: make has a bug and it's hitting that. > > VPATH is also broken [1] in some mingw-w64 builds (eg. rubenvb). > >> You can upgrade, downgrade, "sidegrade", rebuild make with different >> optimisation flags.

[Development] Build Qt 5 with MinGW 4.7?

2012-08-25 Thread Stephen Chu
I am trying to build Qt 5 from git using MinGW 4.7. It fails at bootstrapping configure: C:\Qt\5.0>configure -developer-build -opensource -confirm-license + C:/Qt/5.0/qtbase/configure -developer-build -opensource -confirm-license Please wait while bootstrapping configure ... ... ... QtDBus: creat

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

2012-08-24 Thread Stephen Chu
On 8/24/12 4:06 PM, Sylvain Pointeau wrote: > > > On Fri, Aug 24, 2012 at 9:59 PM, Thiago Macieira > mailto:thiago.macie...@intel.com>> wrote: > > On sexta-feira, 24 de agosto de 2012 19.11.14, Sylvain Pointeau wrote: > > Hi, > > > > I would like to compile Qt 4.8 using clang / l

[Development] QVairant::Type enums are now obsolete?

2012-08-20 Thread Stephen Chu
I just noticed that all the QVariant::Type enums are now marked as obsolete in 5.0 doc: http://qt-project.org/doc/qt-5.0/qvariant-obsolete.html#Type-enum The goal seems to be to switch to QMetaType enums. But in the attempt to make my code up-to-date, I find that strait replace of the old names

[Development] Error building Qt 5 with clang in 32-bit

2012-08-15 Thread Stephen Chu
I tried to build Qt 5 (from git) with MacPorts clang 4.7 using macx-clang-libc++-32 mkspec. It failed with narrowing errors like this: styles/qmacstyle_mac.mm:3828:45: error: non-constant-expression cannot be narrowed from type 'qreal' (aka 'double') to 'CGFloat' (aka 'float') in initiali

Re: [Development] [Announce] Qt Creator 2.5.1 released

2012-07-25 Thread Stephen Chu
On 7/25/12 8:23 AM, List for announcements regarding Qt releases and development wrote: > We just released Qt Creator 2.5.1 ! > > Blog: http://labs.qt.nokia.com/2012/07/25/qt-creator-2-5-1-released/ > Download: http://qt-project.org/wiki/Qt_Creator_Releases > > Br, The Qt Creator Team > The debug

Re: [Development] [Qt-creator] Designer: Buddy checkbox disables OK button?

2012-07-24 Thread Stephen Chu
On 7/23/12 1:54 PM, Stephen Chu wrote: > I was adding rows to a form layout and find that once I checked the > Buddy checkbox, the OK button became disabled: > > http://i.imgur.com/j6cth.png > > Is this intended? How do I set the pair to be buddies then? > > This is with

Re: [Development] Using Qt 5 with C++11/Clang 3.1?

2012-07-13 Thread Stephen Chu
On 7/7/12 4:32 PM, Thiago Macieira wrote: > On sábado, 7 de julho de 2012 11.17.58, Stephen Chu wrote: >> /Qt/5.0/qtbase/include/QtCore/../../src/corelib/global/qflags.h:51:7: >> note: 'QFlag' is not literal because it is not an aggregate and has no >> constexpr

Re: [Development] [Qt-creator] No headers in Mac frameworks?

2012-07-10 Thread Stephen Chu
On 7/10/12 9:28 AM, eike.zil...@nokia.com wrote: > > On 10 Jul 2012, at 15:19, ext Stephen Chu wrote: > >> On 7/10/12 5:41 AM, Stephen Kelly wrote: >>> On Monday, July 09, 2012 18:11:30 Stephen Chu wrote: >>>> On 7/9/12 6:03 PM, Shawn Rutledge wrote: >>&g

Re: [Development] [Qt-creator] No headers in Mac frameworks?

2012-07-10 Thread Stephen Chu
On 7/10/12 5:41 AM, Stephen Kelly wrote: > On Monday, July 09, 2012 18:11:30 Stephen Chu wrote: >> On 7/9/12 6:03 PM, Shawn Rutledge wrote: >>> On 9 July 2012 22:25, Stephen Chu wrote: >>>> On 7/9/12 3:53 PM, Stephen Chu wrote: >>>>> On 7/9/12 3:18 PM

Re: [Development] [Qt-creator] No headers in Mac frameworks?

2012-07-09 Thread Stephen Chu
On 7/9/12 6:03 PM, Shawn Rutledge wrote: > On 9 July 2012 22:25, Stephen Chu wrote: >> On 7/9/12 3:53 PM, Stephen Chu wrote: >>> On 7/9/12 3:18 PM, Stephen Chu wrote: >>>> I built Qt 5 from git on Mac with -developer-build option and find >>>> there'

Re: [Development] [Qt-creator] No headers in Mac frameworks?

2012-07-09 Thread Stephen Chu
On 7/9/12 3:53 PM, Stephen Chu wrote: > On 7/9/12 3:18 PM, Stephen Chu wrote: >> I built Qt 5 from git on Mac with -developer-build option and find >> there's no link to headers in the resulted frameworks. There are only >> symlinks to the libs but not headers like i

Re: [Development] [Qt-creator] No headers in Mac frameworks?

2012-07-09 Thread Stephen Chu
On 7/9/12 3:18 PM, Stephen Chu wrote: > I built Qt 5 from git on Mac with -developer-build option and find > there's no link to headers in the resulted frameworks. There are only > symlinks to the libs but not headers like in Qt 4.8. > > Qt Creator editor has trouble finding t

[Development] No headers in Mac frameworks?

2012-07-09 Thread Stephen Chu
I built Qt 5 from git on Mac with -developer-build option and find there's no link to headers in the resulted frameworks. There are only symlinks to the libs but not headers like in Qt 4.8. Qt Creator editor has trouble finding the headers with this setup. This makes finding definitions of Qt t

Re: [Development] Using Qt 5 with C++11/Clang 3.1?

2012-07-07 Thread Stephen Chu
On 7/7/12 4:57 AM, Thiago Macieira wrote: > On sábado, 7 de julho de 2012 09.36.55, Olivier Goffart wrote: >> On Saturday 07 July 2012 07:33:56 Thiago Macieira wrote: >>> On sábado, 7 de julho de 2012 02.12.42, Olivier Goffart wrote: Anyway, if we want to support that version of clang, this st

Re: [Development] Using Qt 5 with C++11/Clang 3.1?

2012-07-06 Thread Stephen Chu
On 7/6/12 3:23 PM, Thiago Macieira wrote: > On sexta-feira, 6 de julho de 2012 14.53.56, Stephen Chu wrote: >> I tried Clang 3.1 and it compiles with or without the equal sign. > > Then I don't understand. If it supports brace-initialisation for non-PODs, why >

Re: [Development] Using Qt 5 with C++11/Clang 3.1?

2012-07-06 Thread Stephen Chu
On 7/6/12 2:25 PM, Thiago Macieira wrote: > On sexta-feira, 6 de julho de 2012 13.22.38, Stephen Chu wrote: >> On 7/6/12 12:19 PM, Thiago Macieira wrote: >>> On sexta-feira, 6 de julho de 2012 18.12.10, Olivier Goffart wrote: >>>> #if defined(Q_

Re: [Development] Using Qt 5 with C++11/Clang 3.1?

2012-07-06 Thread Stephen Chu
On 7/6/12 1:22 PM, Stephen Chu wrote: > On 7/6/12 12:19 PM, Thiago Macieira wrote: >> On sexta-feira, 6 de julho de 2012 18.12.10, Olivier Goffart wrote: >>> #if defined(Q_COMPILER_CONSTEXPR) && defined(Q_COMPILER_DEFAULT_MEMBERS) && >>> defined(Q_COMPILE

Re: [Development] Using Qt 5 with C++11/Clang 3.1?

2012-07-06 Thread Stephen Chu
On 7/6/12 12:19 PM, Thiago Macieira wrote: > On sexta-feira, 6 de julho de 2012 18.12.10, Olivier Goffart wrote: >> #if defined(Q_COMPILER_CONSTEXPR) && defined(Q_COMPILER_DEFAULT_MEMBERS) && >> defined(Q_COMPILER_DELETE_MEMBERS) >> >> fixes the problem for me. >> So it should be disabled for those

[Development] Using Qt 5 with C++11/Clang 3.1?

2012-07-06 Thread Stephen Chu
Has anyone successfully build Qt 5 to use with Clang 3.1 on any platform? I see the new macx-clang-libc++ mkspecs are now included. Using it enables automatic detection of C++11 features in configure. But that causes errors on C++11 features when building like: animation/qabstractanimation.cpp:

Re: [Development] Container refactor update

2012-06-20 Thread Stephen Chu
On 6/20/12 6:20 PM, André Pönitz wrote: > On Tue, Jun 19, 2012 at 09:55:28PM -0400, Stephen Chu wrote: >> Just a reminder that these changes are causing failure to build debug >> dumper in Creator. >> >> <https://bugreports.qt-project.org/browse/QTCREATORBUG-7558

Re: [Development] Container refactor update

2012-06-19 Thread Stephen Chu
Just a reminder that these changes are causing failure to build debug dumper in Creator. ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/de

Re: [Development] buildsystem branches (about to be) integrated

2012-06-19 Thread Stephen Chu
On 6/19/12 8:31 AM, Oswald Buddenhagen wrote: > moin, > > the buildsystem branch of qtbase is currently being integrated. this is > ~120 commits worth of qmake & project file fixes and cleanups. there are > some changes to how modularization (in particular configure tests) is > handled, and cross-b

Re: [Development] Can't switch submodules to master and Mac build still broken

2012-06-18 Thread Stephen Chu
On 6/18/12 10:24 AM, shane.kea...@accenture.com wrote: > You might be able to get the script working by changing the port in your > ~/.ssh/config file > > Host codereview.qt-project.org > Port 29418 > User (your name) > > That makes "ssh://codereview.qt-project.org/..." expand to "ssh://

Re: [Development] Can't switch submodules to master and Mac build still broken

2012-06-17 Thread Stephen Chu
On 6/17/12 6:40 PM, Rohan McGovern wrote: > Stephen Chu said: >> I still can't get Qt 5 build on OS X for the merged code >> (https://codereview.qt-project.org/#change,28604) hasn't showed up in Qt >> 5 git default yet. So I want to to try moving modules to ma

Re: [Development] Can't switch submodules to master and Mac build still broken

2012-06-15 Thread Stephen Chu
On 6/15/12 1:25 PM, Thiago Macieira wrote: > On sexta-feira, 15 de junho de 2012 13.11.59, Stephen Chu wrote: >> Stephens-MacBook-Pro:qt3d stephenchu$ git checkout master origin/master >> error: pathspec 'origin/master' did not match any file(s) known to git. > > W

[Development] Can't switch submodules to master and Mac build still broken

2012-06-15 Thread Stephen Chu
I still can't get Qt 5 build on OS X for the merged code (https://codereview.qt-project.org/#change,28604) hasn't showed up in Qt 5 git default yet. So I want to to try moving modules to master to get the fixes by the instruction here: http://qt-project.org/wiki/Building-Qt-5-from-Git#181b27e32

Re: [Development] Build error in bluetooth module on Mac OS X 10.6

2012-06-15 Thread Stephen Chu
On 6/15/12 8:31 AM, Stephen Chu wrote:> On 6/15/12 6:02 AM, shane.kea...@accenture.com wrote:>>> Proposed real > fix is here: > >>> https://codereview.qt-project.org/#change,28604 > >>> > >> > >> I see that the change has

Re: [Development] Build error in bluetooth module on Mac OS X 10.6

2012-06-15 Thread Stephen Chu
On 6/15/12 6:02 AM, shane.kea...@accenture.com wrote:>>> Proposed real fix is here: >>> https://codereview.qt-project.org/#change,28604 >>> >> >> I see that the change has been merged. How long will it be before it >> can be pulled from git? I can see it in qtbase master branch but not >> ye

Re: [Development] Build error in bluetooth module on Mac OS X 10.6

2012-06-14 Thread Stephen Chu
On 6/13/12 8:38 AM, Sean Harmer wrote: > On Wednesday 13 June 2012 11:01:39 Nils Jeisecke wrote: >> Hi, >> >> cherry picking https://codereview.qt-project.org/#change,28557 helped >> to complete the build. > > Proposed real fix is here: https://codereview.qt-project.org/#change,28604 > I see that

Re: [Development] [Interest] C++11 in Qt5

2012-06-13 Thread Stephen Chu
On 6/13/12 2:59 PM, Stephen Chu wrote: > On 6/13/12 2:49 PM, bradley.hug...@nokia.com wrote: >> This is a new error that we also stumbled over today. Essentially, we can't >> enable C++11 language support in the compiler while the C++ library doesn't >> provide

Re: [Development] [Interest] C++11 in Qt5

2012-06-13 Thread Stephen Chu
On 6/13/12 2:49 PM, bradley.hug...@nokia.com wrote: > This is a new error that we also stumbled over today. Essentially, we can't > enable C++11 language support in the compiler while the C++ library doesn't > provide C++11 headers or features. It's all or nothing. There are some other errors in

Re: [Development] Build error in bluetooth module on Mac OS X 10.6

2012-06-12 Thread Stephen Chu
I have the same problem building from the latest git on 10.7. It seems that QtV8 fails to generate a release build of the framework? I find only "QtV8_debug" in the resulting framework folder. The build script is having problem detecting error of sub-module. It always continues building (with e

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

2012-06-01 Thread Stephen Chu
On 6/1/12 12:46 PM, Thiago Macieira wrote: > On sábado, 2 de junho de 2012 00.18.48, techabc wrote: >> btw, Is there would win32-clang appears? > > That sentence did not make sense. I'm assuming you meant to ask "is there a > chance a win32-clang option would appear"? > > Yes, there's a chance. Con

Re: [Development] Compiler errors with clang 3.1

2012-05-21 Thread Stephen Chu
On 5/21/12 5:22 PM, Thiago Macieira wrote: > On segunda-feira, 21 de maio de 2012 17.07.51, Stephen Chu wrote: >> On 5/21/12 4:28 PM, Thiago Macieira wrote: >>> On sexta-feira, 18 de maio de 2012 16.56.09, Stephen Chu wrote: >>>> On the other hand, compiling using g

Re: [Development] Compiler errors with clang 3.1

2012-05-21 Thread Stephen Chu
On 5/21/12 4:28 PM, Thiago Macieira wrote: > On sexta-feira, 18 de maio de 2012 16.56.09, Stephen Chu wrote: >> On the other hand, compiling using gcc 4.7 is successful. I am not sure >> if gcc is more lex on this or Q_DECL_CONSTEXPR macro is not defined. > > GCC seems to be

Re: [Development] Compiler errors with clang 3.1

2012-05-21 Thread Stephen Chu
On 5/18/12 4:56 PM, Stephen Chu wrote: > <https://bugreports.qt-project.org/browse/QTBUG-25817> > > I tried both MacPort clang 3.1 and Apple's so-called LLVM 4.0 to build > Qt and create apps with C++11 turned on. Both failed with constexpr errors. > > On the other han

[Development] Compiler errors with clang 3.1

2012-05-18 Thread Stephen Chu
I tried both MacPort clang 3.1 and Apple's so-called LLVM 4.0 to build Qt and create apps with C++11 turned on. Both failed with constexpr errors. On the other hand, compiling using gcc 4.7 is successful. I am not sure if gcc is more lex on

Re: [Development] The place of QML

2012-05-12 Thread Stephen Chu
On 5/12/12 5:01 PM, Thiago Macieira wrote: > On sábado, 12 de maio de 2012 22.28.40, Thiago Macieira wrote: >> Developers like you might be the numerical majority, but when it comes to >> number of products developed and shipped to customers, I'm pretty sure that >> no one will come close to "next