[Interest] Qt 5.8 font detection vs Qt 5.3.2 font detection

2017-05-11 Thread Nguyen Huu Minh
Hello, My apologies if this question has been asked before. We are upgrading our Qt application running on Lubuntu 32-bit from Qt 5.3.2 to Qt 5.8. One of the issues we have ran into is font handling. The Qt 5.3.2 version of our application detects the system fonts fine (the directories under /

Re: [Interest] Qt at the C++20 era

2017-05-11 Thread Corentin
It was my understanding that Herb has a somewhat working clang-based prototype ? Do you think that will be made available at some point ? It would be fun to try to properly implement Qt meta object system (maybe using Olivier's Verdigris as a starting point) and provide feedback based on that. O

[Interest] black screen with iOS app over airplay?

2017-05-11 Thread Patrick Stinson
Hello! Has anyone else had a problem with Qt apps only showing as a black screen when mirroring an iOS device over airplay? Other apps display fine, but then the AirPlay display turns black when the Qt app is brought to the front. Granted, I am using Reflector 2 to show the iPad screen on my Mac

Re: [Interest] Question regarding Qt Android service

2017-05-11 Thread Jason H
I don't know how services differ from activities, but having done quite a few things with activities, I say yes, the Android Service/Activity start sthe Qt Thread. I don't know of anyway for the OD to start Qt directly... For my activity I have a platform shim that uses a single ton that has to de

Re: [Interest] Qt 5.8 performance regression in android application

2017-05-11 Thread Tomas Konir
2017-05-11 12:27 GMT+02:00 Лагнер, Сергей : > Hi, Tomas. > > Your notice is very valuable. Indeed, we have significant amount of http > requests and > we start them right after page has been created. Therefore if it costs > much, transition > animation can freeze. > One thing I can not understand.

Re: [Interest] Qt 5.8 performance regression in android application

2017-05-11 Thread Лагнер , Сергей
Almost all parts have been done with Qt Quick Controls 1. Very few use qt labs controls(Controls 2.0 in case 5.8) We are going to upgrade to Controls 2.0 but it has not been done yet. 2017-05-11 15:24 GMT+07:00 ekke : > are you using QtQuickControls1 or QtQuickControls2 ? > > Am 11.05.17 um 09:45

Re: [Interest] Qt 5.8 performance regression in android application

2017-05-11 Thread Лагнер , Сергей
Hi, Tomas. Your notice is very valuable. Indeed, we have significant amount of http requests and we start them right after page has been created. Therefore if it costs much, transition animation can freeze. One thing I can not understand. I thought Qt makes almost all network calculations in a bac

Re: [Interest] Android low latency BLE scanning

2017-05-11 Thread ekke
AFAIK changing LE Timeout only reduces or enhances the amount of time while Qt tries to discover devices nearby in my apps I normaly 'know' the device I'm searching and so I check each discovered device and if it's the one I was looking for, I cancel discovery to speed things up Am 11.05.17 um 11:

Re: [Interest] Android low latency BLE scanning

2017-05-11 Thread Alex Blasche
Hi, In short there is no way at this point in time. QtBluetooth uses Android's BluetoothAdapter.startScan() which does not take a ScanSettings field. This function is deprecated in favour of BluetoothLeScanner.startScan but QtBluetooth has not made this jump yet. Only the new scanner API suppo

Re: [Interest] Android low latency BLE scanning

2017-05-11 Thread Denis Shienkov
QBluetoothDeviceDiscoveryAgent::setLowEnergyDiscoveryTimeout(int msTimeout) ? 2017-05-11 12:06 GMT+03:00 : > Hi, > Android supports several scan modes when scanning for BLE devices: > https://developer.android.com/reference/android/bluetooth/ > le/ScanSettings.html > > It seems that Qt uses balan

[Interest] Android low latency BLE scanning

2017-05-11 Thread dusek.martin
Hi, Android supports several scan modes when scanning for BLE devices: https:// developer.android.com/reference/android/bluetooth/le/ScanSettings.html It seems that Qt uses balanced scan mode as device discovery takes some time.I want to use SCAN_MODE_LOW_LATENCY in my Qt Android app - I nee

Re: [Interest] Qt 5.8 performance regression in android application

2017-05-11 Thread ekke
are you using QtQuickControls1 or QtQuickControls2 ? Am 11.05.17 um 09:45 schrieb Лагнер, Сергей: > Hello all. > > We are going to upgrade Qt from 5.6 to 5.8 for our android application. > I've got the build with Qt 5.8 and it much slower. > > First of all I mean animations. > We use Qml StackVie

Re: [Interest] Qt 5.8 performance regression in android application

2017-05-11 Thread Tomas Konir
Hi You wrote, that you have app which uses internet. If you are using many http requests, you may be affected with regression in network access manager, which computes DH keys for each http request (even though you are doing only plain http). DH computation is very CPU intensive and for me causes

Re: [Interest] [android] How to avoid deploying extra styles

2017-05-11 Thread Лагнер , Сергей
Bump. Is it really impossible to avoid extra themes(material, universal) for quick controls 2.0? 2017-05-05 12:16 GMT+07:00 Лагнер, Сергей : > Hello all. > > We are going to use Qt Quick Controls 2.0 for our Android application. > I have built android apk and I see it contains > libqml_QtQuick

[Interest] Qt 5.8 performance regression in android application

2017-05-11 Thread Лагнер , Сергей
Hello all. We are going to upgrade Qt from 5.6 to 5.8 for our android application. I've got the build with Qt 5.8 and it much slower. First of all I mean animations. We use Qml StackView and we animate transitions between pages. With 5.6 this animations are smooth, but with 5.8 they are laggy. It