[Interest] Enumerating context properties from QML

2017-12-19 Thread Alexander Ivash
Let's say I exposed 'property1' to QML from C++ using setContextProperty. How can I enumerate all the context properties exposed from QML side? I've tried enumerating properties of 'Qt' object but obviously it didn't work. ___ Interest mailing list Intere

Re: [Interest] Qt/Mac and "Application Extensions Only"

2017-12-19 Thread René J . V . Bertin
On Tuesday December 19 2017 22:15:34 Jake Petroules wrote: > What about the principle of "don't remove compiler options that you do not > understand fully and/or may need"? ;) I did ask, didn't I? :) > (and primarily on iOS) Ahhh, right, that was my hunch: one of those "let's make our Unix des

Re: [Interest] font smoothing gamma changes in Qt 5.9?

2017-12-19 Thread René J . V . Bertin
On Tuesday December 19 2017 21:42:28 Allan Sandfeld Jensen wrote: OK, thanks for confirming that something has indeed changed. > similarly to what CoreText would do. The result should be almost > imperceptible > with black on white It depended on the font, the difference was barely noticeable

Re: [Interest] font smoothing gamma changes in Qt 5.9?

2017-12-19 Thread Allan Sandfeld Jensen
On Dienstag, 19. Dezember 2017 19:51:40 CET René J. V. Bertin wrote: > Hi, > > Has something changed to the font smoothing gamma algorithm used with > libfreetype in Qt 5.9? > Yes. OpenType CEF fonts are now stem-darkening and rendered gamma-corrected, similarly to what CoreText would do. The re

Re: [Interest] Qt/Mac and "Application Extensions Only"

2017-12-19 Thread Jake Petroules
> On Dec 19, 2017, at 5:39 AM, René J.V. Bertin wrote: > > Hi, > > Building Qt 5.9.3 I caught a couple of linker warnings about it being unsafe > to use dylib with application extensions. Figuring out the source of that I > found a remark that "Qt libraries have to use only APIs that are saf

[Interest] Configuring Qt Creator 4.5.0 for Android development...

2017-12-19 Thread BRM via Interest
I'm trying to setup Qt Creator to use for Android Development. I downloaded the installer, installed Qt 5.9 and 5.10 and Qt Creator, etc. I installed the Android Studio with SDK, the Android NDK, and OpenJDK 9 JDK/JRE. Everything is checked off except the "Platform SDK installed" and it won't wo

Re: [Interest] [Qt3D] 5.10.0 crash with OpenGL ES 2.0 on desktop

2017-12-19 Thread Gil H
Hi David, I logged this bug here: https://bugreports.qt.io/browse/QTBUG-64964 Feel free to comment on it to include your findings, and upvote so it actually gets addressed :) Cheers, Gil On 2017-12-18, 5:56 AM, "Interest on behalf of david crémoux" wrote: On 18.12.2017 13:44, Kon

[Interest] font smoothing gamma changes in Qt 5.9?

2017-12-19 Thread René J . V . Bertin
Hi, Has something changed to the font smoothing gamma algorithm used with libfreetype in Qt 5.9? - I need to set it to 1.5 instead of 0.975 to get the same font density with the freetype/Mac font engine (= font density became much higher compared to 5.8.0) - Building the XCB QPA on Mac I need

[Interest] Qt/Mac and "Application Extensions Only"

2017-12-19 Thread René J . V . Bertin
Hi, Building Qt 5.9.3 I caught a couple of linker warnings about it being unsafe to use dylib with application extensions. Figuring out the source of that I found a remark that "Qt libraries have to use only APIs that are safe to use for application extensions". This despite the fact that I'm n