Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | doc fixes | Yann Bodson | 2010-04-12 | 2 | -3/+3 |
| | |||||
* | Start documenting coding conventions | Yann Bodson | 2010-04-12 | 9 | -40/+308 |
| | | | | Task-number: QT-2845 | ||||
* | Adds missing qml file to qdeclarativeflipable autotest | Leonardo Sobral Cunha | 2010-04-12 | 2 | -0/+14 |
| | |||||
* | Revert "Better reporting of extension plugin loading errors." | Aaron Kennedy | 2010-04-12 | 1 | -23/+7 |
| | | | | This reverts commit e0dcdbd2984299665b9b784b201289219b9978d3. | ||||
* | Doc | Aaron Kennedy | 2010-04-12 | 1 | -2/+2 |
| | |||||
* | Fix graphicswidget auto-test. | Alexis Menard | 2010-04-12 | 2 | -52/+40 |
| | | | | Reviewed-by:Michael Brasser | ||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2010-04-10 | 490 | -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 runtime | Kai Koehne | 2010-04-09 | 2 | -0/+20 |
| | | | | | | | | | | | | Also, it's now Qml.app instead of qml.app. An icon is still missing. Reviewed-by: con | ||||
| * | Cleanup | Aaron Kennedy | 2010-04-09 | 2 | -88/+95 |
| | | |||||
| * | Disallow writes to read-only value type properties | Aaron Kennedy | 2010-04-09 | 4 | -1/+38 |
| | | | | | | | | QTBUG-9685 | ||||
| * | Allow undefined to be assigned to QVariant properties | Aaron Kennedy | 2010-04-09 | 4 | -0/+35 |
| | | | | | | | | QTBUG-9704 | ||||
| * | Add a Qt.isQtObject() method | Aaron Kennedy | 2010-04-09 | 5 | -0/+43 |
| | | | | | | | | QTBUG-9705 | ||||
| * | Fix crash in QML library imports | Aaron Kennedy | 2010-04-09 | 4 | -0/+26 |
| | | | | | | | | QTBUG-9705 | ||||
| * | Remove QT_VERSION checks in QML | Aaron Kennedy | 2010-04-09 | 8 | -56/+0 |
| | | | | | | | | We only support Qt 4.7 now. | ||||
| * | List properties aren't read-only | Aaron Kennedy | 2010-04-09 | 1 | -1/+2 |
| | | |||||
| * | Small doc fix. | Martin Jones | 2010-04-09 | 2 | -7/+7 |
| | | |||||
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-04-09 | 14 | -229/+234 |
| |\ | |||||
| | * | Make sure WorkerScript thread is stopped on deletion. This also fixes | Bea Lam | 2010-04-09 | 2 | -3/+13 |
| | | | | | | | | | | | | the leaking of the worker agent in ListModel. | ||||
| | * | Release ListModel's worker agent on deletion. | Bea Lam | 2010-04-09 | 2 | -1/+3 |
| | | | |||||
| | * | Doc fixes | Bea Lam | 2010-04-09 | 3 | -12/+8 |
| | | | |||||
| | * | Fix example | Bea Lam | 2010-04-09 | 1 | -7/+15 |
| | | | | | | | | | | | | Task-number: QTBUG-8514 | ||||
| | * | Example code style improvements | Bea Lam | 2010-04-09 | 7 | -206/+195 |
| | | | |||||
| * | | Enable other wrapping modes. | Martin Jones | 2010-04-09 | 8 | -19/+47 |
| |/ | | | | | | | | | | | | | | | WrapAnywhere - Text can be wrapped at any point on a line, even if it occurs in the middle of a word. WrapAtWordBoundaryOrAnywhere - If possible, wrapping occurs at a word boundary; otherwise it will occur at the appropriate point on the line, even in the middle of a word. | ||||
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-04-09 | 5 | -47/+40 |
| |\ | |||||
| | * | Remove use of obsolete "Script" element. | Warwick Allison | 2010-04-09 | 4 | -46/+39 |
| | | | |||||
| | * | unwarn | Warwick Allison | 2010-04-09 | 1 | -1/+1 |
| | | | |||||
| * | | TextEdit::wrap changed to TextEdit::wrapMode enumeration | Martin Jones | 2010-04-09 | 10 | -35/+66 |
| | | | |||||
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-04-09 | 116 | -919/+444 |
| |\ \ | | |/ | |||||
| | * | Replace "var" with "variant" in tests | Aaron Kennedy | 2010-04-09 | 2 | -11/+11 |
| | | | |||||
| | * | Fix test after deletion of GraphicsObjectContainer. | Alexis Menard | 2010-04-09 | 1 | -23/+20 |
| | | | | | | | | | | | | Reviewed-by:TrustMe | ||||
| | * | Text.wrap is deprecated | Yann Bodson | 2010-04-09 | 2 | -17/+18 |
| | | | |||||
| | * | Fix url resolution in PropertyChanges. | Michael Brasser | 2010-04-09 | 7 | -9/+85 |
| | | | | | | | | | | | | | | | | | | | | | | | | Make sure bindings in PropertyChanges resolve urls correctly. Also refactor the code so that PropertyChanges will always use the standard url resolution support provided by QDeclarativeProperty. Task-number: QTBUG-9571 | ||||
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Aaron Kennedy | 2010-04-09 | 2 | -7/+31 |
| | |\ | |||||
| | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Warwick Allison | 2010-04-09 | 27 | -714/+262 |
| | | |\ | |||||
| | | * | | Better reporting of extension plugin loading errors. | Warwick Allison | 2010-04-09 | 1 | -7/+23 |
| | | | | | |||||
| | | * | | self-doc | Warwick Allison | 2010-04-09 | 1 | -0/+8 |
| | | | | | |||||
| | * | | | Replace "property var " with "property variant " in QML code | Aaron Kennedy | 2010-04-09 | 75 | -127/+127 |
| | | | | | |||||
| | * | | | Use variant instead of var in QML | Aaron Kennedy | 2010-04-09 | 5 | -30/+11 |
| | | |/ | | |/| | | | | | | | | | | | | | | | | | In QML "var"s are not the same as JavaScript vars - they are QVariants instead. However, as they behave in a similar enough fashion to native JavaScript it can be confusing to developers when they are called "var". | ||||
| | * | | Some cleanup in widgets module. Deletion of GraphicsObjectContainer. | Alexis Menard | 2010-04-09 | 10 | -561/+18 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit deletes the uneeded classes/declarations since we have now an inline support for QGraphicsObject based classes. QGraphicsLayout bindings works the same way because the layout property has been added to QGraphicsWidget. The only feature that is missing for now (because of the deletion of GraphicsObjectContainer) is the anchoring support. We will probably take a look on how to support this feature properly with no wrapper. Task-number:QTBUG-9456 Reviewed-by:Michael Brasser | ||||
| | * | | Straighten board lines | Bea Lam | 2010-04-09 | 1 | -0/+0 |
| | | | | |||||
| | * | | More tutorial improvments | Bea Lam | 2010-04-09 | 9 | -131/+121 |
| | | | | |||||
| | * | | Doc fixes | Bea Lam | 2010-04-09 | 3 | -3/+2 |
| | | | | |||||
| * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-04-09 | 5 | -19/+123 |
| |\ \ \ | | |/ / | |||||
| | * | | Make the TextInput element nicer. It has scrolling. | Alexis Menard | 2010-04-09 | 4 | -19/+121 |
| | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The TextInput has support for scrolling now so it's quite usable. You can deactivate the auto scrolling with a property if you want to do crazy animation while scrolling. This commit also fixed several bugs with the current implementation especially regarding aligments : selection was broken, moving the cursor also -> fixed. I have also added a tiny fix when the TextInput lost the focus -> the selection is cleared. Task-number:QT-2745 Reviewed-by:Michael Brasser | ||||
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Warwick Allison | 2010-04-09 | 80 | -328/+877 |
| | |\ | |||||
| | * | | Verbose failure output | Warwick Allison | 2010-04-09 | 1 | -0/+2 |
| | | | | |||||
| * | | | Ensure GridView content position is stable when moving items. | Martin Jones | 2010-04-09 | 2 | -0/+7 |
| | |/ | |/| | | | | | | | Task-number: QTBUG-9697 | ||||
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Martin Jones | 2010-04-08 | 108 | -552/+1308 |
| |\ \ | |||||
| | * | | Update visual test. | Michael Brasser | 2010-04-08 | 9 | -4/+4 |
| | | | | | | | | | | | | | | | | We've updated our handling of drag threshold in MouseArea. | ||||
| | * | | Fix test. | Michael Brasser | 2010-04-08 | 1 | -1/+1 |
| | | | |