Re: [Development] HEADS-UP: Qt 5.4.2 release coming

2015-04-20 Thread Heikkinen Jani
If you aren't fixing critical bug you should use '5.5' branch for that. '5.4' is for possible 5.4.3 and not for any nice-to-have fixes, sorry. Br, jani >>-Original Message- >>From: René J.V. Bertin [mailto:rjvber...@gmail.com] >>Sent: 20. huhtikuuta 2015 14:06 >>To: development@qt-proj

Re: [Development] Playground request: QML for Android

2015-04-20 Thread Attila Csipa
That's great news! I'm sure that it'll go a long way helping those who want to evaluate it, but don't compile Qt on a daily basis. Now off to play with it a bit myself :) Best regards, Attila On 4/20/2015 11:04 PM, Nurmi J-P wrote: >> On 20 Apr 2015, at 21:20, Nurmi J-P wrote: >> >> Maybe I sh

Re: [Development] 5.5 beta builds for iOS?

2015-04-20 Thread Yang Fan
Some installers are still missing but there is at least something to be able to start testing. On Mon, Apr 20, 2015 at 4:29 PM, Harri Pasanen wrote: > There don't seem to be any? > > Thanks, > > Harri > ___ > Development mailing list > Development@qt-p

Re: [Development] Playground request: QML for Android

2015-04-20 Thread Nurmi J-P
> On 20 Apr 2015, at 21:20, Nurmi J-P wrote: > > Maybe I should try with the one from > https://codereview.qt-project.org/#/c/105743/ instead. That did the trick. Builds and runs with the prebuilt Qt 5.4 for Android packages now. -- J-P Nurmi ___

Re: [Development] Playground request: QML for Android

2015-04-20 Thread Nurmi J-P
Sorry, it’s been 4 months since I was last time playing with this. It looks like the Qt version is not the issue at all. I’m able to run the example fine with self-built Qt 5.5 and 5.4. The problem seems to be that the project doesn’t build with GCC 4.8 used by the prebuilt Qt 5.4 for Android pa

Re: [Development] Branches 5.4 and 5.4.2

2015-04-20 Thread Thiago Macieira
On Monday 20 April 2015 20:09:49 Harri Pasanen wrote: > Does 5.4 have everything 5.4.2 has? > > Is there on-line some graphical view of the branches? Yes but not always. The 5.4 branch will eventually have the full 5.4.2 release, but until it closes (when the release it happens), it may have a

[Development] Branches 5.4 and 5.4.2

2015-04-20 Thread Harri Pasanen
Does 5.4 have everything 5.4.2 has? Is there on-line some graphical view of the branches? Thanks, Harri ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development

Re: [Development] Qt Quick Controls for Embedded

2015-04-20 Thread Nurmi J-P
Hi Alberto, > On 20 Apr 2015, at 15:43, Alberto Mardegan > wrote: > > Hi Frederik, > > On 04/09/2015 04:04 PM, Frederik Gladhorn wrote: >> We want to give you the code, here it is :) >> https://codereview.qt-project.org/#/admin/projects/qt-labs/qtquickcontrols2 > [...] >> Feedback welcome! >

Re: [Development] Playground request: QML for Android

2015-04-20 Thread Nurmi J-P
Things were running fine with Qt 5.5 back in December, so there shouldn’t be any hard dependencies to Qt 5.6. It’s just that now that I tested things before publishing the source code, I had to sync some gradle build scripts from the latest qtbase/dev to get the example up and running. I’ll test

Re: [Development] Qt Quick Controls for Embedded

2015-04-20 Thread Alberto Mardegan
Hi Frederik, On 04/09/2015 04:04 PM, Frederik Gladhorn wrote: > We want to give you the code, here it is :) > https://codereview.qt-project.org/#/admin/projects/qt-labs/qtquickcontrols2 [...] > Feedback welcome! If I understand correctly, these controls are intended to be a cross-platform set of

Re: [Development] HEADS-UP: Qt 5.4.2 release coming

2015-04-20 Thread René J . V . Bertin
On Monday April 20 2015 10:54:36 Heikkinen Jani wrote: Hi, >Once again: Please remember that '5.4.2' is release branch and so on no any >nice-to-have fixes in anymore! I'm trying to finish up a patch to the logic behind the support for font weights and styles testing against 5.4.1 currently (a

Re: [Development] HEADS-UP: Qt 5.4.2 release coming

2015-04-20 Thread Heikkinen Jani
Hi all! Downmerge from '5.4' to '5.4.2' is now done & all changes targeted to Qt5.4.2 release must be done in '5.4.2' branch. From now on '5.4' is for possible Qt5.4.3 release. If there is some open changes in '5.4' which should be in Qt5.4.2 please sent re-targeting request to Ossi. Once a

Re: [Development] Qt 'minimal' platform no rendering alpha/opacity.

2015-04-20 Thread Sean Harmer
On 20/04/2015 08:25, Paul Knopf wrote: Thanks a lot! This worked. I now have a valid alpha component that I can send to my hard vendors API for FPGA video overlay. With this said, I would REALLY like to support OpenGL (for Qt Quick 2/qml). Here is an image of w

[Development] 5.5 beta builds for iOS?

2015-04-20 Thread Harri Pasanen
There don't seem to be any? Thanks, Harri ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development

Re: [Development] Playground request: QML for Android

2015-04-20 Thread Attila Csipa
Without actually looking at the sources... How hard (or, rather, what) is the 5.6 dependency? It would help a great deal if it was available for at least for 5.5. Best regards, Attila Csipa On 4/17/2015 6:13 PM, Nurmi J-P wrote: >> On 16 Apr 2015, at 23:01, Nurmi J-P wrote: >> >> Hi, >> >> I'd

Re: [Development] qtplugininfo install fails

2015-04-20 Thread A. Klitzing
Hi there! corresponding bug report: https://bugreports.qt.io/browse/QTBUG-45095 Best regards André Klitzing 2015-04-18 18:54 GMT+02:00 Harri Pasanen : > Just updated my 5.5 tree, qttools/src ad31b98 > > Seems like qtplugininfo is ignoring the -prefix passed to configure: > > cd qtplugininf

Re: [Development] Qt 'minimal' platform no rendering alpha/opacity.

2015-04-20 Thread Paul Knopf
Thanks a lot! This worked. I now have a valid alpha component that I can send to my hard vendors API for FPGA video overlay. With this said, I would REALLY like to support OpenGL (for Qt Quick 2/qml). Here is an image of what I am trying to essentially do. What are