[Interest] [SOLVED] Re: TextField Focus onReleased

2016-04-23 Thread rpzrpz...@gmail.com
On 4/22/2016 8:26 PM, mark diener wrote: Hello: Can anybody figure out a way for a TextField which contains its own MouseArea to allow the TextField to gain focus when the onReleased event is called, not the normal behavior of focus gained when the onPressed is triggered. Any response appreciat

Re: [Interest] How to scale/transform GUI for screens with wide pixels (non-square)

2016-04-19 Thread rpzrpz...@gmail.com
De-stretch with a multiplier and then calibrate. You need to map 520 back to 480 and lose some pixels in the process. Some Android devices (Chuwi 8) have massive reported distortion. So a calibration screen is necessary since you cannot figure it out by querying the GPU. md On 4/19/2016 12:3

Re: [Interest] Upcoming mobile Qt features?

2016-03-14 Thread rpzrpz...@gmail.com
Don't wait for anything. Native code for Android and IOS. md On 3/14/2016 1:26 PM, Jason H wrote: I'm being asked for more modern features, I don't know where these are on the Qt roadmap? - TouchID/FingerprintManager: Now that both mobile platforms have platform-level APIs for fingerprint

Re: [Interest] Android Studio and Qt

2016-02-25 Thread rpzrpz...@gmail.com
You should look at the episodes 1-7 more carefully before tearing into QtActivity. md On 2/25/2016 7:47 AM, Jason H wrote: Jason: On 2/24/2016 8:38 PM, Jason H wrote: How does one "regenerate it back into the build directory"? You want to look at the "use gradle builds" and then generate an

Re: [Interest] Android Studio and Qt

2016-02-24 Thread rpzrpz...@gmail.com
Jason: On 2/24/2016 8:38 PM, Jason H wrote: How does one "regenerate it back into the build directory"? You want to look at the "use gradle builds" and then generate android files in the project android setup in project preferences. This will create an android subdirectory from your project

Re: [Interest] Minimal MSVC-built ICU DLLs available for download

2016-01-26 Thread rpzrpz...@gmail.com
On 1/25/2016 10:04 PM, Thiago Macieira wrote: On Monday 25 January 2016 20:01:15 rpzrpz...@gmail.com wrote: Gunnar: Just because something is linked to ICU dlls does not mean that those dlls are required. Dependency walker only shows linkage, not necessity. Indeed you're right: it doe

Re: [Interest] Minimal MSVC-built ICU DLLs available for download

2016-01-25 Thread rpzrpz...@gmail.com
Gunnar: Just because something is linked to ICU dlls does not mean that those dlls are required. Dependency walker only shows linkage, not necessity. I would say that I learned something as well. md On 1/25/2016 3:06 PM, Gunnar Roth wrote: > Woah. So all this work for nothing, I can simpl

Re: [Interest] Minimal MSVC-built ICU DLLs available for download

2016-01-25 Thread rpzrpz...@gmail.com
[mailto:interest-boun...@qt-project.org] On Behalf Of Elvis Stansvik Sent: Sunday, January 24, 2016 10:30 PM To: rpzrpz...@gmail.com Cc: interest@qt-project.org Interest Subject: Re: [Interest] Minimal MSVC-built ICU DLLs available for download 2016-01-24 17:32 GMT+01:00 rpzrpz...@gmail.com : Elvis: If you

Re: [Interest] Minimal MSVC-built ICU DLLs available for download

2016-01-24 Thread rpzrpz...@gmail.com
Elvis: If you are feeling generous, would you attach the MSVC 2013 project/files (SLN). People will want to build the ICU DLL's for MSVC 2015, but could use a jump start using your MSVC 2013 project. That way, soft devs can match the Customizer to the actual languages supported in their sh

Re: [Interest] Video file generation from Qt application, other than FFmpeg

2016-01-22 Thread rpzrpz...@gmail.com
Why don't you look into VP8 or VP9 from google, open source free..? FFmpeg is maybe less quality codec. md On 1/22/2016 2:23 PM, Mike Chinander wrote: I'm not a lawyer, but as long as you follow all the items in the "License Compliance Checklist" on that page, you can use the FFmpeg library i

Re: [Interest] QQuickTextNode not reachable from QQuickItem

2016-01-14 Thread rpzrpz...@gmail.com
Dmitry: When you are trying to have the text an active part of the control, responding to mouse/touch events in coordination with the changing Geometry nodes as they occur. So in essence, the lack of access to the QQuickTextNode means that the most control is in QuickPaintedItem, but that me

Re: [Interest] Android Studio 1.5.1 with Qt 5.5.1 OSX

2016-01-04 Thread rpzrpz...@gmail.com
Oops, sorry, message double sent. md On 1/3/2016 10:50 PM, mark diener wrote: Hello List: Anybody run into problems with gradle from qt 5.5.1 projects? qt5.6 beta projects: Lots of problems with Gradle not knowing which way is up by opening gradle.build. Error:(37, 0) Could not find propert

