[Development] iOS with current 5.4 git

2014-10-13 Thread Robert Iakobashvili
Gentlemen, With 5.4 taken yesterday (and all recent commits are seen in log), somehow QTBUG-39981 issues are still inside, updated, and QTBUG-41275 was reopened. Thanks. Robert ___ Development mailing list Development@qt-project.org

Re: [Development] QSettings refactor updates

2014-10-13 Thread Ziller Eike
On Oct 10, 2014, at 8:16 PM, Adam Light acli...@gmail.com wrote: On Fri, Oct 10, 2014 at 7:25 AM, Ziller Eike eike.zil...@theqtcompany.com wrote: On Oct 10, 2014, at 3:37 PM, Adam Light acli...@gmail.com wrote: On the flip side, our large Qt application runs on Mac and Windows and

Re: [Development] QSettings refactor updates

2014-10-13 Thread Morten Johan Sørvig
On 10 Oct 2014, at 13:27, Ziller Eike eike.zil...@theqtcompany.com wrote: On Oct 10, 2014, at 11:48 AM, Morten Johan Sørvig morten.sor...@digia.com wrote: Mac people: do we need access to plist files? Plist is the format for application and other settings on OS X, and there are

Re: [Development] Qt3D on windows

2014-10-13 Thread Sean Harmer
Hey Gunnar, On 13/10/2014 06:48, Gunnar Sletta wrote: On 12 Oct 2014, at 22:18, Sean Harmer sean.har...@kdab.com wrote: On 12/10/2014 21:08, Ray Donnelly wrote: On Sun, Oct 12, 2014 at 8:56 PM, Sean Harmer sean.har...@kdab.com wrote: Hi, just a quick heads up that Qt3D's wip/newapi branch

Re: [Development] Qt3D on windows

2014-10-13 Thread Agocs Laszlo
Hi Sean, What Gunnar refers to is a pattern we use in a few places to get things functioning correctly with certain embedded GLES implementations. With such drivers, creating sharing contexts on different threads behaves incorrectly as you won't actually get sharing. The workaround was to

Re: [Development] Qt3D on windows

2014-10-13 Thread Sean Harmer
On 13/10/2014 10:27, Agocs Laszlo wrote: Hi Sean, What Gunnar refers to is a pattern we use in a few places to get things functioning correctly with certain embedded GLES implementations. With such drivers, creating sharing contexts on different threads behaves incorrectly as you won't

[Development] Optional Dependencies and Distribution of Examples

2014-10-13 Thread Milian Wolff
Hey all, I have a question regarding the handling of optional dependencies, and how that influences the distribution of Qt code, esp. the creation of tarballs and binaries. Qt WebChannel uses Qt WebSockets for its examples, and that optionally and only there. The rest of the code works fine

[Development] Qt3D Examples

2014-10-13 Thread Sean Harmer
Hi, somewhat of a meta question around Milian's recent email. Qt3D is obviously going to need a lot of examples to show how to implement various techniques and methods. 3D work in general is notorious of requiring fairly large assets to make interesting and visually pleasing examples e.g.

Re: [Development] Qt3D Examples

2014-10-13 Thread Simon Hausmann
On Monday 13. October 2014 11.49.01 Sean Harmer wrote: Hi, somewhat of a meta question around Milian's recent email. Qt3D is obviously going to need a lot of examples to show how to implement various techniques and methods. 3D work in general is notorious of requiring fairly large assets to

[Development] Some more maintainer nominations

2014-10-13 Thread Knoll Lars
Hi, I’d like to nominate a few more maintainers. Most of the below should be simply about making the de-facto status official, ie. Putting the person that does most of the work on the module in charge. Qt WebChannel: Milian Wolff Qt Canvas 3D: Pasi Keranen Direct2D platform plugin: Louai

Re: [Development] Qt3D Examples

