Re: [Development] Qt 5.2.0 - Beta Release Testing

2013-10-25 Thread Christian Gagneraud
On 10/25/2013 07:54 AM, Thiago Macieira wrote: > On sexta-feira, 25 de outubro de 2013 17:35:59, Christian Gagneraud wrote: >> On 25/10/13 11:11, Thiago Macieira wrote: >>> Also note that it depends on *which* cross compiler you have. We'd have to >>> ship the mingw compilers for Linux just like we

Re: [Development] Removing libudev dependency from binary packages?

2013-10-25 Thread Thiago Macieira
On sexta-feira, 25 de outubro de 2013 16:01:11, Allan Sandfeld Jensen wrote: > I think it is a bit too small to make into a qtlinuxextras library, and > could we even depend on extras? I think qudev would fit best in qtbase > because udev is also used by evdev which is in qtbase. It's just one he

Re: [Development] Nominating Gatis Paeglis as approver

2013-10-25 Thread deDietrich Gabriel
+1 here too. Best regards, Dr. Gabriel de Dietrich Senior Software Developer qt.digia.com On Oct 24, 2013, at 8:50 PM, Frederik Gladhorn mailto:frederik.gladh...@digia.com>> wrote: Hi, I'd like to nominate Gatis as approver. He has been with us in the Digia Oslo office f

Re: [Development] Removing libudev dependency from binary packages?

2013-10-25 Thread Allan Sandfeld Jensen
On Friday 25 October 2013, Thiago Macieira wrote: > On sexta-feira, 25 de outubro de 2013 14:12:24, Laszlo Papp wrote: > > Having realized after some work that QtWebKit is now trying to achieve > > more or less the same as QtSerialPort ... how about about the udev > > resolver to QtCore now as a pr

[Development] QtLocation offline Navigation support

2013-10-25 Thread Ramakanthreddy Kesireddy
Hi, Please let me know if there is a plan to enable support for offline Navigation and Map in QtLocation module. Thanks and Regards, Ramakanth DISCLAIMER: This email (including any attachments) is intended for the sole use of the intended recipient/s and

Re: [Development] Removing libudev dependency from binary packages?

2013-10-25 Thread Thiago Macieira
On sexta-feira, 25 de outubro de 2013 14:12:24, Laszlo Papp wrote: > Having realized after some work that QtWebKit is now trying to achieve more > or less the same as QtSerialPort ... how about about the udev resolver to > QtCore now as a private stuff ... like qtlibudev_p.h or similar kind. > Afte

Re: [Development] Removing libudev dependency from binary packages?

2013-10-25 Thread Laszlo Papp
Having realized after some work that QtWebKit is now trying to achieve more or less the same as QtSerialPort ... how about about the udev resolver to QtCore now as a private stuff ... like qtlibudev_p.h or similar kind. Afterwards, QtWebKit could use core-private, so could QtSerialPort. We would al

Re: [Development] Namespaces (was: Qt Platform Extras)

2013-10-25 Thread Stephen Kelly
On Sunday, September 22, 2013 13:21:34 Sze Howe Koh wrote: > * Aside from the namespaces we've been discussing recently, there is > another kind of namespace in unreleased modules. These are associated > with the Q_BEGIN_NAMESPACE_ macros. They cover everything in > the module, including classes a

Re: [Development] Nominating Gatis Paeglis as approver

2013-10-25 Thread Rutledge Shawn
+1, thanks for all the help with input handling and xcb in general. ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development

Re: [Development] [Announce] Qt 5.2 Beta released

2013-10-25 Thread Paul Olav Tvete
On Friday 25 October 2013 11:09:55 qtmail wrote: > Qt 5.2 Beta, Could I customize thesize of apk? > > When create a QT Quick2 "hello world" on android,the apk size up to > 10.6M, so > Could I customize the libs? or all libs is /required/for QT Quick2? As BogDan said, we are aiming to fix it befor

Re: [Development] [Announce] Qt 5.2 Beta released

