summaryrefslogtreecommitdiffstats
path: root/examples/declarative/webview
Commit message (Collapse)AuthorAgeFilesLines
* Renamed Flickable viewportXXX properties contentXXXMartin Jones2010-02-261-2/+2
| | | | A viewport is the thing you look through, not what you look at.
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-241-0/+0
| | | | QDeclarativeXXX.
* Rename MouseRegion -> MouseAreaMartin Jones2010-02-223-5/+5
|
* Get rid of the matchProperties/properties distinction, as itMichael Brasser2010-02-182-2/+2
| | | | | | | | | | | 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-163-98/+98
| | | | 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-192-3/+3
|
* Web service integration example - Google MapsWarwick Allison2009-11-163-0/+98
|
* look nicerWarwick Allison2009-11-111-2/+3
|
* Remove WebView::pagewidth and tidy up - it's not needed and interferedWarwick Allison2009-11-101-2/+2
| | | | with zoomFactor.
* Rename targets -> matchTargets and properties -> matchProperties.Michael Brasser2009-11-062-2/+2
|
* cleanupYann Bodson2009-10-281-1/+1
|
* Do not use 'resources:' in examplesYann Bodson2009-10-091-16/+17
|
* Fix example errorsAaron Kennedy2009-10-091-2/+0
|
* lowercase idsYann Bodson2009-10-065-30/+29
|
* Move ComponentInstance functionality into LoaderMartin Jones2009-09-091-1/+1
|
* docWarwick Allison2009-08-281-1/+1
|
* New window creation in WebView.Warwick Allison2009-08-282-0/+31
|
* Changes as per review.Warwick Allison2009-08-282-6/+5
| | | | | | | | | | WebView: idealWidth -> preferredWidth (as per QSizePolicy) WebView: idealHeight -> preferredHeight WebView: status -> statusText WebView: mouseX -> clickX (parameter to onDoubleClick) WebView: mouseY -> clickY (parameter to onDoubleClick) WebView: cacheSize -> pixelCacheSize (may later go away) WebView: lost "interactive" property (always true now)
* typoWarwick Allison2009-08-251-1/+1
|
* Missed files.Warwick Allison2009-08-252-0/+86
|
* Rename positioners.Warwick Allison2009-08-241-1/+1
| | | | QFxBasePositioner still exists though.
* Fix WebViewSettingsWarwick Allison2009-08-244-2/+165
| | | | | More QML <-> JavaScript integration, with example. From Tapani Mikola
* Renaming Rect -> RectangleYann Bodson2009-08-194-10/+10
|
* Rename layouts to positionersAlan Alpert2009-08-131-1/+1
|
* Move all QML types to Qt/4.6 namespace.Warwick Allison2009-07-235-0/+10
| | | | | 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
|
* Change syntaxWarwick Allison2009-04-305-95/+112
|
* Enable pluginsWarwick Allison2009-04-291-1/+1
| | | | They're no longer on by default, as per QWebPage.
* Initial import of kinetic-dui branch from the old kineticMichael Brasser2009-04-226-0/+107