[Interest] Support for Android Wear ?

2014-12-19 Thread Nils Heidorn
Hello List ! As my LG watch R just arrived that is a natural question :-) Did anyone hear / read / see any info on Qt support for ANdroid Wear platform ? Thank you for any hint ! Nils ___ Interest mailing list Interest@qt-project.org

[Interest] Qt 5.3.2 / OSX cannot use native CGContext drawing in paintEvent / Flickering

2014-11-17 Thread Nils Heidorn
Hi List ! I narrowed down my previous Problem about beeing unable to draw exact RGB device values... The core problem is that i cannot really use native (CGContext) drawing in Qt5 ! (Where it was working fine in Qt4). When i show the Qwidget subclass containing my paintEvent there is a short

[Interest] Qt5 on OSX -- draw exact RGB device colors

2014-11-13 Thread Nils Heidorn
elegant approach ? Greetings thank you, Nils Heidorn ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] Is Qt 5.3.2 compatible with iOS 8?

2014-10-10 Thread Nils Heidorn
Hi ! I am working with 5.3.2 iOS 8. So far it seems to work, obviously there were some differences (i had a crash because of the UIActivityController needing more parameters). But 99% works. I DO have a problem that my App (GUI is QML) is not resizing itself when moving the iPad from Portrait

Re: [Interest] Is Qt 5.3.2 compatible with iOS 8?

2014-10-10 Thread Nils Heidorn
Hello Kate, xould you show what you had to do to make it work ? (i could think of something crude like trying to detect the orientation manually and then swap the h/v sizes but i dont like that. Do you have something more elegant ? Greetings, Nils It is compatible but screen rotation does not

[Interest] iOS8: Qt 5.3.2 / QML , cannot get UIView from QQuickWindow anymore

2014-09-25 Thread Nils Heidorn
Hi ! I got a problem since upgrading my iPad to iOS 8 (had to, customer wants me to continue developing on iOS8 NOW). On iOS 7.x i was used to get the current uiview like this: UIView *view = static_castUIView *(QGuiApplication::platformNativeInterface()-nativeResourceForWindow(uiview,

Re: [Interest] iOS8: Qt 5.3.2 / QML , cannot get UIView from QQuickWindow anymore

2014-09-25 Thread Nils Heidorn
=digia@qt-project.org] p#229; vegne av Nils Heidorn [nils_heid...@gmx.de] Sendt: 25. september 2014 09:43 Til: interest@qt-project.org Emne: [Interest] iOS8: Qt 5.3.2 / QML , cannot get UIView from QQuickWindow anymore Hi ! I got a problem since upgrading my iPad to iOS 8 (had

Re: [Interest] iOS8: Qt 5.3.2 / QML , cannot get UIView from QQuickWindow anymore

2014-09-25 Thread Nils Heidorn
Hello Richard, thanks for the effort ! I have to ask, sorry about that: Are you doing this on iOS 8 ? Like i said, my code has not been changed since iOS 6, it just won't work anymore. I tried your topLevel advice and indeed my window() returns true to that request... Greetings, Nils Am

Re: [Interest] iOS8: Qt 5.3.2 / QML , cannot get UIView from QQuickWindow anymore

2014-09-25 Thread Nils Heidorn
av Nils Heidorn [nils_heid...@gmx.de] Sendt: 25. september 2014 11:28 Til: interest@qt-project.org Emne: Re: [Interest] iOS8: Qt 5.3.2 / QML , cannot get UIView from QQuickWindow anymore Hi Richard, sadly the iOS version does matter. Maybe i explained it wrong. The lines i posted work