Re: [Development] Qt 4.8.6 Release Plans

2013-11-06 Thread Sorvig Morten
On 05 Nov 2013, at 17:01, Matt Broadstone mbroa...@gmail.com wrote: Cool, I've been in touch with the macports patch author and he submitted a number of his patches this morning for review. I'm sure they overlap, but perhaps there are changes there that could help as well (I haven't

Re: [Development] Qt 5.2 header diff: QtGui

2013-11-06 Thread Alexandr Akulich
There is unnecessary include of QtCore/qcoreapplication.h (in src/gui/accessible/qaccessible.h:48). 2013/11/5 Thiago Macieira thiago.macie...@intel.com ___ Development mailing list Development@qt-project.org

Re: [Development] QTimeZone (was: Re: Qt 5.2 header diff: QtCore)

2013-11-06 Thread Oswald Buddenhagen
On Tue, Nov 05, 2013 at 06:16:12PM +0100, Marc Mutz wrote: On Tuesday, November 05, 2013 14:32:03 John Layt wrote: On 5 November 2013 12:03, Marc Mutz marc.m...@kdab.com wrote: On Tuesday, November 05, 2013 01:07:32 Thiago Macieira wrote: +// ### Qt 6: Merge with above with default

Re: [Development] Color Management support in Qt 5?

2013-11-06 Thread Sorvig Morten
On 04 Nov 2013, at 10:49, John Layt jl...@kde.org wrote: On 4 November 2013 08:22, Sletta Gunnar gunnar.sle...@digia.com wrote: The work that was done is here: https://codereview.qt-project.org/#dashboard,1002033 The work was abandoned after the transition to Digia and the author is no

Re: [Development] Moving JP2 imageformat from qt-solutions to qtimageformats

2013-11-06 Thread Saether Jan-Arve
Actually I support moving qtjp2k to qtimageformats. However, I'm still not convinced if there is a need for ICNS plugin outside OSX (It's not common on Windows, I have no idea about Linux). As for your cross platform icon editor, why can't it use ICO files? Although the ICO file format itself

[Development] StereoViewport for Qt3D

2013-11-06 Thread Svenn-Arne Dragly
Hi, I've become amazed by the ease of use, flexibility and features in Qt3D, so first of all I want to thank all of you who have contributed to Qt and Qt3D. Secondly, I was missing a stereo option for the default QML Viewport element, and decided to have a look at the implementation in QGLView

[Development] Prefix includes with module name

2013-11-06 Thread Kurt Pattyn
What is the general rule to include files in a Qt add-on module, more specific, when should include files be prefixed with the module name? If I look at QTcpSocket.h I see: #include QtNetwork/qabstractsocket.h #include QtCore/qvariant.h Includes prefixed with the module name. In

Re: [Development] StereoViewport for Qt3D

