summaryrefslogtreecommitdiffstats
path: root/tests/auto/windowsmobile/test
Commit message (Collapse)AuthorAgeFilesLines
* Add missing license headers.Jason McDonald2009-08-281-0/+40
| | | | Reviewed-by: Trust Me
* Fix more duplicated license headers.Jason McDonald2009-08-281-0/+41
| | | | Reviewed-by: Trust Me
* new screenshot for windowsmobile autotestJoerg Bornemann2009-08-171-0/+0
| | | | | | | Nowadays every Windows mobile application has a menu (for correct soft key support). That's why we need a new screen shot. Reviewed-by: thartman
* run tst_windowsmobile only on WM5Joerg Bornemann2009-08-171-4/+8
| | | | | | The screenshots in the QRC were taken on the WM5 emulator. Reviewed-by: thartman
* make tst_windowsmobile work in shadow buildsJoerg Bornemann2009-08-171-1/+1
| | | | Reviewed-by: thartman
* Update license headers.Jason McDonald2009-08-111-1/+1
| | | | Reviewed-by: Trust Me
* Update license headers as requested by the marketing department.Jason McDonald2009-06-161-2/+2
| | | | Reviewed-by: Trust Me
* New autotest for Windows Mobile: tst_windowsmobileThomas Hartmann2009-04-307-0/+363
This autotest tests some Windows Mobile 5.0 specific thing like the native menubar and the integration into the window manager by taking and comparing screenshots. This should prevent nasty regressions we had. This autotest makes only sense on Windows Mobile 5.0 in 480x640 Reviewed-by: maurice