Re: [Development] the need to add a Task-Number in the release branch ...

2013-11-13 Thread Knoll Lars
On 13.11.13 13:38, "Oswald Buddenhagen" wrote: >moin, > >in >http://lists.qt-project.org/pipermail/development/2013-June/011610.html >thiago proposed that all changes pushed for release need to come with a >task-number footer. >the proposal met moderate approval. >little surprisingly, thiago see

Re: [Development] Staging changes in release branch

2013-11-13 Thread Antti Kokko
Hi, You can check more detailed logs about the failed test cases Jani listed below from this change, contains all the "fail variations": https://codereview.qt-project.org/#change,70990 Br, Antti On 11/14/2013 08:36 AM, Heikkinen Jani wrote: > Hi! > Yes, as Lars said there is of course whole re

Re: [Development] Staging changes in release branch

2013-11-13 Thread Heikkinen Jani
Hi! Yes, as Lars said there is of course whole release team who is helping Antti with this. At the moment biggest issue with this isn't staging itself but failing test cases and there we need your help. Maintainer/Someone who really understands needs to check those failing tests and either fix t

Re: [Development] First Qt 5.2 RC1 snapshot available

2013-11-13 Thread Yang Fan
no ios version installer T_T On Wed, Nov 13, 2013 at 9:08 PM, Heikkinen Jani wrote: > Hi all, > > There is now snapshot available: > http://download.qt-project.org/snapshots/qt/5.2/5.2.0-rc1/ > > > > Packages are now done from release branch and labeled as ‘rc1’. These are > first packages fro

[Development] Audio playback depends on... Qt5Widgets.dll?

2013-11-13 Thread Sze Howe Koh
Hello, I just found out that my Qt Quick 2 application can't use the Audio element unless I deploy Qt5Widgets.dll along with it. Otherwise, I get this at runtime: defaultServiceProvider::requestService(): no service found for - "org.qt-project.qt.mediaplayer" I then wrote a console applicat

Re: [Development] Moving JP2 imageformat from qt-solutions to qtimageformats

2013-11-13 Thread Jake Petroules
On Nov 8, 2013, at 9:53 AM, Knoll Lars wrote: > +1 to moving the plugins to qtimageformats. That¹s what we have the module > for. > > And I don¹t think moving ICNS is an issue neither, as long as we have a > configure test in qtimageformats to detect whether we can compile the > plugin. > > Ch

Re: [Development] Color Management support in Qt 5?

2013-11-13 Thread Alessandro Portale
On Sat, Nov 9, 2013 at 12:50 PM, Olivier Goffart wrote: > Allow me to disagree :-) > How usefull are 1-4 without 99? What exactly can you do with that > information. I think that in the meantime this has been well reasoned by Kai-Uwe and John: It could be a sane starting point and be needed API

Re: [Development] Staging changes in release branch

2013-11-13 Thread Sean Harmer
Hi Lars, On Wednesday 13 November 2013 19:33:59 Knoll Lars wrote: > On 13/11/13 18:49, "Sean Harmer" wrote: > >Hi, > > > >On Tuesday 12 November 2013 12:46:46 Heikkinen Jani wrote: > >> Hi all, > >> > >> We have agreed in release team that Antti Kokko (irc: ankokko) will > >> > >>monitor > >> >

Re: [Development] Staging changes in release branch

2013-11-13 Thread Knoll Lars
On 13/11/13 18:49, "Sean Harmer" wrote: >Hi, > >On Tuesday 12 November 2013 12:46:46 Heikkinen Jani wrote: >> 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 iss

Re: [Development] Maintainership of QtNetwork

2013-11-13 Thread Shane Kearns
I would often have discussions with Peter and Rich over IRC about complex QtNetwork issues and I am confident in their ability to work together on this. If for organisational reasons it is preferred to have single maintainers, I'd suggest Rich for the socket/SSL/security parts and Peter for QNetwor

Re: [Development] the need to add a Task-Number in the release branch ...

2013-11-13 Thread Alan Alpert
On Wed, Nov 13, 2013 at 4:38 AM, Oswald Buddenhagen wrote: > moin, > > in > http://lists.qt-project.org/pipermail/development/2013-June/011610.html > thiago proposed that all changes pushed for release need to come with a > task-number footer. > the proposal met moderate approval. > little surpris

Re: [Development] Staging changes in release branch

2013-11-13 Thread Sean Harmer
Hi, On Tuesday 12 November 2013 12:46:46 Heikkinen Jani wrote: > 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 + cha

Re: [Development] DirectDraw Surface

2013-11-13 Thread Иван Комиссаров
Thanks for quick reply! I think, you can represent cubemap as an array with 6 images (right now, i generate one big texture that includes all 6 images, but i can separate them) and use QImageReader to read that array. Not sure if this works for texture arrays, i didn't explore that part of the

Re: [Development] DirectDraw Surface

2013-11-13 Thread Sean Harmer
Hi, On Wednesday 13 November 2013 20:36:06 Иван Комиссаров wrote: > Hello, i've uploaded initial version of my DirectDraw Surface image handler > https://codereview.qt-project.org/#change,71216 Very interesting! Adding support for DDS files is something I'm looking to do for Qt 5.3 to improve th

[Development] DirectDraw Surface

2013-11-13 Thread Иван Комиссаров
Hello, i've uploaded initial version of my DirectDraw Surface image handler https://codereview.qt-project.org/#change,71216 Are there anyone who is familiar with this format who can do a review? Иван Комиссаров ___ Development mailing list Development

Re: [Development] Color Management support in Qt 5?

2013-11-13 Thread Kai-Uwe Behrmann
Am 10.11.2013 11:05, schrieb John Layt: > On 9 November 2013 12:50, Olivier Goffart wrote: >> On Saturday 09 November 2013 03:02:18 Alessandro Portale wrote: >>> I like the idea of re-starting small, and quite a bit of what was done >>> in Nokia times can certainly be re-used. >>> What if Qt start

[Development] First Qt 5.2 RC1 snapshot available

2013-11-13 Thread Heikkinen Jani
Hi all, There is now snapshot available: http://download.qt-project.org/snapshots/qt/5.2/5.2.0-rc1/ Packages are now done from release branch and labeled as 'rc1'. These are first packages from release branch. Please test these and report your findings immediately. As you should know we are pl

[Development] the need to add a Task-Number in the release branch ...

2013-11-13 Thread Oswald Buddenhagen
moin, in http://lists.qt-project.org/pipermail/development/2013-June/011610.html thiago proposed that all changes pushed for release need to come with a task-number footer. the proposal met moderate approval. little surprisingly, thiago seems to be the only person (i noticed) who is actually enfor

[Development] Reviewing new classes (was: Re: Qt 5.2 header diff)

2013-11-13 Thread Marc Mutz
On Friday, November 08, 2013 13:59:00 Heikkinen Jani wrote: > Hi all, > > What is the situation with reviews & especially potential fixes? Is all > needed now done and so on can we start merge on Monday morning? Maybe I missed the mail, but there was no explict round of review of new classes. I