2014-10-13 Thread Svenn-Arne Dragly
On 13. okt. 2014 13:13, Simon Hausmann wrote: On Monday 13. October 2014 11.49.01 Sean Harmer wrote: Hi, somewhat of a meta question around Milian's recent email. Qt3D is obviously going to need a lot of examples to show how to implement various techniques and methods. 3D work in general is

Re: [Development] Some more maintainer nominations

2014-10-13 Thread Sean Harmer
On 13/10/2014 12:36, Knoll Lars wrote: Hi, I’d like to nominate a few more maintainers. Most of the below should be simply about making the de-facto status official, ie. Putting the person that does most of the work on the module in charge. Qt WebChannel: Milian Wolff Qt Canvas 3D: Pasi

Re: [Development] QSettings refactor updates

2014-10-13 Thread André Somers
Milian Wolff schreef op 11-10-2014 16:44: On Friday 10 October 2014 21:26:11 Tomaz Canabrava wrote: On Fri, Oct 10, 2014 at 6:35 AM, Milian Wolff milian.wo...@kdab.com wrote: On Friday 10 October 2014 06:22:12 Tomaz Canabrava wrote: Em 10/10/2014 06:18, Oswald Buddenhagen

Re: [Development] QSettings refactor updates

2014-10-13 Thread André Somers
Thiago Macieira schreef op 11-10-2014 10:25: On Friday 10 October 2014 21:27:58 Tomaz Canabrava wrote: I tougth about having a changed() signal on the QConfig / QConfigGroup classes, is the QConfigWatcher a better approach? Put it in a separate class. QConfig (Group) should not be a QObject.

Re: [Development] Qt List Items in 5.3

2014-10-13 Thread Bo Thorsen
Den 13-10-2014 00:44, Lee Powell skrev: I know all you folks are busy as this is probably not a high community request, but if you would consider adding dashes and stars to list items at the very least that would be awesome. We'd be happy to implement first and raise a merge request with the

Re: [Development] QSettings refactor updates

2014-10-13 Thread Thiago Macieira
On Monday 13 October 2014 13:46:21 André Somers wrote: Personally, I think that using string-based key-value pairs (whether the key has grouped semantics or not) and then manually casting the value to the needed everywhere you need it simply has no place in application code in all but the

Re: [Development] QSettings refactor updates

2014-10-13 Thread Thiago Macieira
On Monday 13 October 2014 13:47:44 André Somers wrote: Thiago Macieira schreef op 11-10-2014 10:25: On Friday 10 October 2014 21:27:58 Tomaz Canabrava wrote: I tougth about having a changed() signal on the QConfig / QConfigGroup classes, is the QConfigWatcher a better approach? Put it

Re: [Development] Some more maintainer nominations

2014-10-13 Thread Thiago Macieira
On Monday 13 October 2014 11:36:43 Knoll Lars wrote: Hi, I’d like to nominate a few more maintainers. Most of the below should be simply about making the de-facto status official, ie. Putting the person that does most of the work on the module in charge. Hi Lars all The nomination of

Re: [Development] QSettings refactor updates

2014-10-13 Thread Milian Wolff
On Monday 13 October 2014 14:41:08 Thiago Macieira wrote: On Monday 13 October 2014 13:47:44 André Somers wrote: Thiago Macieira schreef op 11-10-2014 10:25: On Friday 10 October 2014 21:27:58 Tomaz Canabrava wrote: I tougth about having a changed() signal on the QConfig / QConfigGroup

Re: [Development] Some more maintainer nominations

2014-10-13 Thread Gunnar Sletta
On 13 Oct 2014, at 14:45, Thiago Macieira thiago.macie...@intel.com wrote: On Monday 13 October 2014 11:36:43 Knoll Lars wrote: Hi, I’d like to nominate a few more maintainers. Most of the below should be simply about making the de-facto status official, ie. Putting the person that does

Re: [Development] Some more maintainer nominations

