[Development] Using ACC (abicc) together with the header reviews

2013-11-12 Thread Giuseppe D'Angelo
Hello, I've stumbled upon the ABI compliance checker [1], a small tool that checks API/ABI issues across two versions of the same library. It seems to generate sensible reports, so perhaps we should think of using it together with the header reviews. Here's an example of running it on QtWidge

[Development] Staging changes in release branch

2013-11-12 Thread Heikkinen Jani
Hi all, We have agreed in release team that Antti Kokko (irc: ankokko) will monitor all approved changes in release branch and stage all clear ones (fixes for P1 & P0 issues) automatically. Unclear changes (p2 or lower + changes without bug ID) will be handled case by case by change owner + rel

Re: [Development] New Qt5.2 snapshot available

2013-11-12 Thread Paul Olav Tvete
On Tuesday 12 November 2013 13:03:30 Guido Seifert wrote: > > Which version of Qt is this? It works for me with QT += svg only, with the > > latest dev branch. > > qt-linux-opensource-5.2.0-beta1-android-x86-offline_2013-11-07_15-41-07-136. > run > > Maybe it is fixed. But not to the time when I

Re: [Development] New Qt5.2 snapshot available

2013-11-12 Thread Guido Seifert
> Which version of Qt is this? It works for me with QT += svg only, with the > latest dev branch. qt-linux-opensource-5.2.0-beta1-android-x86-offline_2013-11-07_15-41-07-136.run Maybe it is fixed. But not to the time when I asked. :-) Guido ___ Deve

[Development] QTimeZone fixes pushed to Release branch

2013-11-12 Thread John Layt
Hi, I've pushed 4 fixes for QTimeZone to the release branch for review for inclusion in 5.0: 1) https://codereview.qt-project.org/#change,70984 Rather embarrassingly I misspelt the name Olson as Olsen, including in new public api for 5.2. This patch fixes the public api and docs, but doesn't

Re: [Development] New Qt5.2 snapshot available

2013-11-12 Thread Eskil Abrahamsen Blomfeldt
On 11/12/2013 12:13 PM, Paul Olav Tvete wrote: > On Monday 11 November 2013 17:19:43 Guido Seifert wrote: >>> It's a feature. :) To reduce the size of the package, we only deploy the >>> libraries that we know are necessary. Adding "QT += svg" to the .pro file >>> of your application should enable

Re: [Development] New Qt5.2 snapshot available

2013-11-12 Thread Paul Olav Tvete
On Monday 11 November 2013 17:19:43 Guido Seifert wrote: > > It's a feature. :) To reduce the size of the package, we only deploy the > > libraries that we know are necessary. Adding "QT += svg" to the .pro file > > of your application should enable support for svg files. > > It does not. But it i

[Development] string freeze

2013-11-12 Thread Heikkinen Jani
Hi, As informed last week string freeze is now in effect. Please, no changes to translatable strings from this point, unless approved by the documentation team. Br, Jani -- Jani Heikkinen Release Manager ___