Changes between Version 62 and Version 63 of QtWebKitTodo


Ignore:
Timestamp:
Apr 14, 2009 6:12:00 AM (15 years ago)
Author:
Simon Hausmann
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • QtWebKitTodo

    v62 v63  
    7575Let's try to get the thing done(tm).
    7676
    77  * Add support for wrapping QWebElement in QVariant and return where applicable
     77 * Add support for wrapping QWebElement in QVariant and return it in the new API, such a scriptProperty() or callScriptFunction. In the long run we would like to deprecate QWebFrame::evaluateJavaScript in favour of a function that returns a QScriptValue...
    7878 * Add support for DOM events/listeners.
    79  * 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?
    80  * Full documentation.
     79   * 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?
     80    * Add support for triggering events.
     81 * Extend documentation with lots of snippets.
    8182 * Demos & Examples.
    82  * Make it easy to implement effects on top of the API.
     83 * Talk to the Animation API guys to see if we can use QtPropertyAnimation with QWebElement's scriptProperties.
    8384 * Investigate support for different backends (xml and/or query language).
    8485