Re: [Interest] Qt "Desktop App" for Microsoft Store

2017-04-30 Thread Raul Metsma
You need ask special permission/validation https://developer.microsoft.com/en-us/windows/projects/campaigns/desktop-bridge Raul > On 30 Apr 2017, at 15:38, Robert Iakobashvili wrote: > > On Sun, Apr 30, 2017 at 1

Re: [Interest] [OSX/iOS] Garbage collection still in place in Qt?

2015-03-03 Thread Raul Metsma
ARC is supported since OSX 10.7 (10.6 limited) and 64bit only. Raul > On 03 Mar 2015, at 16:33, René J.V. Bertin wrote: > > On Tuesday March 03 2015 11:14:32 Till Oliver Knoll wrote: > >> I'm not a Cocoa expert, but I think the last time I looked into Cocoa (OS X) >> related Qt source there w

Re: [Interest] Cannot Install 5.2 on Mac OSX Mavericks

2013-12-19 Thread Raul Metsma
On 19 Dec 2013, at 10:20, Till Oliver Knoll wrote: > And I remember faintly that there was once a solution offered (by Xcode?) to > simply install "wrappers" (or a tool which would set the proper PATHs and > INCLUDEs etc.) such that the binaries from /Applications/Xcode/... would be > called

Re: [Interest] Interest Digest, Vol 19, Issue 41

2013-04-12 Thread Raul Metsma
Not really only using the xcode instruments frontend. Raul On Apr 11, 2013, at 7:18 PM, Thiago Macieira wrote: > On quinta-feira, 11 de abril de 2013 14.24.42, Raul Metsma wrote: >> And dtrace for valgrind alternative > > I've used dtruss (which is a dtrace front-end)

Re: [Interest] Interest Digest, Vol 19, Issue 41

2013-04-11 Thread Raul Metsma
And dtrace for valgrind alternative Raul On Apr 11, 2013, at 4:48 AM, Michael Jackson wrote: > > On Apr 10, 2013, at 8:23 PM, Danny Price wrote: > >> The one thing that VS does well is debugging but that's changing now thanks >> to LLDB. > > And when will QtCreator support LLDB? I would l

Re: [Interest] QtCreator, Mac OSX and LLDB?

2013-01-22 Thread Raul Metsma
There is one more issue with gdb and gcc with xcode http://news.softpedia.com/news/Apple-Confirms-Deprecation-of-ATS-framework-in-Xcode-4-6-Developer-Preview-1-304229.shtml Xcode 4.6 is also the last major release that will include the llvm-gcc compiler and the GDB debugger, according to Apple. D

Re: [Interest] Qt 5 on Mac OS X

2013-01-02 Thread Raul Metsma
I think this is good idea Raul On Jan 2, 2013, at 3:50 PM, Thiago Macieira wrote: > On quarta-feira, 2 de janeiro de 2013 13.36.29, Sorvig Morten wrote: >> Yes, as I understand it you need to use libc++ to get most/all C++11 >> features. At some point the Mac binary package should switch over t

Re: [Interest] Qt 5 on Mac OS X

2012-12-21 Thread Raul Metsma
Seems like 10.6 does not have libc++. maybe have 2 prebuilt binaries, one with libc++ and libstdc++ Raul On Dec 21, 2012, at 6:56 PM, Stephen Chu wrote: > On 12/21/12 3:17 AM, Sorvig Morten wrote: >> >>> Does the pre built binary use libstdc++ or libc++? >> >> >> According to "otool -L", QtC

Re: [Interest] Qt 5 on Mac OS X

2012-12-20 Thread Raul Metsma
Does the pre built binary use libstdc++ or libc++? Raul On Dec 20, 2012, at 2:09 PM, Sorvig Morten wrote: > Hi, > > Qt 5 aims to be 98% source compatible with Qt 4. Still, changes has been made > to the platform implementation and infrastructure. Not all have been > discussed here, so I figu

Re: [Interest] [OT] Re: autosave on OSX

2012-10-25 Thread Raul Metsma
Here is overview http://developer.apple.com/library/mac/#documentation/DataManagement/Conceptual/DocBasedAppProgrammingGuideForOSX/StandardBehaviors/StandardBehaviors.html Raul On Oct 25, 2012, at 11:02 AM, Till Oliver Knoll wrote: > 2012/10/25 Lincoln Ramsay : >> ... >> If you want "Mac" doc

Re: [Interest] Qt 4.8.x and OS X 10.8 Mountain Lion - my experience

2012-09-10 Thread Raul Metsma
Just discovered that there is another entitlement required for printing and print preview com.apple.security.print Raul On 31.07.2012, at 22:15, Till Oliver Knoll wrote: > Am 31.07.12 20:16, schrieb Till Oliver Knoll: >> Am 30.07.12 21:31, schrieb noru...@me.com: >>> Does QFi

Re: [Interest] Qt 4.8.x and OS X 10.8 Mountain Lion - my experience

2012-07-30 Thread Raul Metsma
/idkaart_public/branches/3.6/qdigidoc/common/Application_mac.mm Raul Metsma On 30.07.2012, at 12:08, Till Oliver Knoll wrote: > Hello, > > I did a *very* quick test of my Qt application, compiled against Qt > 4.8.1 (coming from the "Qt SDK" which unfortunatelly still doesn't

Re: [Interest] Qt for Android & iOS

2012-04-25 Thread Raul Metsma
They have i386 port also for debugging/developing on iPhoneSimulator Raul On 25.04.2012, at 14:25, Atlant Schmidt wrote: > Jason: > > > iOS will only ever support ARM… > > This is pretty orthogonal to the question on the table, > but I’ll bet this statement is wrong. iOS will support >

Re: [Interest] kernel/qdnd_mac.mm:628: error: ‘SetRect’ was not declared in this scope

2012-04-23 Thread Raul Metsma
Orr somebody could port the accessibility support to 4.8 cocoa :D As paying customer I am bit disappointed that this is not still done. Carbon has deprecated and there is no real alternative on cocoa. Raul On 23.04.2012, at 16:00, Pavel Koshevoy wrote: > On 4/23/2012 12:58 AM, Raul Metsma wr

Re: [Interest] kernel/qdnd_mac.mm:628: error: ‘SetRect’ was not declared in this scope

2012-04-22 Thread Raul Metsma
With 4.8 if you build carbon version on lion then you still hit the error and you have to set SDK to 10.6 and yes I need carbon support http://doc-snapshot.qt-project.org/5.0/developing-on-mac.html Note: There is no accessibility support in the Cocoa version. This is planned for Qt 4.8. Second

Re: [Interest] kernel/qdnd_mac.mm:628: error: ‘SetRect’ was not declared in this scope

2012-04-22 Thread Raul Metsma
You have to set SDK MacOSX10.6 Raul On 21.04.2012, at 21:56, James Yan wrote: > I'm used qt (4.6.3 open source / static complied ) on mac leopard for a long > time, and it works well. > recently, i upgraded to lion, then try to re-complie the 4.6.3 in static > again : > > > > ./co

Re: [Interest] UIKit setup

2012-01-25 Thread Raul Metsma
If you use recent xcode 4.2 or 4.3 you have to fix gcc in mkspecs change it gcc4.2 to gcc Raul Metsma On 25.01.2012, at 16:29, Jon Ander Peñalba wrote: > Hi, > > My employee is interested in using Qt for some of it's iPhone and iPad apps > and I'm trying to test how mu