[Development] Minimum Deployment Platforms for 5.7 onwards?

2015-12-30 Thread John Layt
Hi,

Can I just clarify what the minimum deployment platforms are for 5.7
onwards? That is, the lowest version of each OS that the code must still
run on? Far as I can tell it's something like:

Windows 7 (or Vista?)
Windows Embedded Compact 2013
OSX 10.8
iOS 5.0?
Android 4.1 (API Level 16)?
RHEL 6.6
Ubuntu 11.10?

There really should be a wiki page for this...

Cheers!

John.
___
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development


[Development] Qt 5.6.0 String freeze

2015-12-30 Thread Heikkinen Jani
Hi all,

As warned a week ago string freeze is now in effect. Please, no changes to 
translatable strings from now on, unless approved by the documentation team.

Br,
Jani


From: Heikkinen Jani
Sent: 21. joulukuuta 2015 9:56
To: localizat...@qt-project.org
Cc: development@qt-project.org
Subject: HEADS UP - Qt 5.6.0 String freeze coming
Importance: High


Hi,



Beta is finally out & work for finalizing Qt 5.6 continues. One milestone for 
that is string freeze which will be 30.12.2015. So it is time to start keeping 
the translatable strings as it is and fix remaining important issues.


br,

Jani
___
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development


Re: [Development] RFC: more liberal 'auto' rules?

2015-12-30 Thread Bo Thorsen

Den 29-12-2015 kl. 18:47 skrev Matthew Woehlke:

On 2015-12-26 20:17, Kevin Kofler wrote:

And what is hard to parse for humans? The "char* p,q" "issue"? That's a
formatting bug then, this ought to be written "char *p, q", which makes it
very clear what is going on.


That's... debatable. Personally, I dislike combining names and type
information. And it doesn't always work out so nicely. What, for
example, is the type of 'q' here?:

   char const* const *p, q;

Explicit pointer/reference types and multiple declarations should simply
not appear in the same statement¹. Period.


This is getting quite off-topic, even for this thread.

Bo Thorsen,
Director, Viking Software.

--
Viking Software
Qt and C++ developers for hire
http://www.vikingsoft.eu
___
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development