Changes between Version 50 and Version 51 of QtWebKitTodo


Ignore:
Timestamp:
Mar 17, 2009 5:08:00 AM (15 years ago)
Author:
ariya@webkit.org
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • QtWebKitTodo

    v50 v51  
    4747 * Finish DOM API (Tor Arne, Simon, Staikos)
    4848 * QtScript Integration (Ariya, Kent)
     49
     50== Examples and Demos to be written ==
     51
     52 * how to use <object> in a web page
     53 * HTML5 local storage
     54 * jQuery in QtWebKit (a simple one, just get one starts quickly)
     55 * Flash inside QWebView (like Girish's video feed example but simpler)
     56 * restricting web view to a certain set of URLs
     57 * convert HTML to PDF, continue from Kavindra's work
     58 * using QWebView with Graphics View
     59 * a utility monitor web sites, sit on the systray, display the thumbnail
     60 * simple example (without model/view) on how to use history and bookmarks
     61 * google suggest
     62 * how to extend QWebView to handle e.g. FTP
     63 * cookie handling
     64 * XML Query for feed parser/reader
     65
     66== Documentation improvements ==
     67 * Overview diagram between all QWebFoo class
     68 * Diagram/description of the relation between QtWebKit and QtNetwork
     69 * Using HTML files and images from the resource system
     70 * Import CSV example from QQ to Qt tree