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

2013-11-07 Thread Kai-Uwe Behrmann
Detecting a colour space and converting to device colour spaces is around the same amount of developer time as for special casing sRGB. Detecting sRGB among hundrets of ICC profiles is not trivial or fast, while such a detection does not matter in a generic colour managed environment.

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

2013-11-07 Thread Иван Комиссаров
Yes, it is. 2013/11/7 Rutledge Shawn shawn.rutle...@digia.com On 6 Nov 2013, at 6:56 PM, Иван Комиссаров wrote: Sorry for an offtop:) I have a DDS image format plugin, does someone interested?:)

[Development] Virtual GUI framework

2013-11-07 Thread Rand McRanderson
I just wanted to throw out an idea. Since Qt is a cross-platform GUI library, would it be possible to create a fake display system platform that would essentially stub out all of the display library dependencies. Ideally, this would still capture information about what is being draw, so that you

Re: [Development] Virtual GUI framework

2013-11-07 Thread Friedemann Kleint
Hi, there is a QPA platform plugin named minimal, which roughly does that (run with -platform minimal). It is currently used by tools like qmlplugindump. It dumps out images if the environment variable QT_DEBUG_BACKINGSTORE is set. There also is a plugin named offscreen, which is intended for

Re: [Development] Virtual GUI framework

2013-11-07 Thread David Boddie
On Thu Nov 7 15:22:31 CET 2013, Rand McRanderson wrote: Since Qt is a cross-platform GUI library, would it be possible to create a fake display system platform that would essentially stub out all of the display library dependencies. Ideally, this would still capture information about what is

Re: [Development] Virtual GUI framework

2013-11-07 Thread Agocs Laszlo
The Ideally, this would still capture information about what is being drawn part is a bit more tricky but is perfectly doable. When it comes to raster painting, pretty much all existing platform plugins direct it into a QImage. That will not be suitable here since you are interested in the

Re: [Development] Qt 5.2 header diff: QtWidgets

2013-11-07 Thread Sorvig Morten
On 05 Nov 2013, at 19:17, Shaw Andy andy.s...@digia.com wrote: IIRC it wasn’t even compiled into the QtWidgets library, although the documentation and everything existed, those symbols were never in Qt. Morten can say 100% at least but that is my understanding and recollection at least.

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

2013-11-07 Thread Mikkel Krautz
On Tue, Nov 5, 2013 at 9:57 AM, Saether Jan-Arve jan-arve.saet...@digia.com wrote: Is there any big benefits in having ICNS support on other platforms than OSX? I can comment a bit about my own use of the plugin. The ICNS icon engine from the code review in my initial mail is used in Mumble

Re: [Development] New Qt5.2 snapshot available

2013-11-07 Thread Guido Seifert
Immediately tried the new snapshot. Still a problem during Qt5 deployment on Android (Deploy local Qt-libraries) Skipping /Qt5.2.0/5.2.0-beta1/android_armv7/plugins/imageformats/libqsvg.so. It has unmet dependencies. I cannot display svg files in QML on Android. Unfortunately I am

Re: [Development] New Qt5.2 snapshot available

2013-11-07 Thread Yang Fan
Build#134 dmg packages are broken. On Fri, Nov 1, 2013 at 2:05 PM, Heikkinen Jani jani.heikki...@digia.comwrote: Hi all, We got qt5.git integrated! It means we have now new content in latest snapshot in http://download.qt-project.org/snapshots/qt/5.2/5.2.0-beta1/ Unfortunately MAC

Re: [Development] Qt 5.2 header diff: QtTest

2013-11-07 Thread Jason McDonald
On Tue, Nov 5, 2013 at 1:36 PM, Thiago Macieira thiago.macie...@intel.comwrote: On segunda-feira, 4 de novembro de 2013 16:07:32, Thiago Macieira wrote: Module is fine. +1 -- Jason ___ Development mailing list Development@qt-project.org

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

2013-11-07 Thread Rutledge Shawn
On 7 Nov 2013, at 11:11 PM, Mikkel Krautz wrote: On Tue, Nov 5, 2013 at 9:57 AM, Saether Jan-Arve jan-arve.saet...@digia.com wrote: Is there any big benefits in having ICNS support on other platforms than OSX? … So my own use of the icon engine is restricted to OS X. As such, my own