Changes between Version 74 and Version 75 of QtWebKitTodo
- Timestamp:
- Apr 20, 2009, 12:52:03 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
QtWebKitTodo
v74 v75 29 29 30 30 * Task maintenance (All) 31 * Improve plugin support 31 * Improve plugin support (eg. windowless) 32 32 * Improve Media-Element support 33 33 * Make the build more configurable in Qt … … 57 57 58 58 * how to use <object> in a web page 59 * HTML5 local storage59 * HTML5 local/session storage 60 60 * ~~using it with jQuery~~ (Ariya) DONE: see http://labs.trolltech.com/blogs/2009/04/17/jquery-and-qwebelement/ 61 61 * Flash inside QWebView (like Girish's video feed example but simpler) … … 70 70 * XML Query for feed parser/reader 71 71 72 == Documentation improvements == 72 == Documentation improvements == 73 73 74 * Overview diagram between all QWebFoo class 74 75 * Diagram/description of the relation between QtWebKit and QtNetwork … … 124 125 === Done === 125 126 126 * Talk to the Animation API guys to see if we can use QtPropertyAnimation with QWebElement's scriptProperties. Solution: QtScript Animation 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.