Changes between Version 52 and Version 53 of QtWebKitTodo


Ignore:
Timestamp:
Mar 31, 2009 1:11:02 AM (15 years ago)
Author:
Simon Hausmann
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • QtWebKitTodo

    v52 v53  
    7474Let's try to get the thing done(tm).
    7575
    76  * Implementing iterators/foreach support.
    77  * Investigate build with older Qt versions without #ifdefs (Qt < 4.5)
     76 * Implementing iterators/foreach support. (Tor Arne)
     77 * Add obvious missing functions. (Simon)
     78 * XML completeness, namespace support (Ariya)
    7879 * Look at functions from jquery cheat sheet and see where in our API they would fit.
    79  * XML completeness, namespace support
    80  * Add obvious missing functions.
     80 * Add support for DOM events/listeners.
     81 * 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?
    8182 * Full documentation.
    8283 * Demos & Examples.
     
    8485 * 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..); )
    8586 * Investigate support for different backends (xml and/or query language).
     87 * Investigate build with older Qt versions without #ifdefs (Qt < 4.5)
    8688
    8789=== Ideas for Examples & Demos ===