summaryrefslogtreecommitdiffstats
path: root/demos/declarative/webbrowser
Commit message (Expand)AuthorAgeFilesLines
* Replace all occurances of "Qt 4.7" with "QtQuick 1.0"Aaron Kennedy2010-09-296-6/+6
* 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
* | Make declarative examples a bit more qt-like.Yann Bodson2010-08-264-0/+0
|/
* QML focus API updates.Michael Brasser2010-07-211-1/+1
* Remove the old WebView element in src/import. The new one is in src/3rdparty/...Alexis Menard2010-06-182-4/+3
* Add go button to webbrowser example.Yann Bodson2010-06-105-4/+36
* 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
* Fix zoom bug in QML Web Browser demoAlan Alpert2010-05-312-3/+3
* Add license headers for .qml files.Jason McDonald2010-05-216-0/+246
* Removed dependency of QDeclarativeWebView to private Qt (Declarative) APISimon Hausmann2010-05-131-22/+7
* Flickable small API changes.Yann Bodson2010-05-122-10/+6
* Expand if available space changes.Warwick Allison2010-05-111-0/+6
* Cleanup and simplify the webbrowser demo.Yann Bodson2010-05-1136-487/+225
* CleanupYann Bodson2010-05-061-3/+3
* Use enum rather than string for easing type.Yann Bodson2010-05-052-3/+3
* Add .qmlproject files for declarative demos.Yann Bodson2010-04-201-0/+16
* Don't use zoomfactor.Warwick Allison2010-04-161-2/+2
* Replace "import Qt 4.6" with "import Qt 4.7"Michael Brasser2010-04-085-5/+5
* Deprecate inline Script {} blocksAaron Kennedy2010-03-222-34/+28
* 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
* Move WebView to an extension plugin.Warwick Allison2010-03-022-0/+2
* 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-263-19/+19
* Updates all qml examples/demos to use the easing curve value type syntaxLeonardo Sobral Cunha2010-02-233-6/+6
* Rename MouseRegion -> MouseAreaMartin Jones2010-02-222-6/+6
* Get rid of the matchProperties/properties distinction, as itMichael Brasser2010-02-183-5/+5
* Fix initial scaling. QWebPage::setPreferredSize doesn't really work.Warwick Allison2009-12-021-3/+3
* Restructure for easier re-use.Warwick Allison2009-12-027-278/+276
* 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-062-5/+5
* 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-282-4/+4
* Incorrect use of Script {}Aaron Kennedy2009-10-081-2/+0
* lowercase idsYann Bodson2009-10-062-86/+86
* Change .sci syntax to match BorderImage.Yann Bodson2009-10-055-25/+25
* 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