[Development] CI problem with iOS

2015-03-18 Thread Thiago Macieira
This has been happening for a while. Someone who knows about iOS, please talk to the QA team to make sure this problem is solved. The CI has been reporting: Check dependencies No architectures to compile for (ARCHS=i386 x86_64, VALID_ARCHS=arm64 armv7 armv7s). CodeSign error: entitlements are r

Re: [Development] image format plugins

2015-03-18 Thread Thiago Macieira
On Thursday 19 March 2015 04:54:09 Konstantin Ritt wrote: > Hi guys. > > What do you think about moving gif and ico plugins from qtbase > to qtimageformats? Why? What's the reason? -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Center ___

Re: [Development] image format plugins

2015-03-18 Thread Jake Petroules
Sounds reasonable. +1 > On Mar 18, 2015, at 5:54 PM, Konstantin Ritt wrote: > > Hi guys. > > What do you think about moving gif and ico plugins from qtbase to > qtimageformats? > > Regards, > Konstantin > ___ > Development mailing list > Development

Re: [Development] [RFC] more gerrit codereview scores?

2015-03-18 Thread Konstantin Ritt
[Not really in-topic but still...] Can we also introduce a flag with meaning like "this change doesn't require clean build"? For example, when the approver gives his +2 to a simple change in the .h file, he can also turn that flag on -- iff all staged changes has this flag on, then CI does incremen

[Development] image format plugins

2015-03-18 Thread Konstantin Ritt
Hi guys. What do you think about moving gif and ico plugins from qtbase to qtimageformats? Regards, Konstantin ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development

Re: [Development] New Qt 4.8.7 snapshot build is available

2015-03-18 Thread Mark Gaiser
Does this qualify as a release blocker? https://bugreports.qt.io/browse/QTBUG-45100 Would be a shame if it missed the 4.8.7 release imho. On Mon, Feb 16, 2015 at 12:01 PM, Salovaara Akseli < akseli.salova...@theqtcompany.com> wrote: > Hi, > > > > New Qt 4.8.7 snapshot build is available > http:

Re: [Development] Adding .mtl files into qt3d+qt5.5 based application

