| | 91 | === Plan for INdT Code Camp === |
| | 92 | |
| | 93 | Goal: Make a first beta release of QtWebKit for Qt 4.6, including the new QtWebKit DOM API. |
| | 94 | |
| | 95 | * Finish API reviews. |
| | 96 | * Seminar in Oslo |
| | 97 | * Review other new API in trunk. |
| | 98 | * Create a {{{qtwebkit-4.6-staging}}} git branch |
| | 99 | * Go through {{shared/qt-45-pending}} branch. (Simon) |
| | 100 | * Forward-port pending Windows CE Garbage Collector change (Simon) |
| | 101 | * Make sure it builds on all platforms it build with Qt 4.5. (including Windows/CE) |
| | 102 | * Create {{{4.6-staging}}} git branch with import from {{qtwebkit-4.6-staging}}}. |
| | 103 | * Create a Pulse project, talk to Carlos. |
| | 104 | * Fix build issues... |
| | 105 | |
| 92 | | |
| 93 | | * Element creation and manipulation (think wrap(), prepend(), etc. with overloads for QWebElement, QWebElementSelection and String) |
| 94 | | * XML completeness, namespace support (Ariya) |
| 95 | | * Implementing iterators/foreach support. (Tor Arne) |
| 96 | | * Add obvious missing functions. (Simon) : Added missing attribute functions. |
| 97 | | * 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) |