summaryrefslogtreecommitdiffstats
path: root/demos/declarative/webbrowser/content
Commit message (Collapse)AuthorAgeFilesLines
* demos/declarative/webbrowser example modificationsartoka2011-11-1713-613/+0
| | | | | | | | | Modified the example to use centralized qmlapplicationviewer, removed duplicate files and modified project files according to the changes. Merge-request: 2719 Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
* Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-135-85/+85
| | | | | | | Updated version of LGPL and FDL licenseheaders. Apply release phase licenseheaders for all source files. Reviewed-by: Trust Me
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Martin Jones2011-01-195-5/+5
|\
| * Update copyright year to 2011.Jason McDonald2011-01-105-5/+5
| | | | | | | | Reviewed-by: Trust Me
* | Fix zooming in declarative webbrowser demoJoona Petrell2010-10-291-1/+1
|/ | | | | Task-number: Reviewed-by: Martin Jones
* Replace all occurances of "Qt 4.7" with "QtQuick 1.0"Aaron Kennedy2010-09-295-5/+5
| | | | | Task-number: QTBUG-13799 Reviewed-by: Martin Jones
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Yann Bodson2010-08-261-4/+26
|\
| * Add quit buttons to declarative demosJoona Petrell2010-08-261-4/+26
| | | | | | | | | | Task-number: QTBUG-13048 Reviewed-by: Martin Jones
* | Make declarative examples a bit more qt-like.Yann Bodson2010-08-264-0/+0
|/
* QML focus API updates.Michael Brasser2010-07-211-1/+1
| | | | | | | | | The wantsFocus property has been renamed to activeFocus, to better reflect its value. Reading and writing the focus property is also now consistent -- this property represents focus within a scope. Other small changes were made to keep things consistent with the new naming. Reviewed-by: Aaron Kennedy
* 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
* Add go button to webbrowser example.Yann Bodson2010-06-104-4/+35
| | | | Task-number: QTBUG-11310
* Accept enter key in the webbrower demo url input.Martin Jones2010-06-071-0/+4
|
* Fix some bugs in the QML Web Browser buttonsAlan Alpert2010-05-312-1/+2
| | | | 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-215-0/+205
| | | | | | | 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.
* Flickable small API changes.Yann Bodson2010-05-121-1/+1
| | | | | | | | | | - Split moving into movingHorizontally anf movingVertically - Split flicking into flickingHorizontally and flickingVertically - Rename flickDirection to flickableDirection - onMovementStarted, onMovementEnded, onFlickStarted and onFlickEnded signals removed Task-number: QTBUG-10572 Reviewed-by: Martin Jones
* Expand if available space changes.Warwick Allison2010-05-111-0/+6
| | | | Task-number: QT-3175
* Cleanup and simplify the webbrowser demo.Yann Bodson2010-05-1135-331/+198
|
* CleanupYann Bodson2010-05-061-3/+3
|
* Use enum rather than string for easing type.Yann Bodson2010-05-051-1/+1
|
* 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-084-4/+4
|
* Deprecate inline Script {} blocksAaron Kennedy2010-03-222-34/+28
| | | | | | | | 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.
* Truncate title at right if too long (cannot currently ElideRight and center).Warwick Allison2010-03-111-3/+1
|
* 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
* follow syntax changeWarwick Allison2010-03-021-1/+1
|
* Test, demo, and work-around bug QTBUG-8535Warwick Allison2010-02-262-18/+28
|
* Renamed Flickable viewportXXX properties contentXXXMartin Jones2010-02-262-15/+15
| | | | 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-232-4/+4
|
* Rename MouseRegion -> MouseAreaMartin Jones2010-02-221-3/+3
|
* Get rid of the matchProperties/properties distinction, as itMichael Brasser2010-02-182-3/+3
| | | | | | | | | | | 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 initial scaling. QWebPage::setPreferredSize doesn't really work.Warwick Allison2009-12-021-3/+3
|
* Restructure for easier re-use.Warwick Allison2009-12-026-1/+430
|
* lowercase idsYann Bodson2009-10-061-1/+1
|
* Change .sci syntax to match BorderImage.Yann Bodson2009-10-055-25/+25
|
* BorderImage fix.Tapani Mikola2009-08-131-2/+2
|
* Move all QML types to Qt/4.6 namespace.Warwick Allison2009-07-231-0/+2
| | | | | Adjust examples and demos accordingly. As per QT-558
* Fix webbrowser demoYann Bodson2009-05-112-1/+7
|
* Convert all examples and demos from XML formatAaron Kennedy2009-04-301-10/+30
|
* Rename the 'src' attribute 'source'. Don't need to be HTML-like anymore.Yann Bodson2009-04-291-4/+4
|
* Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-04-249-0/+0
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: demos/declarative/webbrowser/WebBrowser.qml demos/declarative/webbrowser/content/pics/addressbar-filled.png demos/declarative/webbrowser/content/pics/addressbar.png demos/declarative/webbrowser/content/pics/back-disabled.png demos/declarative/webbrowser/content/pics/back.png demos/declarative/webbrowser/content/pics/footer.png demos/declarative/webbrowser/content/pics/forward-disabled.png demos/declarative/webbrowser/content/pics/forward.png demos/declarative/webbrowser/content/pics/header.png demos/declarative/webbrowser/content/pics/reload.png
| * Cosmetic changes for the web browser demo.Yann Bodson2009-04-239-0/+0
| |
* | Nicer icons (KDE CrystalSVG)Warwick Allison2009-04-2314-6/+0
|/
* Initial import of kinetic-dui branch from the old kineticMichael Brasser2009-04-2219-0/+38