View Single Post
marxian's Avatar
Posts: 2,448 | Thanked: 9,523 times | Joined on Aug 2010 @ Wigan, UK
#98
Originally Posted by slender View Post
Hmm. Not sure what that means, but scrolling speed should be in par with velocity speed of flick. Not just constant speed scrolling. Or letīs say that it should be possible to scroll tiny-winy faster or accelerate scrolling Actually.. any link for all variables that control flick scrolling speed. (drag distance, drag velocity, drag+drag->more speed, possibility to give more and more speed to list scrolling)
I am using the ListView element, but the relevent variables are inherited from the Flickable element: http://doc.qt.nokia.com/4.7-snapshot/qml-flickable.html

Originally Posted by slender View Post
Btw. are you using youtube API or are you parsing pages or both?
The YouTube API is used for all except video download/playback. The main difference from the 'old' version is that I am handling all HTTP requests myself using QNetworkAccessManager, rather than using an existing library. This enables me to respond quickly to changes in the API (e.g. some libraries still use the old 5 star rating system). It is only necessary to parse the video web page to obtain the URL for playback/download, since the API does not provide these URLs (only a link to SWF and low quality .3gp stream).
__________________
'Men of high position are allowed, by a special act of grace, to accomodate their reasoning to the answer they need. Logic is only required in those of lesser rank.' - J K Galbraith

My website

GitHub
 

The Following User Says Thank You to marxian For This Useful Post: