Re: [Development] OS X QString::fromNSString

2015-03-02 Thread Jeremy Whiting
I love it when I send a question to an e-mail list then find the answer myself. My bad, the NSSpeechSynthesizer documentation at apple was wrong. Filing a bug now. BR, Jeremy On Mon, Mar 2, 2015 at 7:16 PM, Jeremy Whiting wrote: > Hello, > > Inside QtSpeech in the mac backend we have a method t

[Development] OS X QString::fromNSString

2015-03-02 Thread Jeremy Whiting
Hello, Inside QtSpeech in the mac backend we have a method that worked fine with Qt 5.4.0. I've recently upgraded to Qt 5.4.1 and when trying to run the example widget I'm getting an exception thrown when we call QString::fromNSString on the age string we get from the NSSpeechSynthesizer voice's a

Re: [Development] qmake output folder format

2015-03-02 Thread Thiago Macieira
On Monday 02 March 2015 23:05:24 wim delvaux wrote: > Hi all, > > I have this project without any special defined variables. > > It produces its output under windows in build-x-y-z-debug/debug and > build-x-y-z-release/release. > > In linux it is build-x-y-z-debug > > Why under windows this dou

[Development] qmake output folder format

2015-03-02 Thread wim delvaux
Hi all, I have this project without any special defined variables. It produces its output under windows in build-x-y-z-debug/debug and build-x-y-z-release/release. In linux it is build-x-y-z-debug Why under windows this double output ? How can I eliminate the second debug folder ? It is really

Re: [Development] C++11 for Examples

2015-03-02 Thread Thiago Macieira
On Monday 02 March 2015 16:20:29 Blasche Alexander wrote: > The suggestion was/is to permit the usage of C++11 in Qt examples. Here is a > concrete set of suggestions to address the open issues and consequences: > > 1.) Use C++11 for examples starting with Qt 5.6 I'd say "use C++11 where it makes

Re: [Development] QtCore missing check for memory allocation

2015-03-02 Thread Thiago Macieira
On Monday 02 March 2015 11:21:10 Oswald Buddenhagen wrote: > > I am actively against it while it's a huge burden on us for little > > perceived benefit. You have to convince me of the benefit against the > > cost. > > i still don't see that huge burden. i see introducing a few (inline) > function

Re: [Development] Please update the maintainer table at http://wiki.qt.io/index.php?title=Maintainers

2015-03-02 Thread Thiago Macieira
On Monday 02 March 2015 08:53:55 Friedemann Kleint wrote: > Please take a look at: http://wiki.qt.io/index.php?title=Maintainers . BTW, any chance of getting mod_rewrite so the "index.php?title=" part gets hidden? -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel

[Development] C++11 for Examples

2015-03-02 Thread Blasche Alexander
Hi, the astute readers who have followed and endured some of the long C++11 related threads on this mailing list may have noticed that one important suggestion was made with regards to future C++11 usage in Qt. The suggestion was/is to permit the usage of C++11 in Qt examples. Here is a concre

[Development] Qt 5.5 Alpha status

2015-03-02 Thread Eklund Iikka
Hi all, Update on Alpha status: Missing items: - Fix for failing network tests (name service) * https://codereview.qt-project.org/#/c/107498/ The fix itself seems to integrate but autotests fail, * on 10.9 iOS Code Sign failure * Ubuntu 14.04 flaky tests - Integrating Qt3D to qt5.git

Re: [Development] OSX 10.7 dropped from Qt?

2015-03-02 Thread Blasche Alexander
It's definitely gone for 5.5 too: http://qt-ci.digia.com/view/All/job/QtBase_5.5_Integration/ -- Alex From: development-bounces+alexander.blasche=theqtcompany@qt-project.org on behalf of Rutledge Shawn Sent: Monday, March 2, 2015 14:03 To: Sorvig

Re: [Development] Nominating André Hartmann & Przemyslaw Gorszkowski as approvers

2015-03-02 Thread Orgad Shaneh
On Fri, Jan 30, 2015 at 10:53 AM, Orgad Shaneh wrote: > Hi, > > I'd like to nominate André as approver. > > André has been actively reviewing changes for over 3 years, mostly for Qt > Creator, and contributed many high quality patches. > > His contributions >

[Development] possible change in behavior: QGuiApplication::primaryScreen() can return null

2015-03-02 Thread Rutledge Shawn
With these patches (and earlier ones) https://codereview.qt-project.org/#/c/87885/ https://codereview.qt-project.org/#/c/107504/ https://codereview.qt-project.org/#/c/107433/ we’ve been trying to fix bugs which have always existed in Qt 5 regarding behavior on Linux/X11 when screens are detached

Re: [Development] OSX 10.7 dropped from Qt?

2015-03-02 Thread Rutledge Shawn
On 2 Mar 2015, at 13:59, Sorvig Morten wrote: >> On 27 Feb 2015, at 14:34, Blasche Alexander >> wrote: >> >> If 10.7 is required then it should be added back to main CI targets. If it >> is not added back then I will remove consequently remove every trace of it. > > I don’t think it will be

Re: [Development] OSX 10.7 dropped from Qt?

2015-03-02 Thread Sorvig Morten
> On 27 Feb 2015, at 14:34, Blasche Alexander > wrote: > > If 10.7 is required then it should be added back to main CI targets. If it is > not added back then I will remove consequently remove every trace of it. I don’t think it will be added back. You should remove it from your branch as wel

Re: [Development] QtCore missing check for memory allocation

2015-03-02 Thread Oswald Buddenhagen
On Fri, Feb 27, 2015 at 09:26:14AM -0800, Thiago Macieira wrote: > On Friday 27 February 2015 09:20:54 Oswald Buddenhagen wrote: > > the whole point would be *not* using unwrapped malloc and new(nothrow). > > this can be trivially verified for our own code with a grepping bot. > > There's an easie

Re: [Development] New Qt Wiki Now Available

2015-03-02 Thread Kojo Tero
> -Original Message- > From: Sze Howe Koh [mailto:szehowe@gmail.com] > Sent: 28. helmikuuta 2015 4:43 > To: Kojo Tero > Cc: development@qt-project.org; w...@qt-project.org > Subject: Re: [Development] New Qt Wiki Now Available > > On 27 February 2015 at 21:04, Kojo Tero > wrote: > >