Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update #include of private headers in QtDeclarative | Thiago Macieira | 2010-04-02 | 1 | -5/+5 |
| | | | | | Always use private/. The WinSCW compiler doesn't search the current directory, for whatever reason. | ||||
* | Fixed: Declared properties cannot be assigned in declaration | Roberto Raggi | 2010-03-31 | 1 | -189/+233 |
| | | | | Task-number: QTBUG-7860 | ||||
* | Removed unneeded code. | Roberto Raggi | 2010-03-29 | 1 | -5/+0 |
| | |||||
* | Recompute the source location of regexp literals. | Roberto Raggi | 2010-03-26 | 1 | -1/+7 |
| | | | | Task-number: QTBUG-9367 | ||||
* | Manual merge. | Warwick Allison | 2010-03-22 | 1 | -1/+3 |
| | |||||
* | Fix grammar stringifying "on" as "readonly" | Aaron Kennedy | 2010-03-04 | 1 | -1/+1 |
| | | | | QTBUG-8676 | ||||
* | Introduced alternative syntax for defining QML bindings. | Roberto Raggi | 2010-02-25 | 1 | -205/+219 |
| | | | | | | | | | | | | | | | Now it is possible to define bindings using the `on' context keyword. For example, you can write Behavior on opacity { NumberAnimation { duration: 500 } } instead of opacity: Behavior { NumberAnimation { duration: 500 } } | ||||
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 1 | -0/+1843 |
QDeclarativeXXX. |