[Interest] QRC URL normalization

2016-11-29 Thread Pendleton, Corey
Hey all, The following bug report has been open for a while: https://bugreports.qt.io/browse/QTBUG-40859 The premise is that doing dynamic creation of QML objects using a URL results in type incompatible errors if you use the form "qrc:/" for your URL. If you instead use the form "qrc:///" this

Re: [Interest] Android services

2016-03-07 Thread Pendleton, Corey
ugly hack, but we hope Qt can work on this or perhaps we can help by contributing eventually. Corey -Original Message- From: Jason H [mailto:jh...@gmx.com] Sent: Monday, March 07, 2016 11:55 AM To: Pendleton, Corey Cc: interest@qt-project.org Subject: Re: [Interest] Android services T

Re: [Interest] Android services

2016-03-07 Thread Pendleton, Corey
You might find this interesting: https://bugreports.qt.io/browse/QTBUG-37221 According to the patch associated with that report: https://codereview.qt-project.org/#/c/149018/ this feature may be available to you with Qt 5.7. Corey -Original Message- From: m...@rpzdesign.com [mailto:m...

[Interest] Qt Quick for Android VRAM usage

2016-02-11 Thread Pendleton, Corey
Hello all, We have a Qt Quick application on Android that we are trying to profile. In particular we are interested in the VRAM usage of the application. Utilizing Android's "dumpsys gfxinfo" command outputs a steady amount of used memory regardless of additional objects rendered on screen. Thi

Re: [Interest] QSoundEffect Categories on Android

2015-11-09 Thread Pendleton, Corey
ably why you're seeing different behavior. We can try to switch to QAudioOutput in the meantime. Thanks again! Corey -Original Message- From: Andrew Knight [mailto:andrew.kni...@intopalo.com] Sent: Saturday, November 07, 2015 2:45 AM To: Pendleton, Corey ; interest@qt-project.org Su

[Interest] QSoundEffect Categories on Android

2015-11-06 Thread Pendleton, Corey
Does anyone have ANY information on how to use the category property of QSoundEffect on the Android platform? My hope is that somewhere strings map to Android audio streams, but I can't find it anywhere in the documentation or online, and I also can't find the platform specific implementation fo