Changes between Version 53 and Version 54 of QtWebKitTodo


Ignore:
Timestamp:
Mar 31, 2009 5:42:09 AM (15 years ago)
Author:
Simon Hausmann
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • QtWebKitTodo

    v53 v54  
    7575
    7676 * Implementing iterators/foreach support. (Tor Arne)
    77  * Add obvious missing functions. (Simon)
    7877 * 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)
    7979 * Look at functions from jquery cheat sheet and see where in our API they would fit.
    8080 * Add support for DOM events/listeners.
     
    8383 * Demos & Examples.
    8484 * 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..); )
    8685 * Investigate support for different backends (xml and/or query language).
    8786 * Investigate build with older Qt versions without #ifdefs (Qt < 4.5)
     
    9291 * A simple selector builder.
    9392 * Simple jquery-ui like effects.
     93
     94=== Done ===
     95
     96 * Add obvious missing functions. (Simon) : Added missing attribute functions.