summaryrefslogtreecommitdiffstats
path: root/tests/auto/symbian/qsymbiantests.pro
Commit message (Collapse)AuthorAgeFilesLines
* Skip the 'symbian' tests on other platforms.Jason Barron2009-08-261-1/+3
| | | | | | | Add "requires(symbian)" to the .pro file so this test will not be executed on other platforms. Reviewed-by: Rohan McGovern
* Now qs60style does not send extra resize event in orientation change.peknurmi2009-06-031-1/+1
| | | | | | | | | | | | | | | | | | | QSymbianControl::HandleResourceChange contained global event handling. So Qt handled same issues unnecessarily (for each shown top level widget). Now this global event handling is encapsulated to s60ResourceChange (new method) called by s60main. In addition, qs60style generated unnecessary resize events. If widget was fullscreen or maximized, then this caused incorrect resize events (old size delivered). With these changes, qs60style just informs widgets of style change (similarly as in qstylesheetstyle). Task-number: 251085 Reviewed-by: Jason Barron <jason.barron@nokia.com> Conflicts: src/gui/kernel/qapplication.h src/gui/styles/qs60style.cpp
* Long live Qt for S60!axis2009-04-241-0/+2