Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Add test. | Michael Brasser | 2010-03-31 | 2 | -0/+75 |
| | |||||
* | Correctly construct boolean JSValue's | Aaron Kennedy | 2010-03-30 | 2 | -0/+38 |
| | | | | Task-number: QTBUG-9205 | ||||
* | QTBUG-9367 has been fixed. Expect pass. | Warwick Allison | 2010-03-28 | 1 | -1/+0 |
| | |||||
* | Add autotest for QTBUG-9367. | Michael Brasser | 2010-03-26 | 3 | -0/+23 |
| | |||||
* | Fix crash when calling createObject on a component with errors. | Michael Brasser | 2010-03-21 | 2 | -0/+20 |
| | |||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into 4.7 | Martin Jones | 2010-03-19 | 2 | -40/+40 |
|\ | | | | | | | | | Conflicts: tests/auto/declarative/qdeclarativeecmascript/testtypes.h | ||||
| * | Remove ; after Q_PROPERTY declaration | Thierry Bastian | 2010-03-18 | 2 | -38/+38 |
| | | |||||
| * | Fix compilation issues of autotest on solaris | Thierry Bastian | 2010-03-18 | 1 | -3/+3 |
| | | | | | | | | Task-number: QTBUG-8590 | ||||
* | | Replace QDeclarativeContext::addDefaultObject() -> setContextObject() | Aaron Kennedy | 2010-03-11 | 2 | -16/+6 |
| | | | | | | | | It is faster and easier to use to just support a single context object. | ||||
* | | Compile fix after e5922ab126f3532483b18720ce893d6be826d50e | Aaron Kennedy | 2010-03-11 | 1 | -6/+6 |
| | | |||||
* | | Add QML support for methods returning QList<QObject *> | Aaron Kennedy | 2010-03-09 | 3 | -0/+49 |
| | | |||||
* | | Compile | Aaron Kennedy | 2010-03-09 | 1 | -1/+1 |
| | | |||||
* | | Integrate QML's object ownership with the JS collector | Aaron Kennedy | 2010-03-09 | 1 | -0/+52 |
|/ | | | | | | | QML now behaves in a way similar to QtScript when it comes to QObject ownership. QT-2803 | ||||
* | Add support for QtScript connect/disconnect syntax in QML | Aaron Kennedy | 2010-03-05 | 11 | -0/+334 |
| | | | | | | | This support was accidentally removed as a consequence of 4a665ff5da05860f5eb46e3982ef3d8163a6cf59. QTBUG-8001 | ||||
* | Add testcase for QTBUG-7730 | Aaron Kennedy | 2010-03-04 | 2 | -0/+29 |
| | |||||
* | Run signal expressions on attached property objects in correct scope | Aaron Kennedy | 2010-03-04 | 3 | -1/+42 |
| | | | | QTBUG-8677 | ||||
* | Fixup test | Aaron Kennedy | 2010-03-04 | 1 | -1/+1 |
| | |||||
* | Save secondary scope inside the expression's scope object | Aaron Kennedy | 2010-03-03 | 1 | -2/+1 |
| | | | | | | | This prevents the secondary scope from contaminating scopes outside itself when used as a signal expression. QTBUG-8641 | ||||
* | Move JS global scope to top of the QML scope chain | Aaron Kennedy | 2010-03-03 | 2 | -0/+23 |
| | | | | QT-2787 | ||||
* | Fix incorrect scope resolution for script in a script block. | Michael Brasser | 2010-03-03 | 1 | -1/+0 |
| | | | | | | | Make sure global variables in a script file are searched before component properties. Task-number: QTBUG-8641 | ||||
* | Add autotests for script block scoping. | Michael Brasser | 2010-03-02 | 4 | -0/+57 |
| | |||||
* | Change autotest class prefix from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX ↵ | Leonardo Sobral Cunha | 2010-02-24 | 2 | -52/+52 |
| | | | | to QDeclarativeXXX. |