Changes between Version 114 and Version 115 of QtWebKitTodo


Ignore:
Timestamp:
Jun 12, 2009 1:00:31 PM (15 years ago)
Author:
andre.pedralho@openbossa.org
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • QtWebKitTodo

    v114 v115  
    7979 * Fix all qdoc warnings.
    8080 * Implement the latest API changes:
    81   * Compare {{{QWebElement::tagName(), prefix(), localName() and namespaceUri()}}} with {{{QXmlStreamReader}}} names
     81  * Compare {{{QWebElement::tagName(), prefix(), localName() and namespaceUri()}}} with {{{QXmlStreamReader}}} names (Pedralho)
    8282  * ~~ Rename {{{QRect QWebHitTestResult::enclosingBlock() const}}} to {{{QWebElement QWebHitTestResult::enclosingBlockElement() const}}} (Simon) ~~
    8383  * ~~ Replace {{{QString QWebHitTestResult::linkTarget()const}}} with {{{QWebElement QWebHitTestResult::linkElement() const}}} (Simon) ~~
    8484  * Remove {{{bool QWebHitTestResult::isScrollBar() const}}} and make sure a null QWebHitTestResult is returned instead (Pedralho)
    85   * On hold (waiting for Adam Treat): Remove {{{void QWebFrame::renderContents(...)}}} and make a graphics dojo example that shows how to turn off scrollbars via policy and draw indicators yourself. (Pedralho)
     85  * On hold (waiting for Adam Treat): Remove {{{void QWebFrame::renderContents(...)}}} (Pedralho)
     86   * make a graphics dojo example that shows how to turn off scrollbars via policy and draw indicators yourself.
    8687  * ~~ 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) ~~
    8788  * ~~ Rename {{{QWebSettings::AllowUniversalAccessFromFileUrls}}} to {{{QWebSettings::LocalContentCanAccessRemoteUrls}}} (Simon). ~~