Re: [Interest] iPad Pro display support?

2016-03-29 Thread m...@rpzdesign.com
How does it look on Qt 5.6? I had similar text fuzziness comments from IOS on Qt.5.5. md On 3/29/2016 4:52 AM, Nuno Santos wrote: Hi, I’m wondering if there is any special care I should take for iPad Pro. I have a user saying that the graphics is not crystal clear on it’s iPad Pro. The

[Interest] Qt Security Concern

2016-03-05 Thread m...@rpzdesign.com
--- Forwarded Message Subject:is tinc vulnerable to this? Date: Sat, 5 Mar 2016 09:25:11 +0100 From: Wopot Reply-To: t...@tinc-vpn.org To: t...@tinc-vpn.org Hello, did you read this paper? ECDSA Key Extraction from Mobile Devices via

Re: [Interest] Android services

2016-03-04 Thread m...@rpzdesign.com
Why don't you create a skeleton test app and share with the group the source code. I sent you a reply message yesterday suggesting the Android Job API. You might find sweeter fruit using that. md On 3/4/2016 4:46 PM, Jason H wrote: So I am trying to implement a background service and it's

Re: [Interest] [Qt bugreports] (QTCREATORBUG-15705) Xcode 7.2 IOS 9.2 Simulator Debugging not possible

2016-03-03 Thread m...@rpzdesign.com
Eike: Well, that is a bit of news, thank you for looking at this. Thank you for your effort in this regard. md On 3/3/2016 7:47 AM, Eike Ziller (via JIRA) wrote: Message Title Eike Ziller *commented* on Bug QTCREATORBUG-15705

Re: [Interest] Background Uploads in Android

2016-03-02 Thread m...@rpzdesign.com
Looks like you have to create and launch in Java that will take over uploading your file in the background when Android feels like it. Job Schedule API may be your best way out. No more worrying about ApplicationSuspended, Job Api is independent of that. Bad thing is that you have to write

Re: [Interest] Android Studio and Qt

2016-02-24 Thread m...@rpzdesign.com
in the build dir? Shouldn't the code be under my project's android dir? The article alludes to a projdir/android/src/com/company/... directory. Sent: Wednesday, February 24, 2016 at 5:59 PM From: "m...@rpzdesign.com" <m...@rpzdesign.com> To: interest@qt-project.org Subject: Re: [I

Re: [Interest] Android Studio and Qt

2016-02-24 Thread m...@rpzdesign.com
Jason: Its a little tricky, I think you have to open up the created project in the build directory, not try to import from the source directory tree where the qmake pro file is located. Look at Build Settings -> Build Steps -> Make: main in /bla/bla/bla directory and find the Debug ->

Re: [Interest] TextField QML auto keyboard hiding/lose focus on touch events

2016-01-25 Thread m...@rpzdesign.com
Gian: Thank you for the input. I tried it a little bit and found that mousearea onPressed would not trigger up past Loader, so as a universal pattern it will not work. In fact, many controls (Listview,etc) suck up the mouse events when those mouse/touch events SHOULD cause the keyboard to

Re: [Interest] 5.5/5.6 QMLEngine management

2016-01-11 Thread m...@rpzdesign.com
On 1/11/2016 12:53 AM, Bo Thorsen wrote: Den 10-01-2016 kl. 03:21 skrev mark diener: Hello List: I have a couple of core QMLEngine questions: Basic Code Snippet: QQmlEngine geng ; QQmlComponent gcomp() gcomp.setData( ByteArrayofQML , QUrl() ) ; gcomp.create() -> Show the QML in the QML

Re: [Interest] What's the proper way to do custom QtActivity (android)

2016-01-06 Thread m...@rpzdesign.com
Look at: http://www.kdab.com/qt-android-episode-6/ and the other episodes. On 1/6/2016 8:31 AM, Jason H wrote: I'm not looking for a Android primer, but I am looking on a primer on how to get the Qt/QtCreator to play nice with a subclassed application and activity. Ideally, I'd like to

Re: [Interest] [Development] Qt 5.7 feature freeze postponed, new date to be agreed

2015-12-09 Thread m...@rpzdesign.com
Tuuka: I was looking around for "Coin CI" information on google. Can you provide links and additional insight into this CI? We have a thread on the interest list related to CI. md On 12/9/2015 9:58 AM, Turunen Tuukka wrote: Hi, 15th Jan sounds good to me as the new FF time for Qt 5.7.

[Interest] New CI for Qt

2015-12-07 Thread m...@rpzdesign.com
I was reading at various places about Qt putting in place a new CI system. Where can I get the specs of the new CI build system? Where are you running your IOS builds? Android builds? I want to start putting together my own CI resources but want to take advantage of the cumulative learning.

Re: [Interest] New CI for Qt (and OpenSource Qt/QtC 3rd parties)

2015-12-07 Thread m...@rpzdesign.com
. That talk was MISSING from QtWorld2015. md On 12/7/2015 2:26 PM, Ch'Gans wrote: On 8 December 2015 at 07:25, m...@rpzdesign.com <m...@rpzdesign.com> wrote: I was reading at various places about Qt putting in place a new CI system. Where can I get the specs of the new CI build system?

Re: [Interest] QML and ScrollView

2015-12-03 Thread m...@rpzdesign.com
How about listview and a model? On 12/3/2015 6:07 PM, Mike Jackson wrote: ScrollView ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] OSX El Capitan & Qt

