summaryrefslogtreecommitdiffstats
path: root/demos/declarative/webbrowser/content/FlickableWebView.qml
Commit message (Collapse)AuthorAgeFilesLines
* Change to release license header.Jason McDonald2011-02-161-13/+13
| | | | Reviewed-by: Trust Me
* Update copyright year to 2011.Jason McDonald2011-01-111-1/+1
| | | | | Reviewed-by: Trust Me (cherry picked from commit ac5c099cc3c5b8c7eec7a49fdeb8a21037230350)
* Replace all occurances of "Qt 4.7" with "QtQuick 1.0"Aaron Kennedy2010-09-291-1/+1
| | | | | Task-number: QTBUG-13799 Reviewed-by: Martin Jones
* Remove the old WebView element in src/import. The new one is in ↵Alexis Menard2010-06-181-3/+2
| | | | | | | | | src/3rdparty/webkit Also change a bit the demo due to a little API change. The module is not org.webkit but QtWebKit now. Reviewed-by:simon hausmann
* Fix some bugs in the QML Web Browser buttonsAlan Alpert2010-05-311-0/+1
| | | | Now with fewer warnings! Also, the stop button works.
* Fix zoom bug in QML Web Browser demoAlan Alpert2010-05-311-2/+2
| | | | Zooming out no longer zooms to smaller than the window size.
* Add license headers for .qml files.Jason McDonald2010-05-211-0/+41
| | | | | | | Examples get the BSD license, while all other .qml files get the LGPL/tech-preview license. Reviewed-by: Trust Me
* Removed dependency of QDeclarativeWebView to private Qt (Declarative) APISimon Hausmann2010-05-131-22/+7
| | | | | Exchanged the use of QDeclarativePaintedItem with the use of QGraphicsWebView and its tiled backing store.
* Expand if available space changes.Warwick Allison2010-05-111-0/+6
| | | | Task-number: QT-3175
* Cleanup and simplify the webbrowser demo.Yann Bodson2010-05-111-1/+1
|
* CleanupYann Bodson2010-05-061-3/+3
|
* Don't use zoomfactor.Warwick Allison2010-04-161-2/+2
| | | | | It gives better resolution for text positioning, btu many web sites don't work well with it and WebKit.
* Replace "import Qt 4.6" with "import Qt 4.7"Michael Brasser2010-04-081-1/+1
|
* Deprecate inline Script {} blocksAaron Kennedy2010-03-221-13/+11
| | | | | | | | 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.
* Fix zooming (broke with transformOrigin default change).Warwick Allison2010-03-021-0/+1
| | | | Task-number: QTBUG-5845
* 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
* Test, demo, and work-around bug QTBUG-8535Warwick Allison2010-02-261-0/+1
|
* Renamed Flickable viewportXXX properties contentXXXMartin Jones2010-02-261-11/+11
| | | | 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-3/+3
|
* Fix initial scaling. QWebPage::setPreferredSize doesn't really work.Warwick Allison2009-12-021-3/+3
|
* Restructure for easier re-use.Warwick Allison2009-12-021-0/+162