Changes between Version 74 and Version 75 of QtWebKitTodo


Ignore:
Timestamp:
Apr 20, 2009 12:52:03 PM (15 years ago)
Author:
kenneth.christiansen@gmail.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • QtWebKitTodo

    v74 v75  
    2929
    3030 * Task maintenance (All)
    31  * Improve plugin support
     31 * Improve plugin support (eg. windowless)
    3232 * Improve Media-Element support
    3333 * Make the build more configurable in Qt
     
    5757
    5858 * how to use <object> in a web page
    59  * HTML5 local storage
     59 * HTML5 local/session storage
    6060 * ~~using it with jQuery~~ (Ariya) DONE: see http://labs.trolltech.com/blogs/2009/04/17/jquery-and-qwebelement/
    6161 * Flash inside QWebView (like Girish's video feed example but simpler)
     
    7070 * XML Query for feed parser/reader
    7171
    72 == Documentation improvements ==
     72== Documentation improvements ==
     73
    7374 * Overview diagram between all QWebFoo class
    7475 * Diagram/description of the relation between QtWebKit and QtNetwork
     
    124125=== Done ===
    125126
    126  * Talk to the Animation API guys to see if we can use QtPropertyAnimation with QWebElement's scriptProperties. Solution: QtScriptAnimation or something similar that allows animation properties in QtScript objects.
     127 * Talk to the Animation API guys to see if we can use QtPropertyAnimation with QWebElement's scriptProperties. Solution: QtScriptPropertyAnimation or something similar that allows animation properties in QtScript objects.