Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix qmlparser test failure | Aaron Kennedy | 2009-05-13 | 1 | -3/+6 |
| | |||||
* | More tests | Aaron Kennedy | 2009-05-12 | 1 | -1/+0 |
| | |||||
* | Remove some XML'isms from the parser/compiler interface | Aaron Kennedy | 2009-05-11 | 1 | -2/+90 |
| | |||||
* | Improve parser line/column tracking | Aaron Kennedy | 2009-05-06 | 1 | -10/+78 |
| | |||||
* | Beginings of an experimental QML debugger view | Aaron Kennedy | 2009-05-06 | 1 | -1/+1 |
| | |||||
* | Fix crash | Aaron Kennedy | 2009-05-06 | 1 | -3/+3 |
| | | | | As QMetaObject::indexOfProperty() downcasts QMetaObject's that have the DynamicMetaObject flag set, we must ensure that we use a QAbstractDynamicMetaObject whereever we set this flag, otherwise it may crash. | ||||
* | Add parser support for object slot declarations | Aaron Kennedy | 2009-05-05 | 1 | -0/+9 |
| | |||||
* | Remove magic "properties" and "signals" property support | Aaron Kennedy | 2009-05-05 | 1 | -4/+1 |
| | | | | | | | New properties and signals should be defined using the QML syntax: [default] property <type> <name> [: <expr>] signal <name> | ||||
* | Improve error handling consistency | Aaron Kennedy | 2009-05-05 | 1 | -4/+4 |
| | |||||
* | Coding style refactor, changing 'if(' and 'for(' to 'if (' and 'for (' | Leonardo Sobral Cunha | 2009-04-28 | 1 | -10/+10 |
| | |||||
* | Use the DUI language. | Roberto Raggi | 2009-04-24 | 1 | -1/+0 |
| | |||||
* | optional property debug output when the environment variable DUI_DEBUG is ↵ | mae | 2009-04-24 | 1 | -4/+6 |
| | | | | defined. | ||||
* | support public property definitions | mae | 2009-04-24 | 1 | -1/+4 |
| | |||||
* | support both *.qml and *.whatever with autodetection. Some debug output, ↵ | mae | 2009-04-24 | 1 | -0/+2 |
| | | | | some fixes. Some stuff works now, biggest omission is UiObjectBinding to get the more complex examples working. | ||||
* | Initial import of kinetic-dui branch from the old kinetic | Michael Brasser | 2009-04-22 | 1 | -0/+167 |