Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | | | | * | | | | Fix following qdoc changes | Bea Lam | 2010-04-21 | 1 | -16/+0 | |
| | | | | | * | | | | Fix doc links | Bea Lam | 2010-04-21 | 2 | -3/+4 | |
| | | | | | * | | | | Ignore warnings | Bea Lam | 2010-04-21 | 4 | -1/+16 | |
| | | | | * | | | | | Fix highlight position with StrictlyEnforceRange and range greater than item ... | Martin Jones | 2010-04-21 | 4 | -63/+118 | |
| | | | | | |/ / / | | | | | |/| | | | ||||||
| | | | | * | | | | Make logger widget thread safe. | Martin Jones | 2010-04-21 | 3 | -4/+6 | |
| | | | * | | | | | Fix crash when QDeclarativeInfo objects are copied | Aaron Kennedy | 2010-04-21 | 2 | -81/+78 | |
| | | | |/ / / / | ||||||
| | | | * | | | | Use different ports to avoid clashes in parallel testing. | Yann Bodson | 2010-04-21 | 2 | -5/+5 | |
| | | | |/ / / | ||||||
| | | | * | | | Improve docs and examples for Extending QML in C++ | Bea Lam | 2010-04-21 | 51 | -493/+533 | |
| | | | * | | | Make property value source examples work | Bea Lam | 2010-04-21 | 3 | -3/+3 | |
| | | | * | | | Visual test fix. | Michael Brasser | 2010-04-21 | 2 | -2/+3 | |
| | | | * | | | License headers | Aaron Kennedy | 2010-04-20 | 3 | -1/+83 | |
| | | | |/ / | ||||||
| | | | * | | Show command line help / qml runtime output in GUI | Kai Koehne | 2010-04-20 | 5 | -11/+114 | |
| | | | * | | Add declarative demos to doc. | Yann Bodson | 2010-04-20 | 11 | -0/+250 | |
| | | | * | | Cleanup | Yann Bodson | 2010-04-20 | 16 | -99/+0 | |
| | | | * | | doc | Warwick Allison | 2010-04-20 | 6 | -14/+27 | |
| | | | * | | doc typo | Warwick Allison | 2010-04-20 | 1 | -2/+2 | |
| | | | * | | Fix API call for multiple tags. | Warwick Allison | 2010-04-20 | 1 | -1/+6 | |
| | | | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Warwick Allison | 2010-04-20 | 14 | -253/+492 | |
| | | | |\ \ | ||||||
| | | | | * | | Allow null to be assigned to object properties | Aaron Kennedy | 2010-04-20 | 5 | -1/+61 | |
| | | | | * | | Typo. | Yann Bodson | 2010-04-20 | 1 | -1/+0 | |
| | | | | * | | Doc | Aaron Kennedy | 2010-04-20 | 1 | -10/+46 | |
| | | | | * | | Fix AnchorChanges to work with parent.right. | Michael Brasser | 2010-04-20 | 7 | -241/+385 | |
| | | | * | | | Pass double clicks like other mouse events. | Warwick Allison | 2010-04-20 | 1 | -0/+2 | |
| | | | |/ / | ||||||
| | | | * | | Compile | Warwick Allison | 2010-04-20 | 1 | -2/+0 | |
| | | | * | | Complete tst_qdeclarativedom::position autotest | Aaron Kennedy | 2010-04-20 | 1 | -1/+2 | |
| | | | * | | Regenerate recordsnapshot to fix fillmode visual test in qml | Leonardo Sobral Cunha | 2010-04-20 | 2 | -1/+1 | |
| | | | * | | Doc | Aaron Kennedy | 2010-04-20 | 1 | -4/+72 | |
| | | | * | | Image for declarative examples. | Yann Bodson | 2010-04-20 | 1 | -0/+0 | |
| | | | * | | Add .qmlproject files for declarative demos. | Yann Bodson | 2010-04-20 | 9 | -0/+144 | |
| | | | * | | Create doc pages for QML focus and minehunt examples. | Yann Bodson | 2010-04-20 | 8 | -23/+132 | |
| | | | * | | Fix test failure. | Warwick Allison | 2010-04-20 | 1 | -2/+2 | |
| | | | * | | Improve error messages, especially on embedded. | Warwick Allison | 2010-04-20 | 19 | -26/+259 | |
| | | | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Aaron Kennedy | 2010-04-20 | 1 | -23/+45 | |
| | | | |\ \ | ||||||
| | | | | * | | Modify qdoc to handle qml examples files. | Yann Bodson | 2010-04-20 | 1 | -23/+45 | |
| | | | * | | | Missing file | Aaron Kennedy | 2010-04-20 | 1 | -0/+7 | |
| | | | |/ / | ||||||
| | | | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Aaron Kennedy | 2010-04-20 | 48 | -9/+808 | |
| | | | |\ \ | ||||||
| | | | | * | | Add drag.active property to MouseArea in qml | Leonardo Sobral Cunha | 2010-04-20 | 5 | -9/+120 | |
| | | | | * | | Add an examples.qmlproject for all QML examples. | Yann Bodson | 2010-04-20 | 1 | -0/+16 | |
| | | | | * | | Add .qmlproject files to declarative examples. | Yann Bodson | 2010-04-20 | 42 | -0/+672 | |
| | | | * | | | Handle overrides correctly in extension objects | Aaron Kennedy | 2010-04-20 | 4 | -2/+119 | |
| | | | |/ / | ||||||
| | | | * | | Allow Loader sourceComponent to be set to undefeined. | Martin Jones | 2010-04-20 | 4 | -3/+35 | |
| | | | * | | Doc fix. | Michael Brasser | 2010-04-19 | 1 | -3/+10 | |
| | | | * | | Minor internal anchor refactoring. | Michael Brasser | 2010-04-19 | 6 | -123/+122 | |
| | | | * | | Doc clarification. | Michael Brasser | 2010-04-19 | 1 | -2/+4 | |
| | | * | | | Make the dynamic creation functions on the Qt object | Alan Alpert | 2010-04-21 | 13 | -40/+106 | |
| | * | | | | Fill out QGraphicsLayout bindings | Alan Alpert | 2010-04-21 | 3 | -4/+191 | |
| | | |/ / | | |/| | | ||||||
| | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into 4.7 | Alan Alpert | 2010-04-19 | 159 | -2231/+24731 | |
| | |\ \ \ | ||||||
| | * | | | | Add test verifying QTBUG-8424 fix | Alan Alpert | 2010-04-19 | 2 | -0/+269 | |
| | * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Alan Alpert | 2010-04-19 | 1 | -1/+2 | |
| | |\ \ \ \ | | | | |/ / | | | |/| | | ||||||
| | | * | | | Document default easing curve. | Alan Alpert | 2010-04-19 | 1 | -1/+2 | |