Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace all occurances of "Qt 4.7" with "QtQuick 1.0" | Jason McDonald | 2010-10-01 | 74 | -74/+74 |
| | | | | | | | | | | | | | | | | Task-number: QTBUG-13799 Reviewed-by: Martin Jones (cherry picked from commit 49452ad6b22e080b1dfdfde38c21c48bb910a1ae) Conflicts: tests/auto/declarative/qdeclarativeconnection/data/error-object.qml tests/auto/declarative/qdeclarativeconnection/data/error-property.qml tests/auto/declarative/qdeclarativeconnection/data/error-property2.qml tests/auto/declarative/qdeclarativeconnection/data/error-syntax.qml tests/auto/declarative/qdeclarativelistmodel/tst_qdeclarativelistmodel.cpp tests/auto/declarative/qdeclarativeqt/data/quit.qml tests/auto/declarative/qdeclarativeview/data/error1.qml | ||||
* | If a type is registered under several names, share the attached property object | Aaron Kennedy | 2010-10-01 | 1 | -0/+16 |
| | | | | | Task-number: QTBUG-13799 (cherry picked from commit 746954581f06e0bca98f25eb95dca09c663d47bf) | ||||
* | Support passing QObject derived types to QML methods | Aaron Kennedy | 2010-09-03 | 2 | -0/+20 |
| | | | | QTBUG-13047 | ||||
* | Support JS "in" operator on QML objects | Aaron Kennedy | 2010-09-01 | 1 | -0/+7 |
| | | | | QTBUG-12837 | ||||
* | Prevent calling deleteLater() from QML | Aaron Kennedy | 2010-08-31 | 1 | -0/+14 |
| | | | | QTBUG-13045 | ||||
* | Ignore non-scriptable properties in QML | Aaron Kennedy | 2010-08-31 | 1 | -0/+19 |
| | | | | QTBUG-13043 | ||||
* | Make autotests work with qreal == float (in addition to double). | Warwick Allison | 2010-07-02 | 2 | -2/+2 |
| | | | | Task-number: QTBUG-11853 | ||||
* | Fix assert | Aaron Kennedy | 2010-06-25 | 2 | -0/+9 |
| | | | | QTBUG-11600 | ||||
* | Disallow global object properties as property names | Aaron Kennedy | 2010-06-25 | 1 | -2/+2 |
| | | | | QTBUG-11605 | ||||
* | Reading a property that doesn't exist throws a ReferenceError test | Aaron Kennedy | 2010-06-25 | 1 | -0/+12 |
| | | | | QTBUG-11606 | ||||
* | References to undefined variables throws a ReferenceError | Aaron Kennedy | 2010-06-23 | 3 | -3/+11 |
| | | | | This is consistent with normal JavaScript | ||||
* | Test e75088323ae15604139ddfd66b85cc3b8d43abeb | Warwick Allison | 2010-05-20 | 1 | -0/+4 |
| | | | | Task-number: QTBUG-10820 | ||||
* | Make Qt.include() work for js files that have '.pragma library' | Bea Lam | 2010-05-18 | 3 | -0/+22 |
| | |||||
* | Check for acquireReg() failure | Aaron Kennedy | 2010-05-17 | 1 | -0/+26 |
| | | | | QTBUG-10696 | ||||
* | Add Qt.include() method for scoped inclusion of JavaScript files | Aaron Kennedy | 2010-05-14 | 15 | -0/+173 |
| | |||||
* | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Alan Alpert | 2010-05-05 | 1 | -2/+2 |
|\ | |||||
| * | Null objects should appear as JS null | Aaron Kennedy | 2010-05-05 | 1 | -2/+2 |
| | | |||||
* | | Make component.createObject require a parent argument | Alan Alpert | 2010-05-05 | 1 | -2/+2 |
|/ | | | | | | | | | For graphical objects (the common case) a common mistake is to not parent a dynamically created item. Since you almost always want to add a parent, and it's hard for a beginner to diagnose this problem, a parent is now a required argument and dealt with by the createObject function. Task-number: QTBUG-10110 | ||||
* | Ensure eval and Function are in the correct scope | Aaron Kennedy | 2010-04-30 | 2 | -0/+42 |
| | | | | QTBUG-10236 | ||||
* | Warn on assigning a function to a QML property. | Michael Brasser | 2010-04-29 | 2 | -0/+18 |
| | | | | | | | | | This is not supported, and should not silently be converting the function to a string. See QTBUG-10302 for why we check !isRegExp as well as isFunction. Task-number: QTBUG-10237 Reviewed-by: Aaron Kennedy | ||||
* | Cleanup guards used in synthesized QML meta objects | Aaron Kennedy | 2010-04-29 | 1 | -0/+13 |
| | | | | QTCREATORBUG-1289 | ||||
* | Suppress transient errors from bindings | Aaron Kennedy | 2010-04-29 | 1 | -0/+14 |
| | | | | | | | If a binding generates > 1 transient error, only the first was being suppressed. QTBUG-10274 | ||||
* | Autotests | Aaron Kennedy | 2010-04-27 | 1 | -0/+10 |
| | |||||
* | Fix versioning of Qt Declarative's in-built types | Alan Alpert | 2010-04-21 | 54 | -54/+54 |
| | | | | | | Since we aren't releasing for 4.6, all types are new in 4.7. Task-number: QTBUG-10081 | ||||
* | Update test files to new syntax | Alan Alpert | 2010-04-21 | 2 | -5/+5 |
| | |||||
* | Allow null to be assigned to object properties | Aaron Kennedy | 2010-04-20 | 2 | -0/+20 |
| | |||||
* | Missing file | Aaron Kennedy | 2010-04-20 | 1 | -0/+7 |
| | |||||
* | Remove Script {} support | Aaron Kennedy | 2010-04-19 | 27 | -196/+50 |
| | |||||
* | Don't crash on deleted objects assigned to variant properties | Aaron Kennedy | 2010-04-19 | 1 | -1/+1 |
| | | | | QTBUG-8077 | ||||
* | Reduce warnings at shutdown | Aaron Kennedy | 2010-04-14 | 2 | -0/+15 |
| | | | | | | QTBUG-9799 Reviewed-by: Alexis Menard | ||||
* | Reduce warnings at shutdown | Aaron Kennedy | 2010-04-14 | 1 | -0/+9 |
| | | | | QTBUG-9799 | ||||
* | Missing file | Aaron Kennedy | 2010-04-14 | 1 | -0/+5 |
| | |||||
* | Allow undefined to be assigned to QVariant properties | Aaron Kennedy | 2010-04-09 | 1 | -0/+9 |
| | | | | QTBUG-9704 | ||||
* | Fix crash in QML library imports | Aaron Kennedy | 2010-04-09 | 2 | -0/+13 |
| | | | | QTBUG-9705 | ||||
* | Replace "property var " with "property variant " in QML code | Aaron Kennedy | 2010-04-09 | 10 | -14/+14 |
| | |||||
* | Use variant instead of var in QML | Aaron Kennedy | 2010-04-09 | 1 | -6/+0 |
| | | | | | | 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". | ||||
* | Don't crash when QML engine is deleted | Aaron Kennedy | 2010-04-08 | 1 | -0/+11 |
| | |||||
* | Fix crash on null object assignment | Aaron Kennedy | 2010-04-08 | 1 | -0/+8 |
| | |||||
* | Make string -> int conversion consistent in bindings | Aaron Kennedy | 2010-04-08 | 1 | -0/+18 |
| | | | | QTBUG-9538 | ||||
* | Cleanup handling of errors in bindings and scripts | Aaron Kennedy | 2010-04-08 | 2 | -0/+38 |
| | | | | | | | | | | | | | QML used to silently ignore a log of errors - such as a failed assignment to a QObject property. These errors are now all reported as exceptions in JavaScript. Other questionable activities, like assigning a JavaScript array to a "property var" property which appeared to work, thanks to QtScript's transparent conversion of arrays to a QVariantList, are now blocked entirely. QTBUG-9152 QTBUG-9382 QTBUG-9341 QTBUG-6886 | ||||
* | Autotest for 76f5e9e7d1eea8d688d5459b7b7b2bfa3f9057ed | Aaron Kennedy | 2010-04-08 | 1 | -0/+9 |
| | |||||
* | Remove usage of Script where not actually testing the obsolete construct. | Warwick Allison | 2010-04-08 | 1 | -8/+5 |
| | |||||
* | More testing. | Michael Brasser | 2010-03-31 | 1 | -0/+6 |
| | |||||
* | Add test. | Michael Brasser | 2010-03-31 | 1 | -0/+38 |
| | |||||
* | Correctly construct boolean JSValue's | Aaron Kennedy | 2010-03-30 | 1 | -0/+17 |
| | | | | Task-number: QTBUG-9205 | ||||
* | Add autotest for QTBUG-9367. | Michael Brasser | 2010-03-26 | 1 | -0/+7 |
| | |||||
* | Fix crash when calling createObject on a component with errors. | Michael Brasser | 2010-03-21 | 1 | -0/+6 |
| | |||||
* | Add QML support for methods returning QList<QObject *> | Aaron Kennedy | 2010-03-09 | 2 | -0/+11 |
| | |||||
* | Add support for QtScript connect/disconnect syntax in QML | Aaron Kennedy | 2010-03-05 | 10 | -0/+172 |
| | | | | | | | This support was accidentally removed as a consequence of 4a665ff5da05860f5eb46e3982ef3d8163a6cf59. QTBUG-8001 | ||||
* | Add testcase for QTBUG-7730 | Aaron Kennedy | 2010-03-04 | 1 | -0/+12 |
| |