Re: [Development] Suggested addition to wiki.qt.io/Coding_Conventions

2015-05-22 Thread Marc Mutz
On Thursday 21 May 2015 18:38:52 Thiago Macieira wrote: Those are very good examples of not exporting the whole class, at the expense of making very ugly headers. Sorry, which class and which headers are you referring to? Thanks, Marc -- Marc Mutz marc.m...@kdab.com | Senior Software

[Development] Qt 5.5 string freeze

2015-05-22 Thread Heikkinen Jani
Hi all, As warned a week ago string freeze is now in effect. Please, no changes to translatable strings from now on, unless approved by the documentation team. Br, Jani From: Heikkinen Jani Sent: 13. toukokuuta 2015 9:54 To: development@qt-project.org; releas...@qt-project.org;

Re: [Development] Compiling for iOS, qtdeclarative and others fail

2015-05-22 Thread Ariel Molina
Hi, Unfortunatly the snapshots are of no use to me, I was patching a bug in Desktop and then tried to test this fix in iOS. It's a very simple patch, but needs full Qt rebuild. Ariel On Wed, May 20, 2015 at 1:12 PM, Edward Sutton edward.sut...@subsite.com wrote: On May 20, 2015, at 12:55 PM,

Re: [Development] Suggested addition to wiki.qt.io/Coding_Conventions

2015-05-22 Thread Thiago Macieira
On Friday 22 May 2015 22:45:41 Marc Mutz wrote: On Friday 22 May 2015 18:32:21 Thiago Macieira wrote: On Friday 22 May 2015 11:12:01 Marc Mutz wrote: On Thursday 21 May 2015 18:38:52 Thiago Macieira wrote: Those are very good examples of not exporting the whole class, at the expense

Re: [Development] Compiling for iOS, qtdeclarative and others fail

2015-05-22 Thread Ariel Molina
Well the last lines are /Users/edis/projects/qt5/qtbase/bin/qmake -o Makefile xmlpatterns.pro /Applications/Xcode.app/Contents/Developer/usr/bin/make -f Makefile.Device install xcodebuild install -scheme xmlpatterns -sdk iphoneos -configuration Release Build settings from command line:

Re: [Development] Compiling for iOS, qtdeclarative and others fail

2015-05-22 Thread Ariel Molina
Hi, I solved the problem, just want to share, On Wed, May 20, 2015 at 12:16 PM, Edward Sutton edward.sut...@subsite.com wrote: I understand the config commands used to build Qt packages are here: http://code.qt.io/cgit/qtsdk/qtsdk.git/tree/packaging-tools/bld_config I just followed your

Re: [Development] Imageformats v2

2015-05-22 Thread Иван Комиссаров
For now, i moved mipmaps into ImageResource + the Document is just an array of resources now (with 1 element for jpeg, png, ico, icns; multiple for gif) + in the simplest case (jpeg, png) Document has 1 Resource with 1 image in it. + in the case of icns/ico Resource is a 1d array of mipmaps - in

[Development] Qt World Summit call for papers extended

2015-05-22 Thread Kojo Tero
Hello, By popular demand, we're extending the Qt World Summit 2015 Call for Papers deadline by one week - May 31, 2015. http://blog.qt.io/blog/2015/05/22/window-of-opportunity-qt-world-summit-2015-call-for-papers/ Best regards, Tero ___ Development

Re: [Development] Suggested addition to wiki.qt.io/Coding_Conventions

2015-05-22 Thread Thiago Macieira
On Friday 22 May 2015 11:12:01 Marc Mutz wrote: On Thursday 21 May 2015 18:38:52 Thiago Macieira wrote: Those are very good examples of not exporting the whole class, at the expense of making very ugly headers. Sorry, which class and which headers are you referring to? The QVector and

Re: [Development] Suggested addition to wiki.qt.io/Coding_Conventions

2015-05-22 Thread Marc Mutz
On Friday 22 May 2015 18:32:21 Thiago Macieira wrote: On Friday 22 May 2015 11:12:01 Marc Mutz wrote: On Thursday 21 May 2015 18:38:52 Thiago Macieira wrote: Those are very good examples of not exporting the whole class, at the expense of making very ugly headers. Sorry, which class