Changes between Version 53 and Version 54 of QtWebKitTodo
- Timestamp:
- Mar 31, 2009, 5:42:09 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
QtWebKitTodo
v53 v54 75 75 76 76 * Implementing iterators/foreach support. (Tor Arne) 77 * Add obvious missing functions. (Simon)78 77 * XML completeness, namespace support (Ariya) 78 * 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) 79 79 * Look at functions from jquery cheat sheet and see where in our API they would fit. 80 80 * Add support for DOM events/listeners. … … 83 83 * Demos & Examples. 84 84 * Make it easy to implement effects on top of the API. 85 * 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..); )86 85 * Investigate support for different backends (xml and/or query language). 87 86 * Investigate build with older Qt versions without #ifdefs (Qt < 4.5) … … 92 91 * A simple selector builder. 93 92 * Simple jquery-ui like effects. 93 94 === Done === 95 96 * Add obvious missing functions. (Simon) : Added missing attribute functions.