Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11 | Martin Jones | 2011-01-07 | 2 | -0/+45 |
|\ | | | | | | | | | | | Conflicts: src/declarative/graphicsitems/qdeclarativeitem.cpp tests/auto/declarative/qdeclarativexmllistmodel/tst_qdeclarativexmllistmodel.cpp | ||||
| * | More testing for KeyNavigation attached properties. | Martin Jones | 2010-12-21 | 2 | -0/+45 |
| | | |||||
* | | KeyNavigation skips disabled or invisible items | Christopher Ham | 2010-12-10 | 1 | -0/+79 |
|/ | | | | | | | | | When using KeyNavigation, if the "visible" or "enabled" property of the item set in the KeyNavigation handler is false, an attempt will be made to skip this item and setFocus to the following item. Task-number: QTBUG-15862 Reviewed-by: Martin Jones | ||||
* | Don't emit xChanged()/yChanged() twice. | Martin Jones | 2010-11-04 | 1 | -0/+10 |
| | | | | | | | | | Once from QGraphicsObject (QGraphicsItemPrivate::setPosHelper()) and once from QDeclarativeItem::geometryChanged(). Remove from geometryChanged(). Task-number: QTBUG-14942 Reviewed-by: Michael Brasser | ||||
* | Test for QTBUG-13685 | Martin Jones | 2010-10-08 | 2 | -0/+13 |
| | | | | Task-number: QTBUG-13685 | ||||
* | Improve test coverage for declarative module. | Michael Brasser | 2010-10-04 | 2 | -0/+8 |
| | | | | Add additional autotests, and remove unreachable functions. | ||||
* | Replace "import Qt 4.7" with "import QtQuick 1.0" | Aaron Kennedy | 2010-09-29 | 1 | -1/+1 |
| | | | | Task-number: QTBUG-13799 | ||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Aaron Kennedy | 2010-09-29 | 2 | -0/+25 |
|\ | |||||
| * | Fix crash when trying to append a null transform to QDeclarativeItem. | Michael Brasser | 2010-09-28 | 2 | -0/+25 |
| | | | | | | | | Task-number: QTBUG-13893 | ||||
* | | Replace all occurances of "Qt 4.7" with "QtQuick 1.0" | Aaron Kennedy | 2010-09-29 | 13 | -15/+15 |
|/ | | | | | Task-number: QTBUG-13799 Reviewed-by: Martin Jones | ||||
* | qdoc: Added list of all members (including inherited) page to QML elements. | Martin Smith | 2010-08-11 | 1 | -15/+15 |
| | |||||
* | Don't double-add item change listeners. | Michael Brasser | 2010-08-10 | 2 | -0/+27 |
| | | | | | | | | When a Repeater was used as the child of an Item binding to childrenRect, the item change listener was being added twice for the items created by the Repeater. Task-number: QTBUG-12722 | ||||
* | Remove QDeclarativeItem::childrenChanged() signal overload | Martin Jones | 2010-07-22 | 1 | -0/+5 |
| | | | | | | | Broke signal handlers in QML Task-number: QTBUG-12335 Reviewed-by: Aaron Kennedy | ||||
* | QML focus API updates. | Michael Brasser | 2010-07-21 | 1 | -14/+14 |
| | | | | | | | | | 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 | 1 | -5/+2 |
| | | | | | | | | 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 | ||||
* | Properly update childrenRect for position changes and shrinking. | Michael Brasser | 2010-06-17 | 2 | -1/+79 |
| | | | | Task-number: QTBUG-11465 | ||||
* | Fix bug with childrenRect resizing on startup. | Michael Brasser | 2010-06-15 | 2 | -0/+40 |
| | | | | | | This also optimizes the implementation. Task-number: QTBUG-11383 | ||||
* | Make declarative autotests compile on Symbian abld build system | Joona Petrell | 2010-06-08 | 2 | -2/+6 |
| | | | | | Task-number: Reviewed-by: Martin Jones | ||||
* | Add a "priority" property to Keys and KeyNavigation | Martin Jones | 2010-05-14 | 2 | -1/+139 |
| | | | | | | Allows intercepting keys before or after normal item key processing. Task-number: QTBUG-10467 | ||||
* | 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 for graphics widget in the background stealing declarative item's focus | Joona Petrell | 2010-05-13 | 2 | -0/+57 |
| | | | | | Task-number: QTBUG-10584 Reviewed-by: Warwick Allison | ||||
* | Update childrenRect when children are added or removed. | Michael Brasser | 2010-05-04 | 2 | -0/+55 |
| | | | | Task-number: QT-714 | ||||
* | 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 | ||||
* | Emit runtime warnings through QDeclarativeEngine | Aaron Kennedy | 2010-04-19 | 1 | -2/+5 |
| | | | | QTBUG-9726 | ||||
* | Rename remaining import Qt 4.6 lines to import Qt 4.7 | Joona Petrell | 2010-04-14 | 1 | -3/+3 |
| | | | | | Task-number: Reviewed-by: Martin Jones | ||||
* | Tweak tests to run in parallel | Aaron Kennedy | 2010-04-13 | 1 | -0/+3 |
| | |||||
* | Allow iteration over the Item.children property | Aaron Kennedy | 2010-04-07 | 3 | -0/+68 |
| | | | | QTBUG-9645 | ||||
* | Test and fix order of transform application. | Warwick Allison | 2010-03-26 | 1 | -4/+10 |
| | | | | Remove Translate.z since Qt cannot sensibly support it yet. | ||||
* | Test transforms. | Warwick Allison | 2010-03-26 | 1 | -0/+21 |
| | |||||
* | Auto-test fix. | Alexis Menard | 2010-03-25 | 1 | -8/+2 |
| | | | | | | Also fix a connect in QDeclarativeItem. Reviewed-by:TrustMe | ||||
* | Qt.Infinite -> Animation.Infinite | Michael Brasser | 2010-03-25 | 1 | -1/+1 |
| | | | | | Too misleading to have on the Qt object, as it only means infinite for animation loops. | ||||
* | Fix tests after 47fb07c9fdf47584ae55f3412102bbeef5576b04. | Michael Brasser | 2010-03-18 | 3 | -2/+2 |
| | | | | | The import order has changed, so test files that mirror element names needed to be renamed (or they would resolve as the type). | ||||
* | Make QDeclarativeItem NOTIFY signals canonical | Joona Petrell | 2010-03-09 | 2 | -2/+100 |
| | | | | | Task-number: QTBUG-7193 Reviewed-by: akennedy | ||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Bea Lam | 2010-03-05 | 3 | -0/+48 |
|\ | | | | | | | | | Conflicts: tests/auto/declarative/qdeclarativeitem/tst_qdeclarativeitem.cpp | ||||
| * | Add autotests for tab and backtab in Keys and KeyNavigation. | Yann Bodson | 2010-03-04 | 3 | -0/+48 |
| | | |||||
* | | Fix test leaks | Bea Lam | 2010-03-05 | 1 | -0/+8 |
| | | |||||
* | | Add mapFromItem() and mapToItem() in QDeclarativeItem. | Bea Lam | 2010-03-04 | 2 | -0/+101 |
|/ | | | | Task-number: QT-2385 | ||||
* | Change autotest class prefix from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX ↵ | Leonardo Sobral Cunha | 2010-02-24 | 1 | -9/+9 |
| | | | | to QDeclarativeXXX. | ||||
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 4 | -0/+382 |
QDeclarativeXXX. |