Changes between Version 116 and Version 117 of QtWebKitTodo
- Timestamp:
- Aug 7, 2009, 9:15:59 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
QtWebKitTodo
v116 v117 84 84 * ~~ Remove {{{bool QWebHitTestResult::isScrollBar() const}}} and make sure a null QWebHitTestResult is returned instead (Pedralho) ~~ 85 85 * ~~ Remove {{{void QWebFrame::renderContents(...)}}} (Pedralho) ~~ 86 * make a graphics dojo example that shows how to turn off scrollbars via policy and draw indicators yourself. (Pedralho)86 * ~~ make a graphics dojo example that shows how to turn off scrollbars via policy and draw indicators yourself. (Pedralho) ~~ 87 87 * ~~ Replace {{{QWebPage::fixedLayoutSize}}} and {{{useFixedLayout}}} with one singled {{{fixedContentsSize}}} property that disables the feature if a null size is set. Also send an email to Adam Treat to ask what the height is used for. If there is no use for the height then simply rename it to {{{fixedContentsWidth}}}. (Simon) ~~ 88 88 * ~~ Rename {{{QWebSettings::AllowUniversalAccessFromFileUrls}}} to {{{QWebSettings::LocalContentCanAccessRemoteUrls}}} (Simon). ~~