[Development] QGLWidget drawing origin inconsistent in 5.0

2012-09-12 Thread Chris Meyer
After doing further testing with my application under Qt 5.0, I've narrowed down one of the OpenGL issues I'm seeing. It looks like if QGLWidget is added to a view hierarchy that hasn't been inserted into a window yet, the QGLWidget uses the wrong origin, even after it is later added to a window.

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

2012-09-12 Thread Romain Pokrzywka
On Wednesday, September 12, 2012 09:20:15 AM marco.bu...@nokia.com wrote: > On Sep 12, 2012, at 12:27 AM, ext André Pönitz wrote: > > Version (a) means the current mess will go on. but it has the > > distict charme of (a.1) not breaking anyones existing code and > > (a.2) sticking to feature freez

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

2012-09-12 Thread Romain Pokrzywka
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 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] QtDus Problem

2012-09-12 Thread Sandro Andrade
On Wed, Sep 12, 2012 at 8:24 PM, Kevin Anthony wrote: > I'm using: > http://www.developer.nokia.com/Community/Wiki/QtDbus_quick_tutorial > > here is my code in my main.c > QDBusConnection connection = QDBusConnection::sessionBus(); > if (!connection.registerService("org.mpris.MediaPlayer2.mymedia

[Development] QtDus Problem

2012-09-12 Thread Kevin Anthony
I'm using: http://www.developer.nokia.com/Community/Wiki/QtDbus_quick_tutorial here is my code in my main.c QDBusConnection connection = QDBusConnection::sessionBus(); if (!connection.registerService("org.mpris.MediaPlayer2.mymediaplayer")){ qDebug("Could not register on bus org.mpris.Mediapla

Re: [Development] qt5 qtbase install no header

2012-09-12 Thread Sylvain Pointeau
> > Yes. Telling us the environment and the configure line you ran. > ./configure -release -platform macx-clang-libc++ -qt-pcre -opensource I have a mac book pro 2,4 GHz intel core 2 Duo with mac os 10.7.4. ___ Development mailing list Development@qt-p

Re: [Development] qt5 qtbase install no header

2012-09-12 Thread Thiago Macieira
On quarta-feira, 12 de setembro de 2012 23.45.59, Sylvain Pointeau wrote: > when I compiled qtbase, and make install, the headers are not installed. > did I miss something? Yes. Telling us the environment and the configure line you ran. -- Thiago Macieira - thiago.macieira (AT) intel.com Softwa

[Development] qmake qt5

2012-09-12 Thread Sylvain Pointeau
QMAKE_TARGET and TARGET in the makefile were blank. once I changed them, it was ok, at least trying to compile. QMAKE_TARGET = myapp DESTDIR = TARGET= myapp.app/Contents/MacOS/myapp is it normal? ___ Development mailing list Development@q

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

2012-09-12 Thread Thiago Macieira
On quarta-feira, 12 de setembro de 2012 21.40.45, Sylvain Pointeau wrote: > is it enough to compile qtbase to have qtcore and widgets? Yes. Please start a new thread. The subject has disappeared on my mail reader already since this thread has now gone so deep... -- Thiago Macieira - thiago.macie

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

2012-09-12 Thread Sylvain Pointeau
when I compiled qtbase, and make install, the headers are not installed. did I miss something? ___ 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-12 Thread Sylvain Pointeau
On Tue, Sep 11, 2012 at 10:55 PM, Sylvain Pointeau < sylvain.point...@gmail.com> wrote: > 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? > > QMAKE_TARGET and TARGE

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

2012-09-12 Thread Sylvain Pointeau
is it enough to compile qtbase to have qtcore and widgets? ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development

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

2012-09-12 Thread Matias Rand
bugreports.qt-project.org will be down for maintenance tomorrow, Thursday September 13, between 15:00 and 17:00 CEST. During the maintenance window JIRA will be upgraded to version 5.0.7. An announcement will be sent to the mailing list when the service is available again. Regards -- Matias

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

