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

2017-09-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/H

[Interest] [ANNOUNCE] GammaRay 2.8.1

2017-09-05 Thread Allen Winter
Announcing GammaRay 2.8.1 Highlights of this Minor Release: === * Fix compilation with interestingly packaged qmllint on Ubuntu. * Fix error handling in LLDB injector when LLDB scripting support is not available. * Fix tree view corruption when searching. * Fix linking

[Interest] state of qttranslations

2017-09-05 Thread Manner Róbert
Hi, I am trying to use qttranslations in my application to make common widgets (like open dialog) have their translations. I am compiling it by myself, standard way: qmake && make I am trying to load the full translations qt_.qm Some of them works nearly fine like "hu", but most dont eg "en", "fr

Re: [Interest] News about Qt on QNX ?

2017-09-05 Thread Thiago Macieira
On Tuesday, 5 September 2017 06:56:40 -03 Lorn Potter wrote: > On 29/8/17 2:38 am, Thiago Macieira wrote: > > Qt on QNX is still very well supported, by Blackberry themselves. It's one > > of the platforms tested in the Qt continuous integration system. > > Do they still? The BB backend for QtSens

Re: [Interest] News about Qt on QNX ?

2017-09-05 Thread Konstantin Tokarev
05.09.2017, 13:31, "Konstantin Tokarev" : > 05.09.2017, 11:49, "Julien Bordes" : >>>  > - Webengine >>>  > >>>  > Since Qt5.6 QtWebkit is no more officially supported by Qt. However you >>> can compile it anyway but it works only with QWidgets and not with >>> QtQuick/QML because QtDeclarative

Re: [Interest] News about Qt on QNX ?

2017-09-05 Thread Konstantin Tokarev
05.09.2017, 11:49, "Julien Bordes" : >> > - Webengine >> > >> > Since Qt5.6 QtWebkit is no more officially supported by Qt. However you >> > can compile it anyway but it works only with QWidgets and not with >> > QtQuick/QML because QtDeclarative is not supported, from what I understand. >> >>

Re: [Interest] News about Qt on QNX ?

2017-09-05 Thread Jake Petroules
> On Sep 5, 2017, at 2:56 AM, Lorn Potter wrote: > > On 29/8/17 2:38 am, Thiago Macieira wrote: >> Qt on QNX is still very well supported, by Blackberry themselves. It's one of >> the platforms tested in the Qt continuous integration system. > > Do they still? The BB backend for QtSensors was c

Re: [Interest] News about Qt on QNX ?

2017-09-05 Thread Lorn Potter
On 29/8/17 2:38 am, Thiago Macieira wrote: Qt on QNX is still very well supported, by Blackberry themselves. It's one of the platforms tested in the Qt continuous integration system. Do they still? The BB backend for QtSensors was completely removed in 5.6. -- Lorn 'ljp' Potter Software Engin

Re: [Interest] News about Qt on QNX ?

2017-09-05 Thread Tuukka Turunen
Hi Julien, Qt 5.9 LTS (and later versions) support QNX 7.0 (http://doc.qt.io/qt-5/supported-platforms.html). You are right that the HTML5 engine offering on QNX is somewhat complicated as Qt WebEngine does not work on it due to lacking Chromium port for QNX. According to QNX this is something

Re: [Interest] News about Qt on QNX ?

2017-09-05 Thread Julien Bordes
> > Hello All, > > > > I am currently developing a QtQuick/QML based application with Qt 5.9.1 and > > QNX 6.6 on a iMX6 platform with a Linux workstation and I have some > > difficulties to get fresh informations about Qt on QNX and I don't know > > where to look anymore. > > (Thiago Macieira)