summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-04-13546-3876/+10448
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * '4.7' of scm.dev.nokia.troll.no:qt/qt-qml: (147 commits) doc fixes Don't test XmlListModel examples on platforms without QtXmlPatterns More error output for QML_IMPORT_TRACE=1 Fix declarative examples autotest, avoid using native separators Doc: update Rectangle smooth painting screenshot. Add some TextInput properties and methods Remove GraphicsObjectContainer from the documentation. import Qt 4.6 -> import Qt 4.7 Move documentation code to snippet. Test fix. Fix test Fix test on QWS. Fix PathView crash. Make bindings dump more useful Improve font value type documentation. coding conventions Doc fixes Warning Read Maemo orientation at startup Exclude gestures from examples autotest ...
| * doc fixesYann Bodson2010-04-121-5/+15
| |
| * Don't test XmlListModel examples on platforms without QtXmlPatternsAlan Alpert2010-04-121-0/+6
| |
| * More error output for QML_IMPORT_TRACE=1mae2010-04-121-0/+9
| |
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-04-12546-3871/+10418
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * '4.7' of scm.dev.nokia.troll.no:qt/qt-qml: (144 commits) Fix declarative examples autotest, avoid using native separators Doc: update Rectangle smooth painting screenshot. Add some TextInput properties and methods Remove GraphicsObjectContainer from the documentation. import Qt 4.6 -> import Qt 4.7 Move documentation code to snippet. Test fix. Fix test Fix test on QWS. Fix PathView crash. Make bindings dump more useful Improve font value type documentation. coding conventions Doc fixes Warning Read Maemo orientation at startup Exclude gestures from examples autotest Exclude proxywidgets from examples autotest Fix crash on QScriptProgram destruction doc fixes ...
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-04-123-2/+3
| | |\
| | | * Fix declarative examples autotest, avoid using native separatorsLeonardo Sobral Cunha2010-04-121-2/+2
| | | | | | | | | | | | | | | | Reviewed-by: Joona Petrell
| | | * Doc: update Rectangle smooth painting screenshot.Yann Bodson2010-04-122-0/+1
| | | |
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-04-12606-4494/+7579
| | |\ \ | | | |/ | | | | | | | | | | | | | | | | Conflicts: src/declarative/graphicsitems/qdeclarativetextinput.cpp src/declarative/graphicsitems/qdeclarativetextinput_p.h
| | | * Remove GraphicsObjectContainer from the documentation.Yann Bodson2010-04-121-1/+0
| | | |
| | | * import Qt 4.6 -> import Qt 4.7Yann Bodson2010-04-1222-22/+22
| | | |
| | | * Move documentation code to snippet.Yann Bodson2010-04-122-41/+39
| | | |
| | | * Test fix.Michael Brasser2010-04-121-2/+2
| | | |
| | | * Fix testBea Lam2010-04-121-1/+3
| | | |
| | | * Fix test on QWS.Michael Brasser2010-04-121-0/+4
| | | |
| | | * Fix PathView crash.Michael Brasser2010-04-121-1/+1
| | | | | | | | | | | | | | | | Task-number: QTBUG-9753
| | | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-04-1236-677/+1790
| | | |\
| | | | * Improve font value type documentation.Yann Bodson2010-04-123-5/+316
| | | | |
| | | | * coding conventionsYann Bodson2010-04-121-16/+14
| | | | |
| | | | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Bea Lam2010-04-1242-672/+1749
| | | | |\ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: doc/src/declarative/javascriptblocks.qdoc
| | | | | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-04-12505-3538/+5185
| | | | | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * '4.7' of scm.dev.nokia.troll.no:qt/qt-qml: (130 commits) Warning Read Maemo orientation at startup Exclude gestures from examples autotest Exclude proxywidgets from examples autotest Fix crash on QScriptProgram destruction doc fixes Start documenting coding conventions Adds missing qml file to qdeclarativeflipable autotest Revert "Better reporting of extension plugin loading errors." Doc Fix graphicswidget auto-test. Add Mac OS X bundle description for qml runtime Cleanup Disallow writes to read-only value type properties Allow undefined to be assigned to QVariant properties Add a Qt.isQtObject() method Fix crash in QML library imports Remove QT_VERSION checks in QML List properties aren't read-only Small doc fix. ...
| | | | * | | Doc fixesBea Lam2010-04-124-20/+32
| | | | | | |
| | | * | | | Make bindings dump more usefulAaron Kennedy2010-04-121-46/+69
| | | | |_|/ | | | |/| |
| | | * | | WarningAaron Kennedy2010-04-121-1/+1
| | | | | |
| | | * | | Read Maemo orientation at startupAaron Kennedy2010-04-121-8/+5
| | | | | | | | | | | | | | | | | | | | | | | | QT-2695
| | | * | | Exclude gestures from examples autotestAaron Kennedy2010-04-121-0/+1
| | | | | |
| | | * | | Exclude proxywidgets from examples autotestAaron Kennedy2010-04-121-0/+1
| | | | | |
| | | * | | Fix crash on QScriptProgram destructionAaron Kennedy2010-04-121-0/+4
| | | | | |
| | | * | | doc fixesYann Bodson2010-04-122-3/+3
| | | | | |
| | | * | | Start documenting coding conventionsYann Bodson2010-04-129-40/+308
| | | | | | | | | | | | | | | | | | | | | | | | Task-number: QT-2845
| | | * | | Adds missing qml file to qdeclarativeflipable autotestLeonardo Sobral Cunha2010-04-122-0/+14
| | | |/ /
| | | * | Revert "Better reporting of extension plugin loading errors."Aaron Kennedy2010-04-121-23/+7
| | | | | | | | | | | | | | | | | | | | This reverts commit e0dcdbd2984299665b9b784b201289219b9978d3.
| | | * | DocAaron Kennedy2010-04-121-2/+2
| | | | |
| | | * | Fix graphicswidget auto-test.Alexis Menard2010-04-122-52/+40
| | | | | | | | | | | | | | | | | | | | Reviewed-by:Michael Brasser
| | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-04-10490-3442/+4832
| | | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * '4.7' of scm.dev.nokia.troll.no:qt/qt-qml: (119 commits) Add Mac OS X bundle description for qml runtime Cleanup Disallow writes to read-only value type properties Allow undefined to be assigned to QVariant properties Add a Qt.isQtObject() method Fix crash in QML library imports Remove QT_VERSION checks in QML List properties aren't read-only Small doc fix. Make sure WorkerScript thread is stopped on deletion. This also fixes Release ListModel's worker agent on deletion. Doc fixes Fix example Example code style improvements Enable other wrapping modes. TextEdit::wrap changed to TextEdit::wrapMode enumeration Remove use of obsolete "Script" element. unwarn Replace "var" with "variant" in tests Fix test after deletion of GraphicsObjectContainer. ...
| | | | * | Add Mac OS X bundle description for qml runtimeKai Koehne2010-04-092-0/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also, it's now Qml.app instead of qml.app. An icon is still missing. Reviewed-by: con
| | | | * | CleanupAaron Kennedy2010-04-092-88/+95
| | | | | |
| | | | * | Disallow writes to read-only value type propertiesAaron Kennedy2010-04-094-1/+38
| | | | | | | | | | | | | | | | | | | | | | | | QTBUG-9685
| | | | * | Allow undefined to be assigned to QVariant propertiesAaron Kennedy2010-04-094-0/+35
| | | | | | | | | | | | | | | | | | | | | | | | QTBUG-9704
| | | | * | Add a Qt.isQtObject() methodAaron Kennedy2010-04-095-0/+43
| | | | | | | | | | | | | | | | | | | | | | | | QTBUG-9705
| | | | * | Fix crash in QML library importsAaron Kennedy2010-04-094-0/+26
| | | | | | | | | | | | | | | | | | | | | | | | QTBUG-9705
| | | | * | Remove QT_VERSION checks in QMLAaron Kennedy2010-04-098-56/+0
| | | | | | | | | | | | | | | | | | | | | | | | We only support Qt 4.7 now.
| | | | * | List properties aren't read-onlyAaron Kennedy2010-04-091-1/+2
| | | | | |
| | | | * | Small doc fix.Martin Jones2010-04-092-7/+7
| | | | | |
| | | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-04-0914-229/+234
| | | | |\ \
| | | | | * | Make sure WorkerScript thread is stopped on deletion. This also fixesBea Lam2010-04-092-3/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | the leaking of the worker agent in ListModel.
| | | | | * | Release ListModel's worker agent on deletion.Bea Lam2010-04-092-1/+3
| | | | | | |
| | | | | * | Doc fixesBea Lam2010-04-093-12/+8
| | | | | | |
| | | | | * | Fix exampleBea Lam2010-04-091-7/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Task-number: QTBUG-8514
| | | | | * | Example code style improvementsBea Lam2010-04-097-206/+195
| | | | | | |