Re: [Interest] Qt ListView Christmas Bug

2015-12-24 Thread rpzrpz...@gmail.com
Tried every combination of calling dataChanged( ) to force ListView to actually repaint to no avail on OSX and 5.5.1 QML Listview Sparse examples and references found online have no effect, nothing will force any row or an entire ListView to repaint itself. So far, only resetmodel( ) works to

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

2015-12-16 Thread rpzrpz...@gmail.com
On 12/16/2015 10:38 AM, Edward Sutton wrote: On Dec 16, 2015, at 8:49 AM, rpzrpz...@gmail.com wrote: I use Jenkins now for Android, iOS, OS X, Linux, & Windows builds. Jenkins + Docker sounds interesting. I assume one advantage is it is light weight compared to having to store a bunc

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

2015-12-16 Thread rpzrpz...@gmail.com
I use Jenkins now for Android, iOS, OS X, Linux, & Windows builds. Jenkins + Docker sounds interesting. I assume one advantage is it is light weight compared to having to store a bunch of large VM images? Can Docker be used to deploy OS X Xcode and Windows Visual Studio build slaves? Or is the

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

2015-12-16 Thread rpzrpz...@gmail.com
On 12/16/2015 1:34 AM, Fathi Boudra wrote: On Tue, Dec 15, 2015 at 4:27 PM, Bo Thorsen wrote: Den 11-12-2015 kl. 09:16 skrev Sarajärvi Tony: > I cannot find any reference to "Coin CI". Is this an open source or commercial tool? A Qt internal tool? Internal tool created from nothing

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

2015-12-11 Thread rpzrpz...@gmail.com
Tony: Thank you for this information. It is exactly what I asked for when I originally posted to the interest list. As the CI lead, maybe the goal is to share notes among the community so that more Qt devs can increase their value by having strong CI capability added to their tool kits. md

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

2015-12-09 Thread rpzrpz...@gmail.com
Qt related projects. Best Regards Am 09.12.2015 um 14:26 schrieb "rpzrpz...@gmail.com" : What's missing are any comment from Qt on its new CI and the specs behind it. That would have been a great topic during Qt World 2015. md On 12/9/2015 3:31 AM, Ch'Gans wrote:

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

2015-12-09 Thread rpzrpz...@gmail.com
What's missing are any comment from Qt on its new CI and the specs behind it. That would have been a great topic during Qt World 2015. md On 12/9/2015 3:31 AM, Ch'Gans wrote: >I think it will be difficult for the Qt project to support all third party

Re: [Interest] QML and ScrollView

2015-12-04 Thread rpzrpz...@gmail.com
Do mockup of your desired screen on smartphone and tablet. Share that with group. www.balsamiq.com -> 30 day trial -> PDF screen shot. md On 12/4/2015 10:24 AM, Mike Jackson wrote: *To:* "Qt Project" > ___ Interest m

[Interest] Qt 5.5.x

2015-09-11 Thread rpzrpz...@gmail.com
Does anybody know a way to suppress re-compiling ALL the cpp files during each Many times, I would like files that are already compiled but have code that is untouched since the last build to just link again instead of recompiling. I am on OSX Yosemite building for OSX when I am doing developm

Re: [Interest] Advice for a beginner QT-GL programmer about 3D frameworks for data visualization

2015-08-13 Thread rpzrpz...@gmail.com
Since this is a Qt Interest list, how does cascade help or integrate with Qt? What would be better, Qt With Cascade and/or Qt With Qt3d? Or is it better to use Cascade without Qt? md On 8/13/2015 8:18 AM, Berkay Elbir wrote: > Hello, > > You can consider OpenCascade(OCC) for 3D programming, it

Re: [Interest] SIGBUS Android Qt 5.5.0

2015-07-30 Thread rpzrpz...@gmail.com
Thiago: You were right. string.h -> Correct For SIGBUS exceptions, I had some structure members that did NOT end on even 4 byte boundaries. I had to specifically set some memory variables to pass on 4 byte alignments. Don't yet know why the NDK C++ compiler won't align on byte boundaries auto

Re: [Interest] Indie Mobil Program terminated?

2015-07-13 Thread rpzrpz...@gmail.com
That would be absolute insanity to think anything other than a robust mobile capability is essential to the future viability of QT. md On 7/11/2015 5:00 AM, Nicola De Filippo wrote: > Hi, >> > > if it’s the status quo, maybe is better that the Qt company leave the mobile > market and work only

Re: [Interest] Indie Mobil Program terminated?

2015-07-06 Thread rpzrpz...@gmail.com
Thiago: That would be an interest list courtesy violation to take public community issues offline with sales. Nothing is stopping sales from posting articulate responses on the interest list as well as engineering, provided they too are not on vacation. The BLOG is not carrying enough water he

