[Development] FW: [Marketing] Planning Qt 5 launch

2012-06-04 Thread quim.gil
Below you can find the email just sent to the [Marketing] list to begin the planning of the Qt 5 launch. If you want to contribute with demos, code examples and other materials please join that list. We won't be cross-posting here (except for exceptional exceptions). :) http://lists.qt-project

Re: [Development] 'assistant' should goto qtdoc-module, and 'linguist' should move to qttranslations-module

2012-06-04 Thread Loaden
Which plugin? I am try to remove the qtquick1 depend, and find it's build fine. > diff --git a/qt.pro b/qt.pro > index 862e8a7..dcb1e5f 100644 > --- a/qt.pro > +++ b/qt.pro > @@ -42,7 +42,7 @@ module_qtwebkit_examples_and_demos.depends = > module_qtwebkit > > module_qttools.subdir = qttools > mo

Re: [Development] 'assistant' should goto qtdoc-module, and 'linguist' should move to qttranslations-module

2012-06-04 Thread Loaden
Good idea!! 2012/6/4 > so > what we should rather do is to move that plugin out of qttools and into > qtquick1. > -- Please don't ask where I come from, It's a shame! Best Regards Yuchen ___ Development mailing list Development@qt-project.org http:

Re: [Development] mkspec "linux-arm-armcc " for qt5

2012-06-04 Thread Thiago Macieira
On segunda-feira, 4 de junho de 2012 08.32.03, song.7@nokia.com wrote: > Hi, > > We are trying to use armcc to build qt5, and meet many compiling issues... > Here, I just want to confirm that is there some assumption / limitation in > our qt5 code base about use armcc or gcc ??? I don't think

Re: [Development] How to submit Portuguese, Spanish, and Indonesian translations Qt?

2012-06-04 Thread alexandra.leisse
Hi! On 1.6.2012 9:49 PM, "ext David Burson" wrote: >Thanks for the information. I spent some time today reading the wiki >from the links you sent - lots of helpful information. I assume the >right people are aware of this, but probably half the links in the >Contributions section "things you g

[Development] Nominating Sean Harmer (ZapB) for Approver status

2012-06-04 Thread Robin Burchell
Hi all, I'd like to nominate Sean Harmer for approver status. He's been extremely busy on the QNX/Blackberry port in recent times amongst other things. His dashboard can be found at: https://codereview.qt-project.org/#dashboard,1000661 https://codereview.qt-project.org/#q,sean.harmer.qnx%2540kd

[Development] mkspec "linux-arm-armcc " for qt5

2012-06-04 Thread song.7.liu
Hi, We are trying to use armcc to build qt5, and meet many compiling issues... Here, I just want to confirm that is there some assumption / limitation in our qt5 code base about use armcc or gcc ??? Thanks, Song ___ Development mailing list Development

Re: [Development] doc: need rename qdoc3 -> qdoc

2012-06-04 Thread casper.vandonderen
Hi, Technically this structure should not be used at all anymore, but rather the auto-magic we introduced. The preferred way is to specify QMAKE_DOCS = [qdocconf file], this will automatically set up a "make docs" target for this module. Casper From: ext Loaden mailto:loa...@gmail.com>> Date:

[Development] [BIC notice] QSharedPointer's internals devirtualised

2012-06-04 Thread Thiago Macieira
Hello Changes https://codereview.qt-project.org/26974 and 26975 are introduce a binary-incompatible change to QSharedPointer. That affects *only* the internals, though those internals are exposed in inline code. Once these changes approved, I will stage them on a Friday, as code that is not recomp

Re: [Development] 'assistant' should goto qtdoc-module, and 'linguist' should move to qttranslations-module

2012-06-04 Thread lars.knoll
I think this is the doing things the wrong way round. There's exactly one small designer plugin depending on QtQuick1 (and pulling in qtscript), so what we should rather do is to move that plugin out of qttools and into qtquick1. That should reverse the dependency order and would be a lot more logi