Changes between Version 58 and Version 59 of QtWebKitTodo
- Timestamp:
- Apr 3, 2009, 8:33:42 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
QtWebKitTodo
v58 v59 76 76 77 77 * Element creation and manipulation (think wrap(), prepend(), etc. with overloads for QWebElement, QWebElementSelection and String) 78 * XML completeness, namespace support (Ariya) 79 * Look at functions from jquery cheat sheet and see where in our API they would fit. 78 * Add support for wrapping QWebElement in QVariant and return where applicable 80 79 * Add support for DOM events/listeners. 81 80 * Make it possible to define event handlers in C++ - or conclude if this should require QtScript. Look at what QtScript has, talk to Kent. Perhaps call it addEventListener, instead of connect. (connect may be more familar to the Qt developers instead of the listener term). Does connect() replace an existing handler/connection? … … 94 93 === Done === 95 94 95 * XML completeness, namespace support (Ariya) 96 96 * Implementing iterators/foreach support. (Tor Arne) 97 97 * Add obvious missing functions. (Simon) : Added missing attribute functions.