Re: [Interest] Extremely sluggish browser performance in Qt 5.5

2015-06-18 Thread rpzrpz...@gmail.com
On 6/18/2015 5:38 PM, John C. Turnbull wrote: > All I am doing is running the WebEngine Tab Browser example from Creator > 3.4.0 which comes with the version of Qt that I downloaded which is > 5.5.0 MSVC2013 64-bit. I have selected to build for RELEASE and then I > just run it. > > The machine is

Re: [Interest] 5.4.2 Android Misery just one typo away

2015-06-16 Thread rpzrpz...@gmail.com
All of us open source hacks have at least some duty to report landmines to the rest. 2 years? Burned as well. More prominent in the docs? The docs could serve a wider audience by adding in "landmines" notes in each section where there is a reported landmine. Landmine defined as passing compiler

[Interest] [SOLVED]Re: Android Rotation Bug

2015-06-06 Thread rpzrpz...@gmail.com
Ok, many hours after trying to isolate the problem> Window.visibility : Qt.WindowFullScreen Thanks all. md On 6/6/2015 7:34 PM, mark diener wrote: > Hello: > > Came across an kind of nasty bug on Android. > > https://bugreports.qt.io/browse/QTBUG-46513 > > I have posted SEXY video links of the

Re: [Interest] SingletonType functions not visible in QML

2015-05-22 Thread rpzrpz...@gmail.com
Hello: So do we need a static Sing* in the singleton provider or is the example in the documentation correct? I would guess the provider is called ONCE by the QML engine and not multiple times, but I am usually mistaken. But I guess the static allocation will remove all doubt? Ben Lau -> Than

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

2015-05-15 Thread rpzrpz...@gmail.com
Thiago: What do you mean by the phrase "Upgrade and re-load to Google" Are the OpenSSL libraries linked into the APK from your local NDK? Or are the OpenSSL libraries on the smartphone or tablet device already? Thanks for your response, Mark On 5/7/2015 7:51 PM, Thiago Macieira wrote: > On T

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

2015-05-10 Thread rpzrpz...@gmail.com
Oliver: I took your advice to heart. I think there is a happy middle ground using scripts. During in-house development, I can send everyone a given app with a fully self contained bundle. Ultimately, this will satisfy store requirements. But for in-house development, 2 script files can run m

Re: [Interest] MenuBar QML not usable on Yosemite OSX

2015-04-14 Thread rpzrpz...@gmail.com
Mr Li: That was tried as well and did not work. A copy of your suggestion is below and it does not work on: Yosemite OSX 10.10.2 Xcode 6.1.1 Qt 5.4.1 Qt Creator 3.3.2 Anyone else with some ideas? Thanks # import QtQuick 2.4 import QtQuick.Window 2.2 import QtQuick.Controls

Re: [Interest] Restart Qt/Android application

2015-03-25 Thread rpzrpz...@gmail.com
http://stackoverflow.com/questions/6609414/howto-programatically-restart-android-app Look at the answers.. md On 3/25/2015 3:23 AM, Luís Filipe Salé Borlido wrote: > ​​Hi, > > Is there any way to restart a Qt/Android application? > I already tried the methods described in the following pages: >

Re: [Interest] Qt Quick Compiler

2014-11-14 Thread rpzrpz...@gmail.com
Then that would make the benchmarks that Harri requested a mute point. Unless you "make clean", the incremental build would not care about 10,000 lines of QML code. It would only "slow" down on the changed QML. Is there an option to turn off the Quick Compiler for beta builds and only kick it on

[Interest] Loader QML Transitions

2014-11-06 Thread rpzrpz...@gmail.com
Does anybody have a comment about the Loader QML component. I would like to support a IOS like Segue where the current QML file has a graphic transition to another QML file When I set the source of a loader component, obviously it dumps the current QML OpenGL objects and loads the new QML objects

Re: [Interest] Qt-based android app: StartApp's exit banners are not shown

2014-06-02 Thread rpzrpz...@gmail.com
You will likely find in the java code a location where all touch and key events are forwarded to the native activity. You cannot then expect for Java callback to execute on key presses, you must handle the keys/touches inside Qt code. On 6/2/2014 7:00 PM, Alexander Ivash wrote: > I'm trying to i

[Interest] Google Glass

2014-05-27 Thread rpzrpz...@gmail.com
Has anybody built an Android app on QT 5.3X and run it on Google Glass? marco ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] Qt Quick 2.x Complex ListView

2014-05-21 Thread rpzrpz...@gmail.com
Jason: I want to take your advice and see if I can apply it. How would you handle a dynamically changing list linked to an abstract model. Yes, I could put a static list in the QML in a scrollview. But I want the total number or "rows" in the list to be dynamic and for each row to be able to ch