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

2013-11-09 Thread Olivier Goffart
On Saturday 09 November 2013 03:02:18 Alessandro Portale wrote: Allow me jump into this topic to contribute to its liveliness :) The term Color Management has been used in different ways here on the list. Lately, it was about how to blend images in a non-linear color space. That is IMHO

[Development] Android Virtual Keyboard and HW back button?

2013-11-09 Thread Tomasz Olszak
Hi, Does JNI hides VK when HW Back button is clicked and VK is visible? I couldn't find any place in qtbase proving that such behavior is assured by Qt. -- regards, Tomasz Olszak Qt for Tizen | http://qt-project.org/wiki/Tizen ___ Development mailing

Re: [Development] Android Virtual Keyboard and HW back button?

2013-11-09 Thread BogDan
Hi, No, is handled in java part [1].  Cheers, BogDan. [1]  https://qt.gitorious.org/qt/qtbase/source/stable:src/android/jar/src/org/qtproject/qt5/android/QtInputConnection.java

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

2013-11-09 Thread Kai-Uwe Behrmann
Am 09.11.2013 12:50, schrieb Olivier Goffart: On Saturday 09 November 2013 03:02:18 Alessandro Portale wrote: Allow me jump into this topic to contribute to its liveliness :) The term Color Management has been used in different ways here on the list. Lately, it was about how to blend images

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

2013-11-09 Thread Christoph Feck
On Saturday 09 November 2013 12:50:24 Olivier Goffart wrote: I think milestones could rather be: 1) QImage[Reader] converts automatically to linear color space, so that all QImage's are in the linear color space Needs a 48 bit QImage. I remember a proposal to add support for larger bit

Re: [Development] Android Virtual Keyboard and HW back button?

2013-11-09 Thread Tomasz Olszak
2013/11/9 BogDan bog_dan...@yahoo.com Hi, No, is handled in java part [1]. Cheers, BogDan. [1] https://qt.gitorious.org/qt/qtbase/source/stable:src/android/jar/src/org/qtproject/qt5/android/QtInputConnection.java

Re: [Development] Qt 5.2 header diff

2013-11-09 Thread Marc Mutz
On Friday, November 08, 2013 13:59:00 Heikkinen Jani wrote: Hi all, What is the situation with reviews especially potential fixes? Is all needed now done and so on can we start merge on Monday morning? For QtWidgets, we're discussing for the following API issue:

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

2013-11-09 Thread Chris Gilbert
We created our own platform agnostic image loading and management code outside of Qt due to lack proper support in QImage for non typical texel formats/bit depths. (We support 8bit/16bit/32bit int and 16bit/32bit floating point) It should also be mentioned that on top of the QImage[Reader]