Re: [Interest] Qt 5.6.1 widget app terminates if do not accept Android back key ?

2016-10-07 Thread Jason H
I think that's your problem. My back button (Nexus 6) on backs out, then leaves me at the launcher.   But I think they are putting themselves in the background. I don't go back to another app.       So most Android users will be irritated if I intercept the back button and do not let th

Re: [Interest] Qt 5.6.1 widget app terminates if do not accept Android back key ?

2016-10-07 Thread Eddie Sutton
> On Oct 7, 2016, at 2:51 PM, Federico Buti wrote: > > Hi, > > >Show a toast with "tap again to quit" on the first tap and then quit on the > >second tap. That's the common behavior of closing app. It would help in > >avoiding accidental closing and confirming to the user that the app is > >

Re: [Interest] Qt 5.6.1 widget app terminates if do not accept Android back key ?

2016-10-07 Thread Federico Buti
Hi, Show a toast with "tap again to quit" on the first tap and then quit on the second tap. That's the common behavior of closing app. It would help in avoiding accidental closing and confirming to the user that the app is really going to be quit. Cheers, F. On Oct 7, 2016 9:39 PM, "Eddie Sutton

Re: [Interest] Qt 5.6.1 widget app terminates if do not accept Android back key ?

2016-10-07 Thread Eddie Sutton
> On Oct 7, 2016, at 2:26 PM, Gianluca wrote: > >> >> Il giorno 07 ott 2016, alle ore 20:19, Eddie Sutton >> mailto:eddie.of.the.s...@gmail.com>> ha >> scritto: >> >> >>> On Oct 7, 2016, at 2:15 PM, Gianluca >> > wrote: >>> Il giorno 07 ott 2016, alle o

Re: [Interest] Qt 5.6.1 widget app terminates if do not accept Android back key ?

2016-10-07 Thread Gianluca
> Il giorno 07 ott 2016, alle ore 20:19, Eddie Sutton > ha scritto: > > >> On Oct 7, 2016, at 2:15 PM, Gianluca > > wrote: >> >>> >>> Il giorno 07 ott 2016, alle ore 20:09, Eddie Sutton >>> mailto:eddie.of.the.s...@gmail.com>> ha >>> scritto: >>> >>> Thank you fo

Re: [Interest] Qt 5.6.1 widget app terminates if do not accept Android back key ?

2016-10-07 Thread Gianluca
> Il giorno 07 ott 2016, alle ore 20:09, Eddie Sutton > ha scritto: > > Thank you for your reply Jason. > >> On Oct 7, 2016, at 1:01 PM, Jason H mailto:jh...@gmx.com>> >> wrote: >> >> It seems like the activity catches it and removes itself from the stack. >> Is it crashing? If so paste the

Re: [Interest] Qt 5.6.1 widget app terminates if do not accept Android back key ?

2016-10-07 Thread Eddie Sutton
> On Oct 7, 2016, at 2:15 PM, Gianluca wrote: > >> >> Il giorno 07 ott 2016, alle ore 20:09, Eddie Sutton >> mailto:eddie.of.the.s...@gmail.com>> ha >> scritto: >> >> Thank you for your reply Jason. >> >>> On Oct 7, 2016, at 1:01 PM, Jason H mailto:jh...@gmx.com>> >>> wrote: >>> >>> It se

Re: [Interest] Qt 5.6.1 widget app terminates if do not accept Android back key ?

2016-10-07 Thread Eddie Sutton
Thank you for your reply Jason. > On Oct 7, 2016, at 1:01 PM, Jason H wrote: > > It seems like the activity catches it and removes itself from the stack. > Is it crashing? If so paste the exception. I think maybe you are correct. I see no exceptions in adb. Instead it appeared the app was clo

Re: [Interest] Qt 5.6.1 widget app terminates if do not accept Android back key ?

2016-10-07 Thread Jason H
It seems like the activity catches it and removes itself from the stack. Is it crashing? If so paste the exception.     Sent: Friday, October 07, 2016 at 1:21 PM From: "Eddie Sutton" To: "Qt Interest" Subject: [Interest] Qt 5.6.1 widget app terminates if do not accept Android back key ? H

Re: [Interest] Font rendering depending on the QPA plugin?

2016-10-07 Thread Allan Sandfeld Jensen
On Friday 07 October 2016, Michał 'Khorne' Lowas-Rzechonek wrote: > Hi Sergio, > > Thanks for the response. > > On 07/10/16 14:46, Sérgio Martins wrote: > > I would recommend you use the same font database before proceeding > > further with debugging. > > A good suggestion indeed! > > Ok, so al

[Interest] Qt 5.6.1 widget app terminates if do not accept Android back key ?

2016-10-07 Thread Eddie Sutton
Has anyone seen this? I cannot find any useful clues in adb. The app terminates unless I add a keyReleaseEvent to accept the Key_Back. #if defined(Q_OS_ANDROID) /// /// Android back button kills TSR ? /// /// Adding a keyReleaseEvent that accepts the event prevents the crash. /// I do not unde

Re: [Interest] Compiling QtCreator on top of Qt5.8

2016-10-07 Thread Dennis Lange
Ok then it is only me who did not realize that checking out the main git on a specific version number does not mean that sub modules will be on the same version. Anyway now I got it. Thanks! Am 07.10.2016 um 15:23 schrieb Thiago Macieira: > Em sexta-feira, 7 de outubro de 2016, às 09:22:02 CEST, D

