Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Do not use "QtDeclarative/XXX" style includes in declarative module code, | Warwick Allison | 2009-11-12 | 1 | -1/+1 |
| | | | | as it breaks reinstalling the module against existing Qt. | ||||
* | fix headers | Warwick Allison | 2009-10-29 | 1 | -16/+16 |
| | |||||
* | Fix more warnings. | Michael Brasser | 2009-10-26 | 1 | -1/+1 |
| | |||||
* | Ensure cleanup happens before the destruction of QScriptEngine | Aaron Kennedy | 2009-10-26 | 1 | -2/+12 |
| | | | | This was causing crashes on windows. | ||||
* | Use utf8 instead of latin1 where appropriate | Aaron Kennedy | 2009-10-12 | 1 | -5/+5 |
| | |||||
* | Use QMetaObject::indexOfProperty() | Aaron Kennedy | 2009-10-05 | 1 | -8/+4 |
| | | | | | This is both more efficient, and allows the creation of dynamic properties. | ||||
* | Fix test failures | Aaron Kennedy | 2009-10-05 | 1 | -0/+2 |
| | |||||
* | Reenable types/enums and move scripts into an isolated scope | Aaron Kennedy | 2009-10-05 | 1 | -6/+6 |
| | |||||
* | Read/write property directly from QmlObjectScriptClass | Aaron Kennedy | 2009-10-05 | 1 | -0/+37 |
| | |||||
* | QmlMetaProperty cleanup | Aaron Kennedy | 2009-10-05 | 1 | -12/+43 |
| | |||||
* | Improve script lookup caching | Aaron Kennedy | 2009-10-05 | 1 | -5/+15 |
| | |||||
* | Create a property cache for synthesized metaobjects | Aaron Kennedy | 2009-10-05 | 1 | -0/+137 |