Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | | | | | * | | | | Update QmlChanges for SmoothedFollow | Leonardo Sobral Cunha | 2010-04-08 | 1 | -4/+12 | |
| | | | | | | * | | | | Renamed 'source' property from SpringFollow to 'to' | Leonardo Sobral Cunha | 2010-04-08 | 16 | -56/+64 | |
| | | | | | | |/ / / | ||||||
| | | | | | | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Warwick Allison | 2010-04-08 | 18 | -96/+232 | |
| | | | | | | |\ \ \ | ||||||
| | | | | | | | * | | | Make script and binding assignments identical for list properties | Aaron Kennedy | 2010-04-08 | 1 | -1/+5 | |
| | | | | | | | * | | | Fix qdeclarativeecmascript::arrayExpression() test | Aaron Kennedy | 2010-04-08 | 1 | -1/+1 | |
| | | | | | | | * | | | Cleanup handling of errors in bindings and scripts | Aaron Kennedy | 2010-04-08 | 18 | -96/+228 | |
| | | | | | | * | | | | Add running of examples to quality gate. | Warwick Allison | 2010-04-08 | 6 | -7/+8 | |
| | | | | | | |/ / / | ||||||
| | | | | | | * | | | Improve velocity example | Yann Bodson | 2010-04-08 | 4 | -135/+84 | |
| | | | | | | * | | | Missing file | Aaron Kennedy | 2010-04-08 | 2 | -1/+146 | |
| | | | | | | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Warwick Allison | 2010-04-08 | 205 | -216/+939 | |
| | | | | | | |\ \ \ | ||||||
| | | | | | | * | | | | Test readonly valuetypes. Fails for field. | Warwick Allison | 2010-04-08 | 5 | -0/+51 | |
| | | | | | | * | | | | Fix AnimatedImage for remote image test. Fix and test sourceSize property. | Warwick Allison | 2010-04-08 | 6 | -2/+44 | |
| | | | | | | * | | | | Ignore current spurious warnings. | Warwick Allison | 2010-04-08 | 1 | -0/+10 | |
| | | | | | | * | | | | unwarn | Warwick Allison | 2010-04-08 | 1 | -0/+2 | |
| | | | | | * | | | | | Improve example code - rename variables, remove redundant ids. | Bea Lam | 2010-04-08 | 13 | -156/+156 | |
| | | | | * | | | | | | Calculate GridView columns regardless of whether we have a populated model | Martin Jones | 2010-04-08 | 1 | -1/+1 | |
| | | | | * | | | | | | Add highlightMoveDuration to views. | Martin Jones | 2010-04-08 | 8 | -10/+139 | |
| | | | | | |_|/ / / | | | | | |/| | | | | ||||||
| | | | | * | | | | | Fix tst_qdeclarativesmoothedanimation::behavior | Leonardo Sobral Cunha | 2010-04-08 | 1 | -2/+3 | |
| | | | | * | | | | | Add SmoothedFollow element to qml | Leonardo Sobral Cunha | 2010-04-08 | 13 | -1/+695 | |
| | | | | * | | | | | Tracking the velocity when restarting SmoothedAnimation | Leonardo Sobral Cunha | 2010-04-08 | 1 | -0/+2 | |
| | | | | * | | | | | Fix doc of qml's SmoothedAnimation | Leonardo Sobral Cunha | 2010-04-08 | 1 | -9/+10 | |
| | | | | * | | | | | Refactor in smoothedanimation, removed unneeded code | Leonardo Sobral Cunha | 2010-04-08 | 2 | -6/+1 | |
| | | | | * | | | | | Do not create a QScriptValue for an object being deleted | Aaron Kennedy | 2010-04-08 | 1 | -0/+3 | |
| | | | | * | | | | | Autotest for 76f5e9e7d1eea8d688d5459b7b7b2bfa3f9057ed | Aaron Kennedy | 2010-04-08 | 2 | -1/+19 | |
| | | | | * | | | | | Fix test. | Michael Brasser | 2010-04-08 | 1 | -0/+1 | |
| | | | | * | | | | | Replace "import Qt 4.6" with "import Qt 4.7" | Michael Brasser | 2010-04-08 | 183 | -196/+196 | |
| | | | | * | | | | | Don't optimized extended type construction | Aaron Kennedy | 2010-04-08 | 3 | -1/+9 | |
| | | | | | |/ / / | | | | | |/| | | | ||||||
| | | | | * | | | | Correctly handle shutdown order in the presence of QWidgets | Aaron Kennedy | 2010-04-08 | 1 | -1/+1 | |
| | | | | * | | | | Initialize QDeclarativeData even when not using a QDeclarativeEngine | Aaron Kennedy | 2010-04-08 | 2 | -5/+14 | |
| | | | | * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Warwick Allison | 2010-04-08 | 14 | -46/+76 | |
| | | | | |\ \ \ \ | ||||||
| | | | | | * \ \ \ | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-04-08 | 11 | -301/+286 | |
| | | | | | |\ \ \ \ | ||||||
| | | | | | * \ \ \ \ | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-04-08 | 19 | -615/+242 | |
| | | | | | |\ \ \ \ \ | | | | | | | | |/ / / | | | | | | | |/| | | | ||||||
| | | | | | * | | | | | Replace Text::wrap property with Text::wrapMode enumeration. | Martin Jones | 2010-04-08 | 14 | -46/+76 | |
| | | | | * | | | | | | Remove usage of Script where not actually testing the obsolete construct. | Warwick Allison | 2010-04-08 | 1 | -4/+3 | |
| | | | | * | | | | | | Test import of a script requires qualifier. | Warwick Allison | 2010-04-08 | 3 | -0/+6 | |
| | | | | * | | | | | | Fix location of error message. | Warwick Allison | 2010-04-08 | 1 | -2/+2 | |
| | | | | * | | | | | | Remove error-tests of obsolete Script element. | Warwick Allison | 2010-04-08 | 25 | -120/+0 | |
| | | | | | |_|/ / / | | | | | |/| | | | | ||||||
| | | | | * | | | | | Remove usage of Script where not actually testing the obsolete construct. | Warwick Allison | 2010-04-08 | 1 | -3/+1 | |
| | | | | * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Warwick Allison | 2010-04-08 | 9 | -55/+89 | |
| | | | | |\ \ \ \ \ | | | | | | | |/ / / | | | | | | |/| | | | ||||||
| | | | | | * | | | | Revert "Add QListModelInterface::modelReset() signal and emit this in" | Bea Lam | 2010-04-08 | 6 | -43/+46 | |
| | | | | | * | | | | Prevent Behavior from being triggered on initialization. | Michael Brasser | 2010-04-08 | 3 | -12/+43 | |
| | | | | * | | | | | Remove usage of Script where not actually testing the obsolete construct. | Warwick Allison | 2010-04-08 | 8 | -293/+279 | |
| | | | | * | | | | | Pass again, now that version must exist in order to be imported. | Warwick Allison | 2010-04-08 | 2 | -5/+6 | |
| | | | | |/ / / / | ||||||
| | | | | * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Warwick Allison | 2010-04-08 | 17 | -511/+154 | |
| | | | | |\ \ \ \ | ||||||
| | | | | | * | | | | Remove flickr-desktop | Yann Bodson | 2010-04-08 | 6 | -500/+1 | |
| | | | | | |/ / / | ||||||
| | | | | | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-04-08 | 19 | -301/+118 | |
| | | | | | |\ \ \ | ||||||
| | | | | | | * | | | Revert "Support QList<QObject*> properties" | Aaron Kennedy | 2010-04-08 | 16 | -297/+70 | |
| | | | | | | * | | | Document behavior of conflicting when clauses. | Michael Brasser | 2010-04-08 | 3 | -4/+48 | |
| | | | | | * | | | | Don't emit clicked() after pressAndHold() | Martin Jones | 2010-04-08 | 3 | -1/+45 | |
| | | | | | |/ / / | ||||||
| | | | | | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-04-08 | 17 | -75/+311 | |
| | | | | | |\ \ \ |