Re: [Interest] No touch events for onPressed and onReleases in MouseArea qt quick 1.1?

2015-09-30 Thread Guido Seifert
The answer is: No. The slots are called. But it looks like onPressed is immediately followed by an onReleased. In effect I have an onClicked. *sigh* Guido On Wed, 30 Sep 2015 12:51:20 +0200 Guido Seifert wrote: > Hello, I have to develop a qt quick 1.1 program. Works fine with desktop and >

Re: [Interest] Setting current QOpenGLContext with an EGLContext

2015-09-30 Thread Thomas Sevaldrud
Ok, one step closer again :-) Thank God for open source! I was able to step into the ANGLE code with a debugger and found out that the blit operation would fail if the pixel formats of the source and destination buffers were different. QOpenGLFrameBuffer uses GL_RGBA by default while the pbuffer a

Re: [Interest] QCameraViewfinder & screen orientation changed on iOS

2015-09-30 Thread Igor Mironchik
In such solution can occur another problem. The correct solution is: bool CameraWindow::event( QEvent * e ) { switch( e->type() ) { case QEvent::Resize : case QEvent::LayoutRequest : case QEvent::OrientationChange : QCoreApplication::processEvents(

Re: [Interest] Setting current QOpenGLContext with an EGLContext

2015-09-30 Thread Thomas Sevaldrud
Ok, I can live with the dummy offscreen surface, it seems to work OK at least. I have now tried to create a multisample FBO for blitting into the PBuffer, but it's not entirely straight forward it seems :-) What I've done is this: QOpenGLFramebufferObjectFormat format; format.setAttachm

[Interest] No touch events for onPressed and onReleases in MouseArea qt quick 1.1?

2015-09-30 Thread Guido Seifert
Hello, I have to develop a qt quick 1.1 program. Works fine with desktop and mouse, but it looks like no onPressed or onReleased slots are called for a MouseArea when touched. Can anyone confirm? Or is it a bug in my code? Guido -- Sent from my Android phone with K-9 Mail. Please excuse my brevi

[Interest] Q_STATIC_ASSERT_X with MSVC2013 and Q_DECL_CONSTEXPR

2015-09-30 Thread Carel Combrink
Hi, I have listed a possible bug on Jira about the use of Q_STATIC_ASSERT_X on MSVC2013. Can someone please confirm if this is a bug and also check if it exists in the newer versions of Qt (5.5, 5.6a). Regards, ___

Re: [Interest] system, general and fixed font on Linux

2015-09-30 Thread René J . V . Bertin
Thiago Macieira wrote: >> point in the past. Where is this information obtained from, I can't seem to >> find a candidate settings file under ~/.local or ~/.config ? > > It might come from fontconfig. Does fontconfig have a way of defining which font to use for what purpose, in addition to defi