2015-03-18 Thread Konstantin Ritt
Here is where Sean opens a "3D modelling for dummies" courses :P Closer to the original topic: there is a SceneLoader that loads a scene (i.e. obj/dae/blender) and adds the loaded scene elements to the Qt3D scene, retaining the original relationships (so that all materials assigned to the mesh wil

Re: [Development] Deprecating modules with 5.5

2015-03-18 Thread Corentin Jabot
2015-03-18 11:00 GMT+01:00 Simon Hausmann : > On Tuesday 17. March 2015 15.04.19 Corentin Jabot wrote: > > Regarding QJSEngine, some things are unclear to me. > > > > Let's say I have a QObject-derived class. how do I create an instance of > > that class from a script ? > > > > c++ : class Foo :

Re: [Development] Adding .mtl files into qt3d+qt5.5 based application

2015-03-18 Thread Sean Harmer
Hi, On Wednesday 18 Mar 2015 16:59:51 Arjun Das wrote: > Hi, > > One last question on the same topic, I can see that most of the .obj files > in the examples are created using blender. How were the corresponding .webp > files created? > For instance chest.obj has a corresponding diffuse.webp, so

Re: [Development] Adding .mtl files into qt3d+qt5.5 based application

2015-03-18 Thread Arjun Das
Hi, One last question on the same topic, I can see that most of the .obj files in the examples are created using blender. How were the corresponding .webp files created? For instance chest.obj has a corresponding diffuse.webp, so how were these webp created. I can see that they are not arbitrary i

Re: [Development] Qt mailing list migration - UPDATE

2015-03-18 Thread Järvenpää Petri
Hi, Yes I´m very sorry for the terrible wording. Emails shouldn't be lost in process just not delivered for the duration. -Original Message- From: Thiago Macieira [mailto:thiago.macie...@intel.com] Sent: 18. maaliskuuta 2015 13:09 To: development@qt-project.org Cc: Järvenpää Petri Subje

Re: [Development] Qt mailing list migration

2015-03-18 Thread Thiago Macieira
On Wednesday 18 March 2015 10:13:50 Oswald Buddenhagen wrote: > On Tue, Mar 17, 2015 at 10:19:02AM +0100, Marc Mutz wrote: > > On Monday 16 March 2015 18:29:58 Oswald Buddenhagen wrote: > > > On Mon, Mar 16, 2015 at 05:42:40PM +0100, Marc Mutz wrote: > > > > On Monday 16 March 2015 13:57:57 Järvenp

Re: [Development] Qt mailing list migration - UPDATE

2015-03-18 Thread Thiago Macieira
On Wednesday 18 March 2015 08:36:48 Järvenpää Petri wrote: > Starting 09:00 EET mailing list services will be unavailable and emails sent > to the lists will be lost. If you just disable the SMTP servers in the old servers, emails won't be lost. They will just be delayed and will be delivered lat

Re: [Development] Deprecating modules with 5.5

2015-03-18 Thread Thiago Macieira
On Wednesday 18 March 2015 08:39:28 Florian Bruhin wrote: > But if I understood correctly, the consensus here seems to be to > deprecate it in Qt 5.5 and remove it with Qt 6, which sounds much more > reasonable to me. That's not the consensus. People panicked when they read Tuukka's blog saying "

Re: [Development] Deprecating modules with 5.5

2015-03-18 Thread Thiago Macieira
On Wednesday 18 March 2015 07:44:12 Bo Thorsen wrote: > Den 17-03-2015 kl. 23:45 skrev Thiago Macieira: > > We promised not to break source or binary compatibility. Where are we > > doing > > that? > > Removing classes is as binary incompatible as you can possibly make it. They're not removed. Th

Re: [Development] Adding .mtl files into qt3d+qt5.5 based applcation

2015-03-18 Thread Sean Harmer
On Wednesday 18 Mar 2015 15:46:12 Arjun Das wrote: > Thanks for the information. > > I am also seeing .webp file formats for texturing. Is there anyway to > convert .mtl files to the webp files? Webp is just an image format, like png or jpeg. Mtl is a textual description of lighting parameters a

Re: [Development] Adding .mtl files into qt3d+qt5.5 based applcation

2015-03-18 Thread Arjun Das
Thanks for the information. I am also seeing .webp file formats for texturing. Is there anyway to convert .mtl files to the webp files? Thanks Regards Arjun ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/lis

Re: [Development] Deprecating modules with 5.5

2015-03-18 Thread Simon Hausmann
On Tuesday 17. March 2015 15.04.19 Corentin Jabot wrote: > Regarding QJSEngine, some things are unclear to me. > > Let's say I have a QObject-derived class. how do I create an instance of > that class from a script ? > > c++ : class Foo : public QObject { Q_OBJECT }; js : var foo = new Foo(

Re: [Development] Qt mailing list migration

2015-03-18 Thread Oswald Buddenhagen
On Tue, Mar 17, 2015 at 10:19:02AM +0100, Marc Mutz wrote: > On Monday 16 March 2015 18:29:58 Oswald Buddenhagen wrote: > > On Mon, Mar 16, 2015 at 05:42:40PM +0100, Marc Mutz wrote: > > > On Monday 16 March 2015 13:57:57 Järvenpää Petri wrote: > > > > The change should be invisible to the normal u

Re: [Development] Adding .mtl files into qt3d+qt5.5 based applcation

2015-03-18 Thread Sean Harmer
Hi, On Wednesday 18 Mar 2015 08:33:07 Arjun Das wrote: > Hi, > > When i export "blender" files into .obj files, i get .mtl supporting files > as well. However, I am able to add .obj files but am not sure how to add > the .mtl file information. At present Qt3D 2 does not support mtl files referen

[Development] Qt mailing list migration - UPDATE

2015-03-18 Thread Järvenpää Petri
Hello again. Unfortunately we need to schedule a maintenance break for the Qt-project.org mailing list services for tomorrow (19th of March). Starting 09:00 EET mailing list services will be unavailable and emails sent to the lists will be lost. Break in services is scheduled to last until appro

Re: [Development] Deprecating modules with 5.5

2015-03-18 Thread Allan Sandfeld Jensen
On Wednesday 18 March 2015, Bo Thorsen wrote: > Den 17-03-2015 kl. 23:45 skrev Thiago Macieira: > > On Tuesday 17 March 2015 17:14:38 Jan Kundrát wrote: > >> On Tuesday, 3 February 2015 08:33:46 CET, Knoll Lars wrote: > >>> * Qt WebKit > >> > >> While I understand the reasons on why you want to re

Re: [Development] Deprecating modules with 5.5

2015-03-18 Thread Florian Bruhin
* Knoll Lars [2015-03-18 07:31:00 +]: > On 18/03/15 07:44, "Bo Thorsen" wrote: > > >Den 17-03-2015 kl. 23:45 skrev Thiago Macieira: > >> On Tuesday 17 March 2015 17:14:38 Jan Kundrát wrote: > >>> On Tuesday, 3 February 2015 08:33:46 CET, Knoll Lars wrote: > * Qt WebKit > [...] > >>> > >

Re: [Development] Deprecating modules with 5.5

2015-03-18 Thread Knoll Lars
On 18/03/15 08:35, "Bo Thorsen" wrote: >Den 18-03-2015 kl. 08:31 skrev Knoll Lars: >> On 18/03/15 07:44, "Bo Thorsen" wrote: >> >>> Den 17-03-2015 kl. 23:45 skrev Thiago Macieira: On Tuesday 17 March 2015 17:14:38 Jan Kundrát wrote: > On Tuesday, 3 February 2015 08:33:46 CET, Knoll Lars

Re: [Development] Deprecating modules with 5.5

2015-03-18 Thread Bo Thorsen
Den 18-03-2015 kl. 08:31 skrev Knoll Lars: > On 18/03/15 07:44, "Bo Thorsen" wrote: > >> Den 17-03-2015 kl. 23:45 skrev Thiago Macieira: >>> On Tuesday 17 March 2015 17:14:38 Jan Kundrát wrote: On Tuesday, 3 February 2015 08:33:46 CET, Knoll Lars wrote: > * Qt WebKit While I understa

Re: [Development] Deprecating modules with 5.5

2015-03-18 Thread Knoll Lars
On 18/03/15 07:44, "Bo Thorsen" wrote: >Den 17-03-2015 kl. 23:45 skrev Thiago Macieira: >> On Tuesday 17 March 2015 17:14:38 Jan Kundrát wrote: >>> On Tuesday, 3 February 2015 08:33:46 CET, Knoll Lars wrote: * Qt WebKit >>> While I understand the reasons on why you want to remove this one, I