summaryrefslogtreecommitdiffstats
path: root/demos/declarative/webbrowser/webbrowser.qml
Commit message (Collapse)AuthorAgeFilesLines
* Move WebView to an extension plugin.Warwick Allison2010-03-021-0/+1
| | | | | | | | Using WebView now requires: import org.webkit 1.0 Task-number: QT-2995
* Renamed Flickable viewportXXX properties contentXXXMartin Jones2010-02-261-4/+4
| | | | A viewport is the thing you look through, not what you look at.
* Updates all qml examples/demos to use the easing curve value type syntaxLeonardo Sobral Cunha2010-02-231-2/+2
|
* Rename MouseRegion -> MouseAreaMartin Jones2010-02-221-3/+3
|
* Get rid of the matchProperties/properties distinction, as itMichael Brasser2010-02-181-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.
* Restructure for easier re-use.Warwick Allison2009-12-021-277/+7
|
* Change from scaling/zooming by zoomFactor to instead use painter scaling.Warwick Allison2009-12-021-10/+22
| | | | Uses a fixed zoomFactor of 4 to allow sufficient sub-"pixel" precision.
* If zooming on nothing, zoom 2x rather than doing nothing.Warwick Allison2009-11-251-0/+2
|
* Use console.log, not printWarwick Allison2009-11-231-1/+1
|
* Pass error messages through to WebView users.Warwick Allison2009-11-181-0/+2
|
* Fix URL update in demoWarwick Allison2009-11-181-1/+1
| | | | If you manually typed in a url in the qml webbrowser demo the browser stopped updating the url bar with the current page your are on.
* Partial fix for QTBUGT-5845Warwick Allison2009-11-171-7/+8
|
* Remove WebView::pagewidth and tidy up - it's not needed and interferedWarwick Allison2009-11-101-17/+26
| | | | with zoomFactor.
* Rename targets -> matchTargets and properties -> matchProperties.Michael Brasser2009-11-061-4/+4
|
* Update semantics of targets/properties and target/property.Michael Brasser2009-11-061-1/+1
| | | | | This is in preparation for renaming targets -> matchTargets and properties to matchProperties.
* Fix assertion (sc not declared).Warwick Allison2009-11-021-1/+1
|
* cleanupYann Bodson2009-10-281-3/+3
|
* lowercase idsYann Bodson2009-10-061-85/+85
|
* Fixed UrlBar to not clip off top 3 pixels of the pageNigel Hietala2009-09-121-1/+1
|
* Follow renamed to SpringFollow.Martin Jones2009-09-101-0/+1
|
* Smooth the rendering in the tiles, not of the tiles.Warwick Allison2009-09-041-1/+1
| | | | Turn smoothing on in webbrowsser demo.
* Fix animation-after-zooming problem.Warwick Allison2009-09-021-6/+23
| | | | | | | Ensures final viewport XY is set and that setting it always clears animations (even if the position is coincidentally unchanged). Case is changing width/height twice - once too small, then large enough again, first change starts correction animation, which must be stopped by second change.
* Revive animated zooming.Warwick Allison2009-08-311-3/+65
| | | | | | Now uses scale for transition while static uses zoomFactor. QFxPaintedItem assists by being able to freeze the cache - useful anywhere that dirty cache data is okay to use (i.e. during brief animations).
* Simplify zooming mechanism - put more IQ in WebView.Warwick Allison2009-08-311-64/+5
| | | | No animated zooming for now.
* Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-08-281-11/+27
|\ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/QmlChanges.txt
| * Changes as per review.Warwick Allison2009-08-281-11/+27
| | | | | | | | | | | | | | | | | | | | 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)
* | Make a number of Flickable API changes following review.Martin Jones2009-08-281-9/+9
|/
* Reverse debug commitWarwick Allison2009-08-241-2/+1
|
* Rename positioners.Warwick Allison2009-08-241-1/+2
| | | | QFxBasePositioner still exists though.
* tidyWarwick Allison2009-08-241-8/+1
|
* SetPropertyAction -> PropertyActionMartin Jones2009-08-211-2/+2
|
* Rename State change elements.Martin Jones2009-08-211-14/+14
| | | | | | SetProperties -> PropertyChanges RunScript -> StateChangeScript SetAnchors -> AnchorChanges
* Renaming Rect -> RectangleYann Bodson2009-08-191-4/+4
|
* Text-related API updates after reviewMichael Brasser2009-08-191-1/+1
| | | | | Rename LineEdit to TextInput; hAlign to horizontalAlignment; vAlign to verticalAlignment. Other assorted fixes.
* Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-08-141-1/+1
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * New Qt URL.Warwick Allison2009-08-141-1/+1
| |
* | Get rid of QmlFont and use the QFont value type instead.Michael Brasser2009-08-141-2/+2
|/
* Fix to QFxWebView to show cursor in focused text input. Correction textedit ↵Tapani Mikola2009-08-141-1/+0
| | | | and lineedit so that they emit focuschanged signals. Clean ups to webbrowser.qml.
* Give a default size.Warwick Allison2009-08-131-0/+3
|
* Small cleanup to webbrowser.qml not to use url as property id. Using ↵Tapani Mikola2009-08-131-9/+8
| | | | urlString instead. In addition title back to show the page title.
* Border Image fis to webbrowser.qmlTapani Mikola2009-08-131-4/+5
|
* Made the url input text field to work with the FieldText component copied ↵Tapani Mikola2009-08-131-18/+25
| | | | and slightly modified from contacts demo.
* As WebView now has attached properties, it can't be used as an idAaron Kennedy2009-08-101-27/+27
|
* KeyActions::return -> KeyActions::keyReturnYann Bodson2009-07-291-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
* Cleanup in preparation for key/focus handling.Michael Brasser2009-07-131-2/+0
|
* Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-06-261-5/+5
|\ | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: examples/declarative/states/states.qml examples/declarative/states/transitions.qml examples/declarative/tutorials/helloworld/t3/tutorial3.qml src/declarative/util/qmlanimation.cpp
| * Rename NumericAnimation -> NumberAnimationMichael Brasser2009-06-261-5/+5
| |
* | Update SetProperties to handle changing bindingsAaron Kennedy2009-06-261-70/+14
|/ | | | Also removed all uses of SetProperty
* Optimize by using solid background.Warwick Allison2009-06-241-0/+1
|