summaryrefslogtreecommitdiffstats
path: root/examples/declarative/webview/content/FieldText.qml
Commit message (Collapse)AuthorAgeFilesLines
* Rename MouseRegion -> MouseAreaMartin Jones2010-02-221-3/+3
|
* Get rid of the matchProperties/properties distinction, as itMichael Brasser2010-02-181-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 Brasser2009-11-061-1/+1
|
* cleanupYann Bodson2009-10-281-1/+1
|
* Fix example errorsAaron Kennedy2009-10-091-2/+0
|
* Fix WebViewSettingsWarwick Allison2009-08-241-0/+163
More QML <-> JavaScript integration, with example. From Tapani Mikola