Re: [Development] The place of QML

2012-05-14 Thread Jordi Pujol
Hi all, I think starting a flame war against Qt/NoKia/Digia is not good for anyone. My current position about Qt-project : I disagree with pushing so much QML, and yes I also think is a "toy programming language", by now. It has to evolve & mature a lot. Perhaps this point justifies so much work

[Development] Nominating Simjees Abraham as an approver

2012-05-14 Thread kai.koehne
Hi, I'd like to nominate Simjees Abraham for Approver status. He joined the Nokia/Qt team here in Berlin on March the first, and is working full time on Qt and Qt Creator since then. Before that we was already working with Qt. He's right now taking care of getting the 'inspector' features of Qt

Re: [Development] UDS feedback

2012-05-14 Thread casper.vandonderen
On 5/12/12 9:13 PM, "ext Girish Ramakrishnan" wrote: >1. Qt SDK vs Ubuntu repo install - Currently, Qt SDK is a separate >download from Nokia website. Ubuntu packages creator and Qt. This >could cause confusion as to which to choose. I think the decision made >here was that this is not entirely s

Re: [Development] Crosscompile on Debian stable targeting MS Windows

2012-05-14 Thread Loaden
#include of not needed on Ubuntu 12.04 (mingw-w64). Are you sure you can build all module use '-xplatform unsupported/win32-g++-corss'? In Ubuntu 12.04, It's only build qtbase module if use 'make -j 2'. 2012/5/4 kb > #include of -- Please don't ask where I come from, It's a shame! Best Reg

Re: [Development] [QT5] System fonts are not loaded in ubuntu 12.04

2012-05-14 Thread jiang.jiang
On May 14, 2012, at 10:15 AM, ext Loaden wrote: > The issue still exist. > In Ubuntu 12.04, the 'fontconfig' package installed by default. > loaden@qpsoft:~$ sudo apt-get install fontconfig > Reading package lists... Done > Building dependency tree > Reading state information... Done > fontc

Re: [Development] [QTBUG-23273] Change to Q_DECLARE_INTERFACE interfaces

2012-05-14 Thread Thiago Macieira
On quarta-feira, 2 de maio de 2012 15.22.16, simon.hausm...@nokia.com wrote: > I believe changing the string in Q_DECLARE_INTERFACE is binary incompatible > but fully source compatible. > The string gets embedded in moc generated code as well as .o files on the > caller side when doing a q_object_

Re: [Development] UDS feedback

2012-05-14 Thread Oswald Buddenhagen
On Sat, May 12, 2012 at 12:13:09PM -0700, ext Girish Ramakrishnan wrote: > 2. Rename our qt5 tool binaries - the binary names of moc, uic, qmake > conflict in qt3 and qt4. Now with qt5, we will have another conflict. > Is it possible to rename all our tool binaries to be moc5, qmake5? > i don't wan

Re: [Development] Help debugging "impossible condition"

2012-05-14 Thread Thiago Macieira
On domingo, 6 de maio de 2012 07.47.44, Thiago Macieira wrote: > On sábado, 5 de maio de 2012 23.18.18, Giuseppe D'Angelo wrote: > > qgraphicsview.cpp-2790-d->useLastMouseEvent = false; > > qgraphicsview.cpp-2791-// a hack to pass a viewport pointer to > > the scene inside the leave

Re: [Development] Help debugging "impossible condition"

2012-05-14 Thread Thiago Macieira
On segunda-feira, 14 de maio de 2012 11.36.04, Thiago Macieira wrote: > On domingo, 6 de maio de 2012 07.47.44, Thiago Macieira wrote: > > On sábado, 5 de maio de 2012 23.18.18, Giuseppe D'Angelo wrote: > > > qgraphicsview.cpp-2790-d->useLastMouseEvent = false; > > > qgraphicsview.cpp-2791-

Re: [Development] Help debugging "impossible condition"

