Re: [Interest] Camera cature ios roated 90 ccw (5.4.1)

2015-06-16 Thread Gianluca
Hello,attached there is the code I used for rotating the image.It comes from a commercial project, so I removed all parts cannot share.The method that did the trick is scaleAndRotateImage, the rest of the code is for selecting an image or for taking an image using native iOS controllers instead of

Re: [Interest] Camera cature ios roated 90 ccw (5.4.1)

2015-06-16 Thread Jason H
Thanks that would be awesome, I don't know any Obj-C!     Sent: Tuesday, June 16, 2015 at 11:28 AM From: "Gian Maxera" To: "Daniel França" Cc: "Jason H" , "interest@qt-project.org" Subject: Re: [Interest] Camera cature ios roated 90 ccw (5.4.1) I got the same problem on iOS when I capture

Re: [Interest] 5.4.2 Android Misery just one typo away

2015-06-16 Thread rpzrpz...@gmail.com
All of us open source hacks have at least some duty to report landmines to the rest. 2 years? Burned as well. More prominent in the docs? The docs could serve a wider audience by adding in "landmines" notes in each section where there is a reported landmine. Landmine defined as passing compiler

Re: [Interest] 5.4.2 Android Misery just one typo away

2015-06-16 Thread william.croc...@analog.com
>> >> it just so happens that one of the possible undefined behaviors is to run >> exactly like you expected it to. > > Good explanation! > > I wish this was yet more prominent in the docs. It took me actually 2 > years to figure out that exactly this had been the cause that some of my > command l

Re: [Interest] Camera cature ios roated 90 ccw (5.4.1)

2015-06-16 Thread Ben Lau
Example code to change UIImage to QImage with orientation fixed. https://github.com/benlau/quickios/blob/master/qisystemutils.mm#L13 On 16 June 2015 at 23:28, Gian Maxera wrote: > I got the same problem on iOS when I capture an image. > The problem arise on iOS because iOS do not rotate the ima

Re: [Interest] 5.4.2 Android Misery just one typo away

2015-06-16 Thread Sascha Cunz
On 2015-06-15 19:10, Thiago Macieira wrote: > On Monday 15 June 2015 10:17:48 mark diener wrote: >> It WILL compile on all the platforms, runs fine on OSX/IOS Simulator, >> but >> on Android it will surely DIE. > > In addition to what the others said, "run fine" is missing a > characterisation.

Re: [Interest] Camera cature ios roated 90 ccw (5.4.1)

2015-06-16 Thread Gian Maxera
I got the same problem on iOS when I capture an image. The problem arise on iOS because iOS do not rotate the image but it store into EXIF metadata how it should be rotated and orientated the image for visualising it. But the Image item of QML (in my case) ignore the EXIF metadata for orientation

Re: [Interest] Camera cature ios roated 90 ccw (5.4.1)

2015-06-16 Thread Daniel França
Not sure if it's related, but the autoOrientation for VideoOutput didn't work well for me either. I'm waiting for the 5.5 release as I'd other problems with video capture on IOS to test it again. Em ter, 16 de jun de 2015 às 17:22, Daniel França escreveu: > Not sure if it's related, but the aut

Re: [Interest] Camera cature ios roated 90 ccw (5.4.1)

2015-06-16 Thread Daniel França
Not sure if it's related, but the autoOrientation for VideoOutput didn't work well for me either. Em ter, 16 de jun de 2015 às 16:29, Jason H escreveu: > I have a mobile app on iOS and Android. We're new to iOS. Out android app > is flawless (provided we don't use 5.4.2 >:( > > When capturing a

[Interest] Camera cature ios roated 90 ccw (5.4.1)

2015-06-16 Thread Jason H
I have a mobile app on iOS and Android. We're new to iOS. Out android app is flawless (provided we don't use 5.4.2 >:( When capturing a image, we capture the preview image, we then display this image in an image element. In android with autoOrientation: true it works fine. In iOS the image is

[Interest] Qt4.8 - Drawing QLineEdit with grabWidget

2015-06-16 Thread Ali Onur Demetoğlu
Hi, I am trying to draw a QLineEdit using grabWidget. Can I simulate a cursor blinking? Or should I grab the widget with some intervals before drawing the pixmap to catch the blinking? Cheers, Onur. ___ Interest mailing list Interest@qt-project.org htt

[Interest] Using qmake custom targets to procude a package

2015-06-16 Thread Roland Winklmeier
Hey there, I'm currently looking into packaging solutions for a Qt5 application. I was playing around with the Qt Installer Framework 2.0.1 and so far it works nicely. The package consists of a main application and several optional components (source package, samples, plugins). The build product f