| Commit message (Expand) | Author | Age | Files | Lines |
* | Copied Qt QML 4.7 branch to release. | Toby Tomkins | 2010-07-27 | 1 | -3/+3 |
|
|
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Warwick Allison | 2010-06-25 | 1 | -4/+17 |
|\ |
|
| * | Allow custom parsers to handle attached properties | Aaron Kennedy | 2010-06-25 | 1 | -4/+9 |
|
|
| * | Disallow global object properties as property names | Aaron Kennedy | 2010-06-25 | 1 | -0/+8 |
|
|
* | | Test ListElement type via type system, not string comparison. | Warwick Allison | 2010-06-25 | 1 | -0/+12 |
|/ |
|
* | Fix QT_NO_TEXTDATE compilation errors. | Andreas Aardal Hanssen | 2010-05-31 | 1 | -0/+4 |
|\ |
|
| * | Fix QT_NO_TEXTDATE | Tasuku Suzuki | 2010-05-25 | 1 | -0/+4 |
|
|
* | | Don't crash when assigning a Behavior to a grouped property. | Michael Brasser | 2010-05-24 | 1 | -0/+17 |
|/ |
|
* | Prevent assignment of values (string, number, bool) to signal handlers. | Michael Brasser | 2010-05-18 | 1 | -0/+3 |
|
|
* | Make sure strings are escaped when returned via asScript. | Michael Brasser | 2010-05-18 | 1 | -23/+23 |
|
|
* | Use QDeclarativeScriptString for ParentChange. | Michael Brasser | 2010-05-18 | 1 | -1/+1 |
|
|
* | Correctly assign bool to variant properties | Aaron Kennedy | 2010-05-12 | 1 | -0/+4 |
|
|
* | Cleanup: Move import stuff out of the QDeclarativeEngine | Aaron Kennedy | 2010-04-29 | 1 | -34/+31 |
|
|
* | Remove unused variable | Aaron Kennedy | 2010-04-28 | 1 | -3/+1 |
|
|
* | Don't unnecessarily regenerate property cache | Aaron Kennedy | 2010-04-28 | 1 | -4/+13 |
|
|
* | Remove dead code | Aaron Kennedy | 2010-04-22 | 1 | -19/+0 |
|
|
* | Fix versioning of Qt Declarative's in-built types | Alan Alpert | 2010-04-21 | 1 | -1/+1 |
|
|
* | Don't allow properties in Component elements | Aaron Kennedy | 2010-04-21 | 1 | -0/+7 |
|
|
* | Improve error messages, especially on embedded. | Warwick Allison | 2010-04-20 | 1 | -3/+9 |
|
|
* | Remove Script {} support | Aaron Kennedy | 2010-04-19 | 1 | -113/+0 |
|
|
* | Emit runtime warnings through QDeclarativeEngine | Aaron Kennedy | 2010-04-19 | 1 | -1/+8 |
|
|
* | Correctly support translation in QDeclarativeCompiler | Aaron Kennedy | 2010-04-15 | 1 | -6/+0 |
|
|
* | Add Component.onDestruction attached property | Aaron Kennedy | 2010-04-15 | 1 | -30/+1 |
|
|
* | Cleanup | Aaron Kennedy | 2010-04-09 | 1 | -88/+93 |
|
|
* | Disallow writes to read-only value type properties | Aaron Kennedy | 2010-04-09 | 1 | -0/+4 |
|
|
* | Improve static assignment to QVariant's in the int and double case | Aaron Kennedy | 2010-04-08 | 1 | -3/+16 |
|
|
* | Cleanup handling of errors in bindings and scripts | Aaron Kennedy | 2010-04-08 | 1 | -1/+1 |
|
|
* | Don't optimized extended type construction | Aaron Kennedy | 2010-04-08 | 1 | -1/+1 |
|
|
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Aaron Kennedy | 2010-04-07 | 1 | -20/+20 |
|\ |
|
| * | Update #include of private headers in QtDeclarative | Thiago Macieira | 2010-04-02 | 1 | -20/+20 |
|
|
* | | Optimization: Improve allocation strategy for QDeclarativeDeclarativeData | Aaron Kennedy | 2010-04-01 | 1 | -15/+30 |
|/ |
|
* | Improve QML compiler statistics | Aaron Kennedy | 2010-03-29 | 1 | -5/+42 |
|
|
* | Use QDateTime when specifying a "date" property in QML | Aaron Kennedy | 2010-03-29 | 1 | -0/+8 |
|
|
* | Merge remote branch 'main/4.7' into 4.7 | Morten Johan Sørvig | 2010-03-25 | 1 | -10/+46 |
|\ |
|
| * | Remove faulty assert - the precondition is checked for correctly later on | Aaron Kennedy | 2010-03-25 | 1 | -2/+1 |
|
|
| * | Fix warning. | Michael Brasser | 2010-03-23 | 1 | -1/+1 |
|
|
| * | Deprecate inline Script {} blocks | Aaron Kennedy | 2010-03-22 | 1 | -3/+44 |
|
|
| * | Remove dead performance measurement code from QML | Aaron Kennedy | 2010-03-22 | 1 | -5/+1 |
|
|
* | | Merge remote branch 'origin/4.7' into HEAD | Thiago Macieira | 2010-03-24 | 1 | -1/+1 |
|\ \ |
|
| * | | Fix warnings in the declarative module | Thierry Bastian | 2010-03-23 | 1 | -1/+1 |
| |/ |
|
* | | Fix cast-from-ascii warning | Thiago Macieira | 2010-03-20 | 1 | -1/+1 |
|
|
* | | Fix compilation on Linux | Thiago Macieira | 2010-03-20 | 1 | -5/+5 |
|/ |
|
* | Optimize id checking. | Warwick Allison | 2010-03-18 | 1 | -10/+0 |
|
|
* | Don't use Qt3 support methods. | Martin Jones | 2010-03-17 | 1 | -1/+1 |
|
|
* | Allow enum constants as list element properties. | Warwick Allison | 2010-03-17 | 1 | -0/+23 |
|
|
* | Reenable the QML binding optimizer for "safe" optimizations | Aaron Kennedy | 2010-03-12 | 1 | -15/+14 |
|
|
* | Disallow upper case property, signal and method names in QML | Aaron Kennedy | 2010-03-08 | 1 | -0/+6 |
|
|
* | Allow unquoted enum syntax for value types | Aaron Kennedy | 2010-03-05 | 1 | -2/+4 |
|
|
* | Run signal expressions on attached property objects in correct scope | Aaron Kennedy | 2010-03-04 | 1 | -4/+9 |
|
|
* | Improve grouped property error messages | Aaron Kennedy | 2010-03-04 | 1 | -3/+12 |
|
|