| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix position of synthesized semicolon tokens. | Aaron Kennedy | 2010-10-20 | 2 | -0/+11 |
|
|
* | Call the correct vme meta object when connecting alias signals | Aaron Kennedy | 2010-10-19 | 2 | -0/+30 |
|
|
* | Allow aliases to value type properties | Aaron Kennedy | 2010-10-08 | 11 | -3/+41 |
|
|
* | Check plugin and QML file case on Mac and Windows | Aaron Kennedy | 2010-10-08 | 5 | -0/+16 |
|
|
* | Don't allow multiple values to be assigned to a singular property | Aaron Kennedy | 2010-10-08 | 4 | -0/+15 |
|
|
* | Autotest | Aaron Kennedy | 2010-10-06 | 1 | -0/+16 |
|
|
* | Replace all occurances of "Qt 4.7" with "QtQuick 1.0" | Aaron Kennedy | 2010-09-29 | 113 | -116/+116 |
|
|
* | More declarative autotests. | Michael Brasser | 2010-09-24 | 2 | -0/+5 |
|
|
* | Missing file | Aaron Kennedy | 2010-09-03 | 1 | -0/+14 |
|
|
* | Only emit change signal when variant properties actually change | Aaron Kennedy | 2010-09-01 | 1 | -0/+13 |
|
|
* | Ignore non-scriptable properties in QML | Aaron Kennedy | 2010-08-31 | 4 | -0/+13 |
|
|
* | Don't double call classBegin() | Aaron Kennedy | 2010-08-31 | 2 | -0/+9 |
|
|
* | Simplify type management code | Aaron Kennedy | 2010-08-27 | 1 | -1/+1 |
|
|
* | Fix inconsistent reporting of module import errors when using versions. | Warwick Allison | 2010-07-05 | 4 | -1/+6 |
|
|
* | Make autotests work with qreal == float (in addition to double). | Warwick Allison | 2010-07-02 | 2 | -2/+2 |
|
|
* | Don't accept *files* that exist when *directory* is required. | Warwick Allison | 2010-07-02 | 2 | -0/+4 |
|
|
* | Disallow global object properties as property names | Aaron Kennedy | 2010-06-25 | 2 | -0/+6 |
|
|
* | Autotest (XFAIL) for QTBUG-10822 | Aaron Kennedy | 2010-05-20 | 1 | -0/+11 |
|
|
* | Prevent assignment of values (string, number, bool) to signal handlers. | Michael Brasser | 2010-05-18 | 5 | -5/+5 |
|
|
* | Make sure strings are escaped when returned via asScript. | Michael Brasser | 2010-05-18 | 2 | -2/+2 |
|
|
* | Rename files; fix test. | Michael Brasser | 2010-05-18 | 3 | -0/+0 |
|
|
* | Use QDeclarativeScriptString for ParentChange. | Michael Brasser | 2010-05-18 | 3 | -0/+15 |
|
|
* | Correctly assign bool to variant properties | Aaron Kennedy | 2010-05-12 | 1 | -0/+2 |
|
|
* | Disallow "Qt" as namespace import | Aaron Kennedy | 2010-04-27 | 3 | -6/+6 |
|
|
* | Give error on attempt to import types from too-early version number. | Warwick Allison | 2010-04-22 | 2 | -0/+4 |
|
|
* | Fix versioning of Qt Declarative's in-built types | Alan Alpert | 2010-04-21 | 101 | -103/+103 |
|
|
* | Autotests | Aaron Kennedy | 2010-04-21 | 40 | -0/+132 |
|
|
* | Autotest | Aaron Kennedy | 2010-04-21 | 4 | -0/+16 |
|
|
* | Don't allow properties in Component elements | Aaron Kennedy | 2010-04-21 | 6 | -0/+24 |
|
|
* | Improve error messages, especially on embedded. | Warwick Allison | 2010-04-20 | 2 | -0/+5 |
|
|
* | Add Component.onDestruction attached property | Aaron Kennedy | 2010-04-15 | 4 | -0/+31 |
|
|
* | Replace "property var " with "property variant " in QML code | Aaron Kennedy | 2010-04-09 | 14 | -22/+22 |
|
|
* | Improve static assignment to QVariant's in the int and double case | Aaron Kennedy | 2010-04-08 | 1 | -0/+14 |
|
|
* | Test import of a script requires qualifier. | Warwick Allison | 2010-04-08 | 2 | -0/+4 |
|
|
* | Remove error-tests of obsolete Script element. | Warwick Allison | 2010-04-08 | 24 | -107/+0 |
|
|
* | Remove usage of Script where not actually testing the obsolete construct. | Warwick Allison | 2010-04-08 | 1 | -6/+3 |
|
|
* | import "." first - i.e. override it by everything else. | Warwick Allison | 2010-04-01 | 3 | -0/+5 |
|
|
* | Remove "variant" QML properties | Aaron Kennedy | 2010-03-29 | 1 | -1/+0 |
|
|
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7 | Alan Alpert | 2010-03-25 | 2 | -0/+8 |
|\ |
|
| * | Remove faulty assert - the precondition is checked for correctly later on | Aaron Kennedy | 2010-03-25 | 2 | -0/+8 |
|
|
* | | Tweak import behaviour | Alan Alpert | 2010-03-25 | 1 | -2/+2 |
|/ |
|
* | Manual merge. | Warwick Allison | 2010-03-22 | 4 | -0/+10 |
|
|
* | Fix test. | Michael Brasser | 2010-03-22 | 1 | -1/+1 |
|
|
* | Fix local type lookup | mae | 2010-03-19 | 2 | -2/+2 |
|
|
* | Disallow upper case property, signal and method names in QML | Aaron Kennedy | 2010-03-08 | 8 | -0/+26 |
|
|
* | Allow unquoted enum syntax for value types | Aaron Kennedy | 2010-03-05 | 2 | -0/+5 |
|
|
* | Run signal expressions on attached property objects in correct scope | Aaron Kennedy | 2010-03-04 | 1 | -2/+0 |
|
|
* | Fix grammar stringifying "on" as "readonly" | Aaron Kennedy | 2010-03-04 | 1 | -0/+7 |
|
|
* | Improve grouped property error messages | Aaron Kennedy | 2010-03-04 | 7 | -1/+23 |
|
|
* | Move JS global scope to top of the QML scope chain | Aaron Kennedy | 2010-03-03 | 9 | -3/+21 |
|
|