[Interest] Qt-Installer / std::bad_array_new_length

2016-06-28 Thread Christian Ehrlicher
Hi,   when using the Qt-Installer / precompiled Libraries from qt.io libQt5Gui.so has some references to std::bad_array_new_length:   :~/Qt5.6.0/5.6/gcc_64/lib$ objdump -T libQt5Gui.so.5.6.0 | grep bad_array_new_length

Re: [Interest] Qt LGPLv3 and Qt LGPL Exception

2016-06-28 Thread Benjamin TERRIER
2016-06-28 20:53 GMT+02:00 André Somers : > > > > Op 28/06/2016 om 11:09 schreef Jean-Michaël Celerier: > > > On Tue, Jun 28, 2016 at 10:39 AM, Benjamin TERRIER > wrote: >> >> The technical reason is that when including Qt headers in proprietary >> software, your final binary contains compiled fo

Re: [Interest] Qt LGPLv3 and Qt LGPL Exception

2016-06-28 Thread Thiago Macieira
On terça-feira, 28 de junho de 2016 21:15:25 PDT Mike Jackson wrote: > So is there some sort of test or sanity checking "bot" that guarantees > that those functions are 10 lines or less? I am staking my project on > that fact and I would want some sort of absolute guarantee that those > function

Re: [Interest] Qt LGPLv3 and Qt LGPL Exception

2016-06-28 Thread Mike Jackson
-- Michael A. Jackson 400 S. Pioneer Blvd Owner, President Springboro, Ohio 45066 BlueQuartz Software, LLC EMail: mike.jack...@bluequartz.net Voice: 937-806-1165Web: http://www.bluequartz.net Fax: 937-746-0783 Konstantin Tokarev wrote:

Re: [Interest] [ Qt Creator 4.0.1 ] How make Git appear on Tools menu ?

2016-06-28 Thread Edward Sutton
Sorry for noise. Path problem. Git is on Qt Creator Tools menu now. -Ed On Jun 28, 2016, at 2:10 PM, Edward Sutton mailto:edward.sut...@subsite.com>> wrote: The Git plugin is checked but I do not see Git on the Qt Creator Tools menu on the Mac? /usr/local/bin/git git version 2.8.1 I am sw

[Interest] [ Qt Creator 4.0.1 ] How make Git appear on Tools menu ?

2016-06-28 Thread Edward Sutton
The Git plugin is checked but I do not see Git on the Qt Creator Tools menu on the Mac? /usr/local/bin/git git version 2.8.1 I am switching from SVN to git OS X 10.11.4 Qt Creator 4.0.1 Thanks in advance for suggestions, -Ed This email and any files transmitted with it from The Charles Mach

Re: [Interest] Qt LGPLv3 and Qt LGPL Exception

2016-06-28 Thread Konstantin Tokarev
28.06.2016, 21:53, "André Somers" : > Op 28/06/2016 om 11:09 schreef Jean-Michaël Celerier: >> On Tue, Jun 28, 2016 at 10:39 AM, Benjamin TERRIER >> wrote: >>> The technical reason is that when including Qt headers in proprietary >>> software, your final binary contains compiled forms of Qt cod

Re: [Interest] Qt LGPLv3 and Qt LGPL Exception