2015-10-12 Thread m...@rpzdesign.com
Ok, when 5.5.1 is released, I will spend some time trying both 6.4 and 7.01 and dump any errors I see. On 10/12/2015 12:29 PM, Thiago Macieira wrote: > On Monday 12 October 2015 11:41:05 mark diener wrote: >> Does Qt or anybody have some guidance on what combination of >> Xcode & Qt we should

[Interest] QML/C++ tidbit

2015-10-09 Thread m...@rpzdesign.com
Hello List: For those who are using Loader in QML but triggering that loader from C++, I came across a usage pattern technique that may have utility for some. During the execution of the C++, loading "componentSource" is NOT a synchronous operation if your loader is set to Async == true In

Re: [Interest] Windows 10 Intel Atom + Android Atom Intel

2015-10-08 Thread m...@rpzdesign.com
Maurice: Does the Visual Studio Add-In 1.2.4 work for MSVC 2015? http://download.qt.io/official_releases/vsaddin/qt-vs-addin-1.2.4-opensource.exe.mirrorlist So for the best integrated build, deploy, debug experience I should plan on NOT using Qt-Creator on Windows but instead do all of my work

Re: [Interest] How to use gradle with Qt/Android apps?

2015-10-03 Thread m...@rpzdesign.com
know if this process is valid? > > Thanks, > > Regards, > > Nuno > >> On 03/10/2015, at 16:58, m...@rpzdesign.com wrote: >> >> Just open it directly in Android Studio 1.2xx+ -> latest version >> >> Whatever you do, run away from eclipse. >

Re: [Interest] How to use gradle with Qt/Android apps?

2015-10-03 Thread m...@rpzdesign.com
Just open it directly in Android Studio 1.2xx+ -> latest version Whatever you do, run away from eclipse. Make sure Qt-Creator is generating Gradle upon build (some dialog check box somewhere inside Qt Creator related to android) From inside Android Studio perspective, Qt is just a bunch of SO

Re: [Interest] How to use gradle with Qt/Android apps?

2015-10-03 Thread m...@rpzdesign.com
nfused. > > Thanks, > > -- > Nuno Santos > > No dia 03/10/2015, às 20:10, "m...@rpzdesign.com" <m...@rpzdesign.com> > escreveu: > >> Nuno: >> >> I would not say that you have to use something. >> >> It's just that your life will be

Re: [Interest] Installing Qt for Android Binaries without GUI

2015-09-22 Thread m...@rpzdesign.com
f you want to somehow "install" to a docker image, they why use docker at all, just install to the native operating system and skip using the convenience of the docker isolated packaging. On 9/22/2015 7:32 AM, Andreas Cord-Landwehr wrote: > On Tuesday 22 September 2015 07:19:33 m

Re: [Interest] Installing Qt for Android Binaries without GUI

