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

2020-07-01 Thread Raul Metsma
rio, 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 ?xml version=1.0 encoding=UTF-8? !DOCTYPE plist PUBLIC -//Apple//DTD PLIST 1.0//EN http://www.apple.com/DTDs/PropertyList-1.0.dtd; plist version=1.0 dict keyCFBundlePackageType/key

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 o...@java.pl wrote: Briefly - current Qt5 frameworks bundles structure is invalid cannot be code signed anymore in 10.9.5

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) oswald.buddenha...@digia.com wrote: Hi, the ‘dev’ branch is now temporarily

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) oswald.buddenha...@digia.com wrote: Hi, the ‘dev’ branch is now temporarily

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? compatibility xmlns=urn:schemas-microsoft-com:compatibility.v1 application * !-- Windows 8.1 -- * supportedOS Id={1f676c76-80e1-4239-95bb-83d0f6d0da78}/ Raul On Oct 20, 2013, at 4:56 PM, MuldeR muld...@gmx.de wrote: Hello. As

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

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 lars.kn...@digia.com wrote: Hi everybody, this is just a friendly reminder on quality criteria we should pass for new modules and

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 thiago.macie...@intel.com wrote: On quarta-feira, 28 de agosto de 2013 17:06:25, Raul Metsma wrote: Hi Is there any plans

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 phartm...@blackberry.com wrote: On 04/16/2013 01:19 PM, Richard Moore wrote: 2) We could say 1.0.0 is

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 rafael.roque...@kdab.com wrote: On Mon, Mar 11, 2013 at 01:40:18PM -0700, Thiago Macieira wrote: On segunda-feira, 11 de

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