Changes between Version 59 and Version 60 of QtWebKitTodo


Ignore:
Timestamp:
Apr 14, 2009 4:43:11 AM (15 years ago)
Author:
Simon Hausmann
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • QtWebKitTodo

    v59 v60  
    7575Let's try to get the thing done(tm).
    7676
    77  * Element creation and manipulation (think wrap(), prepend(), etc. with overloads for QWebElement, QWebElementSelection and String)
    7877 * Add support for wrapping QWebElement in QVariant and return where applicable
    7978 * Add support for DOM events/listeners.
     
    8382 * Make it easy to implement effects on top of the API.
    8483 * Investigate support for different backends (xml and/or query language).
    85  * Investigate build with older Qt versions without #ifdefs (Qt < 4.5)
    8684
    8785=== Ideas for Examples & Demos ===
     
    9391=== Done ===
    9492
     93 * Element creation and manipulation (think wrap(), prepend(), etc. with overloads for QWebElement, QWebElementSelection and String)
    9594 * XML completeness, namespace support (Ariya)
    9695 * Implementing iterators/foreach support. (Tor Arne)
    9796 * Add obvious missing functions. (Simon) : Added missing attribute functions.
    9897 * 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)
     98 * Investigate build with older Qt versions without #ifdefs (Qt < 4.5)