Re: [SailfishDevel] QML support of Multitouch

2013-05-02 Thread Jonni Rainisto
: [SailfishDevel] QML support of Multitouch In addtition to generating touch events (multi or single), it seems it is not possible to change the device orientation in the SDK's Sailfish OS Emulator either. Is this true or is there a way to test switching between portrait and landscape orientations? 2

Re: [SailfishDevel] QML support of Multitouch

2013-05-01 Thread Seppo Tiainen
e, one might or might not need to do some x y >>> tweaking for mapping raw events other QML orientations. >>> >>> re, Jonni >>> ____ >>> From: devel-boun...@lists.sailfishos.org [ >>> devel-boun...@lists.sailfishos.org

Re: [SailfishDevel] QML support of Multitouch

2013-03-23 Thread Seppo Tiainen
. >> >> re, Jonni >> >> From: devel-boun...@lists.sailfishos.org [ >> devel-boun...@lists.sailfishos.org] on behalf of Lucien XU [ >> sfietkonstan...@free.fr] >> Sent: Wednesday, March 13, 2013 10:18 PM >> To: devel@lists.

Re: [SailfishDevel] QML support of Multitouch

2013-03-20 Thread Seppo Tiainen
events other QML orientations. > > re, Jonni > > From: devel-boun...@lists.sailfishos.org [ > devel-boun...@lists.sailfishos.org] on behalf of Lucien XU [ > sfietkonstan...@free.fr] > Sent: Wednesday, March 13, 2013 10:18 PM > To: devel@lists.sailfishos.or

Re: [SailfishDevel] QML support of Multitouch

2013-03-19 Thread Jonni Rainisto
t: Re: [SailfishDevel] QML support of Multitouch Hello Seppo, Instead of subclassing QmlApplicationViewer, did you ever tried to just subclass a QDeclarativeView, and add the given code from your link to that subclass ? It should work. Cheers, Lucien Le mercredi 6 mars 2013 10:48:15 Seppo Tiainen a

Re: [SailfishDevel] QML support of Multitouch

2013-03-13 Thread Lucien XU
Hello Seppo, Instead of subclassing QmlApplicationViewer, did you ever tried to just subclass a QDeclarativeView, and add the given code from your link to that subclass ? It should work. Cheers, Lucien Le mercredi 6 mars 2013 10:48:15 Seppo Tiainen a écrit : > What I have been missing most in

[SailfishDevel] QML support of Multitouch

2013-03-06 Thread Seppo Tiainen
What I have been missing most in QML is multitouch support. Only Qt 5.0 has QML MultiPointTouchArea but Sailfish is using Qt 4.8. In Harmattan, I was able to read multiple touch points by Lauri Jääskeläinen's QmlMultiTouch code ( http://www.developer.nokia.com/Community/Blogs/blog/lauri-jaaskelas-f