aboutsummaryrefslogtreecommitdiff
path: root/tests/ut_mwidget
AgeCommit message (Collapse)Author
2010-10-04Fixes: MWidget unit test fatal error.Stanislav Ionascu
RevBy: Sergiy Details: Unit test was failing due to qFatal error was raised because the MComponentData was uninitialized. The fix ensures that MApplication is instanciated thus the MComponentData will be also instantiated.
2010-09-15Fixes: NB#190565 - displayEntered can be received by application page ↵Antti Kervinen
without visible window RevBy: Daniel d'Andrada Details: MWidget::setVisible(true) fixed to check the visibility of the widget by calling isOnDisplay(). This is a bit slower than the previous implementation, but setVisible(true) is not called very frequently. Test added to MWidget unit test.
2010-08-31Changes: Fixes failing ut_mwidget unit testsdenes dezso
RevBy: Anna Gadomska
2010-08-06Changes: ut_mwidget - fix double deletion of items on the stack causing crashesJohn Tapsell
RevBy: TrustMe
2010-08-02Changes: Unit tests for hide()/show() added, Doxygen comments modified.Jussi Lind
RevBy: Antti Kervinen
2010-04-12Changes: Changed .gitignore files to ignore files starting with m instead of duiVesa Halttunen
RevBy: TrustMe
2010-04-12Changes: Renamed dui to meegotouchTomas Junnonen
By: Holger, Daniel, Janne RevBy: Tomas, Holger