2012-09-12 Thread Simon Hausmann
On Wednesday, September 12, 2012 11:38:34 AM ext Thiago Macieira wrote: > On quarta-feira, 12 de setembro de 2012 08.51.58, Simon Hausmann wrote: > > 2) Due to changes in JavaScriptCore's non-JITted code path (1) the > > > > build is also soon going to require an installation of Ruby (2). >

Re: [Development] QStyle maintainer

2012-09-12 Thread jens.bache-wiig
> There's of course no better person than Jens, if he's willing to do the job. > Jens, please indicate your willingness :-) Yes, consider me willing. :) Jens ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/lis

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

2012-09-12 Thread Chris Meyer
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 > > Unfortunately things don't work smoothly under Qt 5.0. >

Re: [Development] QStyle maintainer

2012-09-12 Thread Thiago Macieira
On quarta-feira, 12 de setembro de 2012 10.54.22, lars.kn...@nokia.com wrote: > Hi, > > I'd like to nominate Jens Bache-Wiig as the maintainer for QStyle and > related classes. He has had this role in the past (pre open governance) and > is both willing to take that role and IMO the best suited per

Re: [Development] Some more cleanups in qt5.git

2012-09-12 Thread Stephen Kelly
On Wednesday, September 12, 2012 11:40:52 lars.kn...@nokia.com wrote: > On Sep 12, 2012, at 1:34 PM, ext Joseph Crowell wrote: > > I'm not sure if Jolla is using this specific functionality but I am > > certain that they are using Qt and MeeGo. > > Yes, but for now they are most likely still on

Re: [Development] Some more cleanups in qt5.git

2012-09-12 Thread lars.knoll
On Sep 12, 2012, at 1:34 PM, ext Joseph Crowell wrote: > I'm not sure if Jolla is using this specific functionality but I am > certain that they are using Qt and MeeGo. Yes, but for now they are most likely still on Qt 4.8. I'm talking Qt 5 only right now. Cheers, Lars > > On 9/12/2012 8:

Re: [Development] Some more cleanups in qt5.git

2012-09-12 Thread Joseph Crowell
I'm not sure if Jolla is using this specific functionality but I am certain that they are using Qt and MeeGo. On 9/12/2012 8:59 PM, lars.kn...@nokia.com wrote: > Hi, > > I'd like to remove a few more things from qt5.git. > > * Qt PIM > > The module is most likely not going to be maintained anymor

Re: [Development] QStyle maintainer

2012-09-12 Thread Luís Gabriel Lima
+1 -- Luís Gabriel OpenBossa - INdT On Wed, Sep 12, 2012 at 8:11 AM, Olivier Goffart wrote: > On Wednesday 12 September 2012 10:54:22 lars.kn...@nokia.com wrote: > > Hi, > > > > I'd like to nominate Jens Bache-Wiig as the maintainer for QStyle and > > related classes. He has had this role in

Re: [Development] Playground project request

2012-09-12 Thread Sergio Ahumada
On 09/12/2012 12:46 PM, Knoll Lars (Nokia-MP/Oslo) wrote: > Sorry, this drowned in my mailbox. I'm ok with a QtUML playground project. > > Sergio, can you help setting it up? > > Thanks, > Lars > Hi, Will do. I'll contact Sandro offline. Cheers, -- Sergio Ahumada ___

Re: [Development] QStyle maintainer

2012-09-12 Thread Olivier Goffart
On Wednesday 12 September 2012 10:54:22 lars.kn...@nokia.com wrote: > Hi, > > I'd like to nominate Jens Bache-Wiig as the maintainer for QStyle and > related classes. He has had this role in the past (pre open governance) and > is both willing to take that role and IMO the best suited person for t

[Development] Some more cleanups in qt5.git

2012-09-12 Thread lars.knoll
Hi, I'd like to remove a few more things from qt5.git. * Qt PIM The module is most likely not going to be maintained anymore going forward, and lacks any usable backend right now. * Qt Service Framework and Qt Publish & Subscribe (both part of the qtsystems repository) Both frameworks where

Re: [Development] How to get all compile flags / definitions / include_directories of target?

