Changes between Version 121 and Version 122 of QtWebKitTodo


Ignore:
Timestamp:
Jun 7, 2010 4:40:49 AM (14 years ago)
Author:
Simon Hausmann
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • QtWebKitTodo

    v121 v122  
    22= TODO List for QtWebKit =
    33
    4 This is a TODO list of high-level items. In addition we are maintainling a release backlog in Bugzilla for upcoming releases:
     4This page is a scratch pad for projects ideas and todo items. It is not a substitute for JIRA or Bugzilla.
    55
    6   * https://bugs.webkit.org/showdependencytree.cgi?id=Qt46
     6== Project Drafts and Ideas ==
    77
    8 == Incoming ==
    9 uncategorized issues that the developers still need to prioritize.
    10  * QWebFrame should have a function to access the QWebHistory for that frame.
    11  * There should be an QWebIconDatabase class that gives you notifications when the icon has been loaded.
    12  * Autotest Coverage
    13  * ~~ header such as "webkitversion.h" that contains the version in a define ~~ DONE
    14  * Way to access list of files and progress on downloading them (i.e. be able to make an activity window)
    15  * Ability to pass the handling of listbox/select elements to the application
    16  * Instead of loading a plugin for loading and doing playback of media files, we should use a full-window html5 media player based on our Phonon code.
    17  * "Kinetic" support
    18    * Native scroll indicator instead of scrollbars. This should work for all frames and not just the mainframe.
    19    * Zoom to paragraph/image/etc example
    20    * Intelligent touch scroll, that takes the contents into account. Would be nice to be able to move widgets on igoogle around, still be able to scroll on google maps etc.
    21    * Add an API for controlling forms, like not showing a popdown for comboboxes, but letting the application handle it.
    228
    239== Things we want to do ==