2014-10-13 Thread Paul Olav Tvete
On Monday 13. October 2014 11.36.43 Knoll Lars wrote: Qt WebView: Christian Strømme +1 Christian: you need to work on self promotion, obviously :p - Paul ___ Development mailing list Development@qt-project.org

[Development] osx search paths with 5.3.2

2014-10-13 Thread Matt Broadstone
Hi all, I've been using qt 4.8.6 for quite some time on my macbook installed from homebrew with no problem whatsoever. I decided over the weekend to upgrade my install to the latest qt5 build which on homebrew is 5.3.2. Everything installed, qmake ran and I was able to successfully build qjsonrpc

Re: [Development] QSettings refactor updates

2014-10-13 Thread Ziller Eike
On Oct 13, 2014, at 10:30 AM, Morten Johan Sørvig morten.sor...@digia.com wrote: On 10 Oct 2014, at 13:27, Ziller Eike eike.zil...@theqtcompany.com wrote: On Oct 10, 2014, at 11:48 AM, Morten Johan Sørvig morten.sor...@digia.com wrote: Mac people: do we need access to plist

Re: [Development] osx search paths with 5.3.2

2014-10-13 Thread Ziller Eike
On Oct 13, 2014, at 4:55 PM, Matt Broadstone mbroa...@gmail.com wrote: Hi all, I've been using qt 4.8.6 for quite some time on my macbook installed from homebrew with no problem whatsoever. I decided over the weekend to upgrade my install to the latest qt5 build which on homebrew is

Re: [Development] osx search paths with 5.3.2

2014-10-13 Thread Matt Broadstone
On Mon, Oct 13, 2014 at 11:07 AM, Ziller Eike eike.zil...@theqtcompany.com wrote: On Oct 13, 2014, at 4:55 PM, Matt Broadstone mbroa...@gmail.com wrote: Hi all, I've been using qt 4.8.6 for quite some time on my macbook installed from homebrew with no problem whatsoever. I decided over the

Re: [Development] osx search paths with 5.3.2

2014-10-13 Thread Ziller Eike
On Oct 13, 2014, at 5:23 PM, Matt Broadstone mbroa...@gmail.com wrote: On Mon, Oct 13, 2014 at 11:07 AM, Ziller Eike eike.zil...@theqtcompany.com wrote: On Oct 13, 2014, at 4:55 PM, Matt Broadstone mbroa...@gmail.com wrote: Hi all, I've been using qt 4.8.6 for quite some time on my

Re: [Development] osx search paths with 5.3.2

2014-10-13 Thread Thiago Macieira
On Monday 13 October 2014 11:23:11 Matt Broadstone wrote: Thanks for the quick response. The things that are not found are for isntance, /usr/include/qjsonrpc/qjsonrpcmessage.h. I can fix this manually by adding /usr/include to my INCLUDEPATH - no problem, but definitely wasn't a requirement

Re: [Development] Qt List Items in 5.3

2014-10-13 Thread Konstantin Ritt
First of all, report the issue/suggestion via the Qt's official bug tracker (feel free to notify me, when done). We already have QTextListFormat class, through which one could control the list formatting options, so maybe it would be both easier and most-convenient to extend the

Re: [Development] Some more maintainer nominations

2014-10-13 Thread Thomas McGuire
Hi, On 13.10.2014 13:36, Knoll Lars wrote: I’d like to nominate a few more maintainers. Most of the below should be simply about making the de-facto status official, ie. Putting the person that does most of the work on the module in charge. Qt WebChannel: Milian Wolff Having worked together

Re: [Development] QSettings refactor updates

2014-10-13 Thread Thomas McGuire
On 13.10.2014 13:46, André Somers wrote: Milian Wolff schreef op 11-10-2014 16:44: On Friday 10 October 2014 21:26:11 Tomaz Canabrava wrote: On Fri, Oct 10, 2014 at 6:35 AM, Milian Wolff milian.wo...@kdab.com wrote: On Friday 10 October 2014 06:22:12 Tomaz Canabrava wrote: Em 10/10/2014