2015-09-22 Thread m...@rpzdesign.com
Yes, write a bash script. On 9/22/2015 6:38 AM, Andreas Cord-Landwehr wrote: > Hi, I am searching for a way to install the Qt for Android binaries on a Linux > host system without any GUI interaction. (use case: generation of a Docker > image for a crossbuilder environment for Qt applications). >

Re: [Interest] ImageProvider Threading

2015-09-18 Thread m...@rpzdesign.com
Gunnar: Thanks for the 5.6 doc link. Could not find anything that talks about parallel loading. But if you say it will provide parallel loading, what does the QML Image { } object display while the image is loading? I may want to return with a standard "Loading image..." image for those

Re: [Interest] Loader refresh

2015-09-14 Thread m...@rpzdesign.com
roblems. When you activate the loader, set the proper text immediately, > don't switch it later. > > Anything like what you're trying to do below is an attempt to solve the > symptom rather than the problem. > > Den 11-09-2015 kl. 20:37 skrev m...@rpzdesign.com: >> Someone mu

Re: [Interest] Loader refresh

2015-09-11 Thread m...@rpzdesign.com
rs, md On 9/11/2015 11:39 AM, m...@rpzdesign.com wrote: > Hello List: > > Anybody have ideas on how to cause a QML refresh to repaint a QML Window > or component. > > I tried setting the sourceComponent value of Loader but it causes a good > amount of screen flicke

Re: [Interest] Loader refresh

2015-09-11 Thread m...@rpzdesign.com
has to be some less intrusive way to cause QML gui objects to repaint themselves. Any ideas instead of Loader:sourceComponent, which is very heavy and causes screen flicker. md On 9/11/2015 11:39 AM, m...@rpzdesign.com wrote: > Hello List: > > Anybody have ideas on how to cause a QML re

Re: [Interest] Qt 5.5.x

2015-09-11 Thread m...@rpzdesign.com
Mr Weeks -> You were correct. A dependency was touched. And that had a domino effect on untouched code. So I created a new named build that did not have a custom build step that affected the dependency and VOILA! -> efficient build. Thanks for the responses. Cheers, md On 9/11/2015 10:07

Re: [Interest] Qt 5.5.0 AndroidExtras

2015-08-29 Thread m...@rpzdesign.com
Hello List: Modify that last assertion. Make sure that your src directory is UNDER your android directory in ANDROID_PACKAGE_SOURCE_DIR = $$PWD/android Sometimes, Qt Creator can add it to the project tree, but you really want it appearing UNDER the android directory. If for some reason the

[Interest] Congratulations QT

2015-08-25 Thread m...@rpzdesign.com
Dear Qt Company And Bogdan Vatra: I just installed and ran a qt5.5.0 app on a 1st generation kindle fire Android 2.x and it works very well! All the GUI artifacts from qt5.4.x on Andriod Lollipop seem to be addressed as well. And I was thinking that older devices were not going to work very

Re: [Interest] Qt 5.5.0 Compile Time Hash Example

2015-08-24 Thread m...@rpzdesign.com
Andre Helmut: Thank you for your comments. Would you be interested in sharing your solution to the switch(STRING) problem? md On 8/24/2015 6:11 AM, André Somers wrote: Op 24-8-2015 om 14:07 schreef m...@rpzdesign.com: Helmut: Yes, but you are talking about a different use case

[Interest] Qt 5.5.1 MSVC 2015

2015-08-24 Thread m...@rpzdesign.com
I have found references to mkspecs of win32-MSVC2015 in the source code tree. But will there be a MSVC2015 community binary released for Qt 5.5.1 or are we forced to compile MSVC2015 support from sources? md -- No spell checkers were harmed during the creation of this message.

Re: [Interest] Qt 5.5.0 Compile Time Hash Example

2015-08-24 Thread m...@rpzdesign.com
Helmut: Yes, but you are talking about a different use case with algorithmic purity. We do not care about every string. We only care about the strings in our program. For quality assurance, you can scan the source code looking for every instance of the fnhash(STRING) and make sure there are

