[Development] Qt patches to support AArch64 architecture

2014-03-11 Thread Dmitry Shachnev
Lars: this mail needs your attention. Hi, AArch64 is a new 64-bit ARM architecture, that will be used in a big range of devices, from servers to iPhones. See this Wikipedia article for details: https://en.wikipedia.org/wiki/ARM_architecture#64.2F32-bit_architecture In Debian/Ubuntu, we have bee

Re: [Development] Harmonizing the Qt 5.x Documentation

2014-03-11 Thread Shaw Andy
> Em ter 11 mar 2014, às 17:17:46, Andre Somers escreveu: > > I seriously don't see the benefit of this "harmonization". When I look > > at the docs for a class, I often just look for method names that seem to > > do what I need. That usually works very with Qt. Now, I will need to go > > check for

Re: [Development] Harmonizing the Qt 5.x Documentation

2014-03-11 Thread Thiago Macieira
Em ter 11 mar 2014, às 17:17:46, Andre Somers escreveu: > I seriously don't see the benefit of this "harmonization". When I look > at the docs for a class, I often just look for method names that seem to > do what I need. That usually works very with Qt. Now, I will need to go > check for every

Re: [Development] Harmonizing the Qt 5.x Documentation

2014-03-11 Thread Thiago Macieira
Em ter 11 mar 2014, às 12:35:02, haithem rahmani escreveu: > The Qt-5.2 has deprecated, added many APIs and attributes compared to > Qt-5.1 and till new the documentation doesn't completely reflect that. > Would this be fixed? Additions are documented along with the version they were added. --

Re: [Development] Harmonizing the Qt 5.x Documentation

2014-03-11 Thread Andre Somers
Matthew Woehlke schreef op 11-3-2014 17:04: > On 2014-03-11 05:01, Pasion Jerome wrote: >> Short summary: We will be redirecting viewers of Qt 5.0 and Qt 5.1 >> documentation >> to "Qt 5" documentation. Subsequently, we will remove the 5.0 and 5.1 >> documentation >> from qt-project.org and we wi

Re: [Development] Harmonizing the Qt 5.x Documentation

2014-03-11 Thread Matthew Woehlke
On 2014-03-11 05:01, Pasion Jerome wrote: > Short summary: We will be redirecting viewers of Qt 5.0 and Qt 5.1 > documentation > to "Qt 5" documentation. Subsequently, we will remove the 5.0 and 5.1 > documentation > from qt-project.org and we will place future Qt 5.x documentation in > "Qt 5" (h

Re: [Development] Problem with QOpenGLContext?

2014-03-11 Thread Sorvig Morten
Will this patch work? https://codereview.qt-project.org/#change,80620 Morten On 11 Mar 2014, at 12:12, Kurt Pattyn wrote: > Some more information. > > I work on OSX. > When digging into the platform specific implementation, I detected that in > the method qcgl_createNSOpenGLPixelFormat() >

Re: [Development] Problem with QOpenGLContext?

2014-03-11 Thread Kurt Pattyn
Hi Morten, I reviewed the patch (no, it won’t work). Accidentally I already submitted a (working) patch: https://codereview.qt-project.org/#change,80610 Cheers, Kurt On 11 Mar 2014, at 15:00, Sorvig Morten wrote: > Will this patch work? > > https://codereview.qt-project.org/#change,80620 >

[Development] New snapshot build from Qt 4.8.6 available

2014-03-11 Thread David Garcia
Please consider this change too: https://codereview.qt-project.org/#change,77496 Thanks, David ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development

Re: [Development] Harmonizing the Qt 5.x Documentation

2014-03-11 Thread haithem rahmani
> > > Message: 1 > Date: Tue, 11 Mar 2014 11:06:21 +0100 > From: Tomasz Siekierda > Subject: Re: [Development] Harmonizing the Qt 5.x Documentation > To: Pasion Jerome > Cc: "development@qt-project.org" , > "inter...@qt-project.org" , > "w...@qt-project.org" > Message-ID: >

Re: [Development] Problem with QOpenGLContext?

2014-03-11 Thread Kurt Pattyn
Some more information. I work on OSX. When digging into the platform specific implementation, I detected that in the method qcgl_createNSOpenGLPixelFormat() the color depth nor the alpha depth is not set. If it is not set, it defaults to the screen color depth, which is 8-bit in my case. I will

[Development] Problem with QOpenGLContext?

2014-03-11 Thread Kurt Pattyn
Hi, as I understand correctly the ‘old’ QGLxxx classes will be replaced by new QOpenGLxxx classes. I tried the following code below, and found out that QGLContext is correctly setting the color depth, while QOpenGLContext always defaults to 8. QSurfaceFormat ogfrmt; ogfrmt.setRedBufferS

Re: [Development] Harmonizing the Qt 5.x Documentation

2014-03-11 Thread Tomasz Siekierda
On 11 March 2014 10:01, Pasion Jerome wrote: > Hello all, > > Short summary: We will be redirecting viewers of Qt 5.0 and Qt 5.1 > documentation > to "Qt 5" documentation. Subsequently, we will remove the 5.0 and 5.1 > documentation > from qt-project.org and we will place future Qt 5.x documentati

Re: [Development] About ALIAS in Q_PROPERTY

2014-03-11 Thread Svetkin Mikhail
If you have 10 properties, you only need to call initAliasNotify to connect all. 2014-03-11 14:59 GMT+06:00 André Somers : > Svetkin Mikhail schreef op 11-3-2014 04:12: > > Explain: > I was creating custom widgets with the help of Qt-designer. > And I have noticed I have to duplicate my code,

[Development] Harmonizing the Qt 5.x Documentation

2014-03-11 Thread Pasion Jerome
Hello all, Short summary: We will be redirecting viewers of Qt 5.0 and Qt 5.1 documentation to "Qt 5" documentation. Subsequently, we will remove the 5.0 and 5.1 documentation from qt-project.org and we will place future Qt 5.x documentation in "Qt 5" (http://qt-project.org/doc/qt-5/). Note that

Re: [Development] About ALIAS in Q_PROPERTY

2014-03-11 Thread André Somers
Svetkin Mikhail schreef op 11-3-2014 04:12: Explain: I was creating custom widgets with the help of Qt-designer. And I have noticed I have to duplicate my code, if I want to edit properties of the widget in qt-designer property editor. Simple Example: I'm not a fan. You end up with a QProperty