Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't unnecessarily regenerate property cache | Aaron Kennedy | 2010-04-28 | 1 | -3/+1 |
| | | | | Improves compilation:boomblock benchmark by 22% | ||||
* | Fix versioning of Qt Declarative's in-built types | Alan Alpert | 2010-04-21 | 5 | -5/+5 |
| | | | | | | Since we aren't releasing for 4.6, all types are new in 4.7. Task-number: QTBUG-10081 | ||||
* | Complete tst_qdeclarativedom::position autotest | Aaron Kennedy | 2010-04-20 | 1 | -1/+2 |
| | | | | QTBUG-10036 | ||||
* | Fix qdeclarativedom test | Yann Bodson | 2010-04-14 | 1 | -9/+9 |
| | |||||
* | Rename remaining import Qt 4.6 lines to import Qt 4.7 | Joona Petrell | 2010-04-14 | 1 | -23/+23 |
| | | | | | Task-number: Reviewed-by: Martin Jones | ||||
* | Tweak tests to run in parallel | Aaron Kennedy | 2010-04-13 | 1 | -0/+3 |
| | |||||
* | Replace "var" with "variant" in tests | Aaron Kennedy | 2010-04-09 | 1 | -3/+3 |
| | |||||
* | Fix test. | Michael Brasser | 2010-04-08 | 1 | -1/+1 |
| | |||||
* | Renamed 'source' property from SpringFollow to 'to' | Leonardo Sobral Cunha | 2010-04-08 | 1 | -1/+1 |
| | |||||
* | Pass again, now that version must exist in order to be imported. | Warwick Allison | 2010-04-08 | 2 | -5/+6 |
| | |||||
* | Fix qdeclarativedom::loadDynamicProperty test | Aaron Kennedy | 2010-03-30 | 1 | -6/+4 |
| | |||||
* | Installed imports are no longer searched relative to caller. | Warwick Allison | 2010-03-28 | 1 | -0/+1 |
| | | | | (quoted URL is for that) | ||||
* | Manual merge. | Warwick Allison | 2010-03-22 | 4 | -2/+2 |
| | |||||
* | Make "on" syntax mandatory for value sources and interceptors | Aaron Kennedy | 2010-03-02 | 1 | -36/+36 |
| | | | | | | | | | | | | | | | | | | | | | Where you would have written x: NumberAnimation {} y: Behavior {} you now must write NumberAnimation on x {} Behavior on y {} This change also makes the parser more strict with respect to multiple assignments to a single property - they're no longer allowed. For example this x: 10 x: 11 is now an error. | ||||
* | Change autotest class prefix from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX ↵ | Leonardo Sobral Cunha | 2010-02-24 | 1 | -21/+21 |
| | | | | to QDeclarativeXXX. | ||||
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 7 | -0/+1338 |
QDeclarativeXXX. |