Re: [Interest] Qt 5.5.0 Compile Time Hash Example

2015-08-24 Thread m...@rpzdesign.com
Macieira wrote: On Monday 24 August 2015 06:16:55 m...@rpzdesign.com wrote: Would you be interested in sharing your solution to the switch(STRING) problem? It's been posted several times to the C++ discussion lists: string_switch(string, do_case(value1, [] { do1

Re: [Interest] Qt Creator 3.5.0/Qt 5.5.0 Showstopper

2015-08-21 Thread m...@rpzdesign.com
: On Thursday 20 August 2015 20:34:03 m...@rpzdesign.com wrote: That is a good question as to the boundary for me is not clear. Between what Qt Creator is generating, Qmake/make processing, and then Qt Creator taking back over to trigger command line tools in xcode to deploy the project. You didn't have

Re: [Interest] Compile issues Qt5.5.0 with msvc2010 and openssl

2015-08-21 Thread m...@rpzdesign.com
Mathieu: If you feel that the openssl stuff is a pain to work with, you can always to link https://tls.mbed.org/ into your projects. (I am sure WolfSSL would work too) I decided against OpenSSL when they keep announcing security holes by wayward contributors. It is now code owned and open

Re: [Interest] Qt Creator 3.5.0/Qt 5.5.0 Showstopper

2015-08-20 Thread m...@rpzdesign.com
20 August 2015 19:22:12 m...@rpzdesign.com wrote: Hello List: After spending a good part of the day preparing to use Qt Creator 3.5.0 with Qt 5.5.0, I ran into a persistent showstopper for IOS Devices/ IOS Simulator. Anybody else run into a BRICK WALL with IOS development on Qt 5.5.0? Fully

[Interest] Qt Creator 3.5.0/Qt 5.5.0 Showstopper

2015-08-20 Thread m...@rpzdesign.com
Hello List: After spending a good part of the day preparing to use Qt Creator 3.5.0 with Qt 5.5.0, I ran into a persistent showstopper for IOS Devices/ IOS Simulator. Anybody else run into a BRICK WALL with IOS development on Qt 5.5.0? Fully documented at:

[Interest] [SOLVED] Re: Qt Creator 3.5.0/Qt 5.5.0 Showstopper

2015-08-20 Thread m...@rpzdesign.com
Ok, it took a couple of hours, but I solved the problem and can give better direction for the Qt IOS/OSX Maintainers Look at: https://bugreports.qt.io/browse/QTBUG-47450 for updated info. Have a great day, md On 8/20/2015 7:22 PM, m...@rpzdesign.com wrote: Hello List: After spending a good

[Interest] Qt 5.5.1 And Xcode

2015-08-05 Thread m...@rpzdesign.com
Hello List: What version of Xcode and OSX/IOS SDK version is the Continous Integration system is being used to validate Qt 5.5.1? Looking at the link, it is not apparent. https://wiki.qt.io/CI_Configurations The reason I say this is that I tried Qt 5.5.0 and got slammed by more Xcode tooling

Re: [Interest] Qt 5.5.1 And Xcode

2015-08-05 Thread m...@rpzdesign.com
investigate the issue further. Thanks! Tor Arne On 05/08/15 14:58, m...@rpzdesign.com wrote: Hello List: What version of Xcode and OSX/IOS SDK version is the Continous Integration system is being used to validate Qt 5.5.1? Looking at the link, it is not apparent. https://wiki.qt.io

Re: [Interest] Release Binary Builds

2015-07-31 Thread m...@rpzdesign.com
Somewhere in http://code.qt.io/cgit/qtsdk/qtsdk.git/ On 7/31/2015 9:39 AM, Adrian Jäkel wrote: Hey did you find it? I'm searching for this info too but wasn't successful yet. Regards, A. Jäkel -- No spell checkers were harmed during the creation of this message.

[Interest] Release Binary Builds

2015-07-30 Thread m...@rpzdesign.com
Thiago: I kind of messed up. You once replied with the location on github or somewhere where the binary build commands for configure on the product releases was located. OSX ./configure bla-bla-bla When I search back through all my past emails, I could NOT find that kind message you

