Re: [Development] state of Qt's Australia office

2012-07-31 Thread Xizhi Zhu
So sad to hear this, I really like working with you gurus. Really, I don't know what I could / should say. On Aug 1, 2012 6:10 AM, wrote: > > On 01/08/2012, at 1:00 PM, "ext lorn.pot...@nokia.com" < > lorn.pot...@nokia.com> > wrote: > > > Hi all, > > > > We have received word that the Brisbane A

Re: [Development] state of Qt's Australia office

2012-07-31 Thread Loaden
Bad news!! 2012/8/1 > > On 01/08/2012, at 1:00 PM, "ext lorn.pot...@nokia.com" < > lorn.pot...@nokia.com> > wrote: > > > Hi all, > > > > We have received word that the Brisbane Australia office, consisting of > the teams working on Qt3D, QtDeclarative, QtMultimedia, QtSensors, and > QtSystems m

Re: [Development] state of Qt's Australia office

2012-07-31 Thread lorn.potter
On 01/08/2012, at 1:00 PM, "ext lorn.pot...@nokia.com" wrote: > Hi all, > > We have received word that the Brisbane Australia office, consisting of the > teams working on Qt3D, QtDeclarative, QtMultimedia, QtSensors, and QtSystems > modules, as well as the CI/QA team for Qt, will be shut dow

[Development] state of Qt's Australia office

2012-07-31 Thread lorn.potter
Hi all, We have received word that the Brisbane Australia office, consisting of the teams working on Qt3D, QtDeclarative, QtMultimedia, QtSensors, and QtSystems modules, as well as the CI/QA team for Qt, will be shut down. Our last day is August 31. The individual developers still retain their

Re: [Development] The containers in the "containers" branch

2012-07-31 Thread Rohan McGovern
Oswald Buddenhagen said: > > > For future reference, whoever is bypassing the CI to change the SHA1 of > > a branch should also issue a command like this to update the staging > > branch: > > > > ssh -p 29418 codereview.qt-project.org gerrit staging-rebuild --project > > qt/qtbase --branch con

Re: [Development] QML TranslationLoader element?

2012-07-31 Thread Jeremy Lainé
On 07/31/2012 01:16 PM, lars.kn...@nokia.com wrote: > You should uninstall the old one. For several translators it's better if we > use either several TranslationLoader elements or have a special property > taking an array of source files. I have done what you suggest, and uninstall the old tran

Re: [Development] QtCore is 2 MB larger in Qt 5

2012-07-31 Thread lars.knoll
On Jul 13, 2012, at 3:09 PM, ext Thiago Macieira wrote: [snip] 57900 .obj/release-shared/qeuckrcodec.o:.rodata 0xe22c 0x0 134944 .obj/release-shared/qbig5codec.o:.rodata 0x20f20 0x0 133792 .obj/release-shared/qjpunicode.o:.rodata 0x20aa0 0x0 117842 .obj/release-shared/qgb1803

Re: [Development] Proposed solution to the ICU problem

2012-07-31 Thread Thiago Macieira
On terça-feira, 31 de julho de 2012 14.25.26, Björn Breitmeyer wrote: > Hi, > > i am a bit confused now, will ICU be hard dependency on 5.0 instead of 5.1? > As i already mentioned we are having problems with a hard ICU dependency > for WindowsCE as its not supported by the ICU buildsystem. It alr

Re: [Development] Proposed solution to the ICU problem

2012-07-31 Thread Björn Breitmeyer
Hi, i am a bit confused now, will ICU be hard dependency on 5.0 instead of 5.1? As i already mentioned we are having problems with a hard ICU dependency for WindowsCE as its not supported by the ICU buildsystem. Will ICU become part of the 3rdparty repo with a more cross platform friendly builds

[Development] Proposed solution to the ICU problem

2012-07-31 Thread Thiago Macieira
Quick discussion on IRC happened. This is a summary of the discussion and proposal for the SDK. Situation: The ICU libraries *do* offer a stable C API, which they say they will maintain and keep compatible. However, the library soname changes on every version and most distributors enable symbol r

Re: [Development] QML TranslationLoader element?

2012-07-31 Thread Stephen Kelly
On Tuesday, July 31, 2012 11:54:39 Jeremy Lainé wrote: > b/ if any texts have already been run through qsTr, with my current > implementation they are not be re-translated upon successful loading of the > translation. This QML1 bug also applies to QML2, in that case: https://bugreports.qt-project

Re: [Development] QML TranslationLoader element?

2012-07-31 Thread lars.knoll
On Jul 31, 2012, at 11:54 AM, ext Jeremy Lainé wrote: > > Le Jul 31, 2012 à 9:34 AM, Alan Alpert a écrit : > >> On Mon, 30 Jul 2012 19:34:23 ext Jeremy Lainé wrote: >>> I have found QML's network transparency very handy for loading whole UIs >>> over the network, it makes it possible for insta

Re: [Development] QML TranslationLoader element?

2012-07-31 Thread Jeremy Lainé
Le Jul 31, 2012 à 9:34 AM, Alan Alpert a écrit : > On Mon, 30 Jul 2012 19:34:23 ext Jeremy Lainé wrote: >> I have found QML's network transparency very handy for loading whole UIs >> over the network, it makes it possible for instance to have "live updates" >> to an application provided all the c

