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? http://en.wik

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, t

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

2013-11-06 Thread Sorvig Morten
On 06 Nov 2013, at 17:18, Kai-Uwe Behrmann 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 progress has halte

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] 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 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 platform icon editor, wh

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" : > > Hi! Some days ago Sune Vuorela pointed me at: > > > > > > > > Now this means that, if not explicitily over

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 De

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" : > Hi! Some days ago Sune Vuorela pointed me at: > > > > Now this means that, if not explicitily overriden, an ABI incompatible change > will happen on arm*. > > In Debian we are considerin

[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: 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 effo

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 schrieb: On 04 Nov 2013, at 10:49, John Layt wrote: > On 4 November 2013 08:22, Sletta Gunnar wrote: >> The work that was done is here: >> https://codereview.qt-project.org/#dashboard,1002033 >> >> The

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 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 > • testInput

[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")

[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

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-bounces+cristian.adam

[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 Gerrit wiki page. - Open Gerrit settings -> HTTP Password - Click Generate Password - Edit ~/.netrc (on Wi

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 > #include > > Includes prefixed with the mod

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 Qt

[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 #include Includes prefixed with the module name. In QTcpSocket.cpp: #include “qtcpsocket.h” #include “qtcpsocke

[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 to

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 is

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

2013-11-06 Thread Sorvig Morten
On 04 Nov 2013, at 10:49, John Layt wrote: > On 4 November 2013 08:22, Sletta Gunnar 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 >> longer in the Qt community

Re: [Development] async operation error guidance

2013-11-06 Thread André Somers
Frank Osterfeld schreef op 5-11-2013 17:41: > On Nov 5, 2013, at 5:12 PM, Tony Van Eerd wrote: > >> Most of BlackBerry's APIs are async. >> We are looking at moving some of these APIs into Qt. >> Just as one example, WiFi Direct. >> >> I have been attempting to come up with some solid guidelines o

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 wrote: > > > On Tuesday, November 05, 2013 01:07:32 Thiago Macieira wrote: > > >> +// ### Qt 6: Merge with above with default offsetSecon

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 > ___ > Development mailing list > Development@qt-project.org > http://lists.qt-project.org/mailman/listinfo/development > __

Re: [Development] Qt 4.8.6 Release Plans

2013-11-06 Thread Sorvig Morten
On 05 Nov 2013, at 17:01, Matt Broadstone 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 reviewed any of >