summaryrefslogtreecommitdiffstats
path: root/demos/declarative/webbrowser/webbrowser.qml
Commit message (Expand)AuthorAgeFilesLines
* Fix zoom bug in QML Web Browser demoAlan Alpert2010-05-311-1/+1
* Add license headers for .qml files.Jason McDonald2010-05-211-0/+41
* Flickable small API changes.Yann Bodson2010-05-121-9/+5
* Cleanup and simplify the webbrowser demo.Yann Bodson2010-05-111-156/+27
* Use enum rather than string for easing type.Yann Bodson2010-05-051-2/+2
* Replace "import Qt 4.6" with "import Qt 4.7"Michael Brasser2010-04-081-1/+1
* Move WebView to an extension plugin.Warwick Allison2010-03-021-0/+1
* Renamed Flickable viewportXXX properties contentXXXMartin Jones2010-02-261-4/+4
* 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
* 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
* 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
* 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
* 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
* 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
* Fix animation-after-zooming problem.Warwick Allison2009-09-021-6/+23
* Revive animated zooming.Warwick Allison2009-08-311-3/+65
* Simplify zooming mechanism - put more IQ in WebView.Warwick Allison2009-08-311-64/+5
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-08-281-11/+27
|\
| * Changes as per review.Warwick Allison2009-08-281-11/+27
* | 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
* tidyWarwick Allison2009-08-241-8/+1
* SetPropertyAction -> PropertyActionMartin Jones2009-08-211-2/+2
* Rename State change elements.Martin Jones2009-08-211-14/+14
* Renaming Rect -> RectangleYann Bodson2009-08-191-4/+4
* Text-related API updates after reviewMichael Brasser2009-08-191-1/+1
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-08-141-1/+1
|\
| * 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 a...Tapani Mikola2009-08-141-1/+0
* Give a default size.Warwick Allison2009-08-131-0/+3
* Small cleanup to webbrowser.qml not to use url as property id. Using urlStrin...Tapani Mikola2009-08-131-9/+8
* Border Image fis to webbrowser.qmlTapani Mikola2009-08-131-4/+5
* Made the url input text field to work with the FieldText component copied and...Tapani Mikola2009-08-131-18/+25
* 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