Re: [Interest] Indie Mobil Program terminated?

2015-07-18 Thread m...@rpzdesign.com
-Original Message- From: interest-bounces+ozemale=ozemail.com...@qt-project.org [mailto:interest-bounces+ozemale=ozemail.com...@qt-project.org] On Behalf Of m...@rpzdesign.com Sent: Saturday, July 18, 2015 2:35 PM To: interest@qt-project.org Subject: Re: [Interest] Indie Mobil

Re: [Interest] Indie Mobil Program terminated?

2015-07-17 Thread m...@rpzdesign.com
Dear Mr Turnbull: I would like to add some color to your assertion that mobile support is embryonic at best. The compilers used by Qt are the NATIVE compilers for IOS/OSX/Android/Windows/Tizen/Linux/NaCL/embedded/etc/etc/etc There can be nothing more ROCK solid than using the manufacturers

Re: [Interest] Indie Mobil Program terminated?

2015-07-10 Thread m...@rpzdesign.com
John: You are not alone. Give the folks at Qt some time to enjoy their vacation and when they return, I am sure that they will be able to continue the discussion in a competent manner. As a hedge, I would get the Indie license before Aug 31st. That way you are safe. Obviously, this issue

Re: [Interest] Indie Mobil Program terminated?

2015-07-07 Thread m...@rpzdesign.com
are extremely proud that Qt is a great product, used by a huge number of developers worldwide. Yours, Tuukka Lähettäjä: m...@rpzdesign.com m...@rpzdesign.com Lähetetty: 6. heinäkuuta 2015 16:39 Vastaanottaja: interest@qt

Re: [Interest] Indie Mobil Program terminated?

2015-07-06 Thread m...@rpzdesign.com
Dear Qt Interest List: The optics of this reply are really not good. Mission Control, we have a problem. md On 7/6/2015 10:16 AM, Thiago Macieira wrote: On Monday 06 July 2015 07:39:26 m...@rpzdesign.com wrote: Dear Lars Turunen: Both Lars and Tuukka are on vacation this month

Re: [Interest] Indie Mobil Program terminated?

