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] code
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:
https://codereview.qt-
2013/11/9 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
>
> https://qt.gitorious.org/qt/qtbase/source/stable:src/android/jar/src/org/qtprojec
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 d
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 blen
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
https://qt.gitorious.org/qt/qtbase/source/stable:src/android/jar/src/org/qtproject/qt5/android/QtActivityDelegate.java
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 li
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 IMH