Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | QtDeclarative: Give name to function bindings and signals. | Olivier Goffart | 2010-07-28 | 1 | -1/+1 |
| | | | | | | | | Currently, bindings and signals are annonymous javascript functions. If one give them a name, a proper name is then shown in the javascript debugger. Reviewed-by: Aaron Kennedy | ||||
* | Update #include of private headers in QtDeclarative | Thiago Macieira | 2010-04-02 | 1 | -2/+2 |
| | | | | | Always use private/. The WinSCW compiler doesn't search the current directory, for whatever reason. | ||||
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 1 | -0/+215 |
QDeclarativeXXX. |