Re: [Development] RFC: Speech Recognition API

2015-09-18 Thread Turunen Tuukka
Hi, This we'll do as well, but typically closer (or after) having the first binaries released. At this point it is just the code. The goal is to make it straightforward to use ASR and TTS functionality from Qt apps and devices. This helps in accessibility and enables hands free operation of

[Development] Qt5.5 accessibility of QLineEdit and QTextEdit

2015-09-18 Thread germano carella
Hi to all, I'm a blind developer. I'm writing a Qt5 app in python, with PyQt5 framework. QLineEdit and QTextEdit doesn't work with screen reading software. Screen reader won't read characters and words. By pressing arrow keys it is silent. I tried to change font, but nothing. There are any way to m

Re: [Development] QML import versions

2015-09-18 Thread Nurmi J-P
> On 18 Sep 2015, at 17:33, Robin Burchell wrote: > > On Fri, Sep 18, 2015, at 05:12 PM, Nurmi J-P wrote: >> - QtQml 2.2 >> - QtQml.Models 2.3 (++) >> - QtQuick 2.6 (++) >> - QtQuick.Particles 2.0 >> - QtQuick.Controls 1.5 (++) >> - QtQuick.Layouts 1.3 (++) >> - QtQuick.Dialogs 1.2 > > You misse

Re: [Development] QML import versions

2015-09-18 Thread Alan Alpert
On Fri, Sep 18, 2015 at 8:12 AM, Nurmi J-P wrote: > Hi all, > > I'd like to propose that all QML imports that are part of the Qt Essentials > start following the respective Qt version number. > > Let's take a look at the version history of some of the QtQml and QtQuick > imports. You missed a f

Re: [Development] Bug in macdeployqt?

2015-09-18 Thread Dean Floyd
On Fri, Sep 18, 2015 at 1:32 PM, Sorvig Morten < morten.sor...@theqtcompany.com> wrote: > > > On 17 Sep 2015, at 19:15, Dean Floyd wrote: > > > > Dear all, > > > > We have a project where we weak link our app against the Wacom framework > which on MacOSX by default gets installed in: > > > > /Lib

Re: [Development] QML import versions

2015-09-18 Thread Robin Burchell
On Fri, Sep 18, 2015, at 05:12 PM, Nurmi J-P wrote: > - QtQml 2.2 > - QtQml.Models 2.3 (++) > - QtQuick 2.6 (++) > - QtQuick.Particles 2.0 > - QtQuick.Controls 1.5 (++) > - QtQuick.Layouts 1.3 (++) > - QtQuick.Dialogs 1.2 You missed QtQuick.Window I think :) ... which brings me to this: > Is thi

Re: [Development] RFC: Speech Recognition API

2015-09-18 Thread rpzrpz...@gmail.com
Tuukka: Instead of pointing us at source code to inspect, maybe a youtube video outlining in a more visual way your current plan of attack and some of the considerations and issues andn goals that you feel are relevant given your current state of research. What are the Android vs IOS tradeoffs?

[Development] QML import versions

2015-09-18 Thread Nurmi J-P
Hi all, I'd like to propose that all QML imports that are part of the Qt Essentials start following the respective Qt version number. Let's take a look at the version history of some of the QtQml and QtQuick imports. ### Qt 5.0 - QtQml 2.0 - QtQuick 2.0 - QtQuick.Particles 2.0 In the beginni

Re: [Development] RFC: Speech Recognition API

2015-09-18 Thread Jeremy Whiting
Robert, That's a good idea. I think support for that could be added to speech-dispatcher for the linux side, at least for some of the output modules it supports. I'll see what we can do in that regard, but it likely wont be until after the 5.6 technical preview. I would have time to review patches

Re: [Development] RFC: Speech Recognition API

2015-09-18 Thread Robert Iakobashvili
On Fri, Sep 18, 2015 at 3:48 PM, Robert Iakobashvili wrote: > On Fri, Sep 18, 2015 at 3:24 PM, Turunen Tuukka > wrote: >> >> Hi, >> >> There has been quite little comments and feedback to the new speech APIs. It >> would be great to have people to look into this and provide comments already >>

Re: [Development] RFC: Speech Recognition API

2015-09-18 Thread Robert Iakobashvili
On Fri, Sep 18, 2015 at 3:24 PM, Turunen Tuukka wrote: > > Hi, > > There has been quite little comments and feedback to the new speech APIs. It > would be great to have people to look into this and provide comments already > during the early development. We hope to have a technology preview avai

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