2013-11-06 Thread Rutledge Shawn
On 28 Oct 2013, at 10:35 PM, Svenn-Arne Dragly wrote: Secondly, I was missing a stereo option for the default QML Viewport element, and decided to have a look at the implementation in QGLView to see if I could port that to the QML Viewport element. Luckily this was quite easy (thanks to Qt3D

Re: [Development] Prefix includes with module name

2013-11-06 Thread Olivier Goffart
On Wednesday 06 November 2013 12:43:16 Kurt Pattyn wrote: What is the general rule to include files in a Qt add-on module, more specific, when should include files be prefixed with the module name? If I look at QTcpSocket.h I see: #include QtNetwork/qabstractsocket.h #include

[Development] Pushing to Gerrit via HTTPS

2013-11-06 Thread Orgad Shaneh
Hi, I though it might interest some users here. I just discovered how to push to gerrit via HTTPS. I described the setup in Setting up Gerrithttp://qt-project.org/wiki/Setting-up-Gerrit wiki page. - Open Gerrit settings - HTTP Password - Click Generate Password - Edit ~/.netrc (on

Re: [Development] Proposal: Disable ActiveQt from MinGW

2013-11-06 Thread cristian.adam
Hi, There is Wine IDL compiler (http://www.winehq.org/docs/widl) which can be used with MinGW. https://developer.mozilla.org/en-US/docs/Cross_Compile_Mozilla_for_Mingw32 has a reference about it. Cheers, Cristian. From:

[Development] iOS /Qt 5.2 beta 1 issues QtQuick 1.1 and 2.0

2013-11-06 Thread Eduardo Montesinos
Hi everybody, just installed the latest 5.2.0 beta 1 snapshot for iOS (qt-mac-opensource-5.2.0-beta1-ios-x64-offline_2013-10-14_15-02-04-93.dmg) and ran into a few issues. I am wondering if I am doing something odd, but I did not find any HowTo documentation, here is what I've done: 1) I set up

[Development] FOSDEM 2014 Desktops DevRoom Call for Talks

2013-11-06 Thread Pau Garcia i Quiles
Hello, As usual, it's time to submit your talk proposal for FOSDEM --8--- FOSDEM is one of the largest gatherings of Free Software contributors in the world and happens each February in Brussels (Belgium). One of the tracks will be the Desktops DevRoom (formerly known as CrossDesktop DevRoom),

Re: [Development] iOS /Qt 5.2 beta 1 issues QtQuick 1.1 and 2.0

2013-11-06 Thread Sorvig Morten
On 15 Oct 2013, at 13:54, Eduardo Montesinos emontesi...@e-gits.com wrote: Hi everybody, Then I run qmake and open the generated xcodeproj in XCode, build and run in simulator. The app starts up, but clicking on the TextInput field does no effect, no keyboard on screen shows up. The lines

Re: [Development] Color Management support in Qt 5?

2013-11-06 Thread Kai-Uwe Behrmann
What is the point of special casing sRGB? kind regards Kai-Uwe Behrmann Sorvig Morten morten.sor...@digia.com schrieb: On 04 Nov 2013, at 10:49, John Layt jl...@kde.org wrote: On 4 November 2013 08:22, Sletta Gunnar gunnar.sle...@digia.com wrote: The work that was done is here:

[Development] ABI change on arm*, call to distros' maintainers

2013-11-06 Thread Lisandro Damián Nicanor Pérez Meyer
Hi! Some days ago Sune Vuorela pointed me at: https://codereview.qt-project.org/#change,67001 Now this means that, if not explicitily overriden, an ABI incompatible change will happen on arm*. In Debian we are considering if the problem of breaking ABI without a soname bump is worth the

Re: [Development] ABI change on arm*, call to distros' maintainers

2013-11-06 Thread Konstantin Tokarev
06.11.2013, 21:01, Lisandro Damián Nicanor Pérez Meyer perezme...@gmail.com: Hi! Some days ago Sune Vuorela pointed me at: https://codereview.qt-project.org/#change,67001 Now this means that, if not explicitily overriden, an ABI incompatible change will happen on arm*. In Debian we are

Re: [Development] Moving JP2 imageformat from qt-solutions to qtimageformats

2013-11-06 Thread Иван Комиссаров
Sorry for an offtop:) I have a DDS image format plugin, does someone interested?:) https://gitorious.org/andromeda/imageformats/source/c637e7d8c3719e0a5cf27a32f8ea425adc09f40c:src/plugins/imageformats/dds Иван Комиссаров ___ Development mailing list

Re: [Development] ABI change on arm*, call to distros' maintainers

2013-11-06 Thread Thiago Macieira
On quarta-feira, 6 de novembro de 2013 21:51:39, Konstantin Tokarev wrote: 06.11.2013, 21:01, Lisandro Damián Nicanor Pérez Meyer perezme...@gmail.com: Hi! Some days ago Sune Vuorela pointed me at: https://codereview.qt-project.org/#change,67001 Now this means that, if not

Re: [Development] Moving JP2 imageformat from qt-solutions to qtimageformats

2013-11-06 Thread Jake Petroules
On Nov 6, 2013, at 5:27 AM, Saether Jan-Arve jan-arve.saet...@digia.com wrote: Actually I support moving qtjp2k to qtimageformats. However, I'm still not convinced if there is a need for ICNS plugin outside OSX (It's not common on Windows, I have no idea about Linux). As for your cross

Re: [Development] Prefix includes with module name

2013-11-06 Thread André Pönitz
On Wed, Nov 06, 2013 at 12:55:52PM +0100, Olivier Goffart wrote: Other than that, there is no real rules. The rules for user code have always been don't add the module name The private header from other sub-directories need to specify the private/. In QtCreator, one does not include the

Re: [Development] Color Management support in Qt 5?

2013-11-06 Thread Sorvig Morten
On 06 Nov 2013, at 17:18, Kai-Uwe Behrmann k...@gmx.de wrote: What is the point of special casing sRGB? sRGB is special for a couple of reasons: - Most/Many of the images published for web are in the sRGB color space. - OpenGL has support for sRGB textures and frame buffers. Given that

Re: [Development] QML, Widgets, and setParent

2013-11-06 Thread Konrad Rosenbaum
On Tuesday 05 November 2013 06:48:11 Alan Alpert wrote: I'm surprised this works. There's implicit QObject parenting built into the language, for example: QtObject { id: foo property Widget bar: Widget{} } Will automatically make foo the qobject parent of bar. Correct, this

Re: [Development] Moving JP2 imageformat from qt-solutions to qtimageformats

2013-11-06 Thread Rutledge Shawn
On 6 Nov 2013, at 6:56 PM, Иван Комиссаров wrote: Sorry for an offtop:) I have a DDS image format plugin, does someone interested?:) https://gitorious.org/andromeda/imageformats/source/c637e7d8c3719e0a5cf27a32f8ea425adc09f40c:src/plugins/imageformats/dds DirectDraw Surface?