Re: [Interest] [Quick Controls 2] Best way to add binding arrow tip to Popup?

2016-10-07 Thread Jérôme Godbout
Another fully Qml way (I did something similar for rounded corner filled ouside rectangle) is to use a Shader: import QtGraphicalEffects 1.0 ShaderEffect { property color colorInside: "red" property color colorBorder: "black" fragmentShader: " //write fragment shader here varying highp vec2

Re: [Interest] Compiling QtCreator on top of Qt5.8

2016-10-07 Thread Thiago Macieira
Em sexta-feira, 7 de outubro de 2016, às 09:22:02 CEST, Dennis Lange escreveu: > Thanks for your replies! I found out what is going wrong. > > Qt's Wiki page https://wiki.qt.io/Building_Qt_5_from_Git is missing that > you need to init-repository with --branch parameter because dev is older > than

Re: [Interest] Font rendering depending on the QPA plugin?

2016-10-07 Thread Michał 'Khorne' Lowas-Rzechonek
Hi Sergio, Thanks for the response. On 07/10/16 14:46, Sérgio Martins wrote: > I would recommend you use the same font database before proceeding > further with debugging. A good suggestion indeed! Ok, so all plugins I mentioned refer to QGenericUnixFontDatabase, which indeed maps to either QFon

Re: [Interest] Is the 5.6.2 git branch always >= the equivalent snapshot ?

2016-10-07 Thread Thiago Macieira
Em sexta-feira, 7 de outubro de 2016, às 08:06:08 CEST, Eddie Sutton escreveu: > Is the 5.6.2 git branch always >= the equivalent snapshot ? > > For example the 5.6.2 branch of http://code.qt.io/qt/qt5.git > > and this snapshot? > > http://download.qt.io/snapshots/qt/5.6/5.6.2/latest_src/ >

Re: [Interest] qtWebengine: Gstreamer support (roadmap)

2016-10-07 Thread Konstantin Tokarev
07.10.2016, 16:10, "Ruei, Eric" : > Hi, Konstantin: > > Thank you very much for your information! > We are still using QT 5.6.0 which contains the old qwebkit and we also uses > its demo browser which works better than the qWebengine one does except it > does not play youtube video. > Are you s

Re: [Interest] qtWebengine: Gstreamer support (roadmap)

2016-10-07 Thread Ruei, Eric
Hi, Konstantin: Thank you very much for your information! We are still using QT 5.6.0 which contains the old qwebkit and we also uses its demo browser which works better than the qWebengine one does except it does not play youtube video. Are you saying that the new one will play multimedia video

[Interest] Is the 5.6.2 git branch always >= the equivalent snapshot ?

2016-10-07 Thread Eddie Sutton
Is the 5.6.2 git branch always >= the equivalent snapshot ? For example the 5.6.2 branch of http://code.qt.io/qt/qt5.git and this snapshot? http://download.qt.io/snapshots/qt/5.6/5.6.2/latest_src/ I couple of days ago my git branch b

Re: [Interest] Font rendering depending on the QPA plugin?

2016-10-07 Thread Sérgio Martins
On Fri, Oct 7, 2016 at 1:20 PM, Michał 'Khorne' Lowas-Rzechonek wrote: > Hi, > > I have a question about font rendering, Qt 5.6.1 on Linux. > > I am using QPainter to drawText() onto a monochromatic offscreen > QPixmap, which then gets saved to a file. > > What bothers me is that it seems that pix

Re: [Interest] qtWebengine: Gstreamer support (roadmap)

2016-10-07 Thread Konstantin Tokarev
07.10.2016, 15:36, "Ruei, Eric" : > To whom it may concern: > > This was originally posted at QT E2E Forum and someone suggested that this is > a better place to get specific help. > > It looks like the chromium browser uses ffpmsg as the default medium player > backend and Samsung is working o

[Interest] qtWebengine: Gstreamer support (roadmap)

2016-10-07 Thread Ruei, Eric
To whom it may concern: This was originally posted at QT E2E Forum and someone suggested that this is a better place to get specific help. It looks like the chromium browser uses ffpmsg as the default medium player backend and Samsung is working on a Gstreamer backend. Does anyone know about t

[Interest] QT5.6 Webengine demo browser carshes at ClientUsageTracker::AddCachedOrigin

2016-10-07 Thread Ruei, Eric
To whom it may concern: This was originally posted at QT E2E Forum and someone suggested that this is a better place to get specific help. have dealt with a strange problem for quite some time and I need some advice to proceed. Here are our system configurations: TI AM57xx EVM OS: Linux: 4.4

[Interest] Font rendering depending on the QPA plugin?

2016-10-07 Thread Michał 'Khorne' Lowas-Rzechonek
Hi, I have a question about font rendering, Qt 5.6.1 on Linux. I am using QPainter to drawText() onto a monochromatic offscreen QPixmap, which then gets saved to a file. What bothers me is that it seems that pixel layout of letters changes depending on QPA plugin I use... with -platform xcb the

Re: [Interest] Compiling QtCreator on top of Qt5.8

2016-10-07 Thread Dennis Lange
Thanks for your replies! I found out what is going wrong. Qt's Wiki page https://wiki.qt.io/Building_Qt_5_from_Git is missing that you need to init-repository with --branch parameter because dev is older than 5.8. For everyone who is new to Qt's git repository this will cause serious compiling tro