[Development] Multitouch support on Ubuntu?

2012-10-01 Thread Eric Gregory
Question for the Qt gurus: Does Qt offer multitouch support on Ubuntu? I've tried the multitouch demos on a couple different machines with both Qt 4.8 and the beta of Qt 5 on Ubuntu Quantal, but the examples provided with Qt didn't appear to register touch events. I've tested with a couple of diff

Re: [Development] resolution independence (was Re: Retina display support)

2012-10-01 Thread Samuel Rødal
On 10/01/2012 01:52 PM, Atlant Schmidt wrote: > Folks: > > > Likewise the idea that HiDPI displays are always "2x" seems to me another > > inelegant hack. Actually the DPI varies between devices, so > high-resolution > > art should not always need to be exactly 2x the normal size. It may be >

Re: [Development] Blurring the lines between Qt-Project and Digia

2012-10-01 Thread Stephen Kelly
On Monday, October 01, 2012 12:42:36 you wrote: > Hi Stephen, > > Fully agree with you. However this wasn't in any way by intention. Hi Lars, That's great. Thanks for the prompt response and clarification. > Here's > what I been told happened: > The reason here is that the YouTube “Qt Studios”

Re: [Development] Blurring the lines between Qt-Project and Digia

2012-10-01 Thread Thiago Macieira
On segunda-feira, 1 de outubro de 2012 05.55.53, Thiago Macieira wrote: > On segunda-feira, 1 de outubro de 2012 13.50.18, Stephen Kelly wrote: > > http://twitter.com/qtproject > > http://www.youtube.com/user/QtStudios > > http://www.facebook.com/qtbynokia > > http://www.linkedin.com/groupInvitatio

Re: [Development] Blurring the lines between Qt-Project and Digia

2012-10-01 Thread Thiago Macieira
On segunda-feira, 1 de outubro de 2012 13.50.18, Stephen Kelly wrote: > http://twitter.com/qtproject > http://www.youtube.com/user/QtStudios > http://www.facebook.com/qtbynokia > http://www.linkedin.com/groupInvitation?groupID31497 > > It is not obvious who can post from these accounts, and who th

Re: [Development] Qt 5: Warning using QImage as QtConcurrent::mapped return type

2012-10-01 Thread Thiago Macieira
On segunda-feira, 1 de outubro de 2012 09.37.06, Stephen Kelly wrote: > On Sunday, September 30, 2012 17:13:14 Thiago Macieira wrote: > > We followed clang's recommendation to static_cast to void*. Clang can't > > complain that we're doing exactly what it suggested we do. > > Could you say more abo

Re: [Development] Blurring the lines between Qt-Project and Digia

2012-10-01 Thread Knoll Lars
Hi Stephen, Fully agree with you. However this wasn't in any way by intention. Here's what I been told happened: The reason here is that the YouTube “Qt Studios” account was (isn’t anymore) linked to the Qt Project Twitter account. The linking had been put in place likely at a time when the Qt

Re: [Development] Blurring the lines between Qt-Project and Digia

2012-10-01 Thread Konstantin Tokarev
01.10.2012, 15:50, "Stephen Kelly" : > According to the bottom-left of qt-project.org, the Qt Project social media > accounts are: > > http://twitter.com/qtproject > http://www.youtube.com/user/QtStudios > http://www.facebook.com/qtbynokia > http://www.linkedin.com/groupInvitation?groupID=1531497

Re: [Development] resolution independence (was Re: Retina display support)

2012-10-01 Thread Atlant Schmidt
Folks: > Likewise the idea that HiDPI displays are always "2x" seems to me another > inelegant hack. Actually the DPI varies between devices, so high-resolution > art should not always need to be exactly 2x the normal size. It may be > convenient, but it's not the kind of "solution" we can expec

[Development] Blurring the lines between Qt-Project and Digia

2012-10-01 Thread Stephen Kelly
Hi there, https://twitter.com/qtproject/status/251262626682789888 is a tweet from the 'qtproject' twitter account, containing video from Digia on the QtStudios youtube account which amounts to a promotional advert by Digia for 'Qt Commercial'. The video opens and closes with Digia logos etc.

[Development] resolution independence (was Re: Retina display support)

2012-10-01 Thread Rutledge Shawn
On Sep 21, 2012 w38, at 10:37 AM, ext Ziller Eike wrote: but that would be a huge waste of system resource and performance drag when running on non-retina system. Are there any better solutions? Aren't you seeing the window size in pixels as usual? With that available, you would have a generic

Re: [Development] Qt 5: Warning using QImage as QtConcurrent::mapped return type

2012-10-01 Thread Stephen Kelly
On Sunday, September 30, 2012 17:13:14 Thiago Macieira wrote: > We followed clang's recommendation to static_cast to void*. Clang can't > complain that we're doing exactly what it suggested we do. Could you say more about this recommendation? Was the recommendation made in response to us asking