Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't release register prematurely | Aaron Kennedy | 2011-08-04 | 1 | -0/+7 |
| | | | | Task-number: QTBUG-20648 | ||||
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml-staging into ↵ | Qt Continuous Integration System | 2011-05-04 | 1 | -0/+11 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | master-integration * 'master' of scm.dev.nokia.troll.no:qt/qt-qml-staging: QmlViewer: Translate UI Fix insert and scroll to bottom case QDeclarativeDebug: Fix test case QDeclarativeDebug: Handle case where client with ongoing queries is deleted Remove compile warning Fix QUnifiedTimer bug Stop the animation driver when there are no more animations. Optimization and benchmark for setting object properties from QML. Add Constant and Final flags to QMetaObjectBuilder Fixed QML TextEdit docs Make -no-opengl exist on other platforms Only ask for name when the user goes on the high score list. | ||||
| * | Merge branch 'master' of ../qt-qml-staging | Michael Brasser | 2011-04-14 | 2 | -4/+6 |
| |\ | |||||
| * \ | Merge ../qt-qml-staging | Yann Bodson | 2011-03-29 | 1 | -0/+6 |
| |\ \ | |||||
| * | | | Optimization and benchmark for setting object properties from QML. | Michael Brasser | 2011-03-16 | 1 | -0/+11 |
| | | | | | | | | | | | | | | | | | | | | Change-Id: Ib923e5d3946e99001ef682a9dd8ca6d7788818a3 Reviewed-by: Aaron Kennedy | ||||
* | | | | Resolve unqualified attached properties correctly | Aaron Kennedy | 2011-04-15 | 1 | -0/+22 |
| |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When resolving unqualified attached properties, we should use the scope object, not the context object. Otherwise they will always resolve to the root object of the context, regardless of where they are written. In this example, QtObject { id: root QtObject { id: me property int a: AttachedObject.x } } the attached object should be loaded on the "me" object, not the "root" object. Change-Id: I386f886f62df7b8020c3ff703cdfc891d5739713 Reviewed-by: Martin Jones | ||||
* | | | Allow enum values to be used as signal parameters | Bea Lam | 2011-04-12 | 2 | -4/+6 |
| |/ |/| | | | | | | | | | | | | | | | | | | | | | The fix does not work for enums declared outside of the class that emits the signal, since in this case it is not possible to access the metaobject of the class that declared the enum. However the fix makes a special case for the Qt namespace to allow enums in this namespace to be used. Task-number: QTBUG-15983 Change-Id: I6f72255b07010311a20fe068bd97c7db7b294d9b Reviewed-by: Aaron Kennedy | ||||
* | | Fix writing to an attached property from script. | Michael Brasser | 2011-03-21 | 1 | -0/+6 |
|/ | | | | | Change-Id: I80c228092271d4d9c5694607da7a123d06739731 Reviewed-by: Aaron Kennedy | ||||
* | Allow unknown types to be passed opaquely through signals | Aaron Kennedy | 2011-02-03 | 1 | -0/+5 |
| | | | | Task-number: QTBUG-16683 | ||||
* | Ensure simple objects also get the appropriate property cache | Aaron Kennedy | 2011-01-28 | 1 | -0/+14 |
| | | | | Task-number: QTBUG-13849 | ||||
* | Allow property bindings to be easily created from JavaScript | Bea Lam | 2011-01-27 | 2 | -3/+80 |
| | | | | | | | | Properties can now be assigned a function that returns the binding value. Task-number: QTBUG-14964 Reviewed-by: Aaron Kennedy | ||||
* | Support property/method versions in QML | Martin Jones | 2011-01-05 | 6 | -0/+98 |
| | | | | | | | | Use metaobject revisioning to exclude properties/revisions added in later versions from interfering with earlier versions. Task-number: QTBUG-13451 Reviewed-by: Aaron Kennedy | ||||
* | Fix spelling in declarative autotests | Joona Petrell | 2010-12-20 | 1 | -0/+0 |
| | | | | | Task-number: Reviewed-by: Martin Jones | ||||
* | Improve consistency in handling of aliases, bindings and value types | Aaron Kennedy | 2010-11-29 | 11 | -0/+293 |
| | | | | Task-number: QTBUG-13719 | ||||
* | Fix QML ecmascript autotest. | Yann Bodson | 2010-11-08 | 1 | -1/+2 |
| | |||||
* | Add testcase for QTBUG-13719. | Michael Brasser | 2010-11-04 | 2 | -0/+17 |
| | |||||
* | Properties take precedence over methods | Aaron Kennedy | 2010-10-19 | 1 | -4/+4 |
| | | | | | | | | Properties have always had precedence over methods in C++ classes, but erroneously, not in types declared in QML. This was because the property cache for the two went through a different code path. With changes 0c06e59577df1ec715e67d6d5842800bcec24945 and c407d79f79c67f2f2bb84efc93061fd57fe4cf54 the code paths were unified and this bug was exposed. | ||||
* | Correctly splice properties from derived metaobjects together | Aaron Kennedy | 2010-10-14 | 1 | -0/+10 |
| | | | | Task-number: QTBUG-14449 | ||||
* | Allow objectName to be used in QML bindings | Aaron Kennedy | 2010-10-11 | 1 | -0/+8 |
| | | | | Task-number: QTBUG-13999 | ||||
* | Replace all occurances of "Qt 4.7" with "QtQuick 1.0" | Aaron Kennedy | 2010-09-29 | 74 | -74/+74 |
| | | | | | Task-number: QTBUG-13799 Reviewed-by: Martin Jones | ||||
* | If a type is registered under several names, share the attached property object | Aaron Kennedy | 2010-09-28 | 1 | -0/+16 |
| | | | | Task-number: QTBUG-13799 | ||||
* | 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 |