2012-05-14 Thread Giuseppe D'Angelo
On 14 May 2012 11:42, Thiago Macieira wrote: > On segunda-feira, 14 de maio de 2012 11.36.04, Thiago Macieira wrote: >> On domingo, 6 de maio de 2012 07.47.44, Thiago Macieira wrote: >> > On sábado, 5 de maio de 2012 23.18.18, Giuseppe D'Angelo wrote: >> > > qgraphicsview.cpp-2790-        d->useLa

Re: [Development] UDS feedback

2012-05-14 Thread a.gra...@gmail.com
Hi, On 12 May 2012 21:13, Girish Ramakrishnan wrote: > Hi Guys, > Here's some comments that I collected from UDS last week. Quim, > Donald, Thiago and Adam might have more to add. > > I have cc'ed Jonathan who was giving us a lot of the feedback, he > should be able to point us to the right peopl

[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

Re: [Development] Notice: QtDeclarative compatibility module about to be removed

2012-05-14 Thread Kent Hansen
Hi, It's removed now. Kent Den 11. mai 2012 09:50, skrev ext Kent Hansen: > Hi, > See https://codereview.qt-project.org/#change,25891 > > In short, "QT += declarative" and the QtDeclarative headers/classnames > will no longer work (i.e., code that use them won't compile). > > I went through the

Re: [Development] [QTBUG-23273] Change to Q_DECLARE_INTERFACE interfaces

2012-05-14 Thread lars.knoll
On 5/14/12 11:27 AM, "ext Thiago Macieira" wrote: >On quarta-feira, 2 de maio de 2012 15.22.16, simon.hausm...@nokia.com >wrote: >> I believe changing the string in Q_DECLARE_INTERFACE is binary >>incompatible >> but fully source compatible. > >> The string gets embedded in moc generated code as

Re: [Development] [QTBUG-23273] Change to Q_DECLARE_INTERFACE interfaces

2012-05-14 Thread Thiago Macieira
On segunda-feira, 14 de maio de 2012 10.00.49, lars.kn...@nokia.com wrote: > On 5/14/12 11:27 AM, "ext Thiago Macieira" > > wrote: > >On quarta-feira, 2 de maio de 2012 15.22.16, simon.hausm...@nokia.com > > > >wrote: > >> I believe changing the string in Q_DECLARE_INTERFACE is binary > >> > >>inc

Re: [Development] Help debugging "impossible condition"

2012-05-14 Thread Thiago Macieira
On segunda-feira, 14 de maio de 2012 11.46.40, Giuseppe D'Angelo wrote: > > Actually, I have a better idea: I'll just add an extra pointer to QEvent > > for the sole reason of letting QGraphicsView use it. > > > > If someone thinks that adding 4 or 8 bytes to EVERY EVENT is a bad idea, > > please h

Re: [Development] UDS feedback

2012-05-14 Thread Sivan Greenberg
On Mon, May 14, 2012 at 12:53 PM, a.gra...@gmail.com wrote: > avoid regressions or incompatibility problems caused by a newer > version of QtSDK. If we think about Qt and QtCreator just as an SDK to > write applications I agree with you that developers should have the > latest tools available, but

Re: [Development] Crosscompile on Debian stable targeting MS Windows

2012-05-14 Thread Loaden
I just sent a code review to: https://codereview.qt-project.org/#change,26120 Please have a look. Here is the build script for Ubuntu-mingw-w64: > #!/bin/sh > > rm -rf bin > mkdir bin > ln -s /usr/bin/i686-w64-mingw32-gcc ./bin/i686-pc-mingw32-gcc > ln -s /usr/bin/i686-w64-mingw32-g++ ./bin/i686-

Re: [Development] Crosscompile on Debian stable targeting MS Windows

2012-05-14 Thread Loaden
Sorry, It shoud be: > make -j 2 >>build.log 2>&1 > 2012/5/14 Loaden > -nomake examples >>config.log 2>&1 >> make module-qt3d -j 2 >>build.log 2>&1 > > -- Please don't ask where I come from, It's a shame! Best Regards Yuchen ___ Development mailing

Re: [Development] UDS feedback

