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

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

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

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 >> > ha >> scritto: >> >> >>> On Oct 7, 2016, at 2:15 PM, Gianluca >>

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 >>>

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

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

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

[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

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,

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

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

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

[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

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

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

[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

[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:

[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

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

2016-10-07 Thread Oleg Evseev
> using an Image is a very simple solution Thanks for suggestion! 2016-10-07 8:27 GMT+03:00 Gunnar Sletta : > Although you can do a custom shape like this using QSGGeometryNode, using > an Image is a very simple solution which also gives you complete control > over the look