Re: [Interest] PostgreSQL cross compile for Pi

2017-10-05 Thread Roland Hughes
The link is in the blog post. Actually, both links are. Look for "official Qt Wiki article" On 10/05/2017 05:11 PM, Irfan Omair wrote: You can always log a bug here: https://bugreports.qt.io/ What page of wiki you are referring here is wrong? On Thu, Oct 5, 2017 at 3:03 PM, Roland Hughes ma

[Interest] CMAKE with Static Qt

2017-10-05 Thread .... ....
Does qt support static executable builds with cmake without the need to explicitly define all the dependent libraries? Is there any solution I can look up online? -- Efan Harris ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.o

Re: [Interest] QT 5.9.2 Release schedule

2017-10-05 Thread Jake Petroules
Like I said on the report, this may be a WindowServer bug which we simply *can't* do anything about. > On Oct 5, 2017, at 1:42 PM, Oleg Yadrov wrote: > >> The message on that one is "not our bug - let's wait for Apple". > > Yeah, but I just thought maybe there was something our macOS experts c

Re: [Interest] PostgreSQL cross compile for Pi

2017-10-05 Thread Irfan Omair
You can always log a bug here: https://bugreports.qt.io/ What page of wiki you are referring here is wrong? On Thu, Oct 5, 2017 at 3:03 PM, Roland Hughes wrote: > All, > Rather than pollute the list with a ton of pasted stuff which causes it to > needlessly send countless digest messages, I hav

[Interest] PostgreSQL cross compile for Pi

2017-10-05 Thread Roland Hughes
All, Rather than pollute the list with a ton of pasted stuff which causes it to needlessly send countless digest messages, I have included all of the information in this blog post. http://www.logikalsolutions.com/wordpress/information-technology/how-far-weve-come-pt-18/ I have 2 questions: 1

Re: [Interest] QT 5.9.2 Release schedule

2017-10-05 Thread Oleg Yadrov
The message on that one is "not our bug - let's wait for Apple". Yeah, but I just thought maybe there was something our macOS experts could do about it since this issue affects every Qt Quick application and there is no guarantee Apple will ever fix it (similar to QTBUG-58623)... I think it woul

Re: [Interest] Do I need widevinecdmadapter.so to watch Netflix, Prime etc.?