2012-05-14 Thread Jaroslav Reznik
- Original Message - > On Saturday 12 May 2012 22:01:09 Sergio Ahumada Navea wrote: > > Hi, > > > > > 1. Qt SDK vs Ubuntu repo install - Currently, Qt SDK is a > > > separate > > > download from Nokia website. Ubuntu packages creator and Qt. This > > > could cause confusion as to which to

Re: [Development] Crosscompile on Debian stable targeting MS Windows

2012-05-14 Thread Loaden
Oh, Thanks! I will test it on Ubuntu. 2012/5/14 k blammo > On 14/05/2012 12:29, Loaden wrote: > >> I just sent a code review to: >> https://codereview.qt-project.**org/#change,26120 >> Please have a look. >> > > That will not be necessary after th

Re: [Development] unity3d plugin in QML webview

2012-05-14 Thread Olivier Goffart
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/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 susp

Re: [Development] Crosscompile on Debian stable targeting MS Windows

2012-05-14 Thread Loaden
Hi, kb, could you share us what you using of the build script? or command? I can't find a wiki to point me how to cross build for windows. So, I don't know I am doing is or not is correct. Thanks again! 2012/5/14 Loaden > Oh, Thanks! I will test it on Ubuntu. > > > 2012/5/14 k blammo > >> On 14

Re: [Development] The place of QML

2012-05-14 Thread Atlant Schmidt
d3fault: > Trolltech may have been in the red, but that doesn't mean it > would have stayed in the red. And if would never have seen a > profit, then why would Nokia have it? Nokia bought Trolltech for one simple reason: Development on Symbian/S60/Averell/Avkon was too arcane/too weird and

Re: [Development] unity3d plugin in QML webview

2012-05-14 Thread Mülner , Helmut
I don't think that this is really a Webkit problem. As I mentioned this works in QWebView! For me it looks more like a problem of QGraphicsView. Best regards Helmut > -Ursprüngliche Nachricht- > Von: Olivier Goffart [mailto:oliv...@woboq.com] > Gesendet: Montag, 14. Mai 2012 12:57 > An:

[Development] Deprecating QFile::encodeName/decodeName

2012-05-14 Thread Thiago Macieira
I'd like to deprecate those two functions, as well as the setters QFile::setEncodingFunction and setDecodingFunction. I'd like to go further and make the setters no-op, and the actual functions be just an inline wrapper for QString::to/fromLocal8Bit. However, I'll leave the encode/decodeName functi

Re: [Development] Help debugging "impossible condition"

2012-05-14 Thread Olivier Goffart
On Monday 14 May 2012 11:42:33 Thiago Macieira wrote: > On segunda-feira, 14 de maio de 2012 11.36.04, Thiago Macieira wrote: > > On domingo, 6 de maio de 2012 07.47.44, Thiago Macieira wrote: > > > On sábado, 5 de maio de 2012 23.18.18, Giuseppe D'Angelo wrote: > > > > qgraphicsview.cpp-2790-

Re: [Development] Crosscompile on Debian stable targeting MS Windows

2012-05-14 Thread k blammo
(resending because my latest mails do not seem to reach the list) On 14/05/2012 12:58, Loaden wrote: Hi, kb, could you share us what you using of the build script? or command? Absolutely! See attachments. > Please don't ask where I come from, It's a shame! Son, Visual Basic is nothing to b

Re: [Development] Crosscompile on Debian stable targeting MS Windows

2012-05-14 Thread k blammo
On 14/05/2012 10:21, Loaden wrote: > #include of not needed on Ubuntu 12.04 (mingw-w64). This has been resolved in the meantime :) ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development

Re: [Development] Crosscompile on Debian stable targeting MS Windows

2012-05-14 Thread k blammo
On 14/05/2012 12:29, Loaden wrote: > I just sent a code review to: > https://codereview.qt-project.org/#change,26120 > Please have a look. That will not be necessary after this has landed: https://codereview.qt-project.org/#change,25617 ___ Development

