Re: [Interest] Qt/ iOS ready for 64bit?

2014-11-04 Thread Tor Arne Vestbø
On 21/10/14 04:25, Jason H wrote: > It seems that Apple will require all app submissions to be 64bit as of > February 2015. ( > http://arstechnica.com/apple/2014/10/apple-beginning-february-2015-app-store-submissions-need-to-be-64-bit/ > ) > > Is Qt 5.3 or 5.4 ready? > 5.4 will be. tor arne

Re: [Interest] How to use QSGSimpleTextureNode?

2014-11-04 Thread Nuno Santos
Gunnar, I have implemented a really basic node for text rendering on scene graph based on my previous approach but adapter to Qt API. The setup code is below. I can already draw a string on OpenGL but the characters are not smooth at small sizes with a pixel font. With a non pixel font, even at

[Interest] How to use QSGClipNode?

2014-11-04 Thread Nuno Santos
Hi, I was wondering how I could use QSGClipNode to clip what is being drawn out of a node rect. I’m trying to instantiate a QSGClipNode on the node I want to clip. _clipNode = new QSGClipNode(); appendChildNode(_clipNode); I have tried to append it after and before other nodes, but the result

Re: [Interest] Qt for Android APK size

2014-11-04 Thread Thiago Macieira
On Tuesday 04 November 2014 14:52:22 Ramakanthreddy Kesireddy wrote: > Please let me know the other two methods available to distribute Apk? Which > is the best method available so that it results in less Apk size? You mentioned both in your email: with an installer and without an installer. The

Re: [Interest] Qt for Android APK size

2014-11-04 Thread Ramakanthreddy Kesireddy
Please let me know the other two methods available to distribute Apk? Which is the best method available so that it results in less Apk size? Sent from my Windows Phone From: Tomasz Siekierda Sent: ‎04-‎11-‎2014 19:42 To: Ramakanthreddy

Re: [Interest] Qt for Android APK size

2014-11-04 Thread Tomasz Siekierda
On 4 November 2014 13:42, Ramakanthreddy Kesireddy wrote: > > Hi, > > As I understand that Qt libs are bundled in APK for Android without the need > for installer, could you please know how much size it adds to apart from > application size? > Just try it. The bundling method (one of 3 methods

Re: [Interest] Porting Qt4 to Qt5 with respect to styles

2014-11-04 Thread Duane
On 11/3/2014 6:08 PM, Nurmi J-P wrote: >> On 03 Nov 2014, at 23:40, Allan Sandfeld Jensen wrote: >> >> On Monday 03 November 2014, Duane wrote: >>> We're looking at moving a few large projects from Qt 4 to 5. One issue >>> that I'm having is the absence of QWindowsStyle. We have a class that's >

Re: [Interest] Porting Qt4 to Qt5 with respect to styles

2014-11-04 Thread Duane
On 11/3/2014 5:40 PM, Allan Sandfeld Jensen wrote: > On Monday 03 November 2014, Duane wrote: >> We're looking at moving a few large projects from Qt 4 to 5. One issue >> that I'm having is the absence of QWindowsStyle. We have a class that's >> derived from QWindowsStyle. What's the simplest way

[Interest] QtQuick.Controls 1.2 TextArea scrolling on Android

2014-11-04 Thread Frédéric Martinsons
Hello, I've been using the TextArea QML controls for a while on desktop and nothing goes wrong. But on an Android target (from Qt 5.3.1) , it seems that it doesn't scroll at all on android. The simple QML file attached reproduced the problem on a Nexus 7 (android 4.4.4) main.qml Description: Bin

[Interest] Qt for Android APK size

2014-11-04 Thread Ramakanthreddy Kesireddy
Hi, As I understand that Qt libs are bundled in APK for Android without the need for installer, could you please know how much size it adds to apart from application size? Thanks and Regards, Ramakanth

Re: [Interest] 3D Navigation QtLocation Module

2014-11-04 Thread Blasche Alexander
-- Alex > -Original Message- > From: Ramakanthreddy Kesireddy > [mailto:ramakanthreddy.kesire...@techmahindra.com] > Sent: Tuesday, 4 November 2014 10:06 > To: Blasche Alexander; 'Aaron McCarthy'; interest@qt-project.org > Subject: RE: [Interest] 3D Navigation QtLocation Module > > Ok T

Re: [Interest] 3D Navigation QtLocation Module

2014-11-04 Thread Ramakanthreddy Kesireddy
Ok Thanks for your input. As I see in https://codereview.qt-project.org/#/c/82519/, Google Maps cannot be embedded in Qt for Android Application at the moment as it seems there are restrictions based on TOC's. Only OSM/Here Maps is possible using QtLocation module at this stage? Thanks and Rega

Re: [Interest] QLibrary multiple loading

2014-11-04 Thread a...@golks.de
> Serge K hat am 4. November 2014 um 09:35 geschrieben: > > As I know from docs and my own experience QLibrary loads each DLL only once. > While next load attempt it just increases usage counter. This means all DLL’s > static data are loaded only once too. But I need allow different threads l

Re: [Interest] QLibrary multiple loading

2014-11-04 Thread Thiago Macieira
On Tuesday 04 November 2014 11:35:55 Serge K wrote: > As I know from docs and my own experience QLibrary loads each DLL only > once. While next load attempt it just increases usage counter. This means > all DLL ’s static data are loaded only once too. But I need allow > different threads load ea

Re: [Interest] 3D Navigation QtLocation Module

2014-11-04 Thread Blasche Alexander
Hi, >>Please insure you check the licensing requirements as some geoservice >>providers have restrictions when used in a turn-by-turn >>navigation >>application. >==>Did you mean the map data is not available as opensource or we need to get >commercial Here Maps to fetch map data in such >geos

[Interest] QLibrary multiple loading

2014-11-04 Thread Serge K
As I know from docs and my own experience QLibrary loads each DLL only once. While next load attempt it just increases usage counter. This means all DLL ’s static data are loaded only once too. But I need allow different threads load each own copy of DLL with it’s own copy of static data. Ot

Re: [Interest] 3D Navigation QtLocation Module

2014-11-04 Thread Ramakanthreddy Kesireddy
Please insure you check the licensing requirements as some geoservice providers have restrictions when used in a turn-by-turn navigation application. ==>Did you mean the map data is not available as opensource or we need to get commercial Here Maps to fetch map data in such geoservice providers.

Re: [Interest] Qt for Android supported versions

2014-11-04 Thread Federico Buti
Location is currently just an Add-on Module (fourth row). Useful information to ease the installation can be found in this thread of the Qt forum. Cheers, F. On 4 November 2014 05:46, Aaron McCarthy wr

Re: [Interest] 3D Navigation QtLocation Module

2014-11-04 Thread Blasche Alexander
Hi, >> Geofencing are supported in both Android and IOS? >This feature is provided by the Qt Positioning module. That is platform >specific, I do not know the state of this on Android and iOS. It is not natively supported on those platforms. Open tasks: Android: https://bugreports.qt-project.or