Re: [Development] [RFO QTBUG-84739] QJsonValue::fromVariant containing QByteArray

2020-07-01 Thread Raul Metsma
eld scenario, the new behaviour is quite useful. You don't need > to pre-encode, the converter will do it for you. We need then specify how it will then encoded (hex or base64) then. Raul Metsma ___ Development mailing list Development@qt-project.org https://lists.qt-project.org/listinfo/development

Re: [Development] Important OSX 10.9.5 & 10.10 codesign changes

2014-09-19 Thread Raul Metsma
Another issue with qt binaries cat ~/Qt/5.3/clang_64/lib/QtPrintSupport.framework/Contents/Info.plist http://www.apple.com/DTDs/PropertyList-1.0.dtd";> CFBundlePackageType FMWK CFBundleShortVersionString 5.3 CFBundleGetInfoString Created by Qt/QM

Re: [Development] Important OSX 10.9.5 & 10.10 codesign changes

2014-09-18 Thread Raul Metsma
Reported already 24/Jan/14 QTBUG-36429 even mentioned in thread http://comments.gmane.org/gmane.comp.lib.qt.devel/17821 Raul On 18 Sep 2014, at 20:31, Adam Strzelecki wrote: > Briefly - current Qt5 frameworks bundles structure is invalid & cannot be > code signed anymore in 10.9.5 & 10.10. Als

Re: [Development] HEADS UP: Qt 5.4 feature freeze - is frozen now

2014-08-11 Thread Raul Metsma
Can we get some attention on this ticket also QTBUG-36429 We need fix mac framework layout to get binaries correctly signed for OSX appstore Raul On 09 Aug 2014, at 11:16, Iikka Eklund (via Oswald Buddenhagen) wrote: > Hi, > > the ‘dev’ branch is now temporarily closed. From now on, all chan

Re: [Development] HEADS UP: Qt 5.4 feature freeze - is frozen now

2014-08-11 Thread Raul Metsma
Can we get some attention on this ticket also QTBUG-36429 We need fix mac framework layout to get binaries correctly signed for OSX appstore Raul On 09 Aug 2014, at 11:16, Iikka Eklund (via Oswald Buddenhagen) wrote: > Hi, > > the ‘dev’ branch is now temporarily closed. From now on, all chan

Re: [Development] [Announce] Qt 5.2 Beta released

2013-10-24 Thread Raul Metsma
Hi, Can we do something with this bug before release https://bugreports.qt-project.org/browse/QTBUG-34107 All qt appstore apps are unusable right now on OS X 10.9 Raul Metsma On Oct 23, 2013, at 1:16 PM, List for announcements regarding Qt releases and development wrote: > Hi, > &g

Re: [Development] [Win32 API] Windows 8.1 deprectaed GetVersion(Ex) -> QSysInfo should be fixed!

2013-10-20 Thread Raul Metsma
Why not use the manifest workaround? * * Raul On Oct 20, 2013, at 4:56 PM, MuldeR wrote: > Hello. > > As you might have read, with Windows 8.1, the GetVersion(Ex) API has been > deprecated by Microsoft and will now pretend to be Windows 8.0 (NT v6.2), > even whe

Re: [Development] Qt 5.2 Testing

2013-10-14 Thread Raul Metsma
On Oct 14, 2013, at 2:58 PM, Stephen Kelly wrote: > On Thursday, October 10, 2013 15:10:17 Raul Metsma wrote: >> On windows cmake cannot find dll-s again >> Had to change QtCoreConfig.cmake and other modules line 31 >>set(imported_location "${_qt5Core_install_

Re: [Development] Qt 5.2 Testing

2013-10-10 Thread Raul Metsma
On windows cmake cannot find dll-s again Had to change QtCoreConfig.cmake and other modules line 31 set(imported_location "${_qt5Core_install_prefix}/lib/${LIB_LOCATION}") to set(imported_location "${_qt5Core_install_prefix}/bin/${LIB_LOCATION}") and on mac cmake complains missing GL frame

Re: [Development] New features and modules in 5.2

2013-08-28 Thread Raul Metsma
Just verifying can I use c++11 fetaures (eg initializer list with qlist/qvector) with qt clang++/stdc++ binary build? Raul On Aug 28, 2013, at 5:38 PM, Thiago Macieira wrote: > On quarta-feira, 28 de agosto de 2013 17:06:25, Raul Metsma wrote: >> Hi >> >> Is there any

Re: [Development] New features and modules in 5.2

2013-08-28 Thread Raul Metsma
Hi Is there any plans release with qt 5.2 separate prebuilt binaries for clang/libc++. Current clang/libstdc++ Raul On Aug 26, 2013, at 5:16 PM, Knoll Lars wrote: > Hi everybody, > > this is just a friendly reminder on quality criteria we should pass for > new modules and new features that y

Re: [Development] Setting a Minimum Support OpenSSL Version

2013-04-16 Thread Raul Metsma
We saw weird behaviours when mixing in our application openssl 1.0.0 and using Security.framework/TokenD. Using stock openssl resolved this. Raul On Apr 16, 2013, at 3:43 PM, Peter Hartmann wrote: > On 04/16/2013 01:19 PM, Richard Moore wrote: >> 2) We could say 1.0.0 is the minimum. > > +1 >

Re: [Development] Qt for iOS - iOSStyle

2013-03-11 Thread Raul Metsma
here is one other solution http://docs.appcelerator.com/titanium/latest/ javascript and native looking widgets under ios Raul On Mar 11, 2013, at 10:58 PM, Rafael Roquetto wrote: > On Mon, Mar 11, 2013 at 01:40:18PM -0700, Thiago Macieira wrote: >> On segunda-feira, 11 de março de 2013 16.54.31

Re: [Development] Frameworks on Mac?

2012-11-22 Thread Raul Metsma
I think we should keep the frameworks and we can add plugins into the framework bundle. (eg. qjpeg, qtiff, qaccessibility into the QtGui.framework and character and general plugins into QtCore.framework) It will simplify probably the deploy process. Raul On Nov 22, 2012, at 1:06 PM, Volker Götz