Re: [Development] unity3d plugin in QML webview

2012-05-14 Thread Olivier Goffart
On Monday 14 May 2012 13:08:00 Mülner, Helmut wrote: > I don't think that this is really a Webkit problem. As I mentioned this > works in QWebView! > For me it looks more like a problem of QGraphicsView. QGraphicsWebView is also developed as part of the QtWebkit port, by the same people. Yes, QG

Re: [Development] Help debugging "impossible condition"

2012-05-14 Thread Thiago Macieira
On segunda-feira, 14 de maio de 2012 13.16.46, Olivier Goffart wrote: > On Monday 14 May 2012 11:42:33 Thiago Macieira wrote: > > On segunda-feira, 14 de maio de 2012 11.36.04, Thiago Macieira wrote: > > > Since no one has a suggestion on how to fix the hack, I'll close the > > > task > > > and aba

Re: [Development] unity3d plugin in QML webview

2012-05-14 Thread shane.kearns
There was a similar issue with QtMultimedia and video windows. With QWidget, you can get a native WinId and use that to create the child windows. With QGraphicsItem, only the top level QGraphicsView has a WinId, not the individual items which are always non native. (sorry I don't have more detail

Re: [Development] Deprecating QFile::encodeName/decodeName

2012-05-14 Thread lars.knoll
Full support from my side for it. Cheers, Lars On 5/14/12 1:11 PM, "ext Thiago Macieira" wrote: >I'd like to deprecate those two functions, as well as the setters >QFile::setEncodingFunction and setDecodingFunction. I'd like to go >further and >make the setters no-op, and the actual functions

[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] Deprecating QFile::encodeName/decodeName

2012-05-14 Thread Thiago Macieira
On segunda-feira, 14 de maio de 2012 12.26.53, lars.kn...@nokia.com wrote: > Full support from my side for it. https://codereview.qt-project.org/26155 -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Center Intel Sweden AB - Registration

[Development] How to submit an approved patch?

2012-05-14 Thread Carl Schumann
Qt developer community, I am a first timer at this process, but have now managed to get a change approved: https://codereview.qt-project.org/26041 According to http://wiki.qt-project.org/Qt_Contribution_Guidelines I should now submit my patch. I am looking for more detail on how to submit a pa

Re: [Development] How to submit an approved patch?

2012-05-14 Thread Jonas M. Gastal
On Monday 14 May 2012 09:11:20 Carl Schumann wrote: > Qt developer community, > > I am a first timer at this process, but have now managed to get a change > approved: > https://codereview.qt-project.org/26041 > According to http://wiki.qt-project.org/Qt_Contribution_Guidelines I > should now submi

Re: [Development] How to submit an approved patch?

2012-05-14 Thread Thiago Macieira
On segunda-feira, 14 de maio de 2012 09.11.20, Carl Schumann wrote: > Qt developer community, > > I am a first timer at this process, but have now managed to get a change > approved: > https://codereview.qt-project.org/26041 > According to http://wiki.qt-project.org/Qt_Contribution_Guidelines I > s

Re: [Development] How to submit an approved patch?

2012-05-14 Thread Carl Schumann
On 5/14/2012 9:15 AM, Jonas M. Gastal wrote: > On Monday 14 May 2012 09:11:20 Carl Schumann wrote: >> Qt developer community, >> >> I am a first timer at this process, but have now managed to get a change >> approved: >> https://codereview.qt-project.org/26041 >> According to http://wiki.qt-project

Re: [Development] How to submit an approved patch?

2012-05-14 Thread Girish Ramakrishnan
On Mon, May 14, 2012 at 7:21 AM, Carl Schumann wrote: > On 5/14/2012 9:15 AM, Jonas M. Gastal wrote: >> On Monday 14 May 2012 09:11:20 Carl Schumann wrote: >>> Qt developer community, >>> >>> I am a first timer at this process, but have now managed to get a change >>> approved: >>> https://coderev

[Development] Link error about QtCore.dynlist

2012-05-14 Thread song.7.liu
Hi, I am building the latest Qt5 on Linux, but with bellow link error in qtbase: /nokia/apps/tww/@sys/gcc442/x86_64-unknown-linux-gnu/bin/ld: /build/qt5-2/qtbase/src/corelib/QtCore.dynlist: file format not recognized; treating as linker script /nokia/apps/tww/@sys/gcc442/x86_64-unknown-linux-gn

[Development] Speaking about Icons.

2012-05-14 Thread Corentin Jabot
Hi. The methods setWindowIcon are not yet implemented in Qt5. That concerns QWindow, QWidget and QApplication. I guess the reason for that is that QIcon is part of QtWidget and not QtGui. QIcon seems not movable, it use a lot of QWidget styles stuffs For that reason the not-implemented QWindow::

[Development] pixel tracing for ui debugging

2012-05-14 Thread André Bergner
Dear all, I would like to add pixel tracing feature to my software whose UI is done entirely in QML. Precisely, I want to have some form of analysis mode which works as follows. If I click a pixel of my qml rendered scene I want to output some debugging information which tells me to which qml item

[Development] #qt-labs IRC channel on irc.freenode.net

2012-05-14 Thread Carl Schumann
Qt developers, I am struggling to access the #qt-labs IRC channel on irc.freenode.net. I am on a Windows Machine. Any recommendations for a Windows IRC client please? Thanks for any help. Sincerely, Carl Schumann ___ Development mailing list D

Re: [Development] #qt-labs IRC channel on irc.freenode.net

2012-05-14 Thread André Somers
Op 14-5-2012 17:26, Carl Schumann schreef: > Qt developers, > > I am struggling to access the #qt-labs IRC channel on > irc.freenode.net. I am on a Windows Machine. Any recommendations for > a Windows IRC client please? Thanks for any help. > > Sincerely, > Carl Schumann > I use Quassel IRC,

Re: [Development] Link error about QtCore.dynlist

2012-05-14 Thread Thiago Macieira
On segunda-feira, 14 de maio de 2012 14.58.33, song.7@nokia.com wrote: > /nokia/apps/tww/@sys/gcc442/x86_64-unknown-linux-gnu/bin/ld: > /build/qt5-2/qtbase/src/corelib/QtCore.dynlist: file format not recognized; > treating as linker script > /nokia/apps/tww/@sys/gcc442/x86_64-unknown-linux-gnu/

Re: [Development] Speaking about Icons.

2012-05-14 Thread Olivier Goffart
On Monday 14 May 2012 17:05:46 Corentin Jabot wrote: > Hi. > > The methods setWindowIcon are not yet implemented in Qt5. > That concerns QWindow, QWidget and QApplication. > > I guess the reason for that is that QIcon is part of QtWidget and not QtGui. > QIcon seems not movable, it use a lot of Q

Re: [Development] #qt-labs IRC channel on irc.freenode.net

2012-05-14 Thread Giuseppe D'Angelo
On 14 May 2012 17:29, André Somers wrote: > Op 14-5-2012 17:26, Carl Schumann schreef: >> Qt developers, >> >> I am struggling to access the #qt-labs IRC channel on >> irc.freenode.net.   I am on a Windows Machine.  Any recommendations for >> a Windows IRC client please?   Thanks  for any help. >>

Re: [Development] Link error about QtCore.dynlist

2012-05-14 Thread song.7.liu
Hi, Thanks for your reply, please get the error info from attached file. Thanks, Song -Original Message- From: development-bounces+song.7.liu=nokia@qt-project.org [mailto:development-bounces+song.7.liu=nokia@qt-project.org] On Behalf Of ext Thiago Macieira Sent: Monday, May 14,

Re: [Development] #qt-labs IRC channel on irc.freenode.net

2012-05-14 Thread shane.kearns
> -Original Message- > On Behalf Of André Somers > Sent: 14 May 2012 16:29 > To: development@qt-project.org > Subject: Re: [Development] #qt-labs IRC channel on irc.freenode.net > > Op 14-5-2012 17:26, Carl Schumann schreef: > > Qt developers, > > > > I am struggling to access the #qt-labs

Re: [Development] Cross build failed of module-qtdeclarative

2012-05-14 Thread k blammo
On 14/05/2012 17:53, Loaden wrote: > Any comments and tips? > > Creating library file: > > /home/loaden/qpSOFT/Projects/BuildQt5-w32/qtbase/lib/libQtQml5.a./.obj/release-shared/qqmlinstruction.o:qqmlinstruction.cpp:(.text$_ZNK17QQmlPropertyCache8propertyERK15QHashedV8String[QQmlPropertyCac

Re: [Development] #qt-labs IRC channel on irc.freenode.net

2012-05-14 Thread Laszlo Papp
I also had a similar experience lately when the freenode staff introduced the SASL hard requirement in certain networks for freenode, like my mobile internet provider. :) What Giuseppe mentioned (http://webchat.freenode.net/) works fine in that case at least or a client supporting that. Best Rega

[Development] QUrl fully-decoded path API

2012-05-14 Thread Thiago Macieira
Hello David and I have been discussing for the past week one of the consequences of QUrl operating on encoded data only in Qt 5. There are a few use-cases where a fully-decoded path is necessary. == Rationale =(skip to proposal if you find this lengthy) I've already had to implement the full dec

Re: [Development] Speaking about Icons.

2012-05-14 Thread Olivier Goffart
On Monday 14 May 2012 17:48:07 Olivier Goffart wrote: > On Monday 14 May 2012 17:05:46 Corentin Jabot wrote: > > Hi. > > > > The methods setWindowIcon are not yet implemented in Qt5. > > That concerns QWindow, QWidget and QApplication. > > > > I guess the reason for that is that QIcon is part of

[Development] Building a module on Mac with Qt4

2012-05-14 Thread Laszlo Papp
Hi, I have been trying to build a module on Mac with Qt4 in mind, but I am facing certain issues. There are essentially two qmake functions I use in the build system from the mkspecs/features/qt_functions.prf file. 1) qtLibraryTarget: this generates the TARGET, as in: mac:RET = $$member(LIBRARY_N

Re: [Development] The place of QML

2012-05-14 Thread d3fault
On 5/14/12, Turunen Tuukka wrote: > Just very short comment to this part - Digia, Qt Commercial does also > quite significant R&D. Whereas we do have consulting, and support, we do > also our share of development. For example we are working in making sure > that Qt runs nicely on those platforms t

[Development] Using Transifex for handling Qt localization?

2012-05-14 Thread Quim Gil
Dimitris Glezos from Transifex saw http://qt-project.org/wiki/Qt-Localization . This is the page where we explain how to localize the strings contained in Qt releases into other languages. The next day he came with https://www.transifex.net/projects/p/qt/ , saying that here it is just in case

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

2012-05-14 Thread Rohan McGovern
Helmut said: > 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\../../.

Re: [Development] How to submit an approved patch?

2012-05-14 Thread Rohan McGovern
Carl Schumann said: > Qt developer community, > > I am a first timer at this process, but have now managed to get a change > approved: > https://codereview.qt-project.org/26041 > According to http://wiki.qt-project.org/Qt_Contribution_Guidelines I > should now submit my patch. I am looking for

Re: [Development] The place of QML

2012-05-14 Thread Donald Carr
Please provide a link to your poll when citing it so that people can look at empirical data: http://qt-project.org/forums/viewthread/16693/ must be the wrong poll, since that shows QML components being a primary point of concern. This is out of a sample set of 110 people, which is infinitesimally

[Development] scenegraph performance on the Linux desktop

2012-05-14 Thread Donald Carr
Guten tag, I am seeing poor performance of scenegraph on a: 0f:00.0 VGA compatible controller: NVIDIA Corporation GT200GL [NVIDIA Quadro FX 3800] (rev a1) using the 302.07 driver (Upgraded from 295 in trouble shooting this issue). This is clearly using the XCB QPA backend, and does not appear to