summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativefocusscope
Commit message (Expand)AuthorAgeFilesLines
* 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-072-0/+135
* 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-112-0/+50
* Replace all occurances of "Qt 4.7" with "QtQuick 1.0"Aaron Kennedy2010-09-298-8/+8
* Top-level QML item should not have special focus handling.Michael Brasser2010-08-061-1/+1
* Add missing test file.Michael Brasser2010-08-051-0/+33
* Make sure onFocusChanged is correctly emitted for items in a FocusScope.Michael Brasser2010-08-051-0/+56
* QML focus API updates.Michael Brasser2010-07-218-109/+104
* wantsFocus should be based on FocusScope chain, not parent chain.Michael Brasser2010-07-135-8/+51
* Make declarative autotests compile on Symbian abld build systemJoona Petrell2010-06-082-2/+5
* Symbian build fix to declarative auto and benchmark testsJoona Petrell2010-05-141-1/+8
* Fix versioning of Qt Declarative's in-built typesAlan Alpert2010-04-216-6/+6
* Add forceFocus method to QDeclarativeItem.Yann Bodson2010-04-215-3/+141
* Tweak tests to run in parallelAaron Kennedy2010-04-131-0/+1
* TextEdit::wrap changed to TextEdit::wrapMode enumerationMartin Jones2010-04-091-2/+2
* Move basic focusscope examples into auto tests.Yann Bodson2010-03-307-0/+612