Re: [Development] Nominating Ritt Konstantin as approver

2012-07-02 Thread marius.storm-olsen
On 02/07/2012 16:45, ext Girish Ramakrishnan wrote: > On Tue, Jun 26, 2012 at 10:54 PM, Giuseppe D'Angelo > wrote: >> On 26 June 2012 18:21, Konstantin Ritt wrote: >>> Any progress?) >>> >>> Konstantin >> >> Only another couple of days :-) >> >> You have been nominated on 7 of June, so you must w

Re: [Development] Nominating Ritt Konstantin as approver

2012-07-02 Thread Girish Ramakrishnan
On Tue, Jun 26, 2012 at 10:54 PM, Giuseppe D'Angelo wrote: > On 26 June 2012 18:21, Konstantin Ritt wrote: >> Any progress?) >> >> Konstantin > > Only another couple of days :-) > > You have been nominated on 7 of June, so you must wait for the 28 :) > The wait is over :) Can someone give him th

Re: [Development] Proposing Francois Ferrand as an approver

2012-07-02 Thread Leandro T. C. Melo
Hi all, it's been more than 15 work days since Francois was proposed as an approver. Since no one has objected, he's now eligible as such. Congrats! Kind regards, Leandro From: a...@hrz.tu-chemnitz.de [a...@hrz.tu-chemnitz.de] on behalf of ext André P

Re: [Development] cmake files for qt5 problems with Qt5Quick/Qt5Qml modules on Mac OS X

2012-07-02 Thread Stephen Kelly
On 02.07.2012 14:35, Nils Jeisecke wrote: > Oops, I was a little bit too fast. > >> 2) Developer build without install (in source build, still couldn't >> manage to finish a working shadow build) > The cmake run works but the actual build does not. > > For the cmake run it is sufficient to set CMAK

Re: [Development] QtCS: OpenGL session notes

2012-07-02 Thread Keith Gardner
Why don't you make an OpenGL middleware driver? Then your application will always be an OpenGL application and the middleware driver will take all of the OpenGL calls in place of the system's driver and do the translation there? The middleware driver will then contain the ANGLE code and the ap

Re: [Development] cmake files for qt5 problems with Qt5Quick/Qt5Qml modules on Mac OS X

2012-07-02 Thread Nils Jeisecke
Oops, I was a little bit too fast. > 2) Developer build without install (in source build, still couldn't > manage to finish a working shadow build) The cmake run works but the actual build does not. For the cmake run it is sufficient to set CMAKE_PREFIX_PATH to qtbase because there it finds all t

Re: [Development] cmake files for qt5 problems with Qt5Quick/Qt5Qml modules on Mac OS X

2012-07-02 Thread Nils Jeisecke
Hi, Update: 1) Qt installed with "make instalL" The cmake stuff just works. Set CMAKE_PREFIX_PATH="/usr/local/Qt-5.0.0" and you're done. 2) Developer build without install (in source build, still couldn't manage to finish a working shadow build) Set CMAKE_PREFIX_PATH="/path/to/qt_build/qtbase:/p

Re: [Development] Policy for creating new mailing lists

2012-07-02 Thread Daker Pinheiro
On Mon, Jul 2, 2012 at 7:57 AM, Sven Anderson wrote: > On 02.07.2012 12:24, marius.storm-ol...@nokia.com wrote: > > Can the one responsible for this list please provide the development > > list a short description of the new ML and why it was needed? > > I would assume that it's just a preparation

Re: [Development] Policy for creating new mailing lists

2012-07-02 Thread Sven Anderson
On 02.07.2012 12:24, marius.storm-ol...@nokia.com wrote: > Can the one responsible for this list please provide the development > list a short description of the new ML and why it was needed? I would assume that it's just a preparation to move the list qt-compone...@qt.nokia.com to the qt-project

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

2012-07-02 Thread marius.storm-olsen
On 01/07/2012 13:26, ext k blammo wrote: > On 01/07/2012 15:44, Thiago Macieira wrote: >> >> The perl that comes with msysgit doesn't work with our syncqt script. > > Is this a regression with respect to > https://codereview.qt-project.org/#change,27136 > or is it a different issue? Seems likely.

Re: [Development] cmake files for qt5 problems with Qt5Quick/Qt5Qml modules on Mac OS X

2012-07-02 Thread Stephen Kelly
Hi, Thanks for the info. On Monday, July 02, 2012 12:14:14 Nils Jeisecke wrote: > Hi, > > > Do you set CMAKE_PREFIX_PATH? To what? > > /Users/njeiseck/projects/qt/qt5/qtbase > Setting "/Users/njeiseck/projects/qt/qt5" didn't work. You need to set CMAKE_PREFIX_PATH to "/Users/njeiseck/project

Re: [Development] Policy for creating new mailing lists

2012-07-02 Thread marius.storm-olsen
On 30/06/2012 09:53, ext Laszlo Papp wrote: > What is the policy for creating mailing lists? I have just realized > this mailing list after a little bit of talk over here at aKademy: > http://lists.qt-project.org/mailman/listinfo/qt-components > > I had the impression previously, those requests sho

Re: [Development] cmake files for qt5 problems with Qt5Quick/Qt5Qml modules on Mac OS X

2012-07-02 Thread Nils Jeisecke
Hi, > Just to be clear - it works with the modules in qtbase, but not with the > ones that depend on qtbase? My module list: qt5_use_modules(ctimon Gui Core Concurrent Widgets Xml Sql Network OpenGL Quick Qml) I've only ran into problems with QtQuick and QtQml which are both not part of qtbase. A

Re: [Development] QtCS: OpenGL session notes

2012-07-02 Thread Samuel Rødal
On 06/28/2012 01:46 PM, Storm-Olsen Marius (Nokia-MP/Austin) wrote: > On 28/06/2012 01:59, ext Samuel Rødal wrote: >> On 06/27/2012 06:30 PM, ext marius.storm-ol...@nokia.com wrote: >> In theory we could even support both options in the windows platform >> plugin, and choose either depending on wha