Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix broken example code | Bea Lam | 2010-08-06 | 1 | -8/+11 |
| | | | | Task-number: QTBUG-12705 | ||||
* | Change return type to match value(). | Michael Brasser | 2010-04-22 | 1 | -1/+1 |
| | |||||
* | Class documentation fixes for declarative. | Michael Brasser | 2010-04-16 | 1 | -2/+2 |
| | |||||
* | Update #include of private headers in QtDeclarative | Thiago Macieira | 2010-04-02 | 1 | -1/+1 |
| | | | | | Always use private/. The WinSCW compiler doesn't search the current directory, for whatever reason. | ||||
* | Fix crash in QDeclarativePropertyMap. | Michael Brasser | 2010-03-29 | 1 | -5/+8 |
| | | | | Task-number: QTBUG-9439 | ||||
* | Don't emit QDeclarativePropertyMap::valueChanged() before the value has | Michael Brasser | 2010-03-29 | 1 | -9/+9 |
| | | | | | | changed. Task-number: QTBUG-9386 | ||||
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 1 | -0/+279 |
QDeclarativeXXX. |