Re: [Development] Not stripping our binaries by default

2012-09-13 Thread simon.hausmann
I think that our default configure and make rules should be tailored towards developers deliberately building Qt from source, so IMHO it should not strip by default. When you build Qt from source I'm not sure you care about the binary size (you're installing on your local drive) and you might ap

[Development] Qt5 Beta1: MSVC2010SP1_64bit + WSDK7.5, Using '-ltcg' lead all gui-tools crash!

2012-09-13 Thread Loaden
Only Crash on 64bit Library. e.g. assistant.exe designer.exe -- Best Regards Yuchen ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development

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

2012-09-13 Thread Loaden
Because I am using -ltcg configure option for MSVC 2010SP1 + Windows SDK 7.5. Remove -ltcg then running well. 在 2012年9月12日 下午12:25,Loaden 写道: > 64bit MSVC2010SP1+SDK7.5 + 64bit Qt library + 64bit OS: > Application Error > 0x01d > > 32bit MSVC2010SP1+SDK7.5 + 32bit Qt library + 64bit OS: > Ever

[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

Re: [Development] Not stripping our binaries by default

2012-09-13 Thread lars.knoll
On Sep 13, 2012, at 11:21 PM, ext Thiago Macieira wrote: > On quinta-feira, 13 de setembro de 2012 20.57.58, lars.kn...@nokia.com wrote: >> Depends on who we're optimising for. If we don't strip by default we might >> get lots of complaints from people compiling source packages on their own >>

Re: [Development] Not stripping our binaries by default

2012-09-13 Thread Thiago Macieira
On quinta-feira, 13 de setembro de 2012 20.57.58, lars.kn...@nokia.com wrote: > Depends on who we're optimising for. If we don't strip by default we might > get lots of complaints from people compiling source packages on their own > that wonder about huge binaries in release mode. At this point, t

Re: [Development] Not stripping our binaries by default

2012-09-13 Thread lars.knoll
On Sep 13, 2012, at 10:21 PM, ext Thiago Macieira wrote: > I was trying to make Qt 5 packages for Tizen when I realised that the > automated build scripts that generate debuginfo packages were failing, saying > that our libraries are already stripped. > > Turns out that qmake generates "stri

[Development] Not stripping our binaries by default

2012-09-13 Thread Thiago Macieira
I was trying to make Qt 5 packages for Tizen when I realised that the automated build scripts that generate debuginfo packages were failing, saying that our libraries are already stripped. Turns out that qmake generates "strip --strip-unneeded" commands when in release mode. There's a way to turn

Re: [Development] Proposal: reorganization of QtSystems module, since Qt5.x

2012-09-13 Thread Lorn Potter
Hi Denis, On 13/09/2012, at 8:27 PM, Denis Shienkov wrote: > Hello all. > > As I'm concerned, at the moment Qt5 contains fragmented set of classes to > obtain information about the devices: > > QPrinterInfo -> QtBase/src/printsupport > others info's -> QtSystems/ > Because printing is a

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

2012-09-13 Thread Romain Pokrzywka
On Thursday, September 13, 2012 07:14:50 AM lars.kn...@nokia.com wrote: > On Sep 13, 2012, at 2:07 AM, ext Romain Pokrzywka wrote: > > On Wednesday, September 12, 2012 07:10:52 AM lars.kn...@nokia.com wrote: > >> On Sep 12, 2012, at 12:27 AM, ext André Pönitz > >> > > chemnitz.de> wrote: > >>>

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

2012-09-13 Thread André Pönitz
On Wed, Sep 12, 2012 at 07:10:52AM +, lars.kn...@nokia.com wrote: > > On Sep 12, 2012, at 12:27 AM, ext André Pönitz > wrote: > > > 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 (

[Development] Completed: JIRA Maintenance September 13 - bugreports.qt-project.org

2012-09-13 Thread Matias Rand
JIRA / bugreports.qt-project.org is up and running again. Upgraded to 5.0.7. Regards -- Matias Rand Nokia ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development

Re: [Development] Building Qt5 on windows

2012-09-13 Thread Алексей Павлов
For Thiago: mkspecs/qmodule.pri listing: #paths QT_BUILD_TREE = C:/SDK/srcs/qt5/qtbase QT_SOURCE_TREE = C:/SDK/srcs/qt5/qtbase QT_BUILD_PARTS += libs tools #Qt for Windows CE c-runtime deployment QT_CE_C_RUNTIME = no CONFIG += create_prl link_prl sse2 sse3 ssse3 sse4_1 sse4_2 avx avx2 largefile

Re: [Development] Accelerated/OpenGL drawing under Qt 5.0

2012-09-13 Thread Chris Meyer
On Thu, Sep 13, 2012 at 1:57 AM, Samuel Rødal wrote: > On 09/12/2012 04:33 PM, ext Chris Meyer wrote: >> On Tue, Sep 11, 2012 at 9:52 PM, Chris Meyer wrote: >>> My software makes use of accelerated drawing using the techniques with >>> QGraphicsView and QGraphicsScene shown in this article: >>> >

Re: [Development] QJsonPrivate::Parser::parseObject broken on big endian

2012-09-13 Thread Konstantin Tokarev
13.09.2012, 18:03, "Konstantin Tokarev" : > 13.09.2012, 15:23, "lars.kn...@nokia.com" : > >>  As to why this would fail: The only reason I can see is if either dest is >> invalid, or b->size contains garbage. > > Indeed, b->size is 201326592 for emptyArray object. I.e. 11000

Re: [Development] QJsonPrivate::Parser::parseObject broken on big endian

2012-09-13 Thread Konstantin Tokarev
13.09.2012, 15:23, "lars.kn...@nokia.com" : > As to why this would fail: The only reason I can see is if either dest is > invalid, or b->size contains garbage. Indeed, b->size is 201326592 for emptyArray object. -- Regards, Konstantin ___ Developmen

Re: [Development] Proposal: reorganization of QtSystems module, since Qt5.x

2012-09-13 Thread Denis Shienkov
> Alberto Mardegan wrote: > BTW, one small thing you might want to change in your proposed > implementation is switching from "device type" to "capability". It's > sometimes very difficult to say what kind of device something is, but > you can always say that it's capable of this and that (for exa

Re: [Development] Building Qt5 on windows

2012-09-13 Thread Jonathan Liu
On 13/09/2012 8:57 PM, Алексей Павлов wrote: /set INCLUDE=%MINGW_HOME%\%MINGW_HOST%\include;%EXTRA%\include;%QTINSTDIR%\databases\firebird\include;%QTINSTDIR%\databases\mysql\include;%QTINSTDIR%\databases\pgsql\include/ /set LIB=%MINGW_HOME%\%MINGW_HOST%\lib;%EXTRA%\lib;%QTINSTDIR%\databases\fir

Re: [Development] Proposal: reorganization of QtSystems module, since Qt5.x

2012-09-13 Thread Alberto Mardegan
On 09/13/2012 01:27 PM, Denis Shienkov wrote: > For a start here can add only the basic types of devices (already > implemented), > and then on future can add new supported device types (step-by-step). > > This is just pseudocode, I know that it contains errors. I just proposed the > idea, > s

Re: [Development] Building Qt5 on windows

2012-09-13 Thread Thiago Macieira
On quinta-feira, 13 de setembro de 2012 14.57.50, Алексей Павлов wrote: > *configure -prefix %QTINSTDIR% -opensource -confirm-license > -developer-build -debug-and-release -no-fast -plugin-sql-ibase > -plugin-sql-mysql -plugin-sql-psql -no-dbus -no-iconv -icu -fontconfig > -system-pcre -fully-proce

[Development] Qt 4.8.3 released

2012-09-13 Thread lars.knoll
Hi! I'm happy to announce that Qt 4.8.3 has just been released. See the blog on http://labs.qt.nokia.com/2012/09/13/qt-4-8-3-released/ and the changes file at http://qt-project.org/uploads/community_updates/changes-4.8.3 for details. Enjoy! Lars ___

Re: [Development] QJsonPrivate::Parser::parseObject broken on big endian

2012-09-13 Thread lars.knoll
On Sep 13, 2012, at 12:56 PM, ext Konstantin Tokarev wrote: > 03.09.2012, 15:21, "Olivier Goffart" : > >> On Sunday 02 September 2012 23:10:18 Konstantin Tokarev wrote: >>> Hi all, >>> >>> When building Qt 5 on big endian host (PPC) I've found moc breaking on Qt >>> classes containing Q

[Development] Building Qt5 on windows

2012-09-13 Thread Алексей Павлов
Hi! I try to build Qt5 with mingw64 from https://sourceforge.net/projects/mingwbuilds/ . First I install strawberry perl 5.16.1, mingw64-4.7.1, build some libs (openssl icu, fontconfig, libxml2,libxslt,zlib). Than I wrote script: *@echo on* * * *set PWD=%~dp0* * * *echo Seting up a Qt-64bit Enviro

Re: [Development] QJsonPrivate::Parser::parseObject broken on big endian

2012-09-13 Thread Konstantin Tokarev
03.09.2012, 15:21, "Olivier Goffart" : >  On Sunday 02 September 2012 23:10:18 Konstantin Tokarev wrote: >>   Hi all, >> >>   When building Qt 5 on big endian host (PPC) I've found moc breaking on Qt >>   classes containing Q_PLUGIN_METADATA with >> >>   ASSERT: "idx >= 0 && idx < s" in file >>   

[Development] Proposal: reorganization of QtSystems module, since Qt5.x

2012-09-13 Thread Denis Shienkov
Hello all. As I'm concerned, at the moment Qt5 contains fragmented set of classes to obtain information about the devices: QPrinterInfo -> QtBase/src/printsupport others info's -> QtSystems/ Since all of these entities are devices, it is logical to make the base class QDeviceInfo, from which

Re: [Development] qmake qt5

2012-09-13 Thread Joerg Bornemann
On 12/09/2012 23:44, ext Sylvain Pointeau wrote: > QMAKE_TARGET and TARGET in the makefile were blank. > once I changed them, it was ok, at least trying to compile. You should not need to specify TARGET. qmake chooses a default value. But .pro files that explicitely set TARGET to be empty will pr

Re: [Development] Accelerated/OpenGL drawing under Qt 5.0

2012-09-13 Thread Samuel Rødal
On 09/12/2012 04:33 PM, ext Chris Meyer wrote: > On Tue, Sep 11, 2012 at 9:52 PM, Chris Meyer wrote: >> 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 >> >> Un

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

2012-09-13 Thread Giuseppe D'Angelo
On 13 September 2012 09:39, Jedrzej Nowacki wrote: > I would love to kill qreal but... please go for (a). The discussion was > already finished once with conclusion that we should not do anything about > it for Qt5. Let's stick to the decision. The feature freeze was in February. > It is time to r

Re: [Development] QtDus Problem

2012-09-13 Thread Thiago Macieira
On quarta-feira, 12 de setembro de 2012 20.40.28, Sandro Andrade wrote: > > when i execute Quit() from d-feet, my RootAdapter Quit() funciton gets > > called, but i get this error: > > Warning: QMetaObject::invokeMethod: No such method QObject::Quit() > > Is the Quit() method a slot or was declared

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

2012-09-13 Thread Jedrzej Nowacki
On Wednesday 12. September 2012 09.10.52 ext lars.kn...@nokia.com wrote: > On Sep 12, 2012, at 12:27 AM, ext André Pönitz wrote: > > 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 (

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

2012-09-13 Thread Alberto Mardegan
On 09/13/2012 11:27 AM, marco.bu...@nokia.com wrote: [...] > Q*F and Q*D like QRectF and QRectD? But the first step would be in my > opinion the removal of qreal. It should be really KISS! OTOH, having a typedef which you can change to be either float or double according to your precision needs (a

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

2012-09-13 Thread Thiago Macieira
On terça-feira, 11 de setembro de 2012 22.44.52, Sean Harmer wrote: > 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

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

2012-09-13 Thread marco.bubke
No, it changed the expectations. People develop with qreal as double, and than magic things happen on ARM. My proposal is, that we change most interfaces to double, there it really costs, we switch to float. Otherwise we break our interfaces. For example, a application is saving world coordian

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

2012-09-13 Thread lars.knoll
On Sep 13, 2012, at 2:07 AM, ext Romain Pokrzywka wrote: > On Wednesday, September 12, 2012 07:10:52 AM lars.kn...@nokia.com wrote: >> On Sep 12, 2012, at 12:27 AM, ext André Pönitz chemnitz.de> wrote: >>> On Tue, Sep 11, 2012 at 10:34:50PM +0100, Sean Harmer wrote: On 11/09/2012 13:34, T