2013-10-25 Thread qtmail
Thanks 于 2013年10月25日 16:05, BogDan 写道: > Hi, > > The rc will fix that problem! > > Cheers, > BogDan. >> >> Qt 5.2 Beta, Could I customize thesize of apk? >> >> When create a QT Quick2 "hello world" on android,the apk size up > to 10.6M, so >> Could I customize the libs? or all libs is re

Re: [Development] [Announce] Qt 5.2 Beta released

2013-10-25 Thread BogDan
Hi, The rc will fix that problem! Cheers, BogDan. > > >Qt 5.2 Beta, Could I customize thesize of apk? > >When create a QT Quick2 "hello world" on android,the apk size up to 10.6M, so  >Could I customize the libs? or all libs is requiredfor QT Quick2? > > >于 2013年10月23日 18:16, List for an

Re: [Development] Qt 5.2.0 - Beta Release Testing

2013-10-25 Thread Koehne Kai
> -Original Message- > From: development-bounces+kai.koehne=digia@qt-project.org > [mailto:development-bounces+kai.koehne=digia@qt-project.org] On > Behalf Of Christian Gagneraud > Sent: Friday, October 25, 2013 6:36 AM > To: development@qt-project.org > Subject: Re: [Development]

Re: [Development] Where and how does Qt define which platforms are supported?

2013-10-25 Thread Mitch Curtis
On 10/25/2013 09:49 AM, Koehne Kai wrote: > > I think we should have only: > + Reference Platforms > + Supported Platforms > + Platforms Reportedly Working > > Regards > > Kai > ___ > Development mailing list > Development@qt-project.org > http://lists.qt

Re: [Development] Where and how does Qt define which platforms are supported?

2013-10-25 Thread Thiago Macieira
On sexta-feira, 25 de outubro de 2013 07:49:47, Koehne Kai wrote: > I think we should have only: > + Reference Platforms > + Supported Platforms > + Platforms Reportedly Working Makes sense to me. -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technol

Re: [Development] Qt 5.2.0 - Beta Release Testing

2013-10-25 Thread Thiago Macieira
On sexta-feira, 25 de outubro de 2013 17:35:59, Christian Gagneraud wrote: > On 25/10/13 11:11, Thiago Macieira wrote: > > Also note that it depends on *which* cross compiler you have. We'd have to > > ship the mingw compilers for Linux just like we do for Windows -- the ones > > on > Are you sayin

Re: [Development] [Announce] Qt 5.2 Beta released

2013-10-25 Thread Thiago Macieira
On sexta-feira, 25 de outubro de 2013 11:09:55, qtmail wrote: > When create a QT Quick2 "hello world" on android,the apk size up to > 10.6M, so > Could I customize the libs? or all libs is /required/for QT Quick2? All libs are *not* required for Qt Quick 2. Only some are. Which libraries got dep

Re: [Development] Where and how does Qt define which platforms are supported?

2013-10-25 Thread Koehne Kai
> -Original Message- > From: development-bounces+kai.koehne=digia@qt-project.org > [mailto:development-bounces+kai.koehne=digia@qt-project.org] On > Behalf Of Thiago Macieira > Sent: Friday, October 25, 2013 12:05 AM > To: development@qt-project.org > Subject: Re: [Development] Wher

Re: [Development] Nominating Gatis Paeglis as approver

2013-10-25 Thread Mitch Curtis
On 10/24/2013 08:50 PM, Frederik Gladhorn wrote: > Hi, > > I'd like to nominate Gatis as approver. He has been with us in the Digia Oslo > office for quite some time now. Gatis fixed many input/key handling and XCB > issues and started looking at sensors lately. > > Patches by Gatis: > https://code

Re: [Development] Running qtbase auto tests on reference device.

2013-10-25 Thread Fält Simo
From: development-bounces+simo.falt=digia@qt-project.org [mailto:development-bounces+simo.falt=digia@qt-project.org] On Behalf Of Liang Qi Sent: 24. lokakuuta 2013 17:11 To: Tomasz Olszak Cc: development@qt-project.org Subject: Re: [Development] Running qtbase auto tests on reference de