Re: [Development] Qt 5.6.0 header diff: QtQuick.diff

2015-09-18 Thread Gunnar Sletta
> On 18 Sep 2015, at 10:56, Knoll Lars wrote: > > On 18/09/15 10:49, "Gunnar Sletta" wrote: > >> >>> On 18 Sep 2015, at 09:36, Knoll Lars >>> wrote: >>> >>> New properties: >>> >>> QQuickFramebufferObject::mirrorVertically, looks ok >>> QQuickPaintedItem::textureSize, not ok. It’s not vers

Re: [Development] Qt 5.6.0 header diff: QtQuick.diff

2015-09-18 Thread Albert Astals Cid
On Fri, Sep 18, 2015 at 10:59 AM, Knoll Lars wrote: > > > On 18/09/15 10:55, "Albert Astals Cid" wrote: > >>On Fri, Sep 18, 2015 at 10:39 AM, Knoll Lars >> wrote: >>> On 18/09/15 09:59, "Albert Astals Cid" >>>wrote: >>> On Fri, Sep 18, 2015 at 9:36 AM, Knoll Lars wrote: > New pr

Re: [Development] Qt 5.6.0 header diff: QtQuick.diff

2015-09-18 Thread Knoll Lars
On 18/09/15 10:55, "Albert Astals Cid" wrote: >On Fri, Sep 18, 2015 at 10:39 AM, Knoll Lars > wrote: >> On 18/09/15 09:59, "Albert Astals Cid" >>wrote: >> >>>On Fri, Sep 18, 2015 at 9:36 AM, Knoll Lars >>> >>>wrote: New properties: QQuickFramebufferObject::mirrorVertically, look

Re: [Development] Qt 5.6.0 header diff: QtQuick.diff

2015-09-18 Thread Knoll Lars
On 18/09/15 10:49, "Gunnar Sletta" wrote: > >> On 18 Sep 2015, at 09:36, Knoll Lars >>wrote: >> >> New properties: >> >> QQuickFramebufferObject::mirrorVertically, looks ok >> QQuickPaintedItem::textureSize, not ok. It’s not versioned. > >Like QQuickFramebufferObject, the object is not instant

Re: [Development] Qt 5.6.0 header diff: QtQuick.diff

2015-09-18 Thread Albert Astals Cid
On Fri, Sep 18, 2015 at 10:39 AM, Knoll Lars wrote: > On 18/09/15 09:59, "Albert Astals Cid" wrote: > >>On Fri, Sep 18, 2015 at 9:36 AM, Knoll Lars >>wrote: >>> New properties: >>> >>> QQuickFramebufferObject::mirrorVertically, looks ok >>> QQuickPaintedItem::textureSize, not ok. It’s not versio

Re: [Development] Qt 5.6.0 header diff: QtQuick.diff

2015-09-18 Thread Gunnar Sletta
> On 18 Sep 2015, at 09:36, Knoll Lars wrote: > > New properties: > > QQuickFramebufferObject::mirrorVertically, looks ok > QQuickPaintedItem::textureSize, not ok. It’s not versioned. Like QQuickFramebufferObject, the object is not instantiated from QML, so the two follow the same pattern, no

Re: [Development] Qt 5.6.0 header diff: QtQuick.diff

2015-09-18 Thread Albert Astals Cid
On Fri, Sep 18, 2015 at 10:10 AM, André Somers wrote: > Op 18-9-2015 om 09:59 schreef Albert Astals Cid: >> >>> New classes: >>> >>> * QQuickImageResponse >>> >>> Isn’t this class missing some way to get the status of the response? It >>> only has an errorString() method, but no simple way to quer

Re: [Development] Qt 5.6.0 header diff: QtQuick.diff

2015-09-18 Thread Knoll Lars
On 18/09/15 09:59, "Albert Astals Cid" wrote: >On Fri, Sep 18, 2015 at 9:36 AM, Knoll Lars >wrote: >> New properties: >> >> QQuickFramebufferObject::mirrorVertically, looks ok >> QQuickPaintedItem::textureSize, not ok. It’s not versioned. >> >> New methods: >> >> * QQuickTextureFactory *textureF

Re: [Development] Qt 5.6.0 header diff: QtQuick.diff

2015-09-18 Thread Knoll Lars
On 18/09/15 10:10, "André Somers" wrote: >Op 18-9-2015 om 09:59 schreef Albert Astals Cid: >> >>> New classes: >>> >>> * QQuickImageResponse >>> >>> Isn’t this class missing some way to get the status of the response? It >>> only has an errorString() method, but no simple way to query whether it

Re: [Development] Qt 5.6.0 header diff: QtQuick.diff

2015-09-18 Thread André Somers
Op 18-9-2015 om 09:59 schreef Albert Astals Cid: > >> New classes: >> >> * QQuickImageResponse >> >> Isn’t this class missing some way to get the status of the response? It >> only has an errorString() method, but no simple way to query whether it >> was successful or not when finished() gets emitt

Re: [Development] Qt 5.6.0 header diff: QtQuick.diff

2015-09-18 Thread Albert Astals Cid
On Fri, Sep 18, 2015 at 9:36 AM, Knoll Lars wrote: > New properties: > > QQuickFramebufferObject::mirrorVertically, looks ok > QQuickPaintedItem::textureSize, not ok. It’s not versioned. > > New methods: > > * QQuickTextureFactory *textureFactoryForImage(const QImage &image), docs > not ok IMO. W

Re: [Development] Qt 5.6.0 header diff: QtQuick.diff

2015-09-18 Thread Knoll Lars
New properties: QQuickFramebufferObject::mirrorVertically, looks ok QQuickPaintedItem::textureSize, not ok. It’s not versioned. New methods: * QQuickTextureFactory *textureFactoryForImage(const QImage &image), docs not ok IMO. New classes: * QQuickImageResponse Isn’t this class missing some w

[Development] Qt 5.6.0 header diff: QtQuick.diff

2015-09-17 Thread Frederik Gladhorn
diff --git a/src/quick/items/qquickframebufferobject.h b/src/quick/items/qquickframebufferobject.h index 4a0248c..7fb7262 100644 --- a/src/quick/items/qquickframebufferobject.h +++ b/src/quick/items/qquickframebufferobject.h @@ -49,6 +49,7 @@ class Q_QUICK_EXPORT QQuickFramebufferObject : public QQ