Re: [Interest] QML animation flicker

2012-10-19 Thread Samuel Rødal
On 10/18/2012 09:10 PM, Jarno Seppänen wrote: hi, On Mon, Oct 15, 2012 at 11:29 AM, Samuel Rødal samuel.ro...@digia.com wrote: On 10/12/2012 11:10 PM, Jarno Seppänen wrote: Hi, I'm trying out Qt 5.0.0-beta1, but I'm seeing some unexpected animation flicker. I have a rotating rectangle which

Re: [Interest] QML animation flicker

2012-10-19 Thread Jarno Seppänen
I tested on two more machines with Nvidia graphics, can reproduce the flicker on both: Ubuntu 12.10 with Asus GT520 running Qt5 beta 1, other with Ubuntu 12.04 and Quadro FX 3800 running Qt5 master branch from Oct 14th. The previous machines I tested with had Intel graphics (Poulsbo and

Re: [Interest] Qt 5 and Mac App Store

2012-10-19 Thread Daniel Price
What's the solution to the file-link issue in Qt? Sandboxing prevents an app from reading or writing to any file other than those chosen specifically by a user via powerbox (the native dialogs). So if you app has a 'recent file' list or some other way to access files programmatically, it won't

Re: [Interest] QML animation flicker

2012-10-19 Thread Thomas Senyk
I can validate the problem. For me it happens only(!) during the ColorAnimations. If I either comment those, or set the RadialGradient visible: false the stuttering is gone. It's not stuttering with Rectangle The Qt build is a checkout from this week on 64bit ArchLinux (updated this week) and

Re: [Interest] Qt 5 and Mac App Store

2012-10-19 Thread Till Oliver Knoll
2012/10/19 Daniel Price daniel.pr...@fxhome.com: What's the solution to the file-link issue in Qt? Sandboxing prevents an app from reading or writing to any file other than those chosen specifically by a user via powerbox (the native dialogs). So if you app has a 'recent file' list or some

Re: [Interest] QML animation flicker

2012-10-19 Thread Samuel Rødal
On 10/19/2012 09:44 AM, Jarno Seppänen wrote: I tested on two more machines with Nvidia graphics, can reproduce the flicker on both: Ubuntu 12.10 with Asus GT520 running Qt5 beta 1, other with Ubuntu 12.04 and Quadro FX 3800 running Qt5 master branch from Oct 14th. The previous machines I

Re: [Interest] Is Qt Library for OS X frameworks only?

2012-10-19 Thread Till Oliver Knoll
2012/10/18 Michael Jackson imikejack...@gmail.com: ... This is all done with symlinks and does work very well. If someone wants to point me to the specific Apple document that says NOT to do this I will happily change my code otherwise I'll keep going this route. Most probably this:

Re: [Interest] QML animation flicker

2012-10-19 Thread Jarno Seppänen
Done: https://bugreports.qt-project.org/browse/QTBUG-27650 Jarno On Fri, Oct 19, 2012 at 1:14 PM, Samuel Rødal samuel.ro...@digia.com wrote: On 10/19/2012 09:44 AM, Jarno Seppänen wrote: I tested on two more machines with Nvidia graphics, can reproduce the flicker on both: Ubuntu 12.10 with

Re: [Interest] Future of Qt Opensource SDK?

2012-10-19 Thread Knoll Lars
On Oct 13, 2012, at 9:40 AM, Bo Thorsen b...@fioniasoftware.dk wrote: Den 12-10-2012 17:11, Thiago Macieira skrev: On sexta-feira, 12 de outubro de 2012 11.47.02, Bo Thorsen wrote: Hi Carel, Den 12-10-2012 10:27, Carel Combrink skrev: What is the future of Qt Opensource SDK? One of the

Re: [Interest] Qt 5 and Mac App Store

2012-10-19 Thread Daniel Price
I looked into Security Scoped URLs when I was trying to a Qt app in the MAS a few months back (which is why I brought it up). These APIs (or rather the ones relevant to sandboxing - file URLs have been around on OSX for years) were only added in the very last version of OSX Lion (10.7.3 if I

Re: [Interest] Qt 5 and Mac App Store

2012-10-19 Thread Till Oliver Knoll
2012/10/19 Daniel Price daniel.pr...@fxhome.com: I looked into Security Scoped URLs when I was trying to a Qt app in the MAS a few months back (which is why I brought it up). These APIs (or rather the ones relevant to sandboxing - file URLs have been around on OSX for years) were only added

Re: [Interest] Qt 5 and Mac App Store

2012-10-19 Thread Daniel Price
(I for my part have still Snow Leopard on my work iMac - Mountain Lion is just for toying around on the MacBook Pro. However to be fair Apple corrected many issues they completely did wrong in their Vista release of Lion: it is almost as good as Snow Leopard again ;) But I am getting OT a

Re: [Interest] Qt 5 and Mac App Store

2012-10-19 Thread Chris Meyer
However I wouldn't know why you wanted to security-scope a given file if the intention was *not* to place it into the Recent Files menu, too - I currently just don't see any other use case than the Recent Files. So why not come up with a QRecentFileMenu (which would be a welcomed class