summaryrefslogtreecommitdiffstats
path: root/examples/declarative/webview/content
Commit message (Collapse)AuthorAgeFilesLines
* Restructure the examples. They are now organized into variousBea Lam2010-05-166-260/+0
| | | | | | subdirectories to make it easier to locate examples for certain features (e.g. animation) and to distinguish between different types of examples (e.g. very basic examples vs complex demo-like examples).
* Replace "property var " with "property variant " in QML codeAaron Kennedy2010-04-091-2/+2
|
* Replace "import Qt 4.6" with "import Qt 4.7"Michael Brasser2010-04-083-3/+3
|
* Qt.Infinite -> Animation.InfiniteMichael Brasser2010-03-251-1/+1
| | | | | Too misleading to have on the Qt object, as it only means infinite for animation loops.
* Replace Animation's repeat property with loops.Michael Brasser2010-03-251-1/+1
| | | | | You can now loop a fixed number of times as well as forever. The old repeat behavior (loop forever) can be acheived with loops: Qt.Infinite.
* Show loading progressWarwick Allison2010-03-232-2/+12
| | | | Task-number: QTBUG-9260
* Deprecate inline Script {} blocksAaron Kennedy2010-03-222-22/+18
| | | | | | | | 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.
* Move WebView to an extension plugin.Warwick Allison2010-03-022-1/+2
| | | | | | | | Using WebView now requires: import org.webkit 1.0 Task-number: QT-2995
* 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.
* fix line endingsOswald Buddenhagen2010-02-162-67/+67
| | | | get your git settings fixed, windows users!
* Removed "running: true" for animations used as propertyvaluesourceLeonardo Sobral Cunha2010-02-111-1/+0
| | | | | | This attribution is not necessary anymore since 923710196d6d5..., Reviewed-by: Michael Brasser
* Rename QML Object to QtObjectAaron Kennedy2009-11-191-1/+1
|
* Web service integration example - Google MapsWarwick Allison2009-11-162-0/+67
|
* 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
|
* lowercase idsYann Bodson2009-10-061-6/+6
|
* typoWarwick Allison2009-08-251-1/+1
|
* Fix WebViewSettingsWarwick Allison2009-08-244-2/+165
| | | | | More QML <-> JavaScript integration, with example. From Tapani Mikola
* Renaming Rect -> RectangleYann Bodson2009-08-191-1/+1
|
* Move all QML types to Qt/4.6 namespace.Warwick Allison2009-07-231-0/+2
| | | | | Adjust examples and demos accordingly. As per QT-558
* Rename NumericAnimation -> NumberAnimationMichael Brasser2009-06-261-1/+1
|
* Use QML properties syntaxAaron Kennedy2009-05-011-8/+3
|
* Port syntaxWarwick Allison2009-04-301-12/+29
|
* Initial import of kinetic-dui branch from the old kineticMichael Brasser2009-04-221-0/+12