Changes between Version 58 and Version 59 of QtWebKitTodo


Ignore:
Timestamp:
Apr 3, 2009 8:33:42 AM (15 years ago)
Author:
Simon Hausmann
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • QtWebKitTodo

    v58 v59  
    7676
    7777 * 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
    8079 * Add support for DOM events/listeners.
    8180 * 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?
     
    9493=== Done ===
    9594
     95 * XML completeness, namespace support (Ariya)
    9696 * Implementing iterators/foreach support. (Tor Arne)
    9797 * Add obvious missing functions. (Simon) : Added missing attribute functions.