2012-09-12 Thread Stephen Kelly
On Tuesday, September 04, 2012 11:41:31 Loaden wrote: > Hi, list! > I want write a PrecompiledHeader.cmake to support PCH for QtCreator. > For now, It works well use MSVC, see: > https://codereview.qt-project.org/#change,34052 > I have some trouble with how to get GCC's compile flags / definitions

[Development] QStyle maintainer

2012-09-12 Thread lars.knoll
Hi, I'd like to nominate Jens Bache-Wiig as the maintainer for QStyle and related classes. He has had this role in the past (pre open governance) and is both willing to take that role and IMO the best suited person for the job. Cheers, Lars ___ Devel

Re: [Development] Playground project request

2012-09-12 Thread lars.knoll
Sorry, this drowned in my mailbox. I'm ok with a QtUML playground project. Sergio, can you help setting it up? Thanks, Lars On Sep 9, 2012, at 6:25 AM, ext Sandro Andrade wrote: > Sending again to the mailing list, as suggested. > -- > Sandro > > On Friday 31 August 2012 21:53:44 you wrote:

Re: [Development] can I put a QWindow in a QWidget? or vice-versa?

2012-09-12 Thread lars.knoll
On Sep 11, 2012, at 1:38 AM, ext Alan Ezust wrote: > I am porting a Qt4 app that has a QMainWindow and a bunch of widgets > in a layout, one of them > being a QDeclarativeView. > > I thought I'd try putting a QQuickView in its place but I am wondering > what to pass to its constructor arguments

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

2012-09-12 Thread lars.knoll
On Sep 12, 2012, at 9:18 AM, ext Peter Kümmel wrote: > On 11.09.2012 16:55, kai.koe...@nokia.com wrote: >> >> There's nothing wrong with cross-compilation. But what we need first and >> foremost is a reliable, native MinGW environment for developing Qt >> applications, since the vast majority

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

2012-09-12 Thread Thiago Macieira
On quarta-feira, 12 de setembro de 2012 08.51.58, Simon Hausmann wrote: > 2) Due to changes in JavaScriptCore's non-JITted code path (1) the > build is also soon going to require an installation of Ruby (2). Hi Simon Just for some peace of mind, since I've seen some code that made me worry:

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

2012-09-12 Thread Thiago Macieira
On quarta-feira, 12 de setembro de 2012 07.10.52, lars.kn...@nokia.com wrote: > Only minuses I can see are > (c1) the names of QXxxF classes which are double and not float based > (c2) possibly slower execution on ARM > (c3) Somewhat higher memory consumption on ARM > > (c1) is not easily fixed. Bu

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

2012-09-12 Thread marco.bubke
On Sep 12, 2012, at 12:27 AM, ext André Pönitz wrote: > Version (a) means the current mess will go on. but it has the > distict charme of (a.1) not breaking anyones existing code and > (a.2) sticking to feature freeze rules. If somebody porting his app to ARM he will be surprised, because we cha

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

2012-09-12 Thread Mark Brand
Harald Fernengel wrote: > Hi, > > On Tuesday 11 September 2012 14:49:22 ext Mark Brand wrote: >> We could consider removing the row from the model only after verifying >> that the corresponding record no longer exists in the database table. > One principle of the SQL module was not to try to outsma

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

2012-09-12 Thread Harald Fernengel
Hi, On Tuesday 11 September 2012 14:49:22 ext Mark Brand wrote: > We could consider removing the row from the model only after verifying > that the corresponding record no longer exists in the database table. One principle of the SQL module was not to try to outsmart the database. We use static

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

2012-09-12 Thread Peter Kümmel
On 11.09.2012 16:55, kai.koe...@nokia.com wrote: > > There's nothing wrong with cross-compilation. But what we need first and > foremost is a reliable, native MinGW environment for developing Qt > applications, since the vast majority of Qt developers that develop for > Windows also develop _on_

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

2012-09-12 Thread lars.knoll
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 (I) fix the affected classes in QtMultimedia >> and Qt3D. I'm away on business this wee