summaryrefslogtreecommitdiffstats
path: root/demos/declarative/webbrowser/content/fieldtext
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup and simplify the webbrowser demo.Yann Bodson2010-05-113-157/+0
|
* Replace "import Qt 4.6" with "import Qt 4.7"Michael Brasser2010-04-081-1/+1
|
* Deprecate inline Script {} blocksAaron Kennedy2010-03-221-21/+17
| | | | | | | | Inline blocks/includes have been replaced with an import syntax: import "foo.js" as Foo this gives better separation between QML and code. Imported script blocks also have a mandatory qualifier, which leads to better optimization potential.
* follow syntax changeWarwick Allison2010-03-021-1/+1
|
* 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.
* Restructure for easier re-use.Warwick Allison2009-12-023-0/+161