Re: [Development] FreeBSD / Clang / Raspberry Pi

2016-05-18 Thread Laszlo Agocs
Hello, The device specs indeed assume cross-compiling (after all it's just a shorthand for -xplatform plus some common stuff to avoid duplication in the specs for each device) but note how for instance the linux-nuc-g++ device spec is used to build for an Intel device on an Intel host using an

Re: [Development] New Qt 5.7.0 RC snapshot available

2016-05-18 Thread Ralf Nolden
Am Mittwoch, 18. Mai 2016, 15:04:24 schrieb Kai Koehne: > It's the first time I hear someone asking for a tarball for QtQuick1. > > I see that people are still stuck with WebKit for some use cases, because > the architecture, OS requirements and API of WebEngine differs. For > QtQuick, it's

Re: [Development] New Qt 5.7.0 RC snapshot available

2016-05-18 Thread Kai Koehne
> -Original Message- > From: Development [mailto:development-bounces+kai.koehne=qt.io@qt- > project.org] On Behalf Of Ralf Nolden > [...] > I suggest having a look at https://bugreports.qt.io/browse/QTBUG-49883 > and do some consideration how to handle those issues. If modules are >

Re: [Development] ListView and spaces QTBUG-46488

2016-05-18 Thread Filippo Cucchetto
Maybe they're two different issues because in https://bugreports.qt.io/browse/QTBUG-46488 it doesn't seem to be related to the number of items shown. But anyway these are really important bugs for those who use ListView+QAIM 2016-05-18 13:38 GMT+02:00 Stephen Kelly via Development <

Re: [Development] dev CI integration stuck for 3½ days

2016-05-18 Thread Oswald Buddenhagen
On Wed, May 18, 2016 at 08:08:46AM +, Simon Hausmann wrote: > How it is possible that a new staging branch was created while another > change remained in 'INTEGRATING' state is a mystery to me. Perhaps > something happened in Gerrit at that moment? Perhaps there's a bug in > the CI that allows

[Development] QtCon Call for Papers extended

2016-05-18 Thread Olivier Goffart
Hi, The deadline for the QtCon call for paper was extended to the 22nd of May. https://qtcon.org/cfp --- This is a Call for Papers to a unique event. KDE Akademy, Qt Contributors' Summit, FSFE Summit, KDAB and VideoLAN Dev Days have come together to create QtCon 2016, Sept 1 - 4,

Re: [Development] ListView and spaces QTBUG-46488

2016-05-18 Thread Stephen Kelly via Development
This can also be reproduced with ListView instead of TreeView: https://bugreports.qt.io/browse/QTBUG-53263 Thanks, Stephen On 18/05/16 12:21, Filippo Cucchetto wrote: Hello everyone, i would like to warn about this serious bug in QDeclarative that could hit users of ListViews with QAIM

Re: [Development] New Qt 5.7.0 RC snapshot available

2016-05-18 Thread Ralf Nolden
Am Mittwoch, 18. Mai 2016, 04:44:45 schrieb Jani Heikkinen: Hi, thanks for the snapshot that allows us some build tests before any releases. I just hit a compile error on the deprecated qtquick1 module, latest src tarball is for 5.5.1. For qtwebkit, there's the community releases subdir:

[Development] ListView and spaces QTBUG-46488

2016-05-18 Thread Filippo Cucchetto
Hello everyone, i would like to warn about this serious bug in QDeclarative that could hit users of ListViews with QAIM https://bugreports.qt.io/browse/QTBUG-46488 I know that Gabriel gave it a look some time ago but he seems to be quite busy right now. I also gave it a look on my own but a quick

Re: [Development] Qt + GCC 6 no joy ?

2016-05-18 Thread Bogdan Vatra
Yep, looks very "familiar"! On Wednesday 18 May 2016 10:08:31 Liang Qi wrote: > https://bugreports.qt.io/browse/QTBUG-53373 ? > > On 18 May 2016 at 10:01, Bogdan Vatra wrote: > > Hi, > > > > Did anyone tried Qt (5.7) with GCC 6 ? > > I compiled Qt and QtCreator (using

Re: [Development] dev CI integration stuck for 3½ days

2016-05-18 Thread Simon Hausmann
The best theory I can come up with at this point looks like this: Once there was a "newer" staging branch that contained changes that were still in 'STAGED' state but another change was in 'INTEGRATING' (which was in the _previous_ staging branch), the conditions for an endless "loop" were

Re: [Development] Qt + GCC 6 no joy ?

2016-05-18 Thread Liang Qi
https://bugreports.qt.io/browse/QTBUG-53373 ? On 18 May 2016 at 10:01, Bogdan Vatra wrote: > Hi, > > Did anyone tried Qt (5.7) with GCC 6 ? > I compiled Qt and QtCreator (using debian's gcc 6) but it crashes in v4 > when I > start QtCreator :(. It's a know issue or just

[Development] Qt + GCC 6 no joy ?

2016-05-18 Thread Bogdan Vatra
Hi, Did anyone tried Qt (5.7) with GCC 6 ? I compiled Qt and QtCreator (using debian's gcc 6) but it crashes in v4 when I start QtCreator :(. It's a know issue or just me? Cheers, BogDan. ___ Development mailing list Development@qt-project.org

Re: [Development] dev CI integration stuck for 3½ days

2016-05-18 Thread Jędrzej Nowacki
Yes and I fixed them all on Friday with a "catch all" command. I have no clue how just one integration could stay locked. Cheers, Jędrek On Tuesday 17 of May 2016 12:49:17 Oswald Buddenhagen wrote: > On Tue, May 17, 2016 at 06:08:50AM +, Simon Hausmann wrote: > > I just looked into it and

Re: [Development] FreeBSD / Clang / Raspberry Pi

2016-05-18 Thread Sylvain Garrigues
Sure I will share with Oleksandr, my work is based on what he has already done anyway, just couldn’t wait to try to port other modules on my Pi :-) I dug into the build process and noticed what I explained about the -device and the detection of the cross_compile feature, but anyway I let you