summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx/qfxwebview.h
Commit message (Collapse)AuthorAgeFilesLines
* Support compile-in-namespace for the declarative module.Michael Brasser2009-06-301-5/+6
|
* Clean up some code that has moved to QFxPaintedItemWarwick Allison2009-06-241-1/+0
|
* Move cacheSize property to QFxPaintedItem from QFxWebView.Warwick Allison2009-06-231-5/+0
| | | | Was missed in the refactoring.
* Add zoomFactor property to WebView.Michael Brasser2009-06-221-0/+5
|
* Support URLs directly (not just as strings), so they are correctly resolved.Warwick Allison2009-06-101-3/+3
| | | | | | | URLs expressed as strings (possible relative) are resolved relative to the component in which the string expression is converted to a url value. All items are converted to use QUrl properties, except SqlConnection, where the databasename is only a special-case URL (this may need further consideration).
* Remove extraneous semicolons.Martin Jones2009-05-261-1/+1
| | | | Caused massive number of warnings with winscw
* Fixed #includesRoberto Raggi2009-05-181-5/+5
|
* Rename QFxImageItem to QFxPaintedItem.Ian Walters2009-05-051-2/+2
| | | | Done to avoid confusion with QFxImage and QFxAnimatedImage(Item)
* Remove Painted, have WebView use ImageItemIan Walters2009-05-051-11/+5
| | | | | | | | Reducing duplicated code and functionality. Removing QFxPainted as it isn't used and has less features than QFxImageItem, which fufills the same roles. Have QFxWebView use QFxImageItem as a base to reduce duplicated caching code. Minimal risk given that QFxImageItem is based of QFxWebView.
* Fix plugin delayed loading. Allows settings from QML.Warwick Allison2009-04-291-0/+3
|
* qdoc: Corrected a few qdoc warnings.Martin Smith2009-04-241-1/+3
|
* Initial import of kinetic-dui branch from the old kineticMichael Brasser2009-04-221-0/+217