| Commit message (Expand) | Author | Age | Files | Lines |
* | Minor doc fixes | Bea Lam | 2010-06-11 | 1 | -1/+1 |
|
|
* | Doc improvements, including snippet fixes, linking to examples, making | Bea Lam | 2010-06-11 | 2 | -23/+40 |
|
|
* | Remove 'XXX Experimental' from VisualItemModel/VisualDataModel and | Bea Lam | 2010-06-10 | 1 | -6/+0 |
|
|
* | Document attached properties | Bea Lam | 2010-06-10 | 1 | -1/+6 |
|
|
* | Doc improvements: move some example code to snippets, add screenshots, | Bea Lam | 2010-06-09 | 7 | -138/+71 |
|
|
* | Move some example code into snippets/ and add other doc fixes | Bea Lam | 2010-06-09 | 4 | -31/+45 |
|
|
* | Fix drawing flicker on Qml Viewer startup | Joona Petrell | 2010-06-09 | 2 | -4/+17 |
|
|
* | Ensure state operations assigned to the default state are triggered | Michael Brasser | 2010-06-07 | 4 | -3/+12 |
|
|
* | Move QListModelInterface into util. | Michael Brasser | 2010-06-04 | 3 | -2/+198 |
|
|
* | Add more Q_AUTOTEST_EXPORTs | Aaron Kennedy | 2010-06-03 | 3 | -46/+49 |
|
|
* | Add Q_AUTOTEST_EXPORT | Aaron Kennedy | 2010-06-03 | 1 | -1/+1 |
|
|
* | Add some Q_AUTOTEST_EXPORTs | Aaron Kennedy | 2010-06-03 | 4 | -7/+7 |
|
|
* | Doc fixes and improvements - fix some example code, link to | Bea Lam | 2010-06-02 | 5 | -25/+56 |
|
|
* | Documentation. | Michael Brasser | 2010-06-01 | 1 | -1/+16 |
|
|
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ... | Qt Continuous Integration System | 2010-05-31 | 2 | -0/+4 |
|\ |
|
| * | Fix QT_NO_TEXTSTREAM compilation errors. | Tasuku Suzuki | 2010-05-31 | 2 | -0/+4 |
|
|
* | | Rename QDeclarativeDebugTiming -> QDeclarativeDebugTrace | Aaron Kennedy | 2010-05-27 | 1 | -9/+9 |
|/ |
|
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Aaron Kennedy | 2010-05-27 | 1 | -10/+23 |
|\ |
|
| * | Add more examples of XPath expressions to XmlRole. | Bea Lam | 2010-05-26 | 1 | -10/+23 |
|
|
* | | Improve QML framerate debugging | Aaron Kennedy | 2010-05-27 | 1 | -47/+51 |
|/ |
|
* | Replace QTime with QElapsedTimer | Aaron Kennedy | 2010-05-26 | 1 | -2/+2 |
|
|
* | Doc | Aaron Kennedy | 2010-05-25 | 1 | -2/+2 |
|
|
* | Move copies of toLocalFileOrQrc() to QDeclarativeEnginePrivate | Bea Lam | 2010-05-24 | 2 | -20/+4 |
|
|
* | doc | Warwick Allison | 2010-05-21 | 1 | -2/+2 |
|
|
* | Also show file/line numbers on XML query errors. | Warwick Allison | 2010-05-21 | 2 | -1/+20 |
|
|
* | Print warnings for xml query syntax errors | Bea Lam | 2010-05-21 | 1 | -7/+10 |
|
|
* | Clean up | Bea Lam | 2010-05-21 | 1 | -47/+37 |
|
|
* | Add XmlListModel::get() | Bea Lam | 2010-05-21 | 2 | -1/+40 |
|
|
* | Update docs with correct property name | Alan Alpert | 2010-05-20 | 1 | -1/+1 |
|
|
* | Remove warnings. | Warwick Allison | 2010-05-20 | 1 | -1/+0 |
|
|
* | Add XmlListModel::errorString() | Bea Lam | 2010-05-20 | 2 | -2/+28 |
|
|
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Bea Lam | 2010-05-19 | 1 | -1/+1 |
|\ |
|
| * | Don't crash if the target parent is destroyed. | Martin Jones | 2010-05-19 | 1 | -1/+1 |
|
|
* | | Doc improvements | Bea Lam | 2010-05-19 | 1 | -0/+3 |
|/ |
|
* | Add parent parameter to QDeclarativeExpression constructor. | Michael Brasser | 2010-05-18 | 4 | -5/+5 |
|
|
* | Use QDeclarativeScriptString for ParentChange. | Michael Brasser | 2010-05-18 | 2 | -72/+156 |
|
|
* | ListModel::get() shouldn't print warnings for invalid indices since it | Bea Lam | 2010-05-17 | 1 | -4/+1 |
|
|
* | Restructure the examples. They are now organized into various | Bea Lam | 2010-05-16 | 3 | -5/+5 |
|
|
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2010-05-14 | 7 | -28/+44 |
|\ |
|
| * | Reduce the chance of AnchorAnimation animating geometry changes it | Michael Brasser | 2010-05-14 | 1 | -4/+8 |
|
|
| * | Fix crash in ParentAnimation. | Michael Brasser | 2010-05-14 | 6 | -13/+16 |
|
|
| * | Revert "Fix crash in ParentAnimation." | Michael Brasser | 2010-05-14 | 1 | -9/+8 |
|
|
| * | Fix crash in ParentAnimation. | Michael Brasser | 2010-05-14 | 1 | -8/+9 |
|
|
| * | ListModel::get() should return undefined if bad index specified | Bea Lam | 2010-05-13 | 1 | -10/+18 |
|
|
| * | Dates and variants are not considered nested objects | Aaron Kennedy | 2010-05-13 | 1 | -1/+2 |
|
|
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ... | Qt Continuous Integration System | 2010-05-13 | 4 | -4/+4 |
|\ \
| |/
|/| |
|
| * | Merge remote branch 'mainline/4.7' into 4.7 | Morten Johan Sørvig | 2010-05-12 | 23 | -164/+276 |
| |\ |
|
| * | | QtDeclarative: remove spurious semi-colons from the source code | Thiago Macieira | 2010-05-04 | 4 | -4/+4 |
|
|
* | | | Avoid warning (and possible future crash) upon reload. | Warwick Allison | 2010-05-12 | 1 | -2/+5 |
|
|
* | | | Don't pass sequential (QNetworkReply) to image reader, it doesn't work well e... | Warwick Allison | 2010-05-12 | 1 | -1/+5 |
|
|