Re: [Interest] CentOS 6 vs 7

2016-07-27 Thread Thiago Macieira
On quarta-feira, 27 de julho de 2016 21:38:21 PDT Scott Aron Bloom wrote: > Now, my tool in reality doesn't need libudev at all, so just to "hack" it I > created a soft link of .0 to .1... :) And walla it ran fine. That's not recommended. The soname changed because something was removed or chan

[Interest] Does Scene3D freezes up, when change anchors on Linux?

2016-07-27 Thread Oleg Evseev
Hi all I have a problem - Scene3D freezes up (stop render anything) when change anchors on Windows 7 (anchors or orientation on Android 4.4) https://bugreports.qt.io/browse/QTBUG-54900 Could someone can check if there is such problem on any Linux too (example was attached to QTBUG-54900)? Thank y

Re: [Interest] CentOS 6 vs 7

2016-07-27 Thread Scott Aron Bloom
On quarta-feira, 27 de julho de 2016 17:58:55 PDT Scott Aron Bloom wrote: > We are deploying libqxcb.so, > There were definitely some missing symbols... Now we have to track > down how to get them on CentOS 7 We can help if you say what symbols those are. -- The help you gave, in finding out the

Re: [Interest] CentOS 6 vs 7

2016-07-27 Thread Thiago Macieira
On quarta-feira, 27 de julho de 2016 17:58:55 PDT Scott Aron Bloom wrote: > We are deploying libqxcb.so, > There were definitely some missing symbols... Now we have to track down how > to get them on CentOS 7 We can help if you say what symbols those are. -- Thiago Macieira - thiago.macieira (

[Interest] [ANNOUNCE] GammaRay 2.5.1

2016-07-27 Thread Allen Winter
The first bugfix release for GammaRay 2.5 is now available. Highlights of the 2.5.1 Release: == * Fix build of external plugins when using a non-standard GammaRay install prefix. * Fix race when receiving probe settings. * Fix tool selector showing empty entries with Qt4. * Fi

Re: [Interest] CentOS 6 vs 7

2016-07-27 Thread Scott Aron Bloom
-Original Message- From: Interest [mailto:interest-bounces+scott=towel42@qt-project.org] On Behalf Of Thiago Macieira Sent: Wednesday, July 27, 2016 9:41 AM To: interest@qt-project.org Subject: Re: [Interest] CentOS 6 vs 7 On quarta-feira, 27 de julho de 2016 16:34:55 PDT Scott Aron B

Re: [Interest] Qt3D 5.7 Native Build on Raspbery Pi error when running examples

2016-07-27 Thread Oleg Evseev
Hi, Catalin This problem was already filed to Jira: https://bugreports.qt.io/browse/QTBUG-54229 and this is in fact a dublicate of this: https://bugreports.qt.io/browse/QTBUG-54711 as you see there is commit that fix it. It's not yet merged into qt3d 5.7 code.qt.io. You can cherry pick those com

Re: [Interest] CentOS 6 vs 7

2016-07-27 Thread Thiago Macieira
On quarta-feira, 27 de julho de 2016 16:34:55 PDT Scott Aron Bloom wrote: > #4 0x003ff5712382 in > QGuiApplicationPrivate::createPlatformIntegration() () from > /home/scott/Downloads/BluePearlVVE-2016.2.37550-CentOS6.x86_64/lib/libQt5Gu > i.so.5 This function is trying to load the platform in

[Interest] Qt3D 5.7 Native Build on Raspbery Pi error when running examples

2016-07-27 Thread Catalin Moldovan
Hi, I've managed to compile Qt 5.7 on rpi3. Most of the essentials packages with Qt3D as well (after removing assimp from qt3d/src/plugins/sceneparsers/ sceneparsers.pro). I didn't managed to build with assimp support (tried the package from jessie and also built from source). My problem is that m

[Interest] CentOS 6 vs 7

2016-07-27 Thread Scott Aron Bloom
My GUI application, which runs absolutely fine under CentOS 6 (it's a precompiled binary, shipped with Qt 5.5.1 However, when the same tarball is extracted and run under CentOS 7, there is an immediate crash in the UI... The call stack is #0 0x76aca5f7 in raise () from /lib64/libc.so

Re: [Interest] DelegateModel: Dynamic Delegate Model groups

2016-07-27 Thread Jason H
Thanks Jerome! I'm making progress, but not quite there.   I've got it creating the list with the correct types now, but when I set the groups property of DelegateModel, it complains. DelegateModel { groups: instantiator.delegateModelGroups // property list delegateModelGroups // Error: Unable

Re: [Interest] Why does QML prefer 'count' over '.length'?

2016-07-27 Thread Jason H
> Sent: Tuesday, July 26, 2016 at 4:41 PM > From: "J-P Nurmi" > To: "interest@qt-project.org" > Subject: Re: [Interest] Why does QML prefer 'count' over '.length'? > > On Tuesday, July 26, 2016 22:04,Jason H wrote: > > JS uses length on arrays and strings. Anytime you have an array (be it a >

[Interest] Using QtQuickControls 2 within a static build of Qt 5.7

2016-07-27 Thread Nuno Santos
Hi, I’m not being able to use QtQuickControls 2 in a static build of Qt. In order to register the QtQuick stuff within Qt 5.6 I had to manually link with the plugin lib and initialise the plugins manually. I think this was because of a bug: https://bugreports.qt.io/browse/QTBUG-35754

Re: [Interest] DelegateModel: Dynamic Delegate Model groups

2016-07-27 Thread Jérôme Godbout
The way you create the object seem to be all fine. It's the container of multiple obj that may have a problem with it. When you specify a QQmlListProperty you cannot assign anything else then A object into it and sometime it may get annoying when you have a list cannot assign since they are not of

Re: [Interest] Why does QML prefer 'count' over '.length'?

2016-07-27 Thread Jérôme Godbout
I for one would rather have .length too, could avoid those nasty function call to make generic javascript functions: function getLength(obj) { if(obj.hasOwnProperty('length')) return obj.length; if(obj.hasOwnProperty('size')) return obj.size; if(obj.hasOwnProperty('count')) return obj.

Re: [Interest] Statically linking an open-source application with Qt?

2016-07-27 Thread Nuno Santos
My bad then! Sorry! Nuno > On 27 Jul 2016, at 07:58, Jean-Michaël Celerier > wrote: > > > On Tue, Jul 26, 2016 at 5:20 PM, Olivier B. > > wrote: > I am not sure you are even able to link all Qt statically. Won't you at least > need platform plugin