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 sr

[Interest] Qt 5.5.0 & AndroidExtras

2015-08-29 Thread mark diener
Hello List: FYI Something to pay attention to for androidextras users. Seems like Qt Creator when it adds a java file puts the java file into the pro file like: DISTFILES += \ android/AndroidManifest.xml \ android/gradle/wrapper/gradle-wrapper.jar \ android/gradlew \ android

[Interest] Application bar appears when I called QMessageBox in Full screen mode (Xfce)

2015-08-29 Thread Celal SAVUR
Hello, everyone, I have an issue that whenever I called QMessageBox, it trigger Xfce to show application bar. Here is a screenshot. I tried to set window flags but only popup flag worked. I do not want to use popup flag because it disappears whenever the user

Re: [Interest] Track QQuickText console warning

2015-08-29 Thread Croitor Alexandru
So I was able to partially debug the issue, and I thing I found a bug, it concerns Accessibility. The Label element is defined as Text { id: label // . Accessible.name: text Accessible.role: Accessible.StaticText } If I remove the Accessible.role property, the issue disappear

Re: [Interest] Windows deployment. Failed to start because of missing platform plugin...

2015-08-29 Thread Peter Kümmel
Deploying a MSVC build is a bit annoying because of this redistributable stuff. Didn't it require admin rights for installing? In corporations a user often does not have enough rights for installing software. Therefore for deploying I prefer a MinGW build of Qt, it depends on such a old runtime li