| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | Doc: Changed links to explicitly refer to QML objects. | David Boddie | 2010-06-18 | 1 | -11/+11 |
|
|
* | | | | | Ensure micro focus is updated in TextEdit and TextInput | Martin Jones | 2010-06-29 | 3 | -5/+7 |
| |_|_|/
|/| | | |
|
* | | | | Ensure Loader item change listener is removed when Loader is destroyed | Martin Jones | 2010-06-29 | 1 | -1/+9 |
|
|
* | | | | VisualDataModel hasModelChildren role shadowed user roles. | Martin Jones | 2010-06-28 | 1 | -1/+1 |
|
|
* | | | | Allow positioning of ListView items width sub-pixel precision. | Martin Jones | 2010-06-28 | 1 | -7/+10 |
|
|
* | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-06-28 | 1 | -0/+5 |
|\ \ \ \ |
|
| * | | | | Docs | Bea Lam | 2010-06-28 | 1 | -0/+5 |
|
|
* | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into 4.7 | Martin Jones | 2010-06-28 | 5 | -31/+40 |
|\ \ \ \ \
| | |_|_|/
| |/| | | |
|
| * | | | | Use custom static scopes to improve QML/JavaScript performance | Kent Hansen | 2010-06-25 | 5 | -28/+37 |
| | |_|/
| |/| | |
|
* | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-06-28 | 14 | -17/+120 |
|\ \ \ \
| | |/ /
| |/| | |
|
| * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Warwick Allison | 2010-06-25 | 10 | -14/+85 |
| |\ \ \ |
|
| | * | | | Handle enums in method arguments in the same way as QtScript | Aaron Kennedy | 2010-06-25 | 2 | -1/+25 |
|
|
| | * | | | Allow custom parsers to handle attached properties | Aaron Kennedy | 2010-06-25 | 3 | -5/+23 |
|
|
| | * | | | Allow components to be created from .pragma library JS files | Aaron Kennedy | 2010-06-25 | 3 | -6/+23 |
|
|
| | * | | | Fix assert | Aaron Kennedy | 2010-06-25 | 1 | -2/+2 |
|
|
| | * | | | Disallow global object properties as property names | Aaron Kennedy | 2010-06-25 | 2 | -0/+12 |
|
|
| * | | | | Test ListElement type via type system, not string comparison. | Warwick Allison | 2010-06-25 | 6 | -3/+35 |
| |/ / / |
|
* | | | | Restore neutral movement state if a view is manually positioned. | Martin Jones | 2010-06-24 | 5 | -6/+46 |
|/ / / |
|
* | | | Prevent value source animations from being registered to start twice. | Michael Brasser | 2010-06-24 | 1 | -0/+2 |
|
|
* | | | Expose the Flickable's internal contentItem | Martin Jones | 2010-06-24 | 5 | -41/+60 |
|
|
* | | | Ensure sourcesize is in pixmap cache key. | Warwick Allison | 2010-06-24 | 1 | -0/+6 |
|
|
* | | | doc: note that calling methods before component completion may have no effect | Martin Jones | 2010-06-23 | 3 | -0/+36 |
|
|
* | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Warwick Allison | 2010-06-23 | 1 | -0/+1 |
|\ \ \ |
|
| * | | | Use Pen with Qt::MiterJoin when drawing Rectangles with gradients | Bea Lam | 2010-06-23 | 1 | -0/+1 |
|
|
* | | | | Fix and better test Text / TextEdit alignments. | Warwick Allison | 2010-06-23 | 5 | -56/+122 |
|/ / / |
|
* | | | Ensure the view is correctly positioned at component complete. | Martin Jones | 2010-06-23 | 2 | -0/+17 |
|
|
* | | | References to undefined variables throws a ReferenceError | Aaron Kennedy | 2010-06-23 | 2 | -18/+11 |
|/ / |
|
* | | Merge remote branch 'origin/4.7' into qml-4.7 | Rohan McGovern | 2010-06-22 | 3 | -5/+2 |
|\ \ |
|
| * \ | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into 4.7 | Simon Hausmann | 2010-06-22 | 1 | -1/+1 |
| |\ \ |
|
| | * \ | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-webkit into 4.7-integration | Qt Continuous Integration System | 2010-06-22 | 1 | -1/+1 |
| | |\ \ |
|
| | | * \ | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-webkit into 4.7-integration | Qt Continuous Integration System | 2010-06-22 | 1 | -1/+1 |
| | | |\ \ |
|
| | | | * | | Update qmlchanges from import org.webkit to QtWebKit | Alexis Menard | 2010-06-18 | 1 | -1/+1 |
| | | | |/ |
|
| * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ... | Qt Continuous Integration System | 2010-06-22 | 1 | -1/+1 |
| |\ \ \ \
| | |/ / /
| |/| | | |
|
| | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ... | Qt Continuous Integration System | 2010-06-21 | 1 | -1/+1 |
| | |\ \ \
| | | |/ /
| | |/| | |
|
| | | * | | doc: Fixed type of Package::name | Thorbjørn Lindeijer | 2010-06-18 | 1 | -1/+1 |
| | | |/ |
|
| * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ... | Qt Continuous Integration System | 2010-06-22 | 1 | -3/+0 |
| |\ \ \ |
|
| | * \ \ | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ... | Qt Continuous Integration System | 2010-06-21 | 1 | -3/+0 |
| | |\ \ \
| | | |/ /
| | |/| | |
|
| | | * | | Compiler warnings (unused variables). | Bjørn Erik Nilsen | 2010-06-21 | 1 | -3/+0 |
| | | |/ |
|
* | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-06-22 | 1 | -1/+24 |
|\ \ \ \ |
|
| * | | | | Doc | Aaron Kennedy | 2010-06-22 | 1 | -1/+24 |
|
|
* | | | | | Handle TextInput inputMethodEvent() properly | Martin Jones | 2010-06-22 | 2 | -2/+18 |
|/ / / / |
|
* | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Warwick Allison | 2010-06-22 | 1 | -1/+1 |
|\ \ \ \
| |/ / / |
|
| * | | | Rename example image file | Bea Lam | 2010-06-22 | 1 | -1/+1 |
| |/ / |
|
* | | | Allow QT_TR_NOOP (as a no-op) in ListModel values. | Warwick Allison | 2010-06-22 | 1 | -4/+9 |
|/ / |
|
* | | ListView doc improvements and examples clean up | Bea Lam | 2010-06-18 | 1 | -12/+25 |
|
|
* | | Doc fixes | Bea Lam | 2010-06-18 | 2 | -23/+13 |
|
|
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2010-06-17 | 7 | -48/+83 |
|\ \
| |/
|/| |
|
| * | Fix event forwarding in QDeclarativeFlickable. | Alexis Menard | 2010-06-17 | 1 | -3/+18 |
|
|
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-06-17 | 3 | -1/+16 |
| |\ |
|
| | * | BorderImage is not updated when border values change | Yann Bodson | 2010-06-17 | 3 | -1/+16 |
|
|