Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Be slightly more verbose on assigning undefined in binding. | Warwick Allison | 2010-05-24 | 1 | -5/+5 |
| | | | | Task-number: QTBUG-10303 | ||||
* | Remove license headers from test data. | Warwick Allison | 2010-05-23 | 105 | -4305/+0 |
| | | | | Partial revert of d5a86d924bfe331aeba6465b0f249cd27ef83ad4 | ||||
* | Add license headers for .qml files. | Jason McDonald | 2010-05-21 | 105 | -0/+4305 |
| | | | | | | | Examples get the BSD license, while all other .qml files get the LGPL/tech-preview license. Reviewed-by: Trust Me | ||||
* | Test e75088323ae15604139ddfd66b85cc3b8d43abeb | Warwick Allison | 2010-05-20 | 2 | -0/+6 |
| | | | | Task-number: QTBUG-10820 | ||||
* | Improve error messages when tests fail. | Warwick Allison | 2010-05-20 | 1 | -14/+15 |
| | |||||
* | Rename Component::errorsString() -> errorString() (and also for | Bea Lam | 2010-05-20 | 1 | -1/+0 |
| | | | | QDeclarativeComponent) | ||||
* | Make Qt.include() work for js files that have '.pragma library' | Bea Lam | 2010-05-18 | 4 | -0/+33 |
| | |||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Aaron Kennedy | 2010-05-18 | 1 | -1/+1 |
|\ | |||||
| * | Add parent parameter to QDeclarativeExpression constructor. | Michael Brasser | 2010-05-18 | 1 | -1/+1 |
| | | | | | | | | Also rearrange the parameter order to be more clear. | ||||
* | | Round correctly in binding optimizer | Aaron Kennedy | 2010-05-18 | 1 | -3/+2 |
|/ | | | | QTBUG-9538 | ||||
* | Check for acquireReg() failure | Aaron Kennedy | 2010-05-17 | 2 | -0/+35 |
| | | | | QTBUG-10696 | ||||
* | Missing files from 645b9ee9dd6e0576542cc61872ecedb408ca8a89 | Aaron Kennedy | 2010-05-14 | 2 | -3/+119 |
| | | | | Grrr | ||||
* | 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 | 2 | -3/+3 |
|\ | |||||
| * | Null objects should appear as JS null | Aaron Kennedy | 2010-05-05 | 2 | -3/+3 |
| | | |||||
* | | 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 | 3 | -0/+73 |
| | | | | QTBUG-10236 | ||||
* | Warn on assigning a function to a QML property. | Michael Brasser | 2010-04-29 | 3 | -0/+57 |
| | | | | | | | | | 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 | 2 | -0/+35 |
| | | | | QTCREATORBUG-1289 | ||||
* | Suppress transient errors from bindings | Aaron Kennedy | 2010-04-29 | 2 | -0/+31 |
| | | | | | | | If a binding generates > 1 transient error, only the first was being suppressed. QTBUG-10274 | ||||
* | Correctly inherit extension properties | Aaron Kennedy | 2010-04-27 | 2 | -0/+35 |
| | | | | Correct a typo that breaks extension properties in some cases. | ||||
* | Autotests | Aaron Kennedy | 2010-04-27 | 2 | -0/+30 |
| | |||||
* | Rename QDeclarativeExpression::value() to evaluate(). | Michael Brasser | 2010-04-22 | 1 | -19/+19 |
| | | | | | QDeclarativeExpression can be used to evaluate any sort of expression, not just those returning a value. | ||||
* | 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 | 3 | -0/+50 |
| | |||||
* | Missing file | Aaron Kennedy | 2010-04-20 | 1 | -0/+7 |
| | |||||
* | Handle overrides correctly in extension objects | Aaron Kennedy | 2010-04-20 | 3 | -0/+46 |
| | | | | QTBUG-7817 | ||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Aaron Kennedy | 2010-04-19 | 1 | -6/+0 |
|\ | |||||
| * | Fix tests: remove unnecessary calls to QML_DECLARE_TYPE | Bea Lam | 2010-04-19 | 1 | -6/+0 |
| | | |||||
* | | Remove Script {} support | Aaron Kennedy | 2010-04-19 | 28 | -296/+57 |
|/ | |||||
* | Don't crash on deleted objects assigned to variant properties | Aaron Kennedy | 2010-04-19 | 2 | -2/+1 |
| | | | | QTBUG-8077 | ||||
* | Emit runtime warnings through QDeclarativeEngine | Aaron Kennedy | 2010-04-19 | 1 | -1/+1 |
| | | | | QTBUG-9726 | ||||
* | Support valuetypes as method return values | Aaron Kennedy | 2010-04-15 | 1 | -1/+0 |
| | | | | QTBUG-9818 | ||||
* | Reduce warnings at shutdown | Aaron Kennedy | 2010-04-14 | 3 | -0/+33 |
| | | | | | | QTBUG-9799 Reviewed-by: Alexis Menard | ||||
* | Reduce warnings at shutdown | Aaron Kennedy | 2010-04-14 | 2 | -0/+27 |
| | | | | QTBUG-9799 | ||||
* | Missing file | Aaron Kennedy | 2010-04-14 | 1 | -0/+5 |
| | |||||
* | Don't warn on signals emitted after the context has been destroyed | Aaron Kennedy | 2010-04-14 | 1 | -0/+27 |
| | | | | QTBUG-9792 | ||||
* | Tweak tests to run in parallel | Aaron Kennedy | 2010-04-13 | 1 | -0/+3 |
| | |||||
* | Allow undefined to be assigned to QVariant properties | Aaron Kennedy | 2010-04-09 | 2 | -0/+29 |
| | | | | QTBUG-9704 | ||||
* | Fix crash in QML library imports | Aaron Kennedy | 2010-04-09 | 3 | -0/+25 |
| | | | | 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 | 2 | -9/+1 |
| | | | | | | 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 | 2 | -0/+34 |
| | |||||
* | Fix crash on null object assignment | Aaron Kennedy | 2010-04-08 | 2 | -0/+23 |
| | |||||
* | Make string -> int conversion consistent in bindings | Aaron Kennedy | 2010-04-08 | 4 | -0/+111 |
| | | | | QTBUG-9538 | ||||
* | Cleanup handling of errors in bindings and scripts | Aaron Kennedy | 2010-04-08 | 3 | -0/+80 |
| | | | | | | | | | | | | | 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 | 2 | -1/+19 |
| | |||||
* | 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 | 2 | -1/+9 |
| |