Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change to release license header. | Jason McDonald | 2011-02-16 | 1 | -13/+13 |
| | | | | Reviewed-by: Trust Me | ||||
* | Update copyright year to 2011. | Jason McDonald | 2011-01-11 | 1 | -1/+1 |
| | | | | | Reviewed-by: Trust Me (cherry picked from commit ac5c099cc3c5b8c7eec7a49fdeb8a21037230350) | ||||
* | Replace all occurances of "Qt 4.7" with "QtQuick 1.0" | Aaron Kennedy | 2010-09-29 | 1 | -1/+1 |
| | | | | | Task-number: QTBUG-13799 Reviewed-by: Martin Jones | ||||
* | Remove the old WebView element in src/import. The new one is in ↵ | Alexis Menard | 2010-06-18 | 1 | -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 buttons | Alan Alpert | 2010-05-31 | 1 | -0/+1 |
| | | | | Now with fewer warnings! Also, the stop button works. | ||||
* | Fix zoom bug in QML Web Browser demo | Alan Alpert | 2010-05-31 | 1 | -2/+2 |
| | | | | Zooming out no longer zooms to smaller than the window size. | ||||
* | Add license headers for .qml files. | Jason McDonald | 2010-05-21 | 1 | -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) API | Simon Hausmann | 2010-05-13 | 1 | -22/+7 |
| | | | | | Exchanged the use of QDeclarativePaintedItem with the use of QGraphicsWebView and its tiled backing store. | ||||
* | Expand if available space changes. | Warwick Allison | 2010-05-11 | 1 | -0/+6 |
| | | | | Task-number: QT-3175 | ||||
* | Cleanup and simplify the webbrowser demo. | Yann Bodson | 2010-05-11 | 1 | -1/+1 |
| | |||||
* | Cleanup | Yann Bodson | 2010-05-06 | 1 | -3/+3 |
| | |||||
* | Don't use zoomfactor. | Warwick Allison | 2010-04-16 | 1 | -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 Brasser | 2010-04-08 | 1 | -1/+1 |
| | |||||
* | Deprecate inline Script {} blocks | Aaron Kennedy | 2010-03-22 | 1 | -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 Allison | 2010-03-02 | 1 | -0/+1 |
| | | | | Task-number: QTBUG-5845 | ||||
* | Move WebView to an extension plugin. | Warwick Allison | 2010-03-02 | 1 | -0/+1 |
| | | | | | | | | Using WebView now requires: import org.webkit 1.0 Task-number: QT-2995 | ||||
* | Test, demo, and work-around bug QTBUG-8535 | Warwick Allison | 2010-02-26 | 1 | -0/+1 |
| | |||||
* | Renamed Flickable viewportXXX properties contentXXX | Martin Jones | 2010-02-26 | 1 | -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 syntax | Leonardo Sobral Cunha | 2010-02-23 | 1 | -3/+3 |
| | |||||
* | Fix initial scaling. QWebPage::setPreferredSize doesn't really work. | Warwick Allison | 2009-12-02 | 1 | -3/+3 |
| | |||||
* | Restructure for easier re-use. | Warwick Allison | 2009-12-02 | 1 | -0/+162 |