2015-07-06 Thread m...@rpzdesign.com
by a huge number of developers worldwide. Yours, Tuukka Lähettäjä: m...@rpzdesign.com m...@rpzdesign.com Lähetetty: 6. heinäkuuta 2015 16:39 Vastaanottaja: interest@qt-project.org Kopio: Knoll Lars; Turunen Tuukka Aihe: Re: [Interest

Re: [Interest] Indie Mobil Program terminated?

2015-07-02 Thread m...@rpzdesign.com
Dear Konstantin: Please explain how Open Source version can get approved in the IOS Apple Store. Apple fees are $99 per year. md On 7/2/2015 7:29 AM, Konstantin Tokarev wrote: 02.07.2015, 16:26, m...@rpzdesign.com m...@rpzdesign.com: Tuukka: I did not see that announced anywhere

Re: [Interest] Indie Mobil Program terminated?

2015-07-02 Thread m...@rpzdesign.com
. Yours, Tuukka m...@rpzdesign.com m...@rpzdesign.com kirjoitti 2.7.2015 kello 2.52: Could not find the indie mobile program option with 5.5 release. The Qt Company Introduces a Unified Website and 20€/$25 Monthly Indie Mobile Package Where

Re: [Interest] Indie Mobil Program terminated?

2015-07-02 Thread m...@rpzdesign.com
On 7/2/2015 8:39 AM, Alejandro Exojo wrote: El Thursday 02 July 2015, m...@rpzdesign.com escribió: Please explain how Open Source version can get approved in the IOS Apple Store. It is a bit blurry why the LGPL version could not be used on Apple's store. See this threads, for example: http

Re: [Interest] Indie Mobil Program terminated?

2015-07-02 Thread m...@rpzdesign.com
Thiago: I always appreciate your comments and your command of the subject matter in the Qt Stack. A Competent White Paper does not equal contracted legal advice. On 7/2/2015 10:11 AM, Thiago Macieira wrote: On Thursday 02 July 2015 08:56:01 m...@rpzdesign.com wrote: Looks like it is high

Re: [Interest] Living with 5.4.x QML QQuickPaintedItem/QQuickItem plugins

2015-07-02 Thread m...@rpzdesign.com
Look at QTBUG-47003 If you want to compare the EXAMPLES in extending-qml with non enterprise stuff. On 7/2/2015 12:20 PM, Jason H wrote: Charts is commercial. Are you using the Commercial version? *Sent:* Thursday, July 02, 2015 at 1:46 PM *From:* mark diener rpzrpz...@gmail.com *To:*

Re: [Interest] Qml .rcc by module?

2015-06-02 Thread m...@rpzdesign.com
Gerome: Hopefully I understand what you mean. Looks like you are trying to load externalized QML resources dynamically. QML Dynamic options: Loader-Source() (Url or Localfile) Loader-SourceComponent() Dynamic C++: QmlEngine-loadData()/load() QmlComponent-setData()/loadUrl() I have yet to

Re: [Interest] SQLite

2015-05-27 Thread m...@rpzdesign.com
Qt5 + SQLITE + QJsonDocument == Degrees of freedom On 5/27/2015 3:18 PM, Alex Strickland wrote: On 2015/05/27 09:39 AM, Graham Labdon wrote: I am planning to use a SQLite database in my application to store application data. The application is large and complex so we are taking a phased

Re: [Interest] Google Play 60-day deadline for resolving OpenSSL vulnerabilities

2015-05-15 Thread m...@rpzdesign.com
Oops, Sorry. The message replies boundaries were not that clear. Nuno, do you have a comment on how to get the proper OpenSSL requirements met from Google Play. Are the Openssl libraries linked into the APK so all we have to do is rebuild with QtCreator and re-upload to google play? Or is

Re: [Interest] Qt 5.4.x QML Quick2 OSX STANDARD framework deployments

2015-05-11 Thread m...@rpzdesign.com
Oliver: Sorry I confused you. All testing is in-house, but all the testers need an easy way to receive the latest changes in the core binary executable without downloading the ENTIRE self contained bundle each upgrade. (12+ MB over DropBox/Google Drive == SLOW) So it is possible to

Re: [Interest] Qt 5.4.x QML Quick2 OSX STANDARD framework deployments

2015-05-09 Thread m...@rpzdesign.com
Oliver: Yes, none of this will ever touch the store. This is a fine approach. But how would you do it? This is today's project. (hopefully only this morning) Thanks, md On 5/9/2015 1:26 AM, Till Oliver Knoll wrote: Am 09.05.2015 um 03:01 schrieb mark diener rpzrpz...@gmail.com: Found

[Interest] QML prefix not usable with Loader.source

2015-04-11 Thread m...@rpzdesign.com
Hello Qt'ers: Using Qt 5.4.1 on Mac OSX Yosemite Loader.source works with prefixes in QmlScene 2 tool. But a compiled and debugged project cannot have QML files anywhere but in the / directory. The QML debugger simply puts: File not found error message. I have tried many numerous variations

Re: [Interest] Bounties?

2015-03-12 Thread m...@rpzdesign.com
Bo: I am quite shocked. Is 5.4.1 QML so buggy as to be un-usable for mobile development? Is the 5.4.1 mysql support so unstable as to be un-usable? Are you saying that widgets is STILL the way to go for mobile in 5.4.x+? Does Viking software survive in 5.4.x + only via Enterprise support?

Re: [Interest] Bounties?

2015-03-12 Thread m...@rpzdesign.com
Bo Thiago: I really appreciate both of you guys sharing so freely on the email lists. It really helps to have people honest opinions and viewpoints since the importance of shared experiences, both from newbies and veterans helps calibrate that state of things. Cheers to you both, md On

Re: [Interest] Bounties?

2015-03-11 Thread m...@rpzdesign.com
What are your options outside of QT if you cannot continue with QT? md On 3/11/2015 4:37 AM, Bernhard wrote: Hi! We are a very small startup company (having part time Qt developers only). We are experiencing that non-fatal bugs as well as suggestions pile up infinitely or simply are ignored

Re: [Interest] QML Loader sourceComponent Dynamic selection

2014-11-17 Thread m...@rpzdesign.com
Nuno: Thanks for this info. I had not gotten a running example yet to determine performance, but I figured if I could reduce that substantially if I embedded the dynamic components inside the QML file that contained the Loader. In your sample, you gave: component =

Re: [Interest] Qt Quick Compiler (Interest Digest, Vol 38, Issue 51)

2014-11-15 Thread m...@rpzdesign.com
Tuukka: Your quote: However the most relevant question is how much is the improvement in Your use case. Best way to check that is to try. Best way is to try? How do I do that? Seems like the only way to try it is to activate an enterprise /professional subscription. Your thoughts? Cheers,

Re: [Interest] Qt Quick Compiler

2014-11-13 Thread m...@rpzdesign.com
Does the quick compiler only re-compile those QML files that were changed or does it re-compile ALL QML every time regardless of changes to the QML files or not? On 11/13/2014 8:10 PM, Yang Fan wrote: I have not test the running improvement. But I can tell you that it slow down the build

[Interest] Listview Highlight Paint Speed

2014-11-06 Thread m...@rpzdesign.com
I have a test project on Qt 5.3 on Android/IOS using a QML Listview and QtQuick 2.2 and QtQuickControls 2.2 Nexus 7 2012 Android 4.4.4 / IOS 7 Ipad Mini Gen 1 How can I control the painting speed of the highlighted row if possible? The problem is when underlying QML engine goes to paint the

Re: [Interest] Loader QML Transitions

2014-11-06 Thread m...@rpzdesign.com
Frederico and Jereme: Thanks for your answers. But Jereme is on to something. I will use Animations to achieve the effect since it gives fine granularity, that status property is not fine grained enough. But I do not need to swap out the Loader for a stackview since my screens have no

[Interest] Qt 5.4 Android with Android 5.0 ART vs JNI/Dalvik

2014-11-05 Thread m...@rpzdesign.com
Has anybody gotten a sense of whether Qt 5.4 will handle Android 5.0 Lollipop along with the JNI/C/C++ interface layer. Dalvik is being replace by ART (A new java run time) It seems like a major hassle is coming down the pike for those using JNI/C/C++ development Has anybody got experience with

Re: [Interest] Loader keyboard problem

2014-08-14 Thread m...@rpzdesign.com
Michael: Actually, a slight modification to your response. Outlined in bug report Qt-40790 (likely to get closed soon) You must use forceActiveFocus() to get this to work, focus: true does NOT seem to work. Thanks for the reply, cheers, md On 8/14/2014 3:55 PM, Michael Brasser wrote:

Re: [Interest] Integrating on Android.

2014-06-27 Thread m...@rpzdesign.com
You will have to add the Intent handling routines into the Native Activity and then call into NativeCode NativeActivity to process them (or do it all in java, but that is not what QT is all about.) Remember that NativeActivity for QT code is on a different thread than Dalvik Code, you need some

Re: [Interest] Simple UDP listener question

2014-06-23 Thread m...@rpzdesign.com
Maybe you should only use 1 socket instead of 2. UDP only needs to bind to receive, but can send without binding as long as you use sendto( ) calls. On 6/23/2014 1:45 PM, Ian Monroe wrote: On Mon, Jun 23, 2014 at 10:41 AM, Robert Wood robert.w...@apostrophe.co.uk wrote: The

Re: [Interest] QtWebEngine / Android / Qt 5.4 / Open-Source

2014-06-06 Thread m...@rpzdesign.com
Unless somebody wants to wrap the on-device browser and instantiate it. md On 6/6/2014 7:20 AM, Cornelius Hald wrote: OK, so there have been some recent changes to the Wiki-Page. It now seems clear, that there will be *no* QtWebEngine for normal Android.

[Interest] Qt Quick 2.x Complex ListView

2014-05-20 Thread m...@rpzdesign.com
Hello QTers: After pouring through available online documentation, I am at a loss for rendering complex Listviews from a C++ based AbstractModel. Does anybody have an idea on how to create each row of the listview with a delegate that allows for each row to be rendered with separate logic