Re: [Interest] Minimal MSVC-built ICU DLLs available for download

2016-01-25 Thread Elvis Stansvik
2016-01-25 22:06 GMT+01:00 Gunnar Roth : > >> Woah. So all this work for nothing, I can simply skip shipping the ICU >> DLLs? I'm only using QtCore. Oh well, then I learned something :) > > Maybe you should use depends.exe from dependancywalker.com to have a look > which dlls

[Interest] 5.6 Beta broken on iOS (5.5.1 regression)

2016-01-25 Thread Jason H
Sorry I can't be more articulate, but here's what happened that lead to this posting. I have an app on iOS and Android. I'm compiling android against 5.6 because the beta has some fixes I need. I accidentally compiled the iOS version against 5.6 instead of 5.5.1 because I clicked on the wrong

Re: [Interest] Minimal MSVC-built ICU DLLs available for download

2016-01-25 Thread Thiago Macieira
On Monday 25 January 2016 20:01:15 rpzrpz...@gmail.com wrote: > Gunnar: > > Just because something is linked to ICU dlls does not mean that those > dlls are required. > > Dependency walker only shows linkage, not necessity. Indeed you're right: it does not indicate necessity. But you still need

Re: [Interest] TextField QML auto keyboard hiding/lose focus on touch events

2016-01-25 Thread m...@rpzdesign.com
Gian: Thank you for the input. I tried it a little bit and found that mousearea onPressed would not trigger up past Loader, so as a universal pattern it will not work. In fact, many controls (Listview,etc) suck up the mouse events when those mouse/touch events SHOULD cause the keyboard to

[Interest] TextField QML auto keyboard hiding/lose focus on touch events

2016-01-25 Thread mark diener
Hello List: Anybody have a tip or suggestion for IOS/Android Qt 5.5.1 -> Qt 5.6.0 Beta I am using a TextField and the keyboard pops up whenever the input control receives focus. But I want the TextField to lose focus whenever you click/touch outside of the control. Not Just Tab & Enter that

Re: [Interest] [Qt3D] Cylinder Mesh Mod Problem

2016-01-25 Thread Andy
Yes - I'll do it as soon as I get a chance to setup and relearn the gerrit workflow. Thanks! - Andy On Mon, Jan 25, 2016 at 1:40 PM, Sean Harmer wrote: > Hi, > > thanks for finding that. Are you able to push a fix to Qt's gerrit code > review system please so that it can

Re: [Interest] Minimal MSVC-built ICU DLLs available for download

2016-01-25 Thread Elvis Stansvik
Den 25 jan 2016 8:24 fm skrev "Koehne Kai" : > > > > > -Original Message- > > From: Interest [mailto:interest-boun...@qt-project.org] On Behalf Of Elvis > > Stansvik > > Sent: Sunday, January 24, 2016 10:30 PM > > To: rpzrpz...@gmail.com > > Cc:

Re: [Interest] Minimal MSVC-built ICU DLLs available for download

2016-01-25 Thread Elvis Stansvik
Den 25 jan 2016 7:52 em skrev "Elvis Stansvik" : > > Den 25 jan 2016 8:24 fm skrev "Koehne Kai" : > > > > > > > > > -Original Message- > > > From: Interest [mailto:interest-boun...@qt-project.org] On Behalf Of Elvis > > > Stansvik > > >

[Interest] [Qt3D] Cylinder Mesh Mod Problem

2016-01-25 Thread Andy
> Subject: [Interest] [Qt3D] Cylinder Mesh Mod Problem > I am trying to work with and understand the Qt3D geometry and mesh system. > > Based on Paul's answer to my earlier question I thought I'd start with something simple: a cylinder without the end caps (QCylinderMesh always includes them). > >

Re: [Interest] [Qt3D] Cylinder Mesh Mod Problem

2016-01-25 Thread Sean Harmer
Hi, thanks for finding that. Are you able to push a fix to Qt's gerrit code review system please so that it can be reviewed and merged? Many thanks, Sean On 25/01/2016 18:16, Andy wrote: > Subject: [Interest] [Qt3D] Cylinder Mesh Mod Problem > I am trying to work with and understand the

Re: [Interest] Minimal MSVC-built ICU DLLs available for download

2016-01-25 Thread Gunnar Roth
> > Woah. So all this work for nothing, I can simply skip shipping the ICU > > DLLs? I'm only using QtCore. Oh well, then I learned something :) > Maybe you should use depends.exe from dependancywalker.com to have a look which dlls are really demanded from an exe or dll next time ;-) Regards,

Re: [Interest] How to get number of channels from QAudioDeviceInfo

2016-01-25 Thread Glenn Ramsey
On 23/01/16 08:37, Jason H wrote: > > >> Sent: Thursday, January 21, 2016 at 11:07 PM From: "Glenn Ramsey" >> To: interest@qt-project.org Subject: [Interest] How to >> get number of channels from QAudioDeviceInfo >> >> Hi, >> >> I would like to use the Qt5.x QtMultiMedia

[Interest] iOS video orientation (recording)

2016-01-25 Thread Jason H
Is there anything I can do to get it as portrait? The app is locked to portrait, but it only records landscape video, so all the videos need to be rotated 270. ___ Interest mailing list Interest@qt-project.org

Re: [Interest] Minimal MSVC-built ICU DLLs available for download

2016-01-25 Thread rpzrpz...@gmail.com
Gunnar: Just because something is linked to ICU dlls does not mean that those dlls are required. Dependency walker only shows linkage, not necessity. I would say that I learned something as well. md On 1/25/2016 3:06 PM, Gunnar Roth wrote: > Woah. So all this work for nothing, I can

[Interest] QtArg version 2.0.0

2016-01-25 Thread Igor Mironchik
Hello guys, I'm glad to present QtArg version 2.0.0 In new version were * implemented commands in command line, * improved hierarchy of argument classes, * improved help system, * improved syntax, * fixed different issues. http://imironchik.blogspot.com.by/2016/01/qtarg-version-200.html

Re: [Interest] Minimal MSVC-built ICU DLLs available for download

2016-01-25 Thread rpzrpz...@gmail.com
Koehne: What does that mean for unicode support with qt5base since qt 5.6 are not linking icu? Is this going to require that we build our own ICU so that QString is unicode ready? Thanks, md On 1/25/2016 1:24 AM, Koehne Kai wrote: -Original Message- From: Interest

Re: [Interest] Minimal MSVC-built ICU DLLs available for download

2016-01-25 Thread Koehne Kai
> -Ursprüngliche Nachricht- > Von: rpzrpz...@gmail.com [mailto:rpzrpz...@gmail.com] > Gesendet: Montag, 25. Januar 2016 12:51 > An: Koehne Kai ; Elvis Stansvik > > Cc: interest@qt-project.org Interest > Betreff: