Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Doc. | Michael Brasser | 2010-03-29 | 1 | -0/+5 |
| | |||||
* | Doc | Aaron Kennedy | 2010-03-29 | 1 | -2/+1 |
| | |||||
* | Remove "variant" QML properties | Aaron Kennedy | 2010-03-29 | 3 | -4/+1 |
| | | | | "property var a" works just as well | ||||
* | Use QDateTime when specifying a "date" property in QML | Aaron Kennedy | 2010-03-29 | 5 | -4/+43 |
| | | | | QT-718 | ||||
* | Update examples/declarative.pro | Yann Bodson | 2010-03-29 | 2 | -2/+7 |
| | |||||
* | Remove colorbrowser example | Yann Bodson | 2010-03-29 | 5 | -311/+0 |
| | |||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Warwick Allison | 2010-03-29 | 1 | -2/+5 |
|\ | |||||
| * | Fix for qdeclarativelanguage::listProperties | Aaron Kennedy | 2010-03-29 | 1 | -2/+5 |
| | | |||||
* | | doc | Warwick Allison | 2010-03-29 | 1 | -0/+4 |
|/ | |||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Warwick Allison | 2010-03-29 | 3 | -6/+25 |
|\ | |||||
| * | Fix crash in QDeclarativePropertyMap. | Michael Brasser | 2010-03-29 | 3 | -6/+25 |
| | | | | | | | | Task-number: QTBUG-9439 | ||||
* | | Remove total wrongness. | Warwick Allison | 2010-03-29 | 1 | -1/+0 |
| | | | | | | | | Base URL of engine is not what some people think it is. | ||||
* | | Import path detail. | Warwick Allison | 2010-03-29 | 1 | -1/+8 |
|/ | |||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Warwick Allison | 2010-03-29 | 23 | -48/+865 |
|\ | |||||
| * | Add focus and key navigation example. | Yann Bodson | 2010-03-29 | 8 | -0/+209 |
| | | |||||
| * | Add example on how to use Qt widgets in qml. | Yann Bodson | 2010-03-29 | 4 | -0/+172 |
| | | |||||
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Aaron Kennedy | 2010-03-29 | 19 | -50/+77 |
| |\ | |||||
| | * | Add missing pro file. | Michael Brasser | 2010-03-29 | 1 | -0/+7 |
| | | | |||||
| | * | Fix memory leak and clean up deletion. | Bea Lam | 2010-03-29 | 1 | -8/+5 |
| | | | |||||
| | * | Don't emit QDeclarativePropertyMap::valueChanged() before the value has | Michael Brasser | 2010-03-29 | 5 | -11/+25 |
| | | | | | | | | | | | | | | | | | | changed. Task-number: QTBUG-9386 | ||||
| * | | Optimization: Don't use QVariant in QDeclarativeVMEMetaObject | Aaron Kennedy | 2010-03-29 | 4 | -29/+447 |
| | | | |||||
* | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Warwick Allison | 2010-03-29 | 703 | -342/+516 |
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: doc/src/declarative/examples.qdoc doc/src/declarative/focus.qdoc doc/src/declarative/modules.qdoc doc/src/declarative/network.qdoc doc/src/declarative/qdeclarativedebugging.qdoc doc/src/declarative/qdeclarativei18n.qdoc doc/src/declarative/qmlruntime.qdoc doc/src/declarative/tutorial.qdoc tests/auto/declarative/qdeclarativeimage/tst_qdeclarativeimage.cpp | ||||
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-03-29 | 9 | -29/+32 |
| |\ \ | |||||
| | * | | Doc fixes | Bea Lam | 2010-03-29 | 1 | -5/+13 |
| | | | | |||||
| | * | | Remove references to qmlviewer in docs. | Bea Lam | 2010-03-29 | 8 | -23/+18 |
| | | | | |||||
| | * | | Fix doc link | Bea Lam | 2010-03-29 | 1 | -1/+1 |
| | |/ | |||||
| * | | Fix svg and big image auto tests on win32. | Martin Jones | 2010-03-29 | 3 | -2/+8 |
| |/ | |||||
| * | Run a subset of 'stable' visual tests. | Michael Brasser | 2010-03-28 | 2 | -3/+12 |
| | | |||||
| * | Rename visual test to qmlvisual. | Michael Brasser | 2010-03-28 | 676 | -24/+17 |
| | | |||||
| * | Syntax and other small fixes for the visual tests. | Michael Brasser | 2010-03-28 | 21 | -177/+192 |
| | | |||||
| * | Autotest tweaks. | Michael Brasser | 2010-03-28 | 5 | -2/+45 |
| | | |||||
| * | Cleanup. | Michael Brasser | 2010-03-28 | 2 | -30/+8 |
| | | |||||
| * | Don't set status to Ready until model has been created (currently this | Bea Lam | 2010-03-28 | 3 | -64/+183 |
| | | | | | | | | | | | | | | | | | | | | is set as soon as XML data is downloaded, so there is no notification when model is actually ready to be used). This also fixes data() to not crash if it is called before the model is ready. Task-number: QTBUG-7835 | ||||
| * | Fix qdeclarativeimage autotest on the mac. | Yann Bodson | 2010-03-28 | 3 | -2/+9 |
| | | |||||
* | | doc: qmlviewer -> qml runtime | Warwick Allison | 2010-03-29 | 7 | -18/+18 |
| | | |||||
* | | doc | Warwick Allison | 2010-03-29 | 1 | -130/+66 |
| | | | | | | | | Clean up structure and remove duplication. | ||||
* | | Add importPathList, mainly for doc purposes. | Warwick Allison | 2010-03-29 | 2 | -10/+25 |
| | | |||||
* | | Update for import dir and imageProvider changes. | Warwick Allison | 2010-03-29 | 2 | -3/+14 |
| | | |||||
* | | doc | Warwick Allison | 2010-03-28 | 1 | -0/+3 |
|/ | |||||
* | QTBUG-9367 has been fixed. Expect pass. | Warwick Allison | 2010-03-28 | 1 | -1/+0 |
| | |||||
* | Source resizing for QDeclarativeImageProvider too. | Warwick Allison | 2010-03-28 | 6 | -16/+32 |
| | | | | (fixes test too) | ||||
* | tyop | Warwick Allison | 2010-03-28 | 1 | -1/+1 |
| | |||||
* | Installed imports are no longer searched relative to caller. | Warwick Allison | 2010-03-28 | 1 | -0/+1 |
| | | | | (quoted URL is for that) | ||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2010-03-26 | 183 | -1338/+3827 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * '4.7' of scm.dev.nokia.troll.no:qt/qt-qml: (77 commits) Recompute the source location of regexp literals. Adds a way to clear the state list property in QDeclarativeStateGroup I've been told this fixes compilation on windows. Doc Augmentation Added highlight ranges/modes to PathView Use QThread IdlePriority rather than linux platform code. Test and fix order of transform application. Test transforms. Fix namespace. Simple case, no size returned. sourceWidth/sourceHeight -> sourceSize QDeclarativeItem don't need to emit childrenChanged anymore. Control of image rendered size (esp. SVG). Do not call parent implementation if we accept the keyPressEvent in GridView and ListView delegates. Update test. Add autotest for QTBUG-9367. Remove Q prefix from the validators. Really fix qMin() parameter types. Add declarative subdir to examples.pro Add Symbian deploy section for qml import plugins ... | ||||
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2010-03-26 | 183 | -1338/+3827 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * '4.7' of scm.dev.nokia.troll.no:qt/qt-qml: (77 commits) Recompute the source location of regexp literals. Adds a way to clear the state list property in QDeclarativeStateGroup I've been told this fixes compilation on windows. Doc Augmentation Added highlight ranges/modes to PathView Use QThread IdlePriority rather than linux platform code. Test and fix order of transform application. Test transforms. Fix namespace. Simple case, no size returned. sourceWidth/sourceHeight -> sourceSize QDeclarativeItem don't need to emit childrenChanged anymore. Control of image rendered size (esp. SVG). Do not call parent implementation if we accept the keyPressEvent in GridView and ListView delegates. Update test. Add autotest for QTBUG-9367. Remove Q prefix from the validators. Really fix qMin() parameter types. Add declarative subdir to examples.pro Add Symbian deploy section for qml import plugins ... | ||||
| | * | Recompute the source location of regexp literals. | Roberto Raggi | 2010-03-26 | 3 | -3/+15 |
| | | | | | | | | | | | | Task-number: QTBUG-9367 | ||||
| | * | Adds a way to clear the state list property in QDeclarativeStateGroup | Kai Koehne | 2010-03-26 | 1 | -1/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Needed by QmlDesigner, which needs to be able to remove states at runtime. Done my Marco Bubke Reviewed-by: Michael Brasser | ||||
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Alan Alpert | 2010-03-26 | 9 | -69/+297 |
| | |\ | |||||
| | | * | Added highlight ranges/modes to PathView | Martin Jones | 2010-03-26 | 9 | -69/+297 |
| | | | | | | | | | | | | | | | | Task-number: QT-319 | ||||
| | * | | I've been told this fixes compilation on windows. | Alan Alpert | 2010-03-26 | 1 | -1/+1 |
| | | | |