Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update #include of private headers in QtDeclarative | Thiago Macieira | 2010-04-02 | 1 | -4/+4 |
| | | | | | Always use private/. The WinSCW compiler doesn't search the current directory, for whatever reason. | ||||
* | Use error enum not numbers | Warwick Allison | 2010-03-29 | 1 | -2/+2 |
| | | | | (easier to doc) | ||||
* | Don't use QScriptValueIterator to iterate over an array | Kent Hansen | 2010-03-16 | 1 | -3/+9 |
| | | | | | | | | | | QScriptValueIterator will return properties that are non-enumerable, such as "length". QScriptValueIterator will return properties that are not array elements, such as "foo". QScriptValueIterator is slower than using index-based access, because the iterator builds an array of the string representation of each index, which we don't need. | ||||
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 1 | -0/+428 |
QDeclarativeXXX. |