Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Top-level QML item should not have special focus handling. | Michael Brasser | 2010-08-06 | 1 | -1/+1 |
| | | | | | | | | It's the scene itself that acts as a focus scope, not the top-level item. Task-number: QTBUG-12682 Reviewed-by: Aaron Kennedy | ||||
* | Add missing test file. | Michael Brasser | 2010-08-05 | 1 | -0/+33 |
| | |||||
* | Make sure onFocusChanged is correctly emitted for items in a FocusScope. | Michael Brasser | 2010-08-05 | 1 | -0/+56 |
| | | | | | Task-number: QTBUG-12649 Reviewed-by: Martin Jones | ||||
* | QML focus API updates. | Michael Brasser | 2010-07-21 | 8 | -109/+104 |
| | | | | | | | | | The wantsFocus property has been renamed to activeFocus, to better reflect its value. Reading and writing the focus property is also now consistent -- this property represents focus within a scope. Other small changes were made to keep things consistent with the new naming. Reviewed-by: Aaron Kennedy | ||||
* | wantsFocus should be based on FocusScope chain, not parent chain. | Michael Brasser | 2010-07-13 | 5 | -8/+51 |
| | | | | | | | | Ancestors of the item with focus should only report wantsFocus as true when they are a FocusScope or a top-level item. Reviewed-by: Aaron Kennedy Reviewed-by: Yann Bodson | ||||
* | Make declarative autotests compile on Symbian abld build system | Joona Petrell | 2010-06-08 | 2 | -2/+5 |
| | | | | | Task-number: Reviewed-by: Martin Jones | ||||
* | Symbian build fix to declarative auto and benchmark tests | Joona Petrell | 2010-05-14 | 1 | -1/+8 |
| | | | | | Task-number: QTBUG-9491 Reviewed-by: Martin Jones | ||||
* | Fix versioning of Qt Declarative's in-built types | Alan Alpert | 2010-04-21 | 6 | -6/+6 |
| | | | | | | Since we aren't releasing for 4.6, all types are new in 4.7. Task-number: QTBUG-10081 | ||||
* | Add forceFocus method to QDeclarativeItem. | Yann Bodson | 2010-04-21 | 5 | -3/+141 |
| | | | | Reviewed-by: Aaron Kennedy | ||||
* | Tweak tests to run in parallel | Aaron Kennedy | 2010-04-13 | 1 | -0/+1 |
| | |||||
* | TextEdit::wrap changed to TextEdit::wrapMode enumeration | Martin Jones | 2010-04-09 | 1 | -2/+2 |
| | |||||
* | Move basic focusscope examples into auto tests. | Yann Bodson | 2010-03-30 | 7 | -0/+612 |