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/+0 |
| | |||||
* | Add binding assignment warnings | Aaron Kennedy | 2009-10-16 | 1 | -6/+17 |
| | |||||
* | Correctly pass context to QmlObjectScriptClass | Aaron Kennedy | 2009-10-16 | 1 | -3/+12 |
| | |||||
* | Fix dynamic example | Alan Alpert | 2009-10-15 | 1 | -0/+1 |
| | | | | | | Had some accidental global vars Task-number: One of the QT-2270s | ||||
* | Support read-only iteration of list properties | Aaron Kennedy | 2009-10-14 | 1 | -3/+9 |
| | | | | Eventually this should be extended to support modifying list properties. | ||||
* | Use utf8 instead of latin1 where appropriate | Aaron Kennedy | 2009-10-12 | 1 | -1/+1 |
| | |||||
* | Small optimization | Aaron Kennedy | 2009-10-08 | 1 | -3/+4 |
| | |||||
* | Fix crash | Aaron Kennedy | 2009-10-08 | 1 | -1/+1 |
| | |||||
* | Update to use new QScriptDeclarativeClass API | Aaron Kennedy | 2009-10-08 | 1 | -2/+2 |
| | |||||
* | Remove bogus assert | Aaron Kennedy | 2009-10-07 | 1 | -1/+0 |
| | |||||
* | Add Object.destroy(int delay) parameter | Aaron Kennedy | 2009-10-07 | 1 | -3/+5 |
| | |||||
* | Improve scope handling | Aaron Kennedy | 2009-10-06 | 1 | -22/+34 |
| | |||||
* | Share QScriptValue's where possible | Aaron Kennedy | 2009-10-06 | 1 | -1/+10 |
| | | | | Also add an autotest for object comparisons | ||||
* | Fix test failures | Aaron Kennedy | 2009-10-05 | 1 | -4/+7 |
| | |||||
* | Fix attached properties/enums from ecmascript | Aaron Kennedy | 2009-10-05 | 1 | -2/+28 |
| | |||||
* | Update to new QScriptDeclarativeClass API | Aaron Kennedy | 2009-10-05 | 1 | -15/+8 |
| | |||||
* | Reenable types/enums and move scripts into an isolated scope | Aaron Kennedy | 2009-10-05 | 1 | -9/+13 |
| | |||||
* | Prevent writes to the global object | Aaron Kennedy | 2009-10-05 | 1 | -36/+47 |
| | | | | Also add toString() method to qobjects | ||||
* | Read/write property directly from QmlObjectScriptClass | Aaron Kennedy | 2009-10-05 | 1 | -75/+35 |
| | |||||
* | Improve script lookup caching | Aaron Kennedy | 2009-10-05 | 1 | -0/+283 |