2017-10-05 Thread Allan Sandfeld Jensen
On Donnerstag, 5. Oktober 2017 21:45:34 CEST Jan Neumann wrote: > Hi, > > I am on Archlinux. > We have packages in AUR which should provide widevine, one of them > especially for > [qt5-webengine](https://aur.archlinux.org/packages/qt5-webengine-widevine/) > . Generally they get the [widevine > co

Re: [Interest] QT 5.9.2 Release schedule

2017-10-05 Thread Thiago Macieira
On quinta-feira, 5 de outubro de 2017 12:54:43 PDT Oleg Yadrov wrote: > I want to highlight this, a very annoying one: > https://bugreports.qt.io/browse/QTBUG-63532 The message on that one is "not our bug - let's wait for Apple". -- Thiago Macieira - thiago.macieira (AT) intel.com Software Arc

Re: [Interest] QT 5.9.2 Release schedule

2017-10-05 Thread Oleg Yadrov
I want to highlight this, a very annoying one: https://bugreports.qt.io/browse/QTBUG-63532 -- Oleg Yadrov - oleg.yad...@qt.io On Oct 5, 2017, at 3:34 PM, Thiago Macieira mailto:thiago.macie...@intel.com>> wrote: On quinta-feira, 5 de outubro de 2017 10:11:48 PDT Micha

[Interest] Do I need widevinecdmadapter.so to watch Netflix, Prime etc.?

2017-10-05 Thread Jan Neumann
Hi, I am on Archlinux. We have packages in AUR which should provide widevine, one of them especially for [qt5-webengine](https://aur.archlinux.org/packages/qt5-webengine-widevine/). Generally they get the [widevine component](https://dl.google.com/widevine-cdm/1.4.8.1008-linux-x64.zip) and cop

Re: [Interest] QT 5.9.2 Release schedule

2017-10-05 Thread Thiago Macieira
On quinta-feira, 5 de outubro de 2017 10:11:48 PDT Michael Jackson wrote: > Will the 5.9.2 release have the macOS 10.13 bugs fixed? What bugs? It will have all issues we've found fixed. It won't have fixes for issues we have not run into. -- Thiago Macieira - thiago.macieira (AT) intel.com S

Re: [Interest] QT 5.9.2 Release schedule

2017-10-05 Thread Michael Jackson
Will the 5.9.2 release have the macOS 10.13 bugs fixed? I have been trying to track through all the bug reports but not sure if I have verified it or not by myself. -- Michael Jackson | Owner, President BlueQuartz Software [e] mike.jack...@bluequartz.net [w] www.bluequartz.net -Origi

Re: [Interest] [Development] QRandomGenerator and boot times

2017-10-05 Thread Thiago Macieira
On segunda-feira, 18 de setembro de 2017 01:42:25 PDT Sami Nurmenniemi wrote: > The point of mentioning the 1.2s demo was an answer to the statement "I > wasn't worried about Qt on real devices because I don't expect it to be > run early enough to matter." Maybe the demo application (being the only

[Interest] keyboard QML item

2017-10-05 Thread Christopher Probst
Hi, I know that there is a virtual keyboard plugin that appears on demand when one of the fields grabs focus. I am looking to simply have a keyboard QML item, where I control when it is visible or not and that I can place wherever I want. Something like this Keyboard { anchors.fill: parent visib

Re: [Interest] QT 5.9.2 Release schedule

2017-10-05 Thread Andy
Konstantin: You can see the high-level release plan for 5.9 here: https://wiki.qt.io/Qt_5.9_Release And for more fine-grained information, you can watch the release mailing list: http://lists.qt-project.org/pipermail/releasing/ According to the latter: "Target to get final packages for

Re: [Interest] Strange visibility problem after updating entities in Qt3D

2017-10-05 Thread Helmut Mülner
Hi Paul, thank you very much for your help – updates of my defects work finally. I also understand now why Qt 5.10 introduced the “recursive” property for layers ;-) A simplified version of this code would give a fine example for the QLayer documentation. BTW this documentation has some n

Re: [Interest] Unable to do Valgrind Memory Analyzer on i.MX6Q target

2017-10-05 Thread Mitch Curtis
There's also a bug with Valgrind that was fixed recently, but I doubt it's related: https://bugreports.qt.io/browse/QTCREATORBUG-19004 From: Interest [mailto:interest-bounces+mitch.curtis=qt...@qt-project.org] On Behalf Of Mitch Curtis Sent: Thursday, 5 October 2017 12:01 PM To: Abin Joseph ; i

Re: [Interest] Unable to do Valgrind Memory Analyzer on i.MX6Q target

2017-10-05 Thread Mitch Curtis
I don't know if this applies to embedded targets, but did you accidentally change the "Base environment for this run configuration" in Creator? Go to Projects > Build & Run > Run Environment and check which value the combobox has; it should probably say "Build Environment", which is the default.

Re: [Interest] Strange visibility problem after updating entities in Qt3D

2017-10-05 Thread Paul Lemire
Hi Helmut, In Qt3D there is the scene tree called the SceneGraph and in QRenderSettings you can specify another tree called the FrameGraph. The FrameGraph basically configures the renderer to match your needs. In your case what you would need is to: Create 2 layers QLayer *railsLayer; QLayer *

Re: [Interest] Calling QT Class method from pthread thread

2017-10-05 Thread Gonzalo Aguilar Delgado
Hi Thiago, Ah, I tottally agree, then. I will stop this thread. Because even if it's very interesting is turning a little bit off-topic. If you are in IRC we can talk since I'm very interested in this kind of design rules. Best regard And thank you a lot! On 04/10/17 20:04, Thiago Maciei

Re: [Interest] Consummation memory with QtQuick Compiler

2017-10-05 Thread Tomasz Siekierda
Adding the list back to CC. On 5 October 2017 at 10:38, Adib HANNACHI wrote: > Thank you Tomasz . > > My QT application consume about 120 MB in Linux , it's huge memory > comparing a QT application with QWidget . We wonder if we use the > commercial version of QT ,the memory will decrease . >

Re: [Interest] Consummation memory with QtQuick Compiler

2017-10-05 Thread Tomasz Siekierda
On 5 October 2017 at 10:30, Adib HANNACHI wrote: > > Hi all, > > We intend to use QT5.9/QML in our commercial application, however we are > worried about the memory consumption. I read about QtQuick Compiler > introduced in QT 5.8 which allows to compile QML source code into the final > binary.

[Interest] Consummation memory with QtQuick Compiler

2017-10-05 Thread Adib HANNACHI
Hi all, We intend to use QT5.9/QML in our commercial application, however we are worried about the memory consumption. I read about QtQuick Compiler introduced in QT 5.8 which allows to compile QML source code into the final binary. I wonder about the effect of QtQuick Compiler in commercial versi

Re: [Interest] Building & Running on High Sierra

2017-10-05 Thread Jake Petroules
Likely https://codereview.qt-project.org/#/c/205954/ > On Sep 20, 2017, at 11:19 AM, Patrick Stinson wrote: > > Thank you. Any thoughts about the branch problem? > >> On Sep 20, 2017, at 10:45 AM, Jake Petroules >> wrote: >> >> This is QTBUG-62266, which has been fixed by >> https://codere

[Interest] QT 5.9.2 Release schedule

2017-10-05 Thread Satunin, Konstantin
Hi All, We are interested in the bug fix for memory leak https://bugreports.qt.io/browse/QTBUG-61754 which will be available in 5.9.2 release. QT 5.9.2 snapshot version is available since August 30, and QT 5.10 Alpha was released last week. Can anybody estimate when 5.9.2 might be released? Is

Re: [Interest] Building & Running on High Sierra

2017-10-05 Thread Jake Petroules
This is QTBUG-62266, which has been fixed by https://codereview.qt-project.org/#/c/201546/ for Qt 5.9.2. > On Sep 20, 2017, at 8:00 AM, Patrick Stinson wrote: > > Actually yes, I did. Xcode 9 is required for iOS 11. > > > >> On Sep 20, 2017, at 7:59 AM, Mitch Curtis wrote: >> >> Did you re

Re: [Interest] [Development] QRandomGenerator and boot times

2017-10-05 Thread Sami Nurmenniemi
On 18/09/2017 7:59 pm, "Christian Gagneraud" > wrote: On 18/09/2017 7:34 pm, "Sami Nurmenniemi" mailto:sami.nurmenni...@qt.io>> wrote: On 15.09.2017 18:21, Thiago Macieira wrote: On Friday, 15 September 2017 00:31:36 PDT Sami Nurmenniemi

[Interest] Unable to do Valgrind Memory Analyzer on i.MX6Q target

2017-10-05 Thread Abin Joseph
Hi, I am trying to do valgrind memory analysis with Qt Creator on iMX6Q board. I am able to run the application from Qt creator and also able to run application from terminal using command /opt/HelloWorld -platform wayland I have valgrind in my target board, and if I run valgrind -v /opt/HelloWo