Re: [Interest] Building Qt5 with Intel C++ under Windows

2015-01-27 Thread Saether Jan-Arve
FYI, I did some experiments here, and as I suspected, none of the *_p.c files have to be compiled in and can thus be removed. If these files caused a problem for you, just remove them from the list of SOURCES in iaccessible2.pri. FYI, I have prepared a patch here that removes the uneeded files.

Re: [Interest] Building Qt5 with Intel C++ under Windows

2015-01-23 Thread Saether Jan-Arve
Sorry for top posting. I only have OWA access here... Yeah, likely a missing include, which root cause can be that icc is not fully MSVC compliant. Since the files are generated by MIDL tool it seems to assume that a compiler from the same toolchain willl be used to compile the generated files,

Re: [Interest] Speech recognition in Qt5

2014-04-07 Thread Saether Jan-Arve
The Qt Speech repository (ssh://codereview.qt-project.org:29418/qt/qtspeech.git) only does TTS (Text to speech), and not Speech to Text. Also, it relies on the underlying text-to-speech technology of the platform, which means that it might not be available for your platform. Jan Arve From:

Re: [Interest] Row(Layout), use spacing as resize handle. How to do that?

2014-03-03 Thread Saether Jan-Arve
> -Original Message- > From: Mark Gaiser [mailto:mark...@gmail.com] > Sent: 3. mars 2014 13:10 > To: Saether Jan-Arve > Cc: Qt Interest > Subject: Re: [Interest] Row(Layout), use spacing as resize handle. How > to do that? > On Mon, Mar 3, 2014 at 12:53 PM, Sae

Re: [Interest] Row(Layout), use spacing as resize handle. How to do that?

2014-03-03 Thread Saether Jan-Arve
> -Original Message- > From: Mark Gaiser [mailto:mark...@gmail.com] > > Now i've actually tested the SplitView :) And it behaves differently > compared to RowLayout. In a bad way. > In a row layout something like: > > RowLayout { > anchord.fill: parent >

Re: [Interest] Row(Layout), use spacing as resize handle. How to do that?

2014-02-27 Thread Saether Jan-Arve
First, I would consider using SplitView. If that's not an option, I'm curious why you want to use a layout, and which of its features you want. Specifically, I'm curious to know what behavior you expect when a handle is resized. Should it redistribute all items to the left and all items to the

Re: [Interest] How can i animate Layout.preferredWidth and friends?

2013-10-11 Thread Saether Jan-Arve
> > Of course it should not crash. > > I get an ASSERT: "mo" in file qml\qqmlvme.cpp, line 849 (this is with > > current stable branch though). > >  > > I'm a bit curious to know why do you want to animate that property? > > What do you want to achieve? > >  > > Jan Arve > >  > > From: interest-bo

Re: [Interest] How can i animate Layout.preferredWidth and friends?

2013-10-02 Thread Saether Jan-Arve
Of course it should not crash. I get an ASSERT: "mo" in file qml\qqmlvme.cpp, line 849 (this is with current stable branch though). I'm a bit curious to know why do you want to animate that property? What do you want to achieve? Jan Arve From: interest-bounces+jan-arve.saether=digia@qt-proj

Re: [Interest] Warnings from Warning:QAccessibleWidget

2013-04-26 Thread Saether Jan-Arve
I don't know how the wacom tablet driver works. If you are not running an accessibility client (such as a screen reader), then it seems that the wacom tablet driver acts as an accessibility client for some things. (Since you are seeing the warning, there is *something* that acts as an accessibil