| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix position of synthesized semicolon tokens. | Aaron Kennedy | 2010-10-20 | 3 | -0/+39 |
|
|
* | Call the correct vme meta object when connecting alias signals | Aaron Kennedy | 2010-10-19 | 3 | -6/+51 |
|
|
* | Compile on WinCE | Aaron Kennedy | 2010-10-13 | 1 | -2/+2 |
|
|
* | Test for absent qmldir | Aaron Kennedy | 2010-10-11 | 2 | -0/+3 |
|
|
* | Allow aliases to value type properties | Aaron Kennedy | 2010-10-08 | 12 | -3/+85 |
|
|
* | Check plugin and QML file case on Mac and Windows | Aaron Kennedy | 2010-10-08 | 6 | -0/+40 |
|
|
* | Don't allow multiple values to be assigned to a singular property | Aaron Kennedy | 2010-10-08 | 5 | -0/+17 |
|
|
* | Connect property alias change signals on use | Aaron Kennedy | 2010-10-07 | 1 | -1/+0 |
|
|
* | Autotest | Aaron Kennedy | 2010-10-06 | 2 | -0/+31 |
|
|
* | Add autotest for reserved words in QML. | Michael Brasser | 2010-10-04 | 1 | -0/+76 |
|
|
* | Add test for Qt 4.7 module | Aaron Kennedy | 2010-09-29 | 1 | -0/+6 |
|
|
* | Replace all occurances of "Qt 4.7" with "QtQuick 1.0" | Aaron Kennedy | 2010-09-29 | 118 | -127/+127 |
|
|
* | More declarative autotests. | Michael Brasser | 2010-09-24 | 5 | -0/+14 |
|
|
* | Missing file | Aaron Kennedy | 2010-09-03 | 1 | -0/+14 |
|
|
* | Don't modify the signal order on the second dynamic meta object pass | Aaron Kennedy | 2010-09-03 | 1 | -0/+12 |
|
|
* | Only emit change signal when variant properties actually change | Aaron Kennedy | 2010-09-01 | 2 | -1/+28 |
|
|
* | Ignore non-scriptable properties in QML | Aaron Kennedy | 2010-08-31 | 6 | -0/+19 |
|
|
* | Don't double call classBegin() | Aaron Kennedy | 2010-08-31 | 5 | -1/+41 |
|
|
* | 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 | 5 | -3/+13 |
|
|
* | 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 | 3 | -0/+5 |
|
|
* | Disallow global object properties as property names | Aaron Kennedy | 2010-06-25 | 3 | -0/+7 |
|
|
* | Make declarative autotests compile on Symbian abld build system | Joona Petrell | 2010-06-08 | 2 | -2/+6 |
|
|
* | Autotest (XFAIL) for QTBUG-10822 | Aaron Kennedy | 2010-05-20 | 2 | -0/+22 |
|
|
* | Prevent assignment of values (string, number, bool) to signal handlers. | Michael Brasser | 2010-05-18 | 6 | -8/+7 |
|
|
* | Make sure strings are escaped when returned via asScript. | Michael Brasser | 2010-05-18 | 3 | -5/+5 |
|
|
* | Rename files; fix test. | Michael Brasser | 2010-05-18 | 4 | -3/+4 |
|
|
* | Use QDeclarativeScriptString for ParentChange. | Michael Brasser | 2010-05-18 | 4 | -12/+56 |
|
|
* | Symbian build fix to declarative auto and benchmark tests | Joona Petrell | 2010-05-14 | 1 | -1/+8 |
|
|
* | Correctly assign bool to variant properties | Aaron Kennedy | 2010-05-12 | 2 | -0/+6 |
|
|
* | Make QDeclarativeParserStatus method pure virtual to encourage right code. | Warwick Allison | 2010-04-30 | 1 | -2/+2 |
|
|
* | Disallow "Qt" as namespace import | Aaron Kennedy | 2010-04-27 | 3 | -6/+6 |
|
|
* | Improved error messages for type resolving, new debug option | mae | 2010-04-26 | 1 | -22/+32 |
|
|
* | Give error on attempt to import types from too-early version number. | Warwick Allison | 2010-04-22 | 3 | -0/+5 |
|
|
* | Fix versioning of Qt Declarative's in-built types | Alan Alpert | 2010-04-21 | 105 | -107/+107 |
|
|
* | Autotests | Aaron Kennedy | 2010-04-21 | 42 | -0/+163 |
|
|
* | Autotest | Aaron Kennedy | 2010-04-21 | 5 | -0/+18 |
|
|
* | Don't allow properties in Component elements | Aaron Kennedy | 2010-04-21 | 7 | -0/+27 |
|
|
* | Improve error messages, especially on embedded. | Warwick Allison | 2010-04-20 | 4 | -2/+7 |
|
|
* | Fix tests: remove unnecessary calls to QML_DECLARE_TYPE | Bea Lam | 2010-04-19 | 2 | -14/+4 |
|
|
* | Emit runtime warnings through QDeclarativeEngine | Aaron Kennedy | 2010-04-19 | 1 | -2/+1 |
|
|
* | Add Component.onDestruction attached property | Aaron Kennedy | 2010-04-15 | 5 | -0/+47 |
|
|
* | Rename remaining import Qt 4.6 lines to import Qt 4.7 | Joona Petrell | 2010-04-14 | 1 | -7/+7 |
|
|
* | Use different ports for network tests to avoid clashes in parallel testing. | Martin Jones | 2010-04-13 | 1 | -4/+4 |
|
|
* | Tweak tests to run in parallel | Aaron Kennedy | 2010-04-13 | 1 | -0/+2 |
|
|
* | Fix and test remote root component with qmldir-specified content. | Warwick Allison | 2010-04-13 | 3 | -2/+39 |
|
|
* | 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 | 2 | -0/+46 |
|
|
* | Test import of a script requires qualifier. | Warwick Allison | 2010-04-08 | 3 | -0/+6 |
|
|