Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename MouseRegion -> MouseArea | Martin Jones | 2010-02-22 | 1 | -3/+3 |
| | |||||
* | Get rid of the matchProperties/properties distinction, as it | Michael Brasser | 2010-02-18 | 1 | -1/+1 |
| | | | | | | | | | | | has proven to be confusing in practice. property/target and properties/targets will be functionally equivilant (the only distinction being singular/plural). In a transition these properties can be used for both 'matching' and explicit animation based on whether a 'to' value is supplied. The documentation, tests, examples and demos have been updated as well. | ||||
* | Rename targets -> matchTargets and properties -> matchProperties. | Michael Brasser | 2009-11-06 | 1 | -1/+1 |
| | |||||
* | cleanup | Yann Bodson | 2009-10-28 | 1 | -1/+1 |
| | |||||
* | Fix example errors | Aaron Kennedy | 2009-10-09 | 1 | -2/+0 |
| | |||||
* | Fix WebViewSettings | Warwick Allison | 2009-08-24 | 1 | -0/+163 |
More QML <-> JavaScript integration, with example. From Tapani Mikola |