summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativefocusscope/tst_qdeclarativefocusscope.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
* Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
* Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
* Don't emit activeFocusChanged() unless the active focus actually changedTor Arne Vestbø2010-12-071-0/+109
* Further focus scope fixes.Michael Brasser2010-10-191-0/+6
* Don't give focus to a FocusScope that has had focus explicitly cleared.Michael Brasser2010-10-111-0/+26
* Top-level QML item should not have special focus handling.Michael Brasser2010-08-061-1/+1
* Make sure onFocusChanged is correctly emitted for items in a FocusScope.Michael Brasser2010-08-051-0/+56
* QML focus API updates.Michael Brasser2010-07-211-68/+63
* wantsFocus should be based on FocusScope chain, not parent chain.Michael Brasser2010-07-131-4/+19
* Make declarative autotests compile on Symbian abld build systemJoona Petrell2010-06-081-0/+4
* Add forceFocus method to QDeclarativeItem.Yann Bodson2010-04-211-0/+57
* Move basic focusscope examples into auto tests.Yann Bodson2010-03-301-0/+278