2015-09-18 Thread Milian Wolff
On Donnerstag, 17. September 2015 09:15:06 CEST Thiago Macieira wrote: > On Thursday 17 September 2015 15:27:44 Milian Wolff wrote: > > +++ b/src/testlib/qtestaccessible.h > > > > @@ -126,7 +126,7 @@ public: > > static void cleanup() > > { > > > > delete instance(); > > >

Re: [Development] RFC: Speech Recognition API

2015-09-18 Thread Turunen Tuukka
Hi, There has been quite little comments and feedback to the new speech APIs. It would be great to have people to look into this and provide comments already during the early development. We hope to have a technology preview available later this year, but getting feedback only after this phase

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

2015-09-18 Thread Knoll Lars
On 18/09/15 12:40, "Blasche Alexander" wrote: > > >From: Knoll Lars > > >>void setPreferredSecurityFlags(QBluetooth::SecurityFlags flags); >>QBluetooth::SecurityFlags preferredSecurityFlags() const; > >It would be a behavior change. Prior to this API we use

Re: [Development] Bug in macdeployqt?

2015-09-18 Thread Sorvig Morten
> On 17 Sep 2015, at 19:15, Dean Floyd wrote: > > Dear all, > > We have a project where we weak link our app against the Wacom framework > which on MacOSX by default gets installed in: > > /Library/Frameworks/WacomMultiTouch.framework > > otool -L returns the following line for the Wacom lin

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

2015-09-18 Thread Blasche Alexander
From: Knoll Lars >void setPreferredSecurityFlags(QBluetooth::SecurityFlags flags); >QBluetooth::SecurityFlags preferredSecurityFlags() const; It would be a behavior change. Prior to this API we used one default way to connect. On all platforms this happ

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: QtMultimedia.diff

2015-09-18 Thread Lopes Yoann
> On 18 Sep 2015, at 09:19, Knoll Lars wrote: > > Looks good to me, I assume the interface is for the backend, is that > correct? > Yes that’s correct. — Yoann ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailma

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: QtBluetooth.diff

2015-09-18 Thread Knoll Lars
Only new API is void setPreferredSecurityFlags(QBluetooth::SecurityFlags flags); QBluetooth::SecurityFlags preferredSecurityFlags() const; API Looks good, but I’m wondering why the default on bluez is not Secure as on the other platforms? Cheers, Lars _

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: QtOpenGL.diff

2015-09-18 Thread Knoll Lars
No changes, looks good. On 17/09/15 12:57, "Frederik Gladhorn" wrote: > ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development

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

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

2015-09-18 Thread Knoll Lars
No new API. Nice change in qsqlindex.h :) Looks good. On 17/09/15 12:56, "Frederik Gladhorn" wrote: > ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development

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

2015-09-18 Thread Knoll Lars
No new API, looks good. On 17/09/15 12:56, "Frederik Gladhorn" wrote: > ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development

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

2015-09-18 Thread Knoll Lars
No new API, looks good. On 17/09/15 12:56, "Frederik Gladhorn" wrote: > ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development

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

2015-09-18 Thread Knoll Lars
New enum QAudio::Role, an audio role property for QMediaPlayer and new QAudioRoleControl interface. Looks good to me, I assume the interface is for the backend, is that correct? Cheers, Lars ___ Development mailing list Development@qt-project.org htt

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

2015-09-18 Thread Knoll Lars
Nothing new here. On 17/09/15 12:55, "Frederik Gladhorn" wrote: > ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development

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

2015-09-18 Thread Knoll Lars
Looks good. On 17/09/15 12:55, "Frederik Gladhorn" wrote: > ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development

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

2015-09-18 Thread Knoll Lars
Nothing new, looks good. On 17/09/15 12:54, "Frederik Gladhorn" wrote: > ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development

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

2015-09-18 Thread Knoll Lars
Nothing new, looks good. On 17/09/15 12:55, "Frederik Gladhorn" wrote: > ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development

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

2015-09-18 Thread Knoll Lars
Looks ok. Added move semantics and one new method. Created change https://codereview.qt-project.org/#/c/125981/ to fix the docs of that method. Cheers, Lars On 17/09/15 12:55, "Frederik Gladhorn" wrote: > ___ Development mailing list Development@qt-p