aboutsummaryrefslogtreecommitdiff
path: root/demos/widgetsgallery/panningbenchmark.cpp
AgeCommit message (Collapse)Author
2010-08-06Fixes: NB#167386, Many classes in WidgetGallery have uninitialized membersChris Skluzacek
RevBy: Dénes Dezsö Details: Ensure that all member variables are initialized properly. Also fix some issues with pointers and other minor miscellaneous items.
2010-08-06Changes: Don't use deprecated MSceneWindow::appear(policy)Daniel d'Andrada
RevBy: TrustMe Details: Use either MSceneWindow::appear(window, policy) or MSceneWindow::appear(scene, policy)
2010-07-23Changes: use isOnDisplay to check for benchmark page in widgetsgallery timedemoTobias Koch
RevBy: Tomas Junnonen Details: detecting the presence of the benchmark page using isActiveWindow fails, if the window is obstructed by, e.g. a translucent notification window.
2010-06-11Changes: increase timeout when checking for running window managerArmin Berres
RevBy: TrustMe Details: Now and then it was happening that the timedemo was terminating even if a window manager was actually running. In this cases activating a page has been delayed for some reason. With a 5 second timeout this really should not happen anymore.
2010-05-11Changes: make sure timedemo fails if no or a broken window manager is runningArmin Berres
RevBy: TrustMe Details: If no windowmanager is running or a broken window manager is running pages cannot be activated properly. This commit introduces a timer which makes sure the page has really been activated and terminates the application with a warning otherwise.
2010-05-04Changes: just change orientation angle when really needed in the timedemoArmin Berres
RevBy: Kuisma Salonen Details: So far every benchmark was saving the former orientation angle, rotated the scene to the angle the benchmark needed and rotated the scene back to the former angle. If two following benchmarks need the same angle it does not make sense to always rotate back. Additionally the rotations somehow messed things up.
2010-04-23Changes: panning in portrait mode for the timedemoArmin Berres
RevBy: TrustMe Detail: This patch is based on work by Hans Sandvall. So credits go to him.
2010-04-12Changes: Renamed dui to meegotouchTomas Junnonen
By: Holger, Daniel, Janne RevBy: Tomas, Holger
2010-03-30Changes: Removed usage of windowShown() signal in widgetsgalleryDaniel d'Andrada
RevBy: TrustMe
2010-03-04Changes: scroll with constant speed in panning benchmarkArmin Berres
RevBy: Kuisma Salonen
2010-02-25Changes: add panning benchmark to widgetsgalleryArmin Berres
RevBy: Bernd Lamecker Datails: Example output: Page name StaticPageBenchmark (0) PanningBenchmark StaticPageBenchmark (90) Application Menu 39.42fps | 4008ms 35.90fps | 585ms 30.38fps | 4016ms Object menu 33.17fps | 4010ms 23.03fps | 304ms 25.99fps | 4002ms Dialogs and Notifications... 36.27fps | 4025ms 25.59fps | 1094ms 28.46fps | 4005ms Navigation Bar 41.55fps | 4019ms 33.33fps | 90ms 38.40fps | 4010ms Tool Bar 42.11fps | 4013ms n/a 38.44fps | 4006ms Container 52.09fps | 4012ms n/a 50.39fps | 4009ms