| 28 | | |
| 29 | | == Packages == |
| 30 | | |
| 31 | | * [wiki:"QtWebKitJournal" Latest weekly build] |
| 32 | | |
| 33 | | == Documentation TODO == |
| 34 | | |
| 35 | | This is a list of items to do regarding the API / overview documentation of QtWebKit that we'd like to fix before the release: |
| 36 | | |
| 37 | | * Zero qdoc warnings |
| 38 | | * Review existing API documentation: |
| 39 | | * Widget plugins |
| 40 | | * Files (14): |
| 41 | | * Expand and combine sentences, adding missing \sa links, etc. |
| 42 | | * Ask the Qt support staff about things they're aware of that are bad or missing in the current docs. |
| 43 | | * Architectural overview (QWebView, QGraphicsWebView, QWebPage) - update existing diagram |
| 44 | | * Make sure that all new functions have the \since tag |
| 45 | | * Figure out how to expand \since 2.0 to "Since QtWebKit 2.0", or consider a \since 4.7 and \sinceqtwebkit 2.0 |
| 46 | | * Task orientation documentation: |
| 47 | | * How to implement a desktop and a mobile/embedded browser |
| 48 | | * JavaScript bridge documentation (Noam) |
| 49 | | |
| 50 | | === Teams === |
| 51 | | |
| 52 | | * Jedrzej, Kent |
| 53 | | * Review Noam's JavaScript bridge documentation |
| 54 | | * qwebhistoryinterface.cpp |
| 55 | | * qwebhistory.cpp |
| 56 | | * qwebpage.cpp |
| 57 | | |
| 58 | | * Jocelyn, Simon |
| 59 | | * qwebinspector.cpp |
| 60 | | * qwebkitversion.cpp |
| 61 | | * qwebsettings.cpp |
| 62 | | * Overview: WebKit/qt/doc/qtwebkit.qdoc |
| 63 | | * qwebdatabase.cpp |
| 64 | | |
| 65 | | * Tor Arne, Henry |
| 66 | | * qwebpluginfactory.cpp |
| 67 | | * qwebsecurityorigin.cpp |
| 68 | | * qwebelement.cpp |
| 69 | | * QtWebKit 2.0 Feature Overview |
| 70 | | |
| 71 | | * Andreas, Benjamin |
| 72 | | * qwebframe.cpp |
| 73 | | * qgraphicswebview.cpp |
| 74 | | * qwebview.cpp |
| 75 | | * How to implement a desktop and a mobile/embedded browser |