Changes between Version 59 and Version 60 of QtWebKitTodo
- Timestamp:
- Apr 14, 2009, 4:43:11 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
QtWebKitTodo
v59 v60 75 75 Let's try to get the thing done(tm). 76 76 77 * Element creation and manipulation (think wrap(), prepend(), etc. with overloads for QWebElement, QWebElementSelection and String)78 77 * Add support for wrapping QWebElement in QVariant and return where applicable 79 78 * Add support for DOM events/listeners. … … 83 82 * Make it easy to implement effects on top of the API. 84 83 * Investigate support for different backends (xml and/or query language). 85 * Investigate build with older Qt versions without #ifdefs (Qt < 4.5)86 84 87 85 === Ideas for Examples & Demos === … … 93 91 === Done === 94 92 93 * Element creation and manipulation (think wrap(), prepend(), etc. with overloads for QWebElement, QWebElementSelection and String) 95 94 * XML completeness, namespace support (Ariya) 96 95 * Implementing iterators/foreach support. (Tor Arne) 97 96 * Add obvious missing functions. (Simon) : Added missing attribute functions. 98 97 * Add support for "special" functions from the IDL files, like submitting forms and other element specific functions. (for example convenience for raw QtScript code: element.scriptValue().resolve("submit").call(element.scriptValue(), args..); ) (Simon) 98 * Investigate build with older Qt versions without #ifdefs (Qt < 4.5)