2016-06-28 Thread André Somers
Op 28/06/2016 om 11:09 schreef Jean-Michaël Celerier: On Tue, Jun 28, 2016 at 10:39 AM, Benjamin TERRIER mailto:b.terr...@gmail.com>> wrote: The technical reason is that when including Qt headers in proprietary software, your final binary contains compiled forms of Qt code (e.g

[Interest] QML Window doesn't refresh its contents using Qt 5.7 and AA_UseOpenGLES

2016-06-28 Thread Roberto Garrido
Hi all, we are using OpenGL ES as renderer in the windows version of our app. Setting "QCoreApplication::setAttribute(Qt::AA_UseOpenGLES)" on app launch worked well until Qt 5.6, but with Qt 5.7 the contents of the window aren't refreshed in real time. I've recorded a couple of videos of the "Squi

Re: [Interest] -std=gnu++11 compile error

2016-06-28 Thread Thiago Macieira
On terça-feira, 28 de junho de 2016 19:15:42 PDT Konstantin Tokarev wrote: > Yes. It supports gnu++0x, but in order to use Qt >= 5.7 you need gcc >= 4.7. Oh, right, there's that. Qt 5.7 atomics require std::atomic, which your GCC (4.4) won't support. I really recommend using a compiler released

Re: [Interest] -std=gnu++11 compile error

2016-06-28 Thread Thiago Macieira
On terça-feira, 28 de junho de 2016 12:11:51 PDT Mike Santerre wrote: > I'm trying to compile a Qt 5.7 app on CentOS 6.8 and getting the following > error. > > cc1plus: error: unrecognized command line option "-std=gnu++11" > > gcc version 4.4.7 20120313 (Red Hat 4.4.7-17) (GCC) > > Is this gcc

Re: [Interest] -std=gnu++11 compile error

2016-06-28 Thread Konstantin Tokarev
28.06.2016, 19:12, "Mike Santerre" : > I'm trying to compile a Qt 5.7 app on CentOS 6.8 and getting the following > error. > > cc1plus: error: unrecognized command line option "-std=gnu++11" > > gcc version 4.4.7 20120313 (Red Hat 4.4.7-17) (GCC) > > Is this gcc version too old to support gnu++1

[Interest] -std=gnu++11 compile error

2016-06-28 Thread Mike Santerre
I'm trying to compile a Qt 5.7 app on CentOS 6.8 and getting the following error. cc1plus: error: unrecognized command line option "-std=gnu++11" gcc version 4.4.7 20120313 (Red Hat 4.4.7-17) (GCC) Is this gcc version too old to support gnu++11? If that's the case, are there options for compili

Re: [Interest] QtBluetooth: How to retrieve BLE SCAN_RSP packets?

2016-06-28 Thread Alexander Blasche
Hi Timur, > -Original Message- > From: Interest [mailto:interest-bounces+alexander.blasche=qt.io@qt- > project.org] On Behalf Of Timur Kristóf > I'd like to create an app that listens to broadcasts from BLE > (Bluetooth Low Energy) device. This device is non-connectable and can > send un

[Interest] QtBluetooth: How to retrieve BLE SCAN_RSP packets?

2016-06-28 Thread Timur Kristóf
Hi, I'd like to create an app that listens to broadcasts from BLE (Bluetooth Low Energy) device. This device is non-connectable and can send undirected scannable advertisements, which means it can also respond to SCAN_REQ packets. Is there any API in the Qt Bluetooth module which can retrieve the

Re: [Interest] 5.8 Features?

2016-06-28 Thread Federico Buti
https://bugreports.qt.io/browse/QTBUG-44804 - [iOS] [Android] Add an API to Qt for sending push notifications On 28 June 2016 at 16:22, Jason H wrote: > https://bugreports.qt.io/browse/QTBUG-32335 - Add support for > Notifications (Android, reported July 2013) > https://bugreports.qt.io/browse

Re: [Interest] 5.8 Features?

2016-06-28 Thread Jason H
https://bugreports.qt.io/browse/QTBUG-32335 - Add support for Notifications (Android, reported July 2013) https://bugreports.qt.io/browse/QTBUG-4011 - Add support for native notification systems. (4.5, unresolved) https://bugreports.qt.io/browse/QTBUG-29611 - (Desktop) Notifications (Mar 2010, P

Re: [Interest] 5.8 Features?

2016-06-28 Thread Jason H
> Sent: Monday, June 27, 2016 at 5:40 PM > From: "Tuukka Turunen" > To: "Jason H" , "Daniel França" > Cc: "interest@qt-project.org" > Subject: RE: [Interest] 5.8 Features? > > > > > -Original Message- > > From: Interest [mailto:interest-bounces+tuukka.turunen=qt.io@qt- > > project.org]

Re: [Interest] Qt LGPLv3 and Qt LGPL Exception

2016-06-28 Thread Tuukka Turunen
> -Original Message- > From: Interest [mailto:interest-bounces+tuukka.turunen=qt.io@qt- > project.org] On Behalf Of Benjamin TERRIER > Sent: tiistaina 28. kesäkuuta 2016 11.40 > To: qt qt > Subject: [Interest] Qt LGPLv3 and Qt LGPL Exception > > Hi everyone, > > Within the topic "[Dev

Re: [Interest] 5.8 Features?

2016-06-28 Thread Marco Piccolino
IRC mirror is qtmob.irc.slack.com #general is the main channel. M 2016-06-28 9:01 GMT+02:00 Shawn Rutledge : > > > On 28 Jun 2016, at 08:15, Marco Piccolino > wrote: > > > > would be great to collect and exchange this to help each other - don't > know where's the best place and it should be prom

Re: [Interest] Qt LGPLv3 and Qt LGPL Exception

2016-06-28 Thread Jean-Michaël Celerier
On Tue, Jun 28, 2016 at 10:39 AM, Benjamin TERRIER wrote: > The technical reason is that when including Qt headers in proprietary > software, your final binary contains compiled forms of Qt code (e.g > inline function or template classes). > >From the LGPLv3 : 3. Object Code Incorporating Materi

Re: [Interest] 5.8 Features?

2016-06-28 Thread Marco Piccolino
This is certainly a valid point. So I guess this means that a decision about whether a feature should be contributed to Qt or kept as a 3rd party addon should be made early on. Il 28 giu 2016 10:09 AM, "Kai Koehne" ha scritto: > -Original Message- > From: Interest [mailto:interest-bounc

[Interest] Qt LGPLv3 and Qt LGPL Exception

2016-06-28 Thread Benjamin TERRIER
Hi everyone, Within the topic "[Development] Scope of source code license files" a question came about Qt LGPLv3 licensing which didn't get an answer and I would really like to get an answer from someone at Digia or The Qt Company. When Qt was licensed under the LGPLv2, Qt came with "The Qt Comp

Re: [Interest] 5.8 Features?

2016-06-28 Thread Kai Koehne
> -Original Message- > From: Interest [mailto:interest-bounces+kai.koehne=qt...@qt-project.org] > On Behalf Of Marco Piccolino > Sent: Tuesday, June 28, 2016 9:07 AM > To: Shawn Rutledge > Cc: interest@qt-project.org > Subject: Re: [Interest] 5.8 Features? > > I see inclusion into Qt as

Re: [Interest] 5.8 Features?

2016-06-28 Thread Marco Piccolino
I see inclusion into Qt as a second step and only for functionality that will be needed by nearly everybody working on mobile. I meant that being it github projects, everyone can contribute. Yes the qtmob chat is accessibile through irc as well. I'll post the info as soon as I get to work. Il 28 gi

Re: [Interest] 5.8 Features?

2016-06-28 Thread Shawn Rutledge
> On 28 Jun 2016, at 08:15, Marco Piccolino wrote: > > would be great to collect and exchange this to help each other - don't know > where's the best place and it should be promoted by Qt > > Several packages which improve using Qt on mobile (and elsewhere!) are > currently published on qpm (