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.
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
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 (
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
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
>
> 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
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
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
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
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
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
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
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
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).
>
> 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
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.
>
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
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
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:
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
+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
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
___
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
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
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
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
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:
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
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
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:
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
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
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
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
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_
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
36 matches
Mail list logo