Re: [Development] Experimental Qt 5 installers by Digia

2012-07-31 Thread lars.knoll
On Jul 31, 2012, at 11:10 AM, ext Thiago Macieira wrote: > On terça-feira, 31 de julho de 2012 08.54.56, shane.kea...@accenture.com > wrote: >> Or can we load it using dlopen like we do for openssl? > > We used to, but it was also hardcoded to a single soname version. If it > couldn't find th

Re: [Development] [Interest] Valgrind messages Qt 4.8.2

2012-07-31 Thread Linos
On 31/07/12 10:07, Olivier Goffart wrote: > On Tuesday 31 July 2012 09:49:44 Linos wrote: >> Hi, >> i am using valgrind integration in Qt Creator, works fine for me, after >> check an old small project of mine that have been some time untouched it >> remains having 0 errors but now if i use va

Re: [Development] Experimental Qt 5 installers by Digia

2012-07-31 Thread Thiago Macieira
On terça-feira, 31 de julho de 2012 08.54.56, shane.kea...@accenture.com wrote: > Or can we load it using dlopen like we do for openssl? We used to, but it was also hardcoded to a single soname version. If it couldn't find that one, it would print an annoying qWarning and disable ICU functionality

Re: [Development] Experimental Qt 5 installers by Digia

2012-07-31 Thread lars.knoll
On Jul 31, 2012, at 10:49 AM, ext Thiago Macieira wrote: > On terça-feira, 31 de julho de 2012 09.53.52, Olivier Goffart wrote: >> On Tuesday 31 July 2012 09:18:13 Thiago Macieira wrote: >>> On segunda-feira, 30 de julho de 2012 22.48.03, Leandro Melo de Sales > wrote: My linux distribu

Re: [Development] Experimental Qt 5 installers by Digia

2012-07-31 Thread shane.kearns
> -Original Message- > From: development-bounces+shane.kearns=accenture@qt-project.org > [mailto:development-bounces+shane.kearns=accenture@qt-project.org] > On Behalf Of Olivier Goffart > Sent: 31 July 2012 08:54 > To: development@qt-project.org > Cc: Thiago Macieira > Subject: Re:

Re: [Development] Experimental Qt 5 installers by Digia

2012-07-31 Thread Thiago Macieira
On terça-feira, 31 de julho de 2012 09.53.52, Olivier Goffart wrote: > On Tuesday 31 July 2012 09:18:13 Thiago Macieira wrote: > > On segunda-feira, 30 de julho de 2012 22.48.03, Leandro Melo de Sales wrote: > > > My linux distribution is Ubuntu 12.04 and I have libicui18n > > > installed,

Re: [Development] Use of official OpenGL/ES2 headers

2012-07-31 Thread Sean Harmer
On Tuesday 24 July 2012 13:18:44 Sean Harmer wrote: > Hi, > > I would like to tidy up some more of the OpenGL support in Qt5. Throughout > Qt5's OpenGL support classes there are a large number of #defines copy and > pasted from upstream OpenGL/ES headers. We now have quite a significant > number o

Re: [Development] The containers in the "containers" branch

2012-07-31 Thread Oswald Buddenhagen
On Tue, Jul 31, 2012 at 09:25:56AM +1000, ext Rohan McGovern wrote: > It looks to me like the 'containers' branch has been used inconsistently > with respect to CI, like somebody fast-forwarded it > from 8141e34280a92088a527e0935765ad8ba8e92be8 to > 7a0b8d580df8d6b0012d11f61299046682f4d18a rather t

Re: [Development] [Interest] Valgrind messages Qt 4.8.2

2012-07-31 Thread Olivier Goffart
On Tuesday 31 July 2012 09:49:44 Linos wrote: > Hi, > i am using valgrind integration in Qt Creator, works fine for me, after > check an old small project of mine that have been some time untouched it > remains having 0 errors but now if i use valgrind from the command line > like i did when

Re: [Development] Experimental Qt 5 installers by Digia

2012-07-31 Thread Olivier Goffart
On Tuesday 31 July 2012 09:18:13 Thiago Macieira wrote: > On segunda-feira, 30 de julho de 2012 22.48.03, Leandro Melo de Sales wrote: > > My linux distribution is Ubuntu 12.04 and I have libicui18n installed, > > > > but version 48 not 44. Any clue? > > That won't work. Because of the ICU de

Re: [Development] QML TranslationLoader element?

2012-07-31 Thread Alan Alpert
On Mon, 30 Jul 2012 19:34:23 ext Jeremy Lainé wrote: > I have found QML's network transparency very handy for loading whole UIs > over the network, it makes it possible for instance to have "live updates" > to an application provided all the changes happen on the QML side. However, > once internati

Re: [Development] Experimental Qt 5 installers by Digia

2012-07-31 Thread Thiago Macieira
On segunda-feira, 30 de julho de 2012 22.48.03, Leandro Melo de Sales wrote: > My linux distribution is Ubuntu 12.04 and I have libicui18n installed, > but version 48 not 44. Any clue? That won't work. Because of the ICU dependency, our binaries no longer work across many distros. They will wo