Qt5/Documentation/OverviewClassification: Difference between revisions

From KDE Community Wiki
 
(289 intermediate revisions by 21 users not shown)
Line 1: Line 1:
List of Qt documentation pages classified according to the structure defined in [[Qt5/Documentation/OverviewStructure]], along with information about what might need fixing on each of the pages.
How to help out
# Pick an entry that has "Fix" in the "'''Status'''" column.
# Put your name into the Owner field, and save the page
# Follow the instructions in the Action column, and fix whatever else needs fixing on the page
# Change status to either <span style="color:green">OK</span> or <span style="color:orange">Fix language</span> if you want a language check on what you've written


=== Needs action ===
=== Needs action ===
{|
{| class="wikitable"
|-
|-
  !style="width:30%"| Title !!style="width:5%"| Status !!style="width=25%"| Action!! Owner
  !style="width:30%"| Title !!style="width:5%"| Status !!style="width=45%"|Action!! style="width:10%"|Owner
|-
|-
|[http://doc-snapshot.qt-project.org/5.0-newdocs/qtdoc/bughowto.html How to Report a Bug] || <span style="color:red">Fix</span> || "FAQs" is a dead link, and "Qt repository" links to Gitorious instead of Gerrit.
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/bughowto.html How to Report a Bug] || <span style="color:green">OK</span> || - || Lars
|-
|-
|[http://doc-snapshot.qt-project.org/5.0-newdocs/qtcore/codecs.html Codecs] || <span style="color:green">OK</span> || Empty list, remove?
|[http://doc-snapshot.qt-project.org/5.0/qtcore/codecs.html Codecs] || <span style="color:green">OK</span> || Removed || Lars
|-
|-
|[http://doc-snapshot.qt-project.org/5.0-newdocs/qtdoc/qtconfig.html Configuring Qt] || <span style="color:red">Fix</span> || Is this even supported anymore? It doesn't even build
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/qtconfig.html Configuring Qt] || <span style="color:green">OK</span> || '''Kill''' it! || Paul
|-
|-
|[http://doc-snapshot.qt-project.org/5.0-newdocs/qtdoc/qt-performance.html Qt Performance Tuning] || <span style="color:red">Fix</span> || At least the part about QDirectPainter needs to go; probably best to '''Kill''' it
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/qt-performance.html Qt Performance Tuning] || <span style="color:green">OK</span> ||Outdated: '''Kill''' it || Paul
|}
|}


===Introduction===
===Introduction===
{|
As described in [[Qt5/Documentation/OverviewStructure#Introduction]], source at qtdoc/doc/src/index.qdoc, current snapshot: http://doc-snapshot.qt-project.org/5.0/qtdoc/index.html
 
{| class="wikitable"
|-
!style="width:30%"| Title !!style="width:5%"| Status !! style="width:45%"|Action !! style="width:10%"|Owner
|-
|-
!style="width:200px"| Title !!style="width:300px"| Link !!style="width:50px"| Status
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/whatsqt.html What is Qt] || <span style="color:red">Fix</span> ||  Rename to "Getting started with Qt", but content outline stays. "Getting started"-heading in content outline should be renamed to "Create your first application" (or something like that...) and link to [http://doc-snapshot.qt-project.org/5.0/qtdoc/gettingstarted.html current getting started page] || Topi
|-
|-
|What's New in Qt 5 || http://doc-snapshot.qt-project.org/5.0/qt5-intro.html || <span style="color:green">OK</span> || -
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/qt5-intro.html Introduction to Qt 5] || <span style="color:green">OK</span> ||  Rename to 'What's new in Qt 5'. Fix contentList of API changes don't show up. It's a QDoc issue which is being fixed as part of [https://bugreports.qt-project.org/browse/QTBUG-27695 QTBUG-27695] || Venu
|-
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/gettingstarted.html Getting started] || <span style="color:green">Ok</span> ||  Remove from main page. Add info about when to choose to use widgets and when to use QML. || Eskil
|-
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/whatsqt.html What is Qt] || <span style="color:green">OK</span> || remove and put content to 'Getting started with Qt' || Topi
|-
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/supported-platforms.html Supported Platforms] || <span style="color:green">OK</span>|| Bring up to date regarding which desktop platforms we support, and also write a bit about the embedded and mobile platforms || Tuukka
|-
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/licensing.html Licensing and Credits] || <span style="color:green">OK</span> || - || Lars and others
|}
|}


==== Porting from Qt 4 ====
==== Porting from Qt 4 ====
{|
{| class="wikitable"
|-
|-
!style="width:200px"| Title !!style="width:300px"| Link !!style="width:50px"| Status
!style="width:30%"| Title !!style="width:5%"| Status !! style="width:45%"|Action !! style="width:10%"|Owner
|-
|-
|Porting QML Applications to Qt 5 || http://doc-snapshot.qt-project.org/5.0/portingqmlapp.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/portingqmlapp.html Porting QML Applications to Qt 5] || <span style="color:green">OK</span> || The page is yet to merged from master to the newdocs branch. || Venu
|-
|-
|Porting Applications from QtMobility Sensors to Qt Sensors || http://doc-snapshot.qt-project.org/5.0/qtsensors-porting.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtsensors/qtsensors-porting.html Porting Applications from QtMobility Sensors to Qt Sensors] || <span style="color:green">OK</span> || -
|-
|-
|Porting Guidelines || http://doc-snapshot.qt-project.org/5.0/portingguide.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/portingguide.html Porting Guidelines] || <span style="color:green">OK</span> || -
|}
|}


=== SDK ===
=== SDK ===
{|
 
As described in [[Qt5/Documentation/OverviewStructure#.22Application_Development_.28tools_and_Qt_Creator.29.22_Topic_Page]], source at qtdoc/doc/src/developmenttools.qdoc, current snapshot: http://doc-snapshot.qt-project.org/5.0/qtdoc/topics-app-development.html
 
{| class="wikitable"
|-
|-
!style="width:30%"| Title !!style="width:5%"| Status !! style="width=25%"|Action!!Owner
!style="width:30%"| Title !!style="width:5%"| Status !! style="width:45%"|Action!! style="width:10%"|Owner
|-
|-
|[http://doc-snapshot.qt-project.org/5.0-newdocs/qtdoc/configure-options.html Configuration Options for Qt] || <span style="color:red">Fix</span> || Not updated to match options in Qt 5
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/topics-app-development.html Development Tools] || <span style="color:green">OK</span> || Needs polish, get rid of qvfb reference (no longer relevant in Qt 5) || Leena
|-
|-
|[http://doc-snapshot.qt-project.org/5.0-newdocs/qtdoc/cmake-manual.html CMake Manual] || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/configure-options.html Configuration Options for Qt] || <span style="color:red">In Review</span> || Page to be removed, instruct to use configure -help only?  || Topi
|-
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/cmake-manual.html CMake Manual] || <span style="color:green">OK</span> || -
|}
|}


====Tools====
====Tools====
{|
{| class="wikitable"
|-
|-
|style="width:30%"|[http://doc-snapshot.qt-project.org/5.0-newdocs/qtdoc/assistant-custom-help-viewer.html Using Qt Assistant as a Custom Help Viewer] ||style="width:5%"| <span style="color:red">Fix</span> || style="width=25%"|Mentions CD-ROMs like it's state of the art, so it sounds super-old. Talks about Qt 4.4 like it's the latest version.
|style="width:30%"|[http://doc-snapshot.qt-project.org/5.0/qtdoc/assistant-custom-help-viewer.html Using Qt Assistant as a Custom Help Viewer] ||style="width:5%"| <span style="color:green">OK</span> || style="width:45%"|Mentions CD-ROMs like it's state of the art, so it sounds super-old. Talks about Qt 4.4 like it's the latest version. || style="width:10%"| Leena
|-
|-
|Qt Assistant || http://doc-snapshot.qt-project.org/5.0/assistant.html || <span style="color:red">Fix</span> || Screenshot says "Qt 4.4" and has a HUGE Trolltech-logo :P. Mentions of Qt 4.4.0 and Qt 4.4.1 in examples. Lots of Qt 4.4 screenshots done on Windows XP. Maybe we should update those? Claims Assistant is better than a web browser since it can do full text search, which we plan to implement in the web page as well? Also, Google might have something to cover that stuff.
|Qt Assistant http://doc-snapshot.qt-project.org/5.0/assistant.html || <span style="color:green">OK</span> || Screenshot says "Qt 4.4" and has a HUGE Trolltech-logo :P. Mentions of Qt 4.4.0 and Qt 4.4.1 in examples. Lots of Qt 4.4 screenshots done on Windows XP. Maybe we should update those? Claims Assistant is better than a web browser since it can do full text search, which we plan to implement in the web page as well? Also, Google might have something to cover that stuff. || Leena
|-
|-
|[http://doc-snapshot.qt-project.org/5.0-newdocs/qtdoc/qtdesigner-components.html Creating and Using Components for Qt Designer] || <span style="color:green">OK</span> || -
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/qtdesigner-components.html Creating and Using Components for Qt Designer] || <span style="color:green">OK</span> || -
|-
|-
|[http://doc-snapshot.qt-project.org/5.0-newdocs/qtdoc/qtdesigner-module.html QtDesigner Module] || <span style="color:green">OK</span> || -
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/qtdesigner-module.html QtDesigner Module] || <span style="color:green">OK</span> || -
|-
|-
|[http://doc-snapshot.qt-project.org/5.0-newdocs/qtdoc/rcc.html Resource Compiler (rcc)] || <span style="color:green">OK</span> || -
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/rcc.html Resource Compiler (rcc)] || <span style="color:green">OK</span> || -
|-
|-
|Qt's Tools || http://doc-snapshot.qt-project.org/5.0/qttools.html || <span style="color:green">OK</span> || Some of these have been moved into the QtTools add-on, I think
|Qt's Tools http://doc-snapshot.qt-project.org/5.0/qttools.html || <span style="color:red">Kill</span> || Some of these have been moved into the QtTools add-on, I think. The applicable parts were moved to the new Development Tools topic. ||| Leena
|-
|-
|[http://doc-snapshot.qt-project.org/5.0-newdocs/qtdoc/uic.html User Interface Compiler (uic)] || <span style="color:green">OK</span> || -
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/uic.html User Interface Compiler (uic)] || <span style="color:green">OK</span> || -
|-
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/rcc.html Resource Compiler (rcc)] || <span style="color:green">OK</span> || -
|
|}
|}


==== General ====
==== General ====
{|
{| class="wikitable"
|-
|-
|style="width:200px"|Developing Qt Applications for Mac OS X ||style="width:300px"| http://doc-snapshot.qt-project.org/5.0/developing-on-mac.html ||style="width:50px"| <span style="color:green">OK</span>
|style="width:30%"|[http://doc-snapshot.qt-project.org/5.0/qtdoc/developing-on-mac.html Developing Qt Applications for Mac OS X ] ||style="width:5%"| <span style="color:green">OK</span>||style="width:45%"| - ||style="width:10%"| -
|-
|-
|Cross-Platform and Platform-Specific Development || http://doc-snapshot.qt-project.org/5.0/developing-with-qt.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/developing-with-qt.html Cross-Platform and Platform-Specific Development] || <span style="color:red">Fix</span> || Needs more information ||
|-
|-
|Exception Safety || http://doc-snapshot.qt-project.org/5.0/exceptionsafety.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/exceptionsafety.html Exception Safety] || <span style="color:green">OK</span> || -
|-
|-
|General Qt Requirements || http://doc-snapshot.qt-project.org/5.0/requirements.html || <span style="color:red">Fix</span> || Update to QPA
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/requirements.html General Qt Requirements] || <span style="color:green">OK</span> || Remove QWS references || Paul
|-
|-
|Qt for Mac OS X Requirements || http://doc-snapshot.qt-project.org/5.0/requirements-mac.html ||  <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/requirements-mac.html Qt for Mac OS X Requirements] ||  <span style="color:green">OK</span> || -
|-
|-
|Qt for Windows CE Requirements || http://doc-snapshot.qt-project.org/5.0/requirements-wince.html || <span style="color:red">Fix</span> || Looks outdated; is CE even supported anymore?
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/requirements-wince.html Qt for Windows CE Requirements] || <span style="color:red">Fix</span> || Looks outdated; is CE even supported anymore?
|-
|-
|Qt for Windows Requirements || http://doc-snapshot.qt-project.org/5.0/requirements-win.html || <span style="color:green">OK</span> || But rename QML2 to QtQuick2
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/requirements-win.html Qt for Windows Requirements] || <span style="color:green">OK</span> ||  
|-
|-
|Qt for X11 Requirements || http://doc-snapshot.qt-project.org/5.0/requirements-x11.html || <span style="color:red">Fix</span> || Outdated, doesn't mention xcb
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/requirements-x11.html Qt for X11 Requirements] ||<span style="color:green">OK</span> || || Samuel
|}
|}


==== qmlscene ====
==== qmlscene ====
{|
{| class="wikitable"
|-
|-
|style="width:200px"|Prototyping with qmlscene || style="width:300px"|http://doc-snapshot.qt-project.org/5.0/qtquick-qmlscene.html ||style="width:50px"| <span style="color:green">OK</span>
|style="width:30%"| [http://doc-snapshot.qt-project.org/5.0/qtquick/qtquick-qmlscene.html Prototyping with qmlscene] ||style="width:5%"| <span style="color:green">OK</span> || style="width:45%"| - || style="width:10%"|-
|}
|}


==== Deployment ====
==== Deployment ====
{|
{| class="wikitable"
|-
|-
|style="width:200px"|Deploying Qt Applications ||style="width:300px"| http://doc-snapshot.qt-project.org/5.0/deployment.html ||style="width:50px"| <span style="color:red">Fix</span> || Outdated list of modules, and outdated list of platforms?
|style="width:30%"|[http://doc-snapshot.qt-project.org/5.0/qtdoc/deployment.html Deploying Qt Applications] ||style="width:5%"| <span style="color:green">Fixed</span> || style="width:45%"|Outdated list of modules, and outdated list of platforms? || style="width:10%"| Venu
|-
|-
|Deploying an Application on Mac OS X || http://doc-snapshot.qt-project.org/5.0/deployment-mac.html || <span style="color:red">Fix</span> || Is this up-to-date? The deployment tool mentioned here does not seem to exist. What about Creator?
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/deployment-mac.html Deploying an Application on Mac OS X] || <span style="color:orange">Fix language?</span> || Is this up-to-date? The deployment tool mentioned here does not seem to exist. What about Creator? [Gabriel]<span style="color:green">OK</span> Looks good to me, but it may be good to update the library version in the examples to 5.0. (Also, macdeployqt is part of qttools).
|Gabriel
|-
|-
|Deploying Plugins || http://doc-snapshot.qt-project.org/5.0/deployment-plugins.html || <span style="color:red">Fix</span> || Has several mentions of Qt 4 version numbers as examples.
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/deployment-plugins.html Deploying Plugins] || <span style="color:green">OK</span> || -
|-
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/deployment-windows.html Deploying an Application on Windows] || <span style="color:green">OK</span> || <span style="color:green">OK</span> with some reservations: Does not mention SDK or Qt Creator at all.. Should it?
|-
|-
|Deploying an Application on Windows || http://doc-snapshot.qt-project.org/5.0/deployment-windows.html || <span style="color:green">OK</span> || <span style="color:green">OK</span> with some reservations: Does not mention SDK or Qt Creator at all.. Should it?
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/deployment-x11.html Deploying an Application on X11 Platforms] || <span style="color:green">OK</span> || <span style="color:green">OK</span> with some reservations: Does not mention SDK or Qt Creator at all.. Should it?
|-
|Deploying an Application on X11 Platforms || http://doc-snapshot.qt-project.org/5.0/deployment-x11.html || <span style="color:green">OK</span> || <span style="color:green">OK</span> with some reservations: Does not mention SDK or Qt Creator at all.. Should it?
|}
|}


==== Qt Creator ====
==== Qt Designer ====
{|
{| class="wikitable"
|-
|-
|style="width:200px"|Qt Designer's Buddy Editing Mode || style="width:300px"|http://doc-snapshot.qt-project.org/5.0/designer-buddy-mode.html || style="width:50px"| <span style="color:green">OK</span>
|style="width:30%"|[http://doc-snapshot.qt-project.org/5.0/qtdoc/designer-buddy-mode.html Qt Designer's Buddy Editing Mode] || style="width:5%"| <span style="color:green">OK</span> || style="width:45%" | - || style="width:10%"|-
|-
|-
|Qt Designer's Signals and Slots Editing Mode || http://doc-snapshot.qt-project.org/5.0/designer-connection-mode.html ||  <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/designer-connection-mode.html Qt Designer's Signals and Slots Editing Mode] ||  <span style="color:green">OK</span> || -
|-
|-
|Creating Custom Widget Extensions || http://doc-snapshot.qt-project.org/5.0/designer-creating-custom-widgets-extensions.html ||  <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/designer-creating-custom-widgets-extensions.html Creating Custom Widget Extensions] ||  <span style="color:green">OK</span> || -
|-
|-
|Creating Custom Widgets for Qt Designer || http://doc-snapshot.qt-project.org/5.0/designer-creating-custom-widgets.html ||  <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/designer-creating-custom-widgets-extensions.html Creating Custom Widgets for Qt Designer] ||  <span style="color:green">OK</span> || -
|-
|-
|Creating Main Windows in Qt Designer || http://doc-snapshot.qt-project.org/5.0/designer-creating-mainwindows.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/designer-creating-mainwindows.html Creating Main Windows in Qt Designer] || <span style="color:green">OK</span> || -
|-
|-
|Customizing Qt Designer Forms || http://doc-snapshot.qt-project.org/5.0/designer-customizing-forms.html || <span style="color:red">Fix</span> || Refers to QWidget include file as <QtGui/QWidget>
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/designer-customizing-forms.html Customizing Qt Designer Forms] || <span style="color:green">OK</span> || Refers to QWidget include file as <QtGui/QWidget> || Leena
|-
|-
|Qt Designer's Editing Modes || http://doc-snapshot.qt-project.org/5.0/designer-editing-mode.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/designer-editing-mode.html Qt Designer's Editing Modes] || <span style="color:green">OK</span> || -
|-
|-
|Using Layouts in Qt Designer || http://doc-snapshot.qt-project.org/5.0/designer-layouts.html || <span style="color:red">Fix</span> || Talks about QFormLayout as if it's the new sliced bread  
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/designer-layouts.html Using Layouts in Qt Designer] || <span style="color:green">OK</span> || Talks about QFormLayout as if it's the new sliced bread || Leena
|-
|-
|Qt Designer Manual || http://doc-snapshot.qt-project.org/5.0/designer-manual.html || <span style="color:red">Fix</span> || Should be clear about this being a designer for Widget apps specifically and that there are options.
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/designer-manual.html Qt Designer Manual]|| <span style="color:green">OK</span> || Should be clear about this being a designer for Widget apps specifically and that there are options. Leena: I don't agree with this, as at this level users are probably looking for information about using Qt Designer. The options should be explained at a higher level. || Shawn Rutledge, Leena
|-
|-
|Saving, Previewing and Printing Forms in Qt Designer || http://doc-snapshot.qt-project.org/5.0/designer-preview.html ||  <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/designer-preview.html Saving, Previewing and Printing Forms in Qt Designer] ||  <span style="color:green">OK</span> || -
|-
|-
|A Quick Start to Qt Designer || http://doc-snapshot.qt-project.org/5.0/designer-quick-start.html ||  <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/designer-quick-start.html A Quick Start to Qt Designer] ||  <span style="color:green">OK</span> || -
|-
|-
|Editing Resources with Qt Designer || http://doc-snapshot.qt-project.org/5.0/designer-resources.html ||  <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/designer-resources.html Editing Resources with Qt Designer] ||  <span style="color:green">OK</span> || -
|-
|-
|Using Stylesheets with Qt Designer || http://doc-snapshot.qt-project.org/5.0/designer-stylesheet.html ||  <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/designer-stylesheet.html Using Stylesheets with Qt Designer] ||  <span style="color:green">OK</span> || -
|-
|-
|Qt Designer's Tab Order Editing Mode || http://doc-snapshot.qt-project.org/5.0/designer-tab-order.html ||  <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/designer-tab-order.html Qt Designer's Tab Order Editing Mode] ||  <span style="color:green">OK</span> || -
|-
|-
|Getting to Know Qt Designer || http://doc-snapshot.qt-project.org/5.0/designer-to-know.html || <span style="color:red">Fix</span> || Outdated information on how to start application (should probably focus on Qt Creator integration). Contains a reference to old "Qt Software" branding.
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/designer-to-know.html Getting to Know Qt Designer] || <span style="color:green">OK</span> || Outdated information on how to start application (should probably focus on Qt Creator integration). Contains a reference to old "Qt Software" branding. || Leena
|-
|-
|Qt Designer's UI File Format || http://doc-snapshot.qt-project.org/5.0/designer-ui-file-format.html || <span style="color:green">OK</span> || XML-schema missing, but this will probably be picked up by a qdoc error.
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/designer-ui-file-format.html Qt Designer's UI File Format] || <span style="color:green">OK</span> || XML-schema missing, but this will probably be picked up by a qdoc error.
|-
|-
|Using a Designer UI File in Your Application || http://doc-snapshot.qt-project.org/5.0/designer-using-a-ui-file.html || <span style="color:green">OK</span> || Some iffy code snippets
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/designer-using-a-ui-file.html Using a Designer UI File in Your Application] || <span style="color:green">OK</span> || Some iffy code snippets. Will be fixed later.
|-
|-
|Using Containers in Qt Designer || http://doc-snapshot.qt-project.org/5.0/designer-using-containers.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/designer-using-containers.html Using Containers in Qt Designer] || <span style="color:green">OK</span> || -
|-
|-
|Using Custom Widgets with Qt Designer || http://doc-snapshot.qt-project.org/5.0/designer-using-custom-widgets.html || <span style="color:green">OK</span> ||  
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/designer-using-custom-widgets.html Using Custom Widgets with Qt Designer] || <span style="color:green">OK</span> || -
|-
|-
|Qt Designer's Widget Editing Mode || http://doc-snapshot.qt-project.org/5.0/designer-widget-mode.html || <span style="color:red">Fix</span> || Contains a TODO: "### Screenshot of widget box, again"
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/designer-widget-mode.html Qt Designer's Widget Editing Mode] || <span style="color:green">OK</span> || Contains a TODO: "### Screenshot of widget box, again" || Leena
|}
|}


==== Cross-platform development ====
==== Cross-platform development ====
{|
{| class="wikitable"
|-
|-
|style="width:200px"|Supported Platforms || style="width:300px"|http://doc-snapshot.qt-project.org/5.0/platform-details.html ||style="width:50px"| <span style="color:red">Fix</span> || See [https://bugreports.qt-project.org/browse/QTBUG-27250 QTBUG-27250]. Also mentions Nokia. Consider syncing with [http://qt.digia.com/Product/Supported-Platforms/ Digia's page]
|style="width:30%"|[http://doc-snapshot.qt-project.org/5.0/qtdoc/supported-platforms.html Supported Platforms] ||style="width:5%"| <span style="color:green">Ok</span> || style="width:45%"|See [https://bugreports.qt-project.org/browse/QTBUG-27250 QTBUG-27250]. Also mentions Nokia. Consider syncing with [http://qt.digia.com/Product/Supported-Platforms/ Digia's page] || style="width:10%"| Tuukka
|-
|-
|Platform and Compiler Notes || http://doc-snapshot.qt-project.org/5.0/platform-notes.html || <span style="color:red">Fix</span> || Remove "embedded linux"
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/platform-notes.html Platform and Compiler Notes] || <span style="color:green">OK</span> || Remove "embedded linux" || Lars
|-
|-
|Platform Notes - INTEGRITY || http://doc-snapshot.qt-project.org/5.0/platform-notes-integrity.html || <span style="color:red">Fix</span> || Says it's community-port based on Qt for Embedded Linux. Should it be '''killed''' as well?
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/platform-notes-integrity.html Platform Notes - INTEGRITY] || <span style="color:red">Fix</span> || Almost empty
|-
|-
|Platform and Compiler Notes - Mac OS X || http://doc-snapshot.qt-project.org/5.0/platform-notes-mac.html || <span style="color:red">Fix</span> || Code snippet won't compile because it uses QApplication without including QtWidgets. Also has an empty section labelled "Binary Package".
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/platform-notes-mac.html Platform and Compiler Notes - Mac OS X] || <span style="color:green">OK</span> || Code snippet won't compile because it uses QApplication without including QtWidgets. Also has an empty section labelled "Binary Package".
|-
|-
|Platform and Compiler Notes - QNX || http://doc-snapshot.qt-project.org/5.0/platform-notes-qnx.html || <span style="color:red">Fix</span> || Says it's community-port based on Qt for Embedded Linux. Should it be '''killed''' as well?
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/platform-notes-qnx.html Platform and Compiler Notes - QNX] || <span style="color:red">Fix</span> || Almost empty || Peter Hartmann
|-
|-
|Platform and Compiler Notes - VxWorks || http://doc-snapshot.qt-project.org/5.0/platform-notes-vxworks.html || <span style="color:red">Fix</span> || References Qt embedded.
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/platform-notes-vxworks.html Platform and Compiler Notes - VxWorks] || <span style="color:red">Fix</span> || Almost empty
|-
|-
|Platform and Compiler Notes - Windows || http://doc-snapshot.qt-project.org/5.0/platform-notes-windows.html || <span style="color:red">Fix</span> || Refers to compiling Qt 4. Contains the macro "%VERSION%": Is this supposed to be expanded by qdoc?
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/platform-notes-windows.html Platform and Compiler Notes - Windows] || <span style="color:green">OK</span> || Refers to compiling Qt 4. Contains the macro "%VERSION%": Is this supposed to be expanded by qdoc?
|-
|-
|Platform and Compiler Notes - X11 || http://doc-snapshot.qt-project.org/5.0/platform-notes-x11.html || <span style="color:red">Fix</span> || A lot of this information is outdated
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/platform-notes-x11.html Platform and Compiler Notes - X11] || <span style="color:green">OK</span> || A lot of this information is outdated || Lars
|-
|-
|Platform-Specific Documentation || http://doc-snapshot.qt-project.org/5.0/platform-specific.html || <span style="color:red">Fix</span> || outdated
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/platform-specific.html Platform-Specific Documentation] || <span style="color:red">Fix</span> || outdated
|}
|}


==== qmake ====
==== qmake ====
{|
{| class="wikitable"
|-
|-
|style="width:200px"|qmake Advanced Usage ||style="width:300px"| http://doc-snapshot.qt-project.org/5.0/qmake-advanced-usage.html ||style="width:50px"| <span style="color:green">OK</span>
|style="width:30%"|[http://doc-snapshot.qt-project.org/5.0/qtdoc/qmake-advanced-usage.html qmake Advanced Usage] ||style="width:5%"| <span style="color:green">OK</span> || style="width:45%"| - || style=width:10%"|-
|-
|-
|qmake Common Projects || http://doc-snapshot.qt-project.org/5.0/qmake-common-projects.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/qmake-common-projects.html qmake Common Projects] || <span style="color:green">OK</span> || -
|-
|-
|Configuring qmake's Environment || http://doc-snapshot.qt-project.org/5.0/qmake-environment-reference.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/qmake-environment-reference.html Configuring qmake's Environment] || <span style="color:green">OK</span> || -
|-
|-
|qmake Function Reference || http://doc-snapshot.qt-project.org/5.0/qmake-function-reference.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/qmake-function-reference.html qmake Function Reference] || <span style="color:green">OK</span> || -
|-
|-
|qmake Manual || http://doc-snapshot.qt-project.org/5.0/qmake-manual.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/qmake-manual.html qmake Manual] || <span style="color:green">OK</span> || -
|-
|-
|qmake Platform Notes || http://doc-snapshot.qt-project.org/5.0/qmake-platform-notes.html ||  <span style="color:red">Fix</span> || Contains sections about Symbian
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/qmake-platform-notes.html qmake Platform Notes] ||  <span style="color:green">OK</span> || Contains sections about Symbian || Leena
|-
|-
|Using Precompiled Headers || http://doc-snapshot.qt-project.org/5.0/qmake-precompiledheaders.html || <span style="color:red">Fix</span> || Contains some 4.0 versioning in the code snippets and claims we still support VC6.
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/qmake-precompiledheaders.html Using Precompiled Headers] || <span style="color:green">OK</span> || Contains some 4.0 versioning in the code snippets and claims we still support VC6. || Leena
|-
|-
|qmake Project Files || http://doc-snapshot.qt-project.org/5.0/qmake-project-files.html || <span style="color:red">Fix</span> || Outdated examples where you have to do "CONFIG += qt thread" to get a multithreaded Qt application. Outdated list of modules.
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/qmake-project-files.html qmake Project Files] || <span style="color:green">OK</span> || Outdated examples where you have to do "CONFIG += qt thread" to get a multithreaded Qt application. Outdated list of modules. || Leena
|-
|-
|qmake Reference || http://doc-snapshot.qt-project.org/5.0/qmake-reference.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/qmake-reference.html qmake Reference] || <span style="color:green">OK</span> || -
|-
|-
|Running qmake || http://doc-snapshot.qt-project.org/5.0/qmake-running.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/qmake-running.html Running qmake] || <span style="color:green">OK</span> || -
|-
|-
|qmake Tutorial || http://doc-snapshot.qt-project.org/5.0/qmake-tutorial.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/qmake-tutorial.html qmake Tutorial] || <span style="color:green">OK</span> || -
|-
|-
|Using qmake || http://doc-snapshot.qt-project.org/5.0/qmake-using.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/qmake-using.html Using qmake] || <span style="color:green">OK</span> || -
|-
|-
|qmake Variable Reference || http://doc-snapshot.qt-project.org/5.0/qmake-variable-reference.html || <span style="color:red">Fix</span> || Contains information particular to Symbian and Maemo. Layout is all crazy. Module list for QT variable is outdated. Contains information about variables that have been deprecated since Qt 4.2.
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/qmake-variable-reference.html qmake Variable Reference] || <span style="color:green">OK</span> || Contains information particular to Symbian and Maemo. Layout is all crazy. Module list for QT variable is outdated. Contains information about variables that have been deprecated since Qt 4.2. Leena: Joerg was not sure what was meant by this, so please remove anything you think should go and ask Ossi to review. || Leena
|}
|}


==== sdk ====
==== sdk ====


{|
{| class="wikitable"
|-
|-
  ! Title !! Link !! Status !! Action !! Sub-topic
  ! style="width:30%"|Title !! style="width:5%"| Status !!style="width:45%"|Action !! style="width:10%"|Owner
|-
|-
|style="width:200px"|Getting Started Programming with Qt ||style="width:300px"| http://doc-snapshot.qt-project.org/5.0/gettingstartedqt.html || style="width:50px"|<span style="color:red">Fix</span> || Called "Getting started with Qt" instead of "Getting started with QtWidgets"
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/gettingstartedqt.html Getting Started Programming with Qt] || <span style="color:green">Ok</span> || Called "Getting started with Qt" instead of "Getting started with QtWidgets" || Eskil
|-
|-
|Installation || http://doc-snapshot.qt-project.org/5.0/installation.html || <span style="color:green">OK</span> || Expand with more platforms? || Installation
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/installation.html Installation] || <span style="color:green">OK</span> || Expand with more platforms? || -
|-
|-
|Installing Qt for Mac OS X || http://doc-snapshot.qt-project.org/5.0/install-mac.html || <span style="color:red">Fix</span> || Should focus on SDK instead of source builds? || Installation
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/install-mac.html Installing Qt for Mac OS X]|| <span style="color:red">Fix</span> || Should focus on SDK instead of source builds? || -
|-
|-
|Installing Qt for Windows CE || http://doc-snapshot.qt-project.org/5.0/install-wince.html ||  <span style="color:red">Fix</span> || Should focus on SDK instead of source builds? || Installation
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/install-wince.html Installing Qt for Windows CE]||  <span style="color:red">Fix</span> || Should focus on SDK instead of source builds? || -
|-
|-
|Installing Qt for Windows || http://doc-snapshot.qt-project.org/5.0/install-win.html ||  <span style="color:red">Fix</span> || Should focus on SDK instead of source builds? || Installation
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/install-win.html Installing Qt for Windows] ||  <span style="color:red">Fix</span> || Should focus on SDK instead of source builds? || -
|-
|-
|Installing Qt for X11 Platforms || http://doc-snapshot.qt-project.org/5.0/install-x11.html ||  <span style="color:red">Fix</span> || Should focus on SDK instead of source builds? || Installation
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/install-x11.html Installing Qt for X11 Platforms] ||  <span style="color:red">Fix</span> || Should focus on SDK instead of source builds? || -
|-
|-
|Qt Linguist Manual: Text ID Based Translations || http://doc-snapshot.qt-project.org/5.0/linguist-id-based-i18n.html ||  <span style="color:green">OK</span> || - || Linguist
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/linguist-id-based-i18n.html Qt Linguist Manual: Text ID Based Translations] ||  <span style="color:green">OK</span> || - || -
|-
|-
|Qt Linguist Manual: Release Manager || http://doc-snapshot.qt-project.org/5.0/linguist-manager.html ||  <span style="color:green">OK</span> || - || Linguist
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/linguist-manager.html Qt Linguist Manual: Release Manager] ||  <span style="color:green">OK</span> || - || -
|-
|-
|Qt Linguist Manual || http://doc-snapshot.qt-project.org/5.0/linguist-manual.html ||  <span style="color:green">OK</span> || - || Linguist
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/linguist-manual.html Qt Linguist Manual] ||  <span style="color:green">OK</span> || - || -
|-
|-
|Qt Linguist Manual: Programmers || http://doc-snapshot.qt-project.org/5.0/linguist-programmers.html || <span style="color:red">Fix</span> || Include information about QML || Linguist
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/linguist-programmers.html Qt Linguist Manual: Programmers]|| <span style="color:green">OK</span> || Include information about QML. Leena: Added a short paragraph with a link, will integrate the contents later. || Leena
|-
|-
|Qt Linguist Manual: Translators || http://doc-snapshot.qt-project.org/5.0/linguist-translators.html || <span style="color:red">Fix</span> || First section only says "Contents". Placeholder? || Linguist
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/linguist-translators.html Qt Linguist Manual: Translators] || <span style="color:green">OK</span> || First section only says "Contents". Placeholder? || Leena
|-
|-
|Qt Linguist Manual: TS File Format || http://doc-snapshot.qt-project.org/5.0/linguist-ts-file-format.html || <span style="color:red">Fix</span> || Missing DTD || Linguist
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/linguist-ts-file-format.html Qt Linguist Manual: TS File Format] || <span style="color:green">OK</span> || Missing DTD || Leena
|-
|-
|Support for Linux/X11 || http://doc-snapshot.qt-project.org/5.0/linuxx11-support.html || <span style="color:red">Fix</span> || List of features includes graphics view and QtOpenGL, but not QML. || Platforms
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/linuxx11-support.html Support for Linux/X11] ||<span style="color:green">OK</span> || List of features includes graphics view and QtOpenGL, but not QML. || Eskil
|-
|-
|Qt for Mac OS X - Specific Issues || http://doc-snapshot.qt-project.org/5.0/mac-differences.html || <span style="color:red">Fix</span> || Suggests contacting technical support. Should perhaps redirect to mailing lists and forums instead? Also mentions that Q_WS_MAC is no longer defined, but still uses it in a code snippet. || Platforms
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/mac-support.html Support for Mac OS X] || <span style="color:green">OK</span> || List of features includes graphics view and QtOpenGL, but not QML. || Eskil
|-
|-
|Support for Mac OS X || http://doc-snapshot.qt-project.org/5.0/mac-support.html || <span style="color:red">Fix</span> || List of features includes graphics view and QtOpenGL, but not QML. || Platforms
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/mac-differences.html Qt for Mac OS X - Specific Issues] || <span style="color:red">Fix</span> || Suggests contacting technical support. Should perhaps redirect to mailing lists and forums instead? Also mentions that Q_WS_MAC is no longer defined, but still uses it in a code snippet. || -
|-
|-
|Using the Meta-Object Compiler (moc) || http://doc-snapshot.qt-project.org/5.0/moc.html || <span style="color:red">Fix</span> || Says that "moc does not expand macros", but I think Lars added a fully functioning preprocessor? || Tools
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/moc.html Using the Meta-Object Compiler (moc)]|| <span style="color:green">Ok</span> || Says that "moc does not expand macros", but I think Lars added a fully functioning preprocessor? || Kevin Krammer
|}
|}


Line 240: Line 269:




{|
{| class="wikitable"
|-
|-
  ! style="width:200px"|Title !!style="width:300px"| Link !!style="width:50px"| Status !! Action
  ! style="width:30%"|Title !!style="width:5%"| Status !! style="width=45%"|Action !! style="width:10%"|Owner
|-
|-
|Debugging QML Applications || http://doc-snapshot.qt-project.org/5.0/qtquick-debugging.html || <span style="color:green">OK</span> || - || QML
|[http://doc-snapshot.qt-project.org/5.0/qtquick/qtquick-debugging.html Debugging QML Applications] || <span style="color:green">OK</span> || - || -
|-
|-
|Deploying QML Applications || http://doc-snapshot.qt-project.org/5.0/qtquick-deployment.html || <span style="color:red">Fix</span> || Claims that QQuickView is QWidget-based and uses QApplication instead of QGuiApplication in examples. || QML
|[http://doc-snapshot.qt-project.org/5.0/qtquick/qtquick-deployment.html Deploying QML Applications]|| <span style="color:red">Fix</span> || Claims that QQuickView is QWidget-based and uses QApplication instead of QGuiApplication in examples. || - || Lars
|}
|}


====Build system====
====Build system====
{|
{| class="wikitable"
|-
|-
  ! style="width:200px"|Title !!style="width:300px"| Link !!style="width:50px"| Status !! Action
  ! style="width:30%"|Title !!style="width:5%"| Status !! style="width:45%"|Action !! style="width:10%"|Owner
|-
|-
|Creating Shared Libraries || http://doc-snapshot.qt-project.org/5.0/sharedlibrary.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/sharedlibrary.html Creating Shared Libraries] || <span style="color:green">OK</span> || -
|}
|}


=== User Interfaces ===
=== User Interfaces ===
 
As described in [[Qt5/Documentation/OverviewStructure#.22User_Interface.22_Topic_Page]], source at qtdoc/doc/src/userinterfaces.qdoc, current snapshot: http://doc-snapshot.qt-project.org/5.0/qtdoc/topics-ui.html
====General====
====General====
{|
{| class="wikitable"
|-
! style="width:30%"|Title !! style="width:5%"|Status !! style="width:45%"|Action !! style="width:10%"|Owner
|-
|-
! style="width:200px"|Title !!style="width:300px"| Link !! style="width:50px"|Status !! Action
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/topics-ui.html User Interfaces] || <span style="color:green">OK</span> || Complete the overview page according to the instructions it currently contains || J-P Nurmi, Andras Becsi
|-
|-
|Standard Accelerator Keys || http://doc-snapshot.qt-project.org/5.0/accelerators.html || <span style="color:red">Fix</span> || Contains a reference to Q3Accel as the "best practice" for accelerators in Qt... The list of standard accelerators might be useful to some people, though.
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/accelerators.html Standard Accelerator Keys] || <span style="color:green">Ok</span> || Contains a reference to Q3Accel as the "best practice" for accelerators in Qt... The list of standard accelerators might be useful to some people, though. || Eskil
|-
|-
|Accessibility || http://doc-snapshot.qt-project.org/5.0/accessible.html || <span style="color:red">Fix</span> || Make this less confrontational?
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/accessible.html Accessibility] || <span style="color:green">Ok</span> || Make this less confrontational? || -
|-
|-
|Animation Framework || http://doc-snapshot.qt-project.org/5.0/animation.html || <span style="color:red">Fix</span> || QEasingCurve needs a description, otherwise it's fine.
|[http://doc-snapshot.qt-project.org/5.0/qtcore/animation.html Animation Framework] || <span style="color:red">Fix</span> || QEasingCurve needs a description, otherwise it's fine. || Lars
|-
|-
|The Animation Framework || http://doc-snapshot.qt-project.org/5.0/animation-overview.html || <span style="color:red">Fix</span> || Mentions "Kinetic" and "Graphics View". Might need some generalization.
|[http://doc-snapshot.qt-project.org/5.0/qtcore/animation-overview.html The Animation Framework] || <span style="color:green">Ok</span> || Mentions "Kinetic" and "Graphics View". Might need some generalization. || Jan Arve
|-
|-
|Setting the Application Icon || http://doc-snapshot.qt-project.org/5.0/appicon.html || <span style="color:red">Fix</span> || Widget-specific and might (I hope) be out of date, but that needs to be checked.
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/appicon.html Setting the Application Icon] || <span style="color:green">OK</span> || ||
|-
|-
|Performance Considerations And Suggestions || http://doc-snapshot.qt-project.org/5.0/qtquick-performance.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtquick/qtquick-performance.html Performance Considerations And Suggestions] || <span style="color:green">OK</span> || - || -
|-
|-
|Restoring a Window's Geometry || http://doc-snapshot.qt-project.org/5.0/restoring-geometry.html ||  <span style="color:red">Fix</span> ||  Update to QWindow (also, QWidget::saveGeometry is buggy)
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/restoring-geometry.html Restoring a Window's Geometry]||  <span style="color:green">Ok</span> ||  Update to QWindow (also, QWidget::saveGeometry is buggy) || Kevin Krammer
|-
|-
|Overview of Qt's Undo Framework || http://doc-snapshot.qt-project.org/5.0/qundo.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/qundo.html Overview of Qt's Undo Framework]|| <span style="color:green">OK</span> || - || -
|-
|-
|Scalability || http://doc-snapshot.qt-project.org/5.0/scalability.html || <span style="color:green">OK</span> || But maybe mention desktop as well as devices
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/scalability.html Scalability] || <span style="color:green">OK</span> || But maybe mention desktop as well as devices || -
|-
|-
|Session Management || http://doc-snapshot.qt-project.org/5.0/session.html ||  <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/session.html Session Management] ||  <span style="color:green">OK</span> || -
|-
|-
|Books about GUI Design || http://doc-snapshot.qt-project.org/5.0/guibooks.html || <span style="color:red">Fix</span> || Should mention that the Qt 4-book is mainly relevant for widgets development and other. We'll just have to assume that our charity-agreement with Amazon (our favorite bookstore apparently) is still valid?
|[http://doc-snapshot.qt-project.org/5.0/qtwidgets/guibooks.html Books about GUI Design] || <span style="color:green">Fixed</span> || Should mention that the Qt 4-book is mainly relevant for widgets development and other. We'll just have to assume that our charity-agreement with Amazon (our favorite bookstore apparently) is still valid? || Gunnar
|-
|-
|UI Design with Qt || http://doc-snapshot.qt-project.org/5.0/qt-gui-concepts.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/qt-gui-concepts.html UI Design with Qt] || <span style="color:green">OK</span> || - || -
|-
|-
|The Qt GUI Module || http://doc-snapshot.qt-project.org/5.0/qtgui-module.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtgui/qtgui-module.html The Qt GUI Module] || <span style="color:green">OK</span> || - || -
|-
|-
|Qt GUI Module Overview || http://doc-snapshot.qt-project.org/5.0/qtgui-overview.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtgui/qtgui-index.html Qt GUI Module Overview] || <span style="color:green">OK</span> || - || -
|-
|-
|Desktop Integration || http://doc-snapshot.qt-project.org/5.0/desktop-integration.html || <span style="color:green">OK</span> || See [https://bugreports.qt-project.org/browse/QTBUG-25524 QTBUG-25524]
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/desktop-integration.html Desktop Integration] || <span style="color:green">OK</span> || See [https://bugreports.qt-project.org/browse/QTBUG-25524 QTBUG-25524] || -
|-
|-
|Getting Started Guides || http://doc-snapshot.qt-project.org/5.0/gettingstarted.html ||  <span style="color:red">Fix</span> || Differentiating between Qt and QML as two different toolkits. Should be "widgets" and "QML"?
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/gettingstarted.html Getting Started Guides] ||  <span style="color:green">Ok</span> || Differentiating between Qt and QML as two different toolkits. Should be "widgets" and "QML"? || Eskil
|}
|}


====QML and QtQuick====
====QML and QtQuick====


{|
{| class="wikitable"
|-
|style="width:200px"|Property Binding ||style="width:300px"| http://doc-snapshot.qt-project.org/5.0/propertybinding.html || style="width:50px"|<span style="color:red">Fix</span> || Missing snippets
|-
|QML Basic Types || http://doc-snapshot.qt-project.org/5.0/qdeclarativebasictypes.html || <span style="color:green">OK</span>
|-
|QML Performance || http://doc-snapshot.qt-project.org/5.0/qdeclarativeperformance.html || <span style="color:red">Fix</span> || Mostly <span style="color:green">OK</span>, but need to get rid of the part mentioning graphicssystems and QDeclarativeView etc
|-
|QML Scope || http://doc-snapshot.qt-project.org/5.0/qdeclarativescope.html || <span style="color:red">Fix</span> || Should have import QtQuick 2.0 instead of 1.0
|-
|QML Security || http://doc-snapshot.qt-project.org/5.0/qdeclarativesecurity.html || <span style="color:red">Fix</span> || Should have import QtQuick 2.0 instead of 1.0
|-
|QML States || http://doc-snapshot.qt-project.org/5.0/qdeclarativestates.html || <span style="color:red">Fix</span> || Missing code snippets
|-
|QML Animation and Transitions || http://doc-snapshot.qt-project.org/5.0/qdeclarativeanimation.html || <span style="color:red">Fix</span> || Missing snippets
|}
 
{|
|-
|-
  ! style="width:200px"|Title !!style="width:300px"| Link !!style="width:50px"| Status !! Action
  ! style="width:30%"|Title !!style="width:5%"| Status !! style="width:45%"|Action !! style="width:20%"| Owner
|-
|-
|Important C++ Classes Provided By The Qt QML Module || http://doc-snapshot.qt-project.org/5.0/qtqml-cppclasses-topic.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtqml/qtqml-cppclasses-topic.html Important C++ Classes Provided By The Qt QML Module] || <span style="color:green">OK</span> || - || -
|-
|-
|Embedding C++ Objects into QML with Context Properties || http://doc-snapshot.qt-project.org/5.0/qtqml-cppintegration-contextproperties.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtqml/qtqml-cppintegration-contextproperties.html Embedding C++ Objects into QML with Context Properties] || <span style="color:green">OK</span> || - || -
|-
|-
|Data Type Conversion Between QML and C++ || http://doc-snapshot.qt-project.org/5.0/qtqml-cppintegration-data.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtqml/qtqml-cppintegration-data.html Data Type Conversion Between QML and C++] || <span style="color:green">OK</span> || - || -
|-
|-
|Defining QML Types from C++ || http://doc-snapshot.qt-project.org/5.0/qtqml-cppintegration-definetypes.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtqml/qtqml-cppintegration-definetypes.html Defining QML Types from C++] || <span style="color:green">OK</span> || - || -
|-
|-
|Exposing Attributes of C++ Types to QML || http://doc-snapshot.qt-project.org/5.0/qtqml-cppintegration-exposecppattributes.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtqml/qtqml-cppintegration-exposecppattributes.html Exposing Attributes of C++ Types to QML] || <span style="color:green">OK</span> || - || -
|-
|-
|Interacting with QML Objects from C++ || http://doc-snapshot.qt-project.org/5.0/qtqml-cppintegration-interactqmlfromcpp.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtqml/qtqml-cppintegration-interactqmlfromcpp.html Interacting with QML Objects from C++] || <span style="color:green">OK</span> || - || -
|-
|-
|Integrating QML and C++ || http://doc-snapshot.qt-project.org/5.0/qtqml-cppintegration-topic.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtqml/qtqml-cppintegration-topic.html Integrating QML and C++] || <span style="color:green">OK</span> || - || -
|-
|-
|Defining Object Types through QML Documents || http://doc-snapshot.qt-project.org/5.0/qtqml-documents-definetypes.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtqml/qtqml-documents-definetypes.html Defining Object Types through QML Documents] || <span style="color:green">OK</span> || - || -
|-
|-
|Resource Loading and Network Transparency || http://doc-snapshot.qt-project.org/5.0/qtqml-documents-networktransparency.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtqml/qtqml-documents-networktransparency.html Resource Loading and Network Transparency] || <span style="color:green">OK</span> || - || -
|}
|}




{|
{| class="wikitable"
|-
|-
  ! style="width:200px"|Title !!style="width:300px"| Link !!style="width:50px"| Status !! Action
  ! style="width:30%"|Title !!style="width:5%"| Status !! style="width:45%| Action!!style="width:10%"|  Owner
|-
|-
|C++ Extensions: Reference examples || http://doc-snapshot.qt-project.org/5.0/declarative-cppextensions-reference.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtquick/qmlmodule-qtquick-window2-qtquick-window-2.html QML Module QtQuick.Window 2.0] || <span style="color:green">OK</span> || - || -
|-
|-
|Chapter 1: Creating a New Type || http://doc-snapshot.qt-project.org/5.0/declarative-tutorials-extending-chapter1-basics.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtquick/qtquick-module.html Qt Quick Module - C++ Classes]|| <span style="color:green">OK</span> || - || -
|-
|-
|Chapter 2: Connecting to C++ Methods and Signals || http://doc-snapshot.qt-project.org/5.0/declarative-tutorials-extending-chapter2-methods.html || <span style="color:green">OK</span> || Contains some iffy code snippets
|[http://doc-snapshot.qt-project.org/5.0/qtquick/qtquick2-qtquick-releasenotes.html Qt Quick Release Notes] || <span style="color:green">OK</span> || - || -
|-
|-
|QML Module QtQuick.Window 2.0 || http://doc-snapshot.qt-project.org/5.0/qmlmodule-qtquick-window2-qtquick-window-2.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtquicklicense.html Qt Quick Licensing Information] || <span style="color:green">OK</span> || <span style="color:red>This topic is missing from the newdocs snapshot, so the link it pointing to the doc-snapshot version of it.</span>|| -
|-
|Qt Quick Module - C++ Classes || http://doc-snapshot.qt-project.org/5.0/qtquick-module.html || <span style="color:green">OK</span> || - || Reference
|-
|Qt Quick Release Notes || http://doc-snapshot.qt-project.org/5.0/qtquick2-qtquick-releasenotes.html || <span style="color:green">OK</span> || - || QML
|-
|Qt Quick Licensing Information || http://doc-snapshot.qt-project.org/5.0/qtquicklicense.html || <span style="color:green">OK</span> || - || Licensing
|}
|}






{|
{| class="wikitable"
|-
|-
|style="width:200px"|Positioning with Anchors ||style="width:300px"| http://doc-snapshot.qt-project.org/5.0/qtquick-positioning-anchors.html || style="width:50px"|<span style="color:green">OK</span>
|style="width:30%"|[http://doc-snapshot.qt-project.org/5.0/qtquick/qtquick-positioning-anchors.html Positioning with Anchors] || style="width:5%"|<span style="color:green">OK</span> ||style="width:45%"| - ||style="width:10%"| -
|-
|-
|Item Layouts || http://doc-snapshot.qt-project.org/5.0/qtquick-positioning-layouts.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtquick/qtquick-positioning-layouts.html Item Layouts] || <span style="color:green">OK</span> || - || -
|-
|-
|Right-to-left User Interfaces || http://doc-snapshot.qt-project.org/5.0/qtquick-positioning-righttoleft.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtquick/qtquick-positioning-righttoleft.html Right-to-left User Interfaces] || <span style="color:green">OK</span> || - || -
|-
|-
|Important Concepts In Qt Quick - Positioning || http://doc-snapshot.qt-project.org/5.0/qtquick-positioning-topic.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtquick/qtquick-positioning-topic.html Important Concepts In Qt Quick - Positioning] || <span style="color:green">OK</span> || - || -
|-
|-
|QML Types Provided by Qt Quick || http://doc-snapshot.qt-project.org/5.0/qtquick-qmltypereference.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtquick/qtquick-qmltypereference.html QML Types Provided by Qt Quick] || <span style="color:green">OK</span> || - || -
|-
|-
|Quick Start Guide - QML Basics || http://doc-snapshot.qt-project.org/5.0/qtquick-quickstart-basics.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtquick/qtquick-quickstart-basics.html Quick Start Guide - QML Basics] || <span style="color:green">OK</span> || - || -
|-
|-
|Quick Start Guide - QML Essentials || http://doc-snapshot.qt-project.org/5.0/qtquick-quickstart-essentials.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtquick/qtquick-quickstart-essentials.html Quick Start Guide - QML Essentials] || <span style="color:green">OK</span> || - || -
|-
|-
|Animation and Transitions in Qt Quick || http://doc-snapshot.qt-project.org/5.0/qtquick-statesanimations-animations.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtquick/qtquick-statesanimations-animations.html Animation and Transitions in Qt Quick] || <span style="color:green">OK</span> || - || -
|-
|-
|Using Qt Quick Behaviors with States || http://doc-snapshot.qt-project.org/5.0/qtquick-statesanimations-behaviors.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtquick/qtquick-statesanimations-behaviors.html Using Qt Quick Behaviors with States] || <span style="color:green">OK</span> || - || -
|-
|-
|Qt Quick States || http://doc-snapshot.qt-project.org/5.0/qtquick-statesanimations-states.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtquick/qtquick-statesanimations-states.html Qt Quick States]|| <span style="color:green">OK</span> || - || -
|-
|-
|Important Concepts in Qt Quick - States, Transitions and Animations || http://doc-snapshot.qt-project.org/5.0/qtquick-statesanimations-topic.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtquick/qtquick-statesanimations-topic.html Important Concepts in Qt Quick - States, Transitions and Animations] || <span style="color:green">OK</span> || - || -
|-
|-
|Usecase - Animations In QML || http://doc-snapshot.qt-project.org/5.0/qtquick-usecase-animations.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtquick/qtquick-usecase-animations.html Usecase - Animations In QML] || <span style="color:green">OK</span> || - || -
|-
|-
|Use Case - Integrating JavaScript in QML || http://doc-snapshot.qt-project.org/5.0/qtquick-usecase-integratingjs.html || <span style="color:green">OK</span> || Last link in document doesn't work
|[http://doc-snapshot.qt-project.org/5.0/qtquick/qtquick-usecase-integratingjs.html Use Case - Integrating JavaScript in QML] || <span style="color:green">OK</span> || Last link in document doesn't work || -
|-
|-
|Use Case - Layouts In QML || http://doc-snapshot.qt-project.org/5.0/qtquick-usecase-layouts.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtquick/qtquick-usecase-layouts.html Use Case - Layouts In QML] || <span style="color:green">OK</span> || - || -
|-
|-
|Use Case - Style And Theme Support || http://doc-snapshot.qt-project.org/5.0/qtquick-usecase-styling.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtquick/qtquick-usecase-styling.html Use Case - Style And Theme Support] || <span style="color:green">OK</span> || - || -
|-
|-
|Use Case - Displaying Text In QML || http://doc-snapshot.qt-project.org/5.0/qtquick-usecase-text.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtquick/qtquick-usecase-text.html Use Case - Displaying Text In QML] || <span style="color:green">OK</span> || - || -
|-
|-
|Use Case - Responding To User Input in QML || http://doc-snapshot.qt-project.org/5.0/qtquick-usecase-userinput.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtquick/qtquick-usecase-userinput.html Use Case - Responding To User Input in QML] || <span style="color:green">OK</span> || - || -
|-
|-
|Use Case - Visual Elements In QML || http://doc-snapshot.qt-project.org/5.0/qtquick-usecase-visual.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtquick/qtquick-usecase-visual.html Use Case - Visual Elements In QML] || <span style="color:green">OK</span> || - || -
|-
|-
|Concepts - Visual Coordinates in Qt Quick || http://doc-snapshot.qt-project.org/5.0/qtquick-visualcanvas-coordinates.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtquick/qtquick-visualcanvas-coordinates.html Concepts - Visual Coordinates in Qt Quick] || <span style="color:green">OK</span> || - || -
|-
|-
|Important Concepts In Qt Quick - The Visual Canvas || http://doc-snapshot.qt-project.org/5.0/qtquick-visualcanvas-topic.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtquick/qtquick-visualcanvas-topic.html Important Concepts In Qt Quick - The Visual Canvas] || <span style="color:green">OK</span> || - || -
|-
|-
|Concepts - Visual Parent in Qt Quick || http://doc-snapshot.qt-project.org/5.0/qtquick-visualcanvas-visualparent.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtquick/qtquick-visualcanvas-visualparent.html Concepts - Visual Parent in Qt Quick] || <span style="color:green">OK</span> || - || -
|-
|-
|Important Concepts In Qt Quick - Visual Types || http://doc-snapshot.qt-project.org/5.0/qtquick-visualtypes-topic.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtquick/qtquick-visualtypes-topic.html Important Concepts In Qt Quick - Visual Types] || <span style="color:green">OK</span> || - || -
|}
|}


{|
{| class="wikitable"
  ! style="width:200px"|Title !!style="width:300px"| Link !! style="width:50px"|Status !! Action !! Sub-topic
  ! style="width:30%"|Title !! style="width:5%"|Status !!style="width:45%"|Action !! style="width:10%"|Owner
|-
|-
|Anchor-based Layout in QML || http://doc-snapshot.qt-project.org/5.0/qml-anchor-layout.html || <span style="color:green">OK</span> || - || QML
|[http://doc-snapshot.qt-project.org/5.0/qtquick/qtquick-cppextensionpoints.html C++ Extension Points Provided By Qt Quick] || <span style="color:green">OK</span> || - || -
|-
|-
|C++ Extension Points Provided By Qt Quick || http://doc-snapshot.qt-project.org/5.0/qtquick-cppextensionpoints.html || <span style="color:green">OK</span> || - || QML
|[http://doc-snapshot.qt-project.org/5.0/qtquick/qml-intro-composing-uis.html Composing User Interfaces with QML] || <span style="color:red">Fix</span> || Missing snippets and images || Gunnar
|-
|-
|Composing User Interfaces with QML || http://doc-snapshot.qt-project.org/5.0/qml-intro-composing-uis.html || <span style="color:red">Fix</span> || Missing snippets and images || QML
|[http://doc-snapshot.qt-project.org/5.0/qtquick/qtqml-modules-cppplugins.html Creating C++ Plugins for QML] || <span style="color:green">OK</span> || - || -
|-
|-
|Creating C++ Plugins for QML || http://doc-snapshot.qt-project.org/5.0/qtqml-modules-cppplugins.html || <span style="color:green">OK</span> || - || QML
|[http://doc-snapshot.qt-project.org/5.0/qtquick/qtqml-javascript-resources.html Defining JavaScript Resources In QML] || <span style="color:green">OK</span> || - || -
|-
|-
|Defining JavaScript Resources In QML || http://doc-snapshot.qt-project.org/5.0/qtqml-javascript-resources.html || <span style="color:green">OK</span> || - || QML
|[http://doc-snapshot.qt-project.org/5.0/qtquick/qtquick-appdevguide-components.html Defining Reusable Components] || <span style="color:green">OK</span> || Contains lots of <span style="color:red">########</span> comments || Gunnar
|-
|-
|Defining Reusable Components || http://doc-snapshot.qt-project.org/5.0/qtquick-appdevguide-components.html || <span style="color:red">Fix</span> || Contains lots of <span style="color:red">########</span> comments || QML
|[http://doc-snapshot.qt-project.org/5.0/qtquick/qtqml-javascript-dynamicobjectcreation.html Dynamic QML Object Creation from JavaScript] || <span style="color:green">OK</span> || - || -
|-
|-
|Dynamic QML Object Creation from JavaScript || http://doc-snapshot.qt-project.org/5.0/qtqml-javascript-dynamicobjectcreation.html || <span style="color:green">OK</span> || - || QML
|[http://doc-snapshot.qt-project.org/5.0/qtquick/qml-intro-positioning-items.html Generating Items with Repeaters]  || <span style="color:green">OK</span> || - || -
|-
|-
|Extending QML Functionalities using C++ || http://doc-snapshot.qt-project.org/5.0/qml-extending.html || <span style="color:red">Fix</span> || Missing snippets || QML
|[http://doc-snapshot.qt-project.org/5.0/qtquick/qtqml-modules-identifiedmodules.html Identified Modules] || <span style="color:green">OK</span> || - || -
|-
|-
|Generating Items with Repeaters || http://doc-snapshot.qt-project.org/5.0/qml-intro-positioning-items.html || <span style="color:green">OK</span> || - || QML
|[http://doc-snapshot.qt-project.org/5.0/qtquick/qtquick-convenience-topic.html Important Concepts In Qt Quick - Convenience Types] || <span style="color:green">OK</span> || - || -
|-
|-
|Groups Of Related QML Elements || http://doc-snapshot.qt-project.org/5.0/qml-groups.html || <span style="color:green">OK</span> || - || QML
|[http://doc-snapshot.qt-project.org/5.0/qtquick/qtquick-effects-topic.html Important Concepts In Qt Quick - Graphical Effects] || <span style="color:green">OK</span> || - || -
|-
|-
|Identified Modules || http://doc-snapshot.qt-project.org/5.0/qtqml-modules-identifiedmodules.html || <span style="color:green">OK</span> || - || QML
|[http://doc-snapshot.qt-project.org/5.0/qtquick/qtquick-input-topic.html Important Concepts In Qt Quick - User Input] || <span style="color:green">OK</span> || - || -
|-
|-
|Important Concepts In Qt Quick - Convenience Types || http://doc-snapshot.qt-project.org/5.0/qtquick-convenience-topic.html || <span style="color:green">OK</span> || - || QML
|[http://doc-snapshot.qt-project.org/5.0/qtquick/qtqml-javascript-imports.html Importing JavaScript Resources in QML] || <span style="color:green">OK</span> || - || -
|-
|-
|Important Concepts In Qt Quick - Graphical Effects || http://doc-snapshot.qt-project.org/5.0/qtquick-effects-topic.html || <span style="color:green">OK</span> || - || QML
|[http://doc-snapshot.qt-project.org/5.0/qtquick/qtqml-syntax-directoryimports.html Importing QML Document Directories] || <span style="color:green">OK</span> || - || -
|-
|-
|Important Concepts In Qt Quick - User Input || http://doc-snapshot.qt-project.org/5.0/qtquick-input-topic.html || <span style="color:green">OK</span> || - || QML
|[http://doc-snapshot.qt-project.org/5.0/qtquick/qtqml-syntax-imports.html Import Statements] || <span style="color:green">OK</span> || - || -
|-
|-
|Importing JavaScript Resources in QML || http://doc-snapshot.qt-project.org/5.0/qtqml-javascript-imports.html || <span style="color:green">OK</span> || - || QML
|[http://doc-snapshot.qt-project.org/5.0/qtquick/qtqml-javascript-topic.html Integrating QML and JavaScript] || <span style="color:green">OK</span> || - || -
|-
|-
|Importing QML Document Directories || http://doc-snapshot.qt-project.org/5.0/qtqml-syntax-directoryimports.html || <span style="color:green">OK</span> || - || QML
|[http://doc-snapshot.qt-project.org/5.0/qtquick/qtquick-internationalization.html Internationalization and Localization with Qt Quick] || <span style="color:green">OK</span> || - || -
|-
|-
|Import Statements || http://doc-snapshot.qt-project.org/5.0/qtqml-syntax-imports.html || <span style="color:green">OK</span> || - || QML
|[http://doc-snapshot.qt-project.org/5.0/qtquick/qml-intro.html Introduction to Qt Quick] || <span style="color:green">Removed</span> || Talks about QtDeclarative, Symbian and Maemo and has screenshot with Symbian in it. Gunnar: Duplicated information, removed || Gunnar
|-
|-
|Integrating QML and JavaScript || http://doc-snapshot.qt-project.org/5.0/qtqml-javascript-topic.html || <span style="color:green">OK</span> || - || QML
|[http://doc-snapshot.qt-project.org/5.0/qtquick/qtqml-javascript-expressions.html JavaScript Expressions in QML Documents] || <span style="color:green">OK</span> || - || -
|-
|-
|Integrating QML Code with Existing Qt UI Code || http://doc-snapshot.qt-project.org/5.0/qml-integration.html || <span style="color:red">Fix</span> || Talks about integrating QML 1 with QWidgets and QGraphicsView, should maybe talk about QML 2? || QML
|[http://doc-snapshot.qt-project.org/5.0/qtquick/qtqml-javascript-hostenvironment.html JavaScript Host Environment || <span style="color:green">OK</span> || - || -
|-
|-
|Internationalization and Localization with Qt Quick || http://doc-snapshot.qt-project.org/5.0/qtquick-internationalization.html || <span style="color:green">OK</span> || - || QML
|[http://doc-snapshot.qt-project.org/5.0/qtquick/qtquick-input-focus.html Keyboard Focus in Qt Quick] || <span style="color:green">OK</span> || A bit too much QWidget || -
|-
|-
|Introduction to Qt Quick || http://doc-snapshot.qt-project.org/5.0/qml-intro.html || <span style="color:red">Fix</span> || Talks about QtDeclarative, Symbian and Maemo and has screenshot with Symbian in it || QML
|[http://doc-snapshot.qt-project.org/5.0/qtquick/qtqml-modules-legacymodules.html Legacy Modules] || <span style="color:green">OK</span> || - || -
|-
|-
|JavaScript Expressions in QML Documents || http://doc-snapshot.qt-project.org/5.0/qtqml-javascript-expressions.html || <span style="color:green">OK</span> || - || QML
|[http://doc-snapshot.qt-project.org/5.0/qtquick/qtqml-javascript-functionlist.html List of JavaScript Objects and Functions] || <span style="color:green">OK</span> || - || -
|-
|-
|JavaScript Host Environment || http://doc-snapshot.qt-project.org/5.0/qtqml-javascript-hostenvironment.html || <span style="color:green">OK</span> || - || QML
|[http://doc-snapshot.qt-project.org/5.0/qtquick/qtqml-modules-qmldir.html Module Definition qmldir Files] || <span style="color:green">OK</span> || - || -
|-
|-
|Keyboard Focus in Qt Quick || http://doc-snapshot.qt-project.org/5.0/qtquick-input-focus.html || <span style="color:green">OK</span> || A bit too much QWidget || QML
|[http://doc-snapshot.qt-project.org/5.0/qtquick/qtquick-input-mouseevents.html Mouse Events] || <span style="color:green">OK</span> || - || -
|-
|-
|Legacy Modules || http://doc-snapshot.qt-project.org/5.0/qtqml-modules-legacymodules.html || <span style="color:green">OK</span> || - || QML
|[http://doc-snapshot.qt-project.org/5.0/qtquick/qtquick2-qtquick-particles-performance.html Particle System Performance Guide] || <span style="color:green">OK</span> || - || -
|-
|-
|List of JavaScript Objects and Functions || http://doc-snapshot.qt-project.org/5.0/qtqml-javascript-functionlist.html || <span style="color:green">OK</span> || - || QML
|[http://doc-snapshot.qt-project.org/5.0/qtquick/qtqml-syntax-propertybinding.html Property Binding] || <span style="color:green">OK</span> || <span style="color:red">Fix</span> the <span style="color:red">### TODO</span> || Gunnar
|-
|-
|Models and Views || http://doc-snapshot.qt-project.org/5.0/qml-listview-examples.html || <span style="color:green">OK</span> || - || QML
|[http://doc-snapshot.qt-project.org/5.0/qtquick/qtquick-applicationdevelopers.html QML Application Developer Resources] || <span style="color:green">OK</span> || Gunnar: removed || Gunnar
|-
|-
|Models and Views || http://doc-snapshot.qt-project.org/5.0/qml-webview-examples.html || <span style="color:green">OK</span> || - || QML
|[http://doc-snapshot.qt-project.org/5.0/qtquick/qml-intro-tools.html QML Application Development Tools] || <span style="color:green">OK</span> || Gunnar: removed || Gunnar
|-
|-
|Module Definition qmldir Files || http://doc-snapshot.qt-project.org/5.0/qtqml-modules-qmldir.html || <span style="color:green">OK</span> || - || QML
|[http://doc-snapshot.qt-project.org/5.0/qtquick/qtqml-typesystem-basictypes.html QML Basic Types] || <span style="color:green">OK</span> || - || -
|-
|-
|Mouse Events || http://doc-snapshot.qt-project.org/5.0/qtquick-input-mouseevents.html || <span style="color:green">OK</span> || - || QML
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/qml-best-practices.html QML Best Practices Guides] || <span style="color:green">OK</span> || - || -
|-
|-
|Particle System Performance Guide || http://doc-snapshot.qt-project.org/5.0/qtquick2-qtquick-particles-performance.html || <span style="color:green">OK</span> || - || QML
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/qml-best-practices-coding.html QML Best Practices: Coding Conventions] || <span style="color:green">Removed</span> || Gunnar: this document is mostly useless and a duplicate of the Coding Conventions one, so it has been removed|| Gunnar
|-
|-
|Presenting Data with QML || http://doc-snapshot.qt-project.org/5.0/qml-presenting-data.html || <span style="color:red">Fix</span> || Missing snippets, incomplete ("Decorating views" etc sections have no content) || QML
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/qml-best-practices-datatypes.html QML Best Practices: Data types] || <span style="color:green">OK</span> || This document contains empty sections, '''Kill''' it? || Gunnar
|-
|-
|Presenting Data with Views || http://doc-snapshot.qt-project.org/5.0/qml-views.html || <span style="color:red">Fix</span> || Missing snippets || QML
|[http://doc-snapshot.qt-project.org/5.0/qtquick/qml-codingconventions.html QML Coding Conventions] || <span style="color:red">Fix</span> || Why have two coding conventions documents, this and qml-best-practices-coding.html? || -
|-
|-
|Property Binding || http://doc-snapshot.qt-project.org/5.0/qtqml-syntax-propertybinding.html || <span style="color:green">OK</span> || <span style="color:red">Fix</span> the <span style="color:red">### TODO</span> || QML
|[http://doc-snapshot.qt-project.org/5.0/qtquick/qml-intro-basic-syntax.html QML Concepts and Syntax] || <span style="color:green">removed</span> || Missing snippets and images. Gunnar: duplicated information, removed || Gunnar
|-
|-
|QML Application Developer Resources || http://doc-snapshot.qt-project.org/5.0/qtquick-applicationdevelopers.html || <span style="color:green">OK</span> || But update list of essential modules (Qt3D is no longer essential) || QML
|[http://doc-snapshot.qt-project.org/5.0/qtquick/qtqml-documents-topic.html QML Documents] || <span style="color:green">OK</span> || - || -
|-
|-
|QML Application Development Tools || http://doc-snapshot.qt-project.org/5.0/qml-intro-tools.html || <span style="color:red">Fix</span> || Talks about Maemo and has screenshot with Symbian in it || QML
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/qml-features.html QML Features] || <span style="color:green">OK</span> || - || -
|-
|-
|QML Basic Types || http://doc-snapshot.qt-project.org/5.0/qtqml-typesystem-basictypes.html || <span style="color:green">OK</span> || - || QML
|[http://doc-snapshot.qt-project.org/5.0/qtqml/qtqml-javascript-qmlglobalobject.html QML Global Object] || <span style="color:green">OK</span> || - || -
|-
|-
|QML Best Practices Guides || http://doc-snapshot.qt-project.org/5.0/qml-best-practices.html || <span style="color:green">OK</span> || - || QML
|[http://doc-snapshot.qt-project.org/5.0/qtqml/qtqml-modules-topic.html QML Modules] || <span style="color:green">OK</span> || - || -
|-
|-
|QML Best Practices || http://doc-snapshot.qt-project.org/5.0/qml-best-practices-coding.html || <span style="color:red">Fix</span> || Maybe change QtQuick 1.0 -> QtQuick 2.0 || QML
|[http://doc-snapshot.qt-project.org/5.0/qtqml/qtqml-syntax-objectattributes.html QML Object Attributes] || <span style="color:green">OK</span> || - || -
|-
|-
|QML Best Practices || http://doc-snapshot.qt-project.org/5.0/qml-best-practices-datatypes.html || <span style="color:red">Fix</span> || This document contains empty sections || QML
|[http://doc-snapshot.qt-project.org/5.0/qtqml/qtqml-typesystem-objecttypes.html QML Object Types] || <span style="color:green">OK</span> || - || -
|-
|-
|QML Coding Conventions || http://doc-snapshot.qt-project.org/5.0/qml-coding-conventions.html || <span style="color:red">Fix</span> || Contains mostly the same content as qml-condingconventions.html but with broken snippets || QML
|[http://doc-snapshot.qt-project.org/5.0/qtquick/qtqml-syntax-basics.html QML Syntax Basics] || <span style="color:green">OK</span> || - || -
|-
|-
|QML Coding Conventions || http://doc-snapshot.qt-project.org/5.0/qml-codingconventions.html || <span style="color:red">Fix</span> || Why have two coding conventions documents, this and qml-best-practices-coding.html? || QML
|[http://doc-snapshot.qt-project.org/5.0/qtquick/qtqml-typereference-topic.html QML Types Provided By The QtQml Module] || <span style="color:green">OK</span> || - || -
|-
|-
|QML Concepts and Syntax || http://doc-snapshot.qt-project.org/5.0/qml-intro-basic-syntax.html || <span style="color:red">Fix</span> || Missing snippets and images || QML
|[http://doc-snapshot.qt-project.org/5.0/qtqml/qtqml-index.html Qt QML] || <span style="color:green">OK</span> || - || -
|-
|-
|QML Documents || http://doc-snapshot.qt-project.org/5.0/qtqml-documents-topic.html || <span style="color:green">OK</span> || - || QML
|[http://doc-snapshot.qt-project.org/5.0/qtqml/qtqml-module.html Qt QML Module - C++ Classes] || <span style="color:green">OK</span> || - || -
|-
|-
|QML Features || http://doc-snapshot.qt-project.org/5.0/qml-features.html || <span style="color:green">OK</span> || - || QML
|[http://doc-snapshot.qt-project.org/5.0/qtquick/qtquick2-qtqml-releasenotes.html Qt QML Release Notes] ||   <span style="color:green">OK</span> || - || -
|-
|-
|QML Feedback API || http://doc-snapshot.qt-project.org/5.0/qml-feedback-api.html || <span style="color:red">Fix</span> || "Feedback elements" section is empty (linking error?) || QML
|[http://doc-snapshot.qt-project.org/5.0/qtquick/qtquick-glossary.html Qt Quick Glossary Of Terms] || <span style="color:green">OK</span> || - || -
|-
|-
|QML Feedback API || http://doc-snapshot.qt-project.org/5.0/qml-feedback.html || <span style="color:green">OK</span> || - || QML
|[http://doc-snapshot.qt-project.org/5.0/qtquick/qtquick-index.html Qt Quick] || <span style="color:green">OK</span> || - || -
|-
|-
|QML Global Object || http://doc-snapshot.qt-project.org/5.0/qtqml-javascript-qmlglobalobject.html || <span style="color:green">OK</span> || - || QML
|[http://doc-snapshot.qt-project.org/5.0/qtquick/qtquick-input-textinput.html Qt Quick Text Input Handling and Validators] || <span style="color:green">OK</span> || Remove QRegExp reference? QRegularExpression is the new class in 5.0. || -
|-
|-
|QML Modules || http://doc-snapshot.qt-project.org/5.0/qtqml-modules-topic.html || <span style="color:green">OK</span> || - || QML
|[http://doc-snapshot.qt-project.org/5.0/qtquick/qtqml-documents-scope.html Scope and Naming Resolution] || <span style="color:green">OK</span> || - || -
|-
|-
|QML Object Attributes || http://doc-snapshot.qt-project.org/5.0/qtqml-syntax-objectattributes.html || <span style="color:green">OK</span> || - || QML
|[http://doc-snapshot.qt-project.org/5.0/qtquick/qtqml-syntax-signals.html Signal and Handler Event System] || <span style="color:green">OK</span> || - || -
|-
|-
|QML Object Types || http://doc-snapshot.qt-project.org/5.0/qtqml-typesystem-objecttypes.html || <span style="color:green">OK</span> || - || QML
|[http://doc-snapshot.qt-project.org/5.0/qtquick/qtquick-effects-sprites.html Sprite Animations] || <span style="color:green">OK </span> || Broken HTML for links and some broken qdoc syntax at the top. || Gunnar
|-
|-
|QML Right-to-left User Interfaces || http://doc-snapshot.qt-project.org/5.0/qml-righttoleft.html || <span style="color:red">Fix</span> || Missing snippets, talks about qmlviewer and not qmlscene || QML
|[http://doc-snapshot.qt-project.org/5.0/qtquick/qtqml-documents-structure.html Structure of a QML Document] || <span style="color:green">OK</span> || - || -
|-
|-
|QML Syntax Basics || http://doc-snapshot.qt-project.org/5.0/qtqml-syntax-basics.html || <span style="color:green">OK</span> || - || QML
|[http://doc-snapshot.qt-project.org/5.0/qtquick/qtqml-typesystem-topic.html The QML Type System] || <span style="color:green">OK</span> || - || -
|-
|-
|QML Types Provided By The QtQml Module || http://doc-snapshot.qt-project.org/5.0/qtqml-typereference-topic.html || <span style="color:green">OK</span> || - || QML
|[http://doc-snapshot.qt-project.org/5.0/qtquick/qml-intro-user-interaction.html User Interaction with QML] || <span style="color:red">Fix</span> || Missing snippets || -
|-
|-
|QML Utility Elements || http://doc-snapshot.qt-project.org/5.0/qml-utility-elements.html || <span style="color:green">OK</span> || - || QML
|[qml-behaviors-and-states.html Using QML Behaviors with States] || <span style="color:green">OK</span> || - || -
|-
|-
|Qt QML || http://doc-snapshot.qt-project.org/5.0/qtqml-index.html || <span style="color:green">OK</span> || - || QML
|[http://doc-snapshot.qt-project.org/5.0/qtquick/qtquick-particles2-qtquick-effects-particles.html Using the Qt Quick Particle System] || <span style="color:green">OK</span> || - || -
|-
|Qt QML Module - C++ Classes || http://doc-snapshot.qt-project.org/5.0/qtqml-module.html || <span style="color:green">OK</span> || - || QML
|-
|Qt QML Release Notes || http://doc-snapshot.qt-project.org/5.0/qtquick2-qtqml-releasenotes.html ||    <span style="color:green">OK</span> || - || QML
|-
|Qt Quick Code Samples || http://doc-snapshot.qt-project.org/5.0/qtquick2-qtquick-codesamples.html ||    <span style="color:green">OK</span> || - || QML
|-
|Qt Quick Glossary Of Terms || http://doc-snapshot.qt-project.org/5.0/qtquick-glossary.html || <span style="color:green">OK</span> || - || QML
|-
|Qt Quick || http://doc-snapshot.qt-project.org/5.0/qtquick-index.html || <span style="color:green">OK</span> || - || QML
|-
|Qt Quick Text Input Handling and Validators || http://doc-snapshot.qt-project.org/5.0/qtquick-input-textinput.html || <span style="color:green">OK</span> || Remove QRegExp reference? QRegularExpression is the new class in 5.0. || QML
|-
|Scope and Naming Resolution || http://doc-snapshot.qt-project.org/5.0/qtqml-documents-scope.html || <span style="color:green">OK</span> || - || QML
|-
|Signal and Handler Event System || http://doc-snapshot.qt-project.org/5.0/qtqml-syntax-signals.html || <span style="color:green">OK</span> || - || QML
|-
|Sprite Animations || http://doc-snapshot.qt-project.org/5.0/qtquick-effects-sprites.html || <span style="color:red">Fix</span> || Broken HTML for links and some broken qdoc syntax at the top. || QML
|-
|Structure of a QML Document || http://doc-snapshot.qt-project.org/5.0/qtqml-documents-structure.html || <span style="color:green">OK</span> || - || QML
|-
|The QML Type System || http://doc-snapshot.qt-project.org/5.0/qtqml-typesystem-topic.html || <span style="color:green">OK</span> || - || QML
|-
|User Interaction with QML || http://doc-snapshot.qt-project.org/5.0/qml-intro-user-interaction.html || <span style="color:red">Fix</span> || Missing snippets || QML
|-
|Using QML Behaviors with States || http://doc-snapshot.qt-project.org/5.0/qml-behaviors-and-states.html || <span style="color:green">OK</span> || - || QML
|-
|Using QML Positioner and Repeater Items || http://doc-snapshot.qt-project.org/5.0/qml-positioners.html || <span style="color:red">Fix</span> || Missing snippets || QML
|-
|Using the Qt Quick Particle System || http://doc-snapshot.qt-project.org/5.0/qtquick-particles2-qtquick-effects-particles.html || <span style="color:green">OK</span> || - || QML
|}
|}


=====Introduction=====
=====Introduction=====


{|
{| class="wikitable"
|-
|-
|style="width:200px"|Getting Started Programming with QML || style="width:300px"|http://doc-snapshot.qt-project.org/5.0/gettingstartedqml.html ||style="width:50px"|  <span style="color:red">Fix</span> || Several anachronisms: Qt 4.7 given as latest version, old code samples, etc. See [https://bugreports.qt-project.org/browse/QTBUG-25621 QTBUG-25621]
|style="width:30%"|[http://doc-snapshot.qt-project.org/5.0/qtdoc/gettingstartedqml.html Getting Started Programming with QML] ||style="width:5%"|  <span style="color:green">Ok</span> ||style="width:45%" | Several anachronisms, old code samples, etc. See [https://bugreports.qt-project.org/browse/QTBUG-25621 QTBUG-25621] || style="width:10%"| Eskil
|}
|}


====Widgets====
====Widgets====
{|
{| class="wikitable"
|-
|-
  !style="width:200px"| Title !!style="width:300px"| Link !!style="width:50px"| Status !! Action
  !style="width:30%"| Title !!style="width:5%"| Status !!style="width:45%"|Action !! style="width:20%"| Owner
|-
|-
|Abstract Widget Classes || http://doc-snapshot.qt-project.org/5.0/abstractwidgets.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtwidgets/widget-classes.html#abstract-widget-classes Abstract Widget Classes] || <span style="color:green">Ok</span> || Page is empty.  || Jan Arve Sæther
|-
|-
|Advanced Widgets || http://doc-snapshot.qt-project.org/5.0/advanced.html || <span style="color:red">Fix</span> || Just a list of widgets. Seems incomplete.
|[http://doc-snapshot.qt-project.org/5.0/qtwidgets/widget-classes.html#advanced-widget-classes Advanced Widgets] || <span style="color:green">Ok</span> || Just a list of widgets. Seems incomplete. || -
|-
|-
|Widget Appearance and Style || http://doc-snapshot.qt-project.org/5.0/appearance.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtwidgets/widget-classes.html#widget-appearance-and-style-related-classes Widget Appearance and Style] || <span style="color:green">OK</span> || -  || -
|-
|-
|Window and Dialog Widgets || http://doc-snapshot.qt-project.org/5.0/application-windows.html || <span style="color:red">Fix</span> || Very widget-specific and overloads the term "Window" which now has a different meaning.
|[http://doc-snapshot.qt-project.org/5.0/qtwidgets/application-windows.html Window and Dialog Widgets] || <span style="color:red">Fix</span> || Very widget-specific and overloads the term "Window" which now has a different meaning. || -
|-
|-
|Basic Widgets || http://doc-snapshot.qt-project.org/5.0/basicwidgets.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtwidgets/widget-classes.html#basic-widget-classes Basic Widgets]|| <span style="color:green">Ok</span> || - || -
|}
 
{|
|-
|-
|style="width:200px"|Organizers || style="width:300px"|http://doc-snapshot.qt-project.org/5.0/organizers.html || style="width:50px"|<span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtwidgets/widget-classes.html#organizer-widget-classes Organizers] || <span style="color:green">OK</span> || -  || -
|}
 
 
{|
|-
|-
!style="width:200px"| Title !!style="width:300px"| Link !!style="width:50px"| Status !! Action
|[http://doc-snapshot.qt-project.org/5.0/qtopengl/qtopengl-module.html QtOpenGL Module] || <span style="color:green">Ok</span> || This module is deprecated. The Motif reference might not be relevant any more || Jan Arve Sæther
|-
|-
|QtOpenGL Module || http://doc-snapshot.qt-project.org/5.0/qtopengl-module.html || <span style="color:red">Fix</span> || This module is deprecated. The Motif reference might not be relevant any more
|[http://doc-snapshot.qt-project.org/5.0/qtwidgets/dialogs.html Dialog Windows] || <span style="color:green">OK</span> || - || -
|}
 
{|
|-
|-
|style="width:200px"|Dialog Windows ||style="width:300px"| http://doc-snapshot.qt-project.org/5.0/dialogs.html ||style="width:50px"| <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtwidgets/gallery-cleanlooks.html Cleanlooks Style Widget Gallery] || <span style="color:green">Ok</span> || CleanLooks is not part of the Qt 5 release, but is an unmaintained addon -> '''Killed''' || Jan Arve Sæther
|-
|-
|Cleanlooks Style Widget Gallery || http://doc-snapshot.qt-project.org/5.0/gallery-cleanlooks.html || <span style="color:red">Fix</span> || '''Kill'''? We have to find out if CleanLooks is part of Qt 5 or not.
|[http://doc-snapshot.qt-project.org/5.0/qtwidgets/gallery-gtk.html GTK Style Widget Gallery] || <span style="color:red">Fix</span> || Doesn't the GTK style use the system theme? Should be clarified if that's the case. || J-P Nurmi
|-
|-
|GTK Style Widget Gallery || http://doc-snapshot.qt-project.org/5.0/gallery-gtk.html || <span style="color:red">Fix</span> || Doesn't the GTK style use the system theme? Should be clarified if that's the case.
|[http://doc-snapshot.qt-project.org/5.0/qtwidgets/gallery.html Qt Widget Gallery] || <span style="color:green">OK</span> || - || -
|-
|-
|Qt Widget Gallery || http://doc-snapshot.qt-project.org/5.0/gallery.html || <span style="color:red">Fix</span> || Mentions "Qt 4" as current version.
|[http://doc-snapshot.qt-project.org/5.0/qtwidgets/gallery-macintosh.html Macintosh Style Widget Gallery] || <span style="color:green">OK</span> || Has a table-breaking image, but mostly fine. || -
|-
|-
|Macintosh Style Widget Gallery || http://doc-snapshot.qt-project.org/5.0/gallery-macintosh.html || <span style="color:green">OK</span> || Has a table-breaking image, but mostly fine.
|[http://doc-snapshot.qt-project.org/5.0/qtwidgets/gallery-plastique.html Plastique Style Widget Gallery] || <span style="color:green">Ok</span> || Plastique is not part of Qt 5 release, but is an unmaintained addon -> '''Killed''' || Jan Arve Sæther
|-
|-
|Plastique Style Widget Gallery || http://doc-snapshot.qt-project.org/5.0/gallery-plastique.html || <span style="color:red">Fix</span> || '''Kill'''? We have to find out if Plastique is part of Qt 5 or not.
|[http://doc-snapshot.qt-project.org/5.0/qtwidgets/gallery-windows.html Windows Style Widget Gallery] || <span style="color:green">OK</span> || - || -
|-
|-
|Windows Style Widget Gallery || http://doc-snapshot.qt-project.org/5.0/gallery-windows.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtwidgets/gallery-windowsvista.html Windows Vista Style Widget Gallery] || <span style="color:green">OK</span> || - || -
|-
|-
|Windows Vista Style Widget Gallery || http://doc-snapshot.qt-project.org/5.0/gallery-windowsvista.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtwidgets/gallery-windowsxp.html Windows XP Style Widget Gallery] || <span style="color:green">OK</span> || - || -
|-
|-
|Windows XP Style Widget Gallery || http://doc-snapshot.qt-project.org/5.0/gallery-windowsxp.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtwidgets/gallery-fusion.html Fusion Style Widget Gallery] || <span style="color:green">Ok</span> || Generate gallery & update Plastique/Cleanlooks links to Fusion || J-P Nurmi
|-
|-
|Layout Classes || http://doc-snapshot.qt-project.org/5.0/geomanagement.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtwidgets/geomanagement.html Layout Classes] || <span style="color:green">OK</span> || - || -
|}
 
{|
|-
|-
|style="width:200px"|QtWidgets Module || style="width:300px"|http://doc-snapshot.qt-project.org/5.0/qtwidgets-module.html ||style="width:50px"| <span style="color:green">OK</span>
|style="width:30%"|[http://doc-snapshot.qt-project.org/5.0/qtwidgets/qtwidgets-module.html QtWidgets Module] ||style="width:5%"| <span style="color:green">OK</span> || style="width:45%"| - || style="width:10%"| -
|-
|-
|Styling || http://doc-snapshot.qt-project.org/5.0/qwidget-styling.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtwidgets/qwidget-styling.html Styling] || <span style="color:green">OK</span> || - || -
|-
|-
|Graphics View Classes || http://doc-snapshot.qt-project.org/5.0/graphicsview-api.html || <span style="color:green">OK</span> || - || Graphicsview
|[http://doc-snapshot.qt-project.org/5.0/qtwidgets/graphicsview-api.html Graphics View Classes] || <span style="color:green">OK</span> || - || -
|-
|-
|Graphics View Framework || http://doc-snapshot.qt-project.org/5.0/graphicsview.html || <span style="color:green">OK</span> || - || Graphicsview
|[http://doc-snapshot.qt-project.org/5.0/qtwidgets/graphicsview.html Graphics View Framework] || <span style="color:green">OK</span> || - || -
|}
 
{|
|-
|-
  !style="width:200px"| Title !!style="width:300px"| Link !!style="width:50px"| Status !! Action
  |[http://doc-snapshot.qt-project.org/5.0/qtwidgets/standard-dialogs.html Standard Dialogs] || <span style="color:green">OK</span> || - || -
|-
|-
|Standard Dialogs || http://doc-snapshot.qt-project.org/5.0/standard-dialogs.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtwidgets/style-reference.html Styles and Style Aware Widgets]|| <span style="color:green">OK</span> || All QWindowsStyle etc. references must be removed, use QCommonStyle/QProxyStyle instead. || J-P Nurmi
|-
|-
|Styles and Style Aware Widgets || http://doc-snapshot.qt-project.org/5.0/style-reference.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtwidgets/stylesheet-customizing.html Customizing Qt Widgets Using Style Sheets] || <span style="color:green">OK</span> || - || -
|-
|-
|Customizing Qt Widgets Using Style Sheets || http://doc-snapshot.qt-project.org/5.0/stylesheet-customizing.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtwidgets/stylesheet-designer.html Qt Designer Integration] || <span style="color:green">OK</span> || - || -
|-
|-
|Qt Designer Integration || http://doc-snapshot.qt-project.org/5.0/stylesheet-designer.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtwidgets/stylesheet.html Qt Style Sheets] || <span style="color:green">OK</span> || - || -
|-
|-
|Qt Style Sheets || http://doc-snapshot.qt-project.org/5.0/stylesheet.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtwidgets/stylesheet-reference.html Qt Style Sheets Reference] || <span style="color:green">OK</span> || - || -
|-
|Qt Style Sheets Reference || http://doc-snapshot.qt-project.org/5.0/stylesheet-reference.html || <span style="color:green">OK</span>
|-
|The Style Sheet Syntax || http://doc-snapshot.qt-project.org/5.0/stylesheet-syntax.html || <span style="color:green">OK</span>
|}
 
{|
! style="width:200px"|Title !!style="width:300px"| Link !! style="width:50px"|Status !! Action !! Sub-topi
|-
|-
|Application Main Window || http://doc-snapshot.qt-project.org/5.0/mainwindow.html || <span style="color:green">OK</span> || - || Widgets
|[http://doc-snapshot.qt-project.org/5.0/qtwidgets/stylesheet-syntax.html The Style Sheet Syntax] || <span style="color:green">OK</span> || - || -
|-
|-
|Help System || http://doc-snapshot.qt-project.org/5.0/helpsystem.html || <span style="color:green">OK</span> || - || Widgets
|[http://doc-snapshot.qt-project.org/5.0/qtwidgets/mainwindow.html Application Main Window] || <span style="color:green">OK</span> || - || -
|-
|-
|Layout Management || http://doc-snapshot.qt-project.org/5.0/layout.html || <span style="color:green">OK</span> || - || Widgets
|[http://doc-snapshot.qt-project.org/5.0/qtwidgets/layout.html Layout Management] || <span style="color:green">OK</span> || - || -
|-
|-
|Main Window and Related Classes || http://doc-snapshot.qt-project.org/5.0/mainwindow-classes.html || <span style="color:green">OK</span> || - || Widgets
|[http://doc-snapshot.qt-project.org/5.0/qtwidgets/mainwindow-classes.html Main Window and Related Classes] || <span style="color:green">OK</span> || - || -
|-
|-
|Widgets and Layouts || http://doc-snapshot.qt-project.org/5.0/widgets-and-layouts.html || <span style="color:green">OK</span> || Mention QtQuick || Widgets
|[http://doc-snapshot.qt-project.org/5.0/qtwidgets/widgets-and-layouts.html Widgets and Layouts] || <span style="color:green">OK</span> || Mention QtQuick || -
|}
|}


==== User input ====
==== User input ====
{|
{| class="wikitable"
|-
!style="width:30%"| Title !!style="width:5%"| Status !!style="width:45%"|Action !! style="width:20%"|Owner
|-
|-
|style="width:200px"|Keyboard Focus ||style="width:300px"| http://doc-snapshot.qt-project.org/5.0/focus.html ||style="width:50px"| <span style="color:red">Fix</span> || Widget-specific. Should contain info about keyboard-focus in QML.
|[http://doc-snapshot.qt-project.org/5.0/qtwidgets/focus.html Keyboard Focus]||<span style="color:green">OK</span> || Widget-specific. Should contain info about keyboard-focus in QML.||Shawn Rutledge
|-
|-
|Gestures Programming || http://doc-snapshot.qt-project.org/5.0/gestures-overview.html || <span style="color:red">Fix</span> || Focuses on QWidget and Graphics View. Should probably focus on QWidget and QML?
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/gestures-overview.html Gestures Programming]|| <span style="color:green">OK</span> || Focuses on QWidget and Graphics View. Should probably focus on QWidget and QML? || Shawn Rutledge
|}
|}


==== Drag and drop ====
==== Drag and drop ====
{|
{| class="wikitable"
|-
|-
|style="width:200px"|Drag and Drop ||style="width:300px"|http://doc-snapshot.qt-project.org/5.0/dnd.html || style="width:50px"|<span style="color:red">Fix</span> || Needs to describe QtQuick/QWindow (QWidget part is <span style="color:green">OK</span>)
|style="width:30%"|[http://doc-snapshot.qt-project.org/5.0/qtdoc/dnd.html Drag and Drop] || style="width:5%"|<span style="color:red">Fix</span> || style="width:45%"|Needs to describe QtQuick/QWindow (QWidget part is <span style="color:green">OK</span>) || style="width:10%" | - || Lars
|}
|}


==== Rich text ====
==== Rich text ====
{|
{| class="wikitable"
|-
|-
|style="width:200px"|Advanced Rich Text Processing ||style="width:300px"| http://doc-snapshot.qt-project.org/5.0/richtext-advanced-processing.html || style="width:50px"|<span style="color:green">OK</span>
!style="width:30%"| Title !!style="width:5%"| Status !!style="width:45%"|Action !! style="width:20%"| Owner
|-
|-
|Common Rich Text Editing Tasks || http://doc-snapshot.qt-project.org/5.0/richtext-common-tasks.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtgui/richtext-advanced-processing.html Advanced Rich Text Processing] || <span style="color:green">OK</span> ||  -
|-
|-
|The QTextCursor Interface || http://doc-snapshot.qt-project.org/5.0/richtext-cursor.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtgui/richtext-common-tasks.html Common Rich Text Editing Tasks] || <span style="color:green">OK</span> || - || - || -
|-
|-
|Rich Text Processing || http://doc-snapshot.qt-project.org/5.0/richtext.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtgui/richtext-cursor.html The QTextCursor Interface] || <span style="color:green">OK</span> || -
|-
|-
|Supported HTML Subset || http://doc-snapshot.qt-project.org/5.0/richtext-html-subset.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtgui/richtext.html Rich Text Processing] || <span style="color:green">OK</span> || -
|-
|-
|Document Layouts || http://doc-snapshot.qt-project.org/5.0/richtext-layouts.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtgui/richtext-html-subset.html Supported HTML Subset]|| <span style="color:green">OK</span> || -
|-
|-
|Rich Text Processing APIs || http://doc-snapshot.qt-project.org/5.0/richtext-processing.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtgui/richtext-layouts.html Document Layouts] || <span style="color:green">OK</span> || -
|-
|-
|Rich Text Document Structure || http://doc-snapshot.qt-project.org/5.0/richtext-structure.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtgui/richtext-processing.html Rich Text Processing APIs] || <span style="color:green">OK</span> || -
|-
|[http://doc-snapshot.qt-project.org/5.0/qtgui/richtext-structure.html Rich Text Document Structure] || <span style="color:green">OK</span> || -
|}
|}


==== i18n ====
==== i18n ====


{|
{| class="wikitable"
  ! style="width:200px"|Title !! style="width:300px"|Link !! style="width:50px"|Status !! Action !! Sub-topic
  ! style="width:30%"|Title !! style="width:5%"|Status !! style="width:45%"|Action !!style="width:20%" | Owner
|-
|-


|Internationalization with Qt || http://doc-snapshot.qt-project.org/5.0/internationalization.html || <span style="color:red">Fix</span> || Very widget-centric, outdated Norwegian ortography in example, wrongfully identifies Scandinavian languages as "exotic" || i18n
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/internationalization.html Internationalization with Qt] || <span style="color:green">OK</span> || - || Lars
|-
|-
|Qt Classes for Internationalization || http://doc-snapshot.qt-project.org/5.0/i18n.html || <span style="color:green">OK</span> || - || i18n
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/i18n.html Qt Classes for Internationalization] || <span style="color:green">OK</span> || - || -
|-
|-
|Translation Rules for Plurals || http://doc-snapshot.qt-project.org/5.0/i18n-plural-rules.html || <span style="color:green">OK</span> || - || i18n
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/i18n-plural-rules.html Translation Rules for Plurals] || <span style="color:green">OK</span> || - || -
|-
|-
|Writing Source Code for Translation || http://doc-snapshot.qt-project.org/5.0/i18n-source-translation.html || <span style="color:red">Fix</span> || Should also mention how to do this for QML || i18n
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/i18n-source-translation.html Writing Source Code for Translation] || <span style="color:green">OK</span> || - || Lars
|}
|}


==== Model/View ====
==== Model/View ====


{|
{| class="wikitable"
  !style="width:200px"|Title !! style="width:300px"|Link !! style="width:50px" | Status !! Action !! Sub-topic
  !style="width:30%"|Title !! style="width:5%" | Status !! style="width:45%"|Action !! style="width:10%"|Owner
|-
|-
|Important Concepts In Qt Quick - Data - Models, Views and Data Storage || http://doc-snapshot.qt-project.org/5.0/qtquick-modelviewsdata-topic.html || <span style="color:green">OK</span> || - || Model/View
|[http://doc-snapshot.qt-project.org/5.0/qtquick/qtquick-modelviewsdata-topic.html Important Concepts In Qt Quick - Data - Models, Views and Data Storage] || <span style="color:green">OK</span> || - || -
|-
|-
|Models and Views in Qt Quick || http://doc-snapshot.qt-project.org/5.0/qtquick-modelviewsdata-modelview.html || <span style="color:green">OK</span> || - || Model/View
|[http://doc-snapshot.qt-project.org/5.0/qtquick/qtquick-modelviewsdata-modelview.html Models and Views in Qt Quick] || <span style="color:green">OK</span> || - || -
|-
|-
|Model/View Classes || http://doc-snapshot.qt-project.org/5.0/model-view.html ||  <span style="color:green">OK</span> || - || Model/View
|[http://doc-snapshot.qt-project.org/5.0/qtwidgets/model-view.html Model/View Classes] ||  <span style="color:green">OK</span> || - || -
|-
|-
|Model/View Programming || http://doc-snapshot.qt-project.org/5.0/model-view-programming.html || <span style="color:red">Fix</span> || Should cover QML usage, mentions Qt 4 as if it's new, mentions porting from Qt 3.  || Model/View
|[http://doc-snapshot.qt-project.org/5.0/qtwidgets/model-view-programming.html Model/View Programming] || <span style="color:red">Fix</span> || Should cover QML usage.  || Steve
|-
|-
|Model/View Tutorial || http://doc-snapshot.qt-project.org/5.0/modelview.html || <span style="color:red">Fix</span> || Very focused on widgets. It should be clear that widgets and QML are both first class citizens when it comes to presenting the contents of a model. Also lists a few Qt 4 books, so it should be made clear there that they describe concepts which are still relevant, but that they don't contain information about the new additions in Qt 5 (or, probably, the laters versions of Qt 4). || Model/View
|[http://doc-snapshot.qt-project.org/5.0/qtwidgets/modelview.html Model/View Tutorial] || <span style="color:red">Fix</span> || Very focused on widgets. It should be clear that widgets and QML are both first class citizens when it comes to presenting the contents of a model. Also lists a few Qt 4 books, so it should be made clear there that they describe concepts which are still relevant, but that they don't contain information about the new additions in Qt 5 (or, probably, the laters versions of Qt 4). || -
|-
|-
|Using C++ Models with QtQuick Views || http://doc-snapshot.qt-project.org/5.0/qtquick-modelviewsdata-cppmodels.html || <span style="color:green">OK</span> || - || Model/View
|[http://doc-snapshot.qt-project.org/5.0/qtquick/qtquick-modelviewsdata-cppmodels.html Using C++ Models with QtQuick Views] || <span style="color:green">OK</span> || - || -
|}
|}


=== Core fundamentals ===  
=== Core fundamentals ===  
As described in [[Qt5/Documentation/OverviewStructure#.22Core_fundamentals.22_Topic_Page]], source at qtdoc/doc/src/core.qdoc, current snapshot: http://doc-snapshot.qt-project.org/5.0/qtdoc/topics-core.html


====General====
====General====


{|
{| class="wikitable"
|-
|-
  !style="width:200px"| Title !! style="width:300px"|Link !! style="width:50px"|Status !! Action
  !style="width:30%"| Title !! style="width:5%"|Status !! style="width:45%"|Action !! style="width:10%"|Owner
|-
|-
|Non-GUI Classes || http://doc-snapshot.qt-project.org/5.0/tools.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/topics-core.html Core Fundamentals] || <span style="color:red">Fix</span> || Write an overview, make sure all the links work ||
|-
|-
|Unicode in Qt || http://doc-snapshot.qt-project.org/5.0/unicode.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtcore/tools.html Non-GUI Classes] || <span style="color:green">OK</span>
|-
|-
|Calling Qt Functions From Unix Signal Handlers || http://doc-snapshot.qt-project.org/5.0/unix-signals.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/unicode.html Unicode in Qt] || <span style="color:green">OK</span>
|-
|-
|Implementing Atomic Operations || http://doc-snapshot.qt-project.org/5.0/atomic-operations.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/unix-signals.html Calling Qt Functions From Unix Signal Handlers] || <span style="color:green">OK</span> || -
|-
|-
|Creating Custom Qt Types || http://doc-snapshot.qt-project.org/5.0/custom-types.html || <span style="color:green">OK</span> || Should probably mention QtQuick
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/atomic-operations.html Implementing Atomic Operations] || <span style="color:green">OK</span> || -
|-
|-
|Debugging Techniques || http://doc-snapshot.qt-project.org/5.0/debug.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/custom-types.html Creating Custom Qt Types] || <span style="color:green">OK</span> || Should probably mention QtQuick
|-
|-
|&lt;QtAlgorithms&gt; - Generic Algorithms || http://doc-snapshot.qt-project.org/5.0/qtalgorithms.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/debug.html Debugging Techniques] || <span style="color:green">OK</span> || -
|-
|-
|QtCore Module || http://doc-snapshot.qt-project.org/5.0/qtcore-module.html || <span style="color:green">OK</span>
|http://doc-snapshot.qt-project.org/5.0/qtcore/qtalgorithms.html lt;QtAlgorithms&gt; - Generic Algorithms]|| <span style="color:green">OK</span> || -
|-
|-
|&lt;QtEndian&gt; - Endian Conversion Functions || http://doc-snapshot.qt-project.org/5.0/qtendian.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtcore/qtcore-module.html QtCore Module] || <span style="color:green">OK</span> || -
|-
|-
|Using qt.conf || http://doc-snapshot.qt-project.org/5.0/qt-conf.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtcore/qtendian.html &lt;QtEndian&gt; - Endian Conversion Functions] || <span style="color:green">OK</span> || -
|-
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/qt-conf.html Using qt.conf] || <span style="color:green">OK</span> || -
|}
|}


==== Event system ====
==== Event system ====
{|
{| class="wikitable"
|-
|-
|The Event System || http://doc-snapshot.qt-project.org/5.0/eventsandfilters.html || <span style="color:green">OK</span>
!style="width:30%"| Title !! style="width:5%"|Status !! style="width:45%"|Action !! style="width:10%"|Owner
|-
|-
|Event Classes || http://doc-snapshot.qt-project.org/5.0/events.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/eventsandfilters.html The Event System] || <span style="color:green">OK</span> || -
|-
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/events.html Event Classes] || <span style="color:green">OK</span> || -
|}
|}


Line 764: Line 727:


==== IPC ====
==== IPC ====
{|
{| class="wikitable"
|-
|-
|style="width:200px"|D-Bus || style="width:300px"|http://doc-snapshot.qt-project.org/5.0/intro-to-dbus.html ||style="width:50px"| <span style="color:green">OK</span> || - || IPC
!style="width:30%"| Title !! style="width:5%"|Status !! style="width:45%"|Action !! style="width:10%"|Owner
|-
|-
|Inter-Process Communication in Qt || http://doc-snapshot.qt-project.org/5.0/ipc.html || <span style="color:red">Fix</span> || Remove QCop || IPC
|[http://doc-snapshot.qt-project.org/5.0/qtdbus/intro-to-dbus.html D-Bus]||<span style="color:green">OK</span> || - || -
|-
|-
|Declaring Signals in D-Bus Adaptors || http://doc-snapshot.qt-project.org/5.0/qdbusdeclaringsignals.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/ipc.html Inter-Process Communication in Qt] || <span style="color:green">OK</span> || Write about QProcess || Paul
|-
|-
|Declaring Slots in D-Bus Adaptors || http://doc-snapshot.qt-project.org/5.0/qdbusdeclaringslots.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtdbus/qdbusdeclaringsignals.html Declaring Signals in D-Bus Adaptors] || <span style="color:green">OK</span> || -
|-
|-
|QDBus Namespace || http://doc-snapshot.qt-project.org/5.0/qdbus.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtdbus/qdbusdeclaringslots.html Declaring Slots in D-Bus Adaptors] || <span style="color:green">OK</span> || -
|-
|-
|The QtDBus Type System || http://doc-snapshot.qt-project.org/5.0/qdbustypesystem.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtdbus/qdbus.html QDBus Namespace] || <span style="color:green">OK</span> || -
|-
|-
|D-Bus Viewer || http://doc-snapshot.qt-project.org/5.0/qdbusviewer.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtdbus/qdbustypesystem.html The QtDBus Type System] || <span style="color:green">OK</span> || -
|-
|-
|QtDBus XML compiler (qdbusxml2cpp) || http://doc-snapshot.qt-project.org/5.0/qdbusxml2cpp.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qttools/qdbusviewer.html D-Bus Viewer] || <span style="color:red">Fix</span> || <span style="color:red">The link is BROKEN.</span> This topic is under qttools which is yet to be modularized. The link will be fixed once that is done and qdocconf files are added to the repo.
|-
|[http://doc-snapshot.qt-project.org/5.0/qtdbus/qdbusxml2cpp.html QtDBus XML compiler (qdbusxml2cpp)] || <span style="color:green">OK</span> || -
|}
|}


==== Plugins ====
==== Plugins ====
{|
{| class="wikitable"
|-
|-
|style="width:200px"|How to Create Qt Plugins ||style="width:300px"| http://doc-snapshot.qt-project.org/5.0/plugins-howto.html || style="width:50px"|<span style="color:green">OK</span>
!style="width:30%"| Title !! style="width:5%"|Status !! style="width:45%"|Action !! style="width:10%"|Owner
|-
|-
|Qt Module QML Plugins || http://doc-snapshot.qt-project.org/5.0/plugins.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtcore/plugins-howto.html How to Create Qt Plugins]|| <span style="color:green">OK</span> || -
|-
|[http://doc-snapshot.qt-project.org/5.0/qtcore/plugins.html Qt Module QML Plugins] || <span style="color:green">OK</span> || -
|}
|}


==== Object model ====
==== Object model ====
{|
{| class="wikitable"
|-
|-
|style="width:200px"|Object Model ||style="width:300px"| http://doc-snapshot.qt-project.org/5.0/object.html ||style="width:50px"| <span style="color:green">OK</span>
!style="width:30%"| Title !! style="width:5%"|Status !! style="width:45%"|Action !! style="width:10%"|Owner
|-
|-
|Object Trees &amp; Ownership || http://doc-snapshot.qt-project.org/5.0/objecttrees.html || <span style="color:red">Fix</span> || QWidget is not "the base class of everything that appears on the screen" || Object ownership model
|[http://doc-snapshot.qt-project.org/5.0/qtcore/object.html Object Model] || <span style="color:green">OK</span> || -
|-
|-
|The Meta-Object System || http://doc-snapshot.qt-project.org/5.0/metaobjects.html || <span style="color:red">Fix</span> || Should mention that the meta object can also be used make functions and properties available from QML. || Meta object system
|[http://doc-snapshot.qt-project.org/5.0/qtcore/objecttrees.html Object Trees &amp; Ownership] || <span style="color:green">OK</span>   || QWidget is not "the base class of everything that appears on the screen" || Paul
|-
|-
|The Property System || http://doc-snapshot.qt-project.org/5.0/properties.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtcore/metaobjects.html The Meta-Object System]|| <span style="color:green">OK</span>||  || Paul
|-
|[http://doc-snapshot.qt-project.org/5.0/qtcore/properties.html The Property System] || <span style="color:green">OK</span> || -
|}
|}


{|
{| class="wikitable"
|-
|-
!style="width:200px"| Title !!style="width:300px"| Link !!style="width:50px"| Status !! Action
  !style="width:30%"| Title !! style="width:5%"|Status !! style="width:45%"|Action !! style="width:10%"|Owner
|-
|-
|Signals &amp; Slots || http://doc-snapshot.qt-project.org/5.0/signalsandslots.html || <span style="color:green">OK</span> || A bit too much focus on QWidget?
|[http://doc-snapshot.qt-project.org/5.0/qtcore/signalsandslots.html Signals &amp; Slots] || <span style="color:green">OK</span> || A bit too much focus on QWidget?
|-
|-
|Why Doesn't Qt Use Templates for Signals and Slots? || http://doc-snapshot.qt-project.org/5.0/templates.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/templates.html Why Doesn't Qt Use Templates for Signals and Slots?] || <span style="color:green">OK</span> || -
|-
|-
|Timers || http://doc-snapshot.qt-project.org/5.0/timers.html || <span style="color:green">OK</span> || Change to be less QWidget-focused
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/timers.html Timers]|| <span style="color:green">OK</span> || Change to be less QWidget-focused


|}
|}


====QPA====
====QPA====
{|
{| class="wikitable"
|-
|-
! style="width:200px"|Title !!style="width:300px"| Link !!style="width:50px"| Status !! Action
!style="width:30%"| Title !! style="width:5%"|Status !! style="width:45%"|Action !! style="width:10%"|Owner
|-
|-
|kmap2qmap || http://doc-snapshot.qt-project.org/5.0/qt-embedded-kmap2qmap.html || <span style="color:red">Fix</span> || Rewrite to mention QPA instead of Qt/Embedded
| [http://doc-snapshot.qt-project.org/5.0/qtdoc/qpa.html Qt Platform Abstraction]  ||  <span style="color:red">Fix</span> || Skeleton overview documentation for QPA needs fleshing out ||  -
|-
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/qt-embedded-kmap2qmap.html kmap2qmap] || <span style="color:red">Fix</span> || Rewrite to mention QPA instead of Qt/Embedded - this tool does not compile, and the page is not linked from anywhere || -
|}
|}


Line 826: Line 797:


=====Mac=====
=====Mac=====
{|
{| class="wikitable"
|-
|-
! style="width:200px"|Title !! style="width:300px"|Link !! style="width:50px"|Status
!style="width:30%"| Title !! style="width:5%"|Status !! style="width:45%"|Action !! style="width:10%"|Owner
|-
|-
|Qt is Mac OS X Native || http://doc-snapshot.qt-project.org/5.0/qtmac-as-native.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/qtmac-as-native.html Qt is Mac OS X Native] || <span style="color:green">OK</span> || -
|}
|}


=====WinCE=====
=====WinCE=====


{|
{| class="wikitable"
|-
|-
  !style="width:200px"| Title !!style="width:300px"| Link !!style="width:50px"| Status !! Action
  !style="width:30%"| Title !! style="width:5%"|Status !! style="width:45%"|Action !! style="width:10%"|Owner
|-
|-
|Qt for Windows CE || http://doc-snapshot.qt-project.org/5.0/qtce.html || <span style="color:green">OK</span> || What's the status for CE?
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/qtce.html Qt for Windows CE] || <span style="color:green">OK</span> || What's the status for CE? || aholza
|-
|-
|Windows CE - Using shadow builds || http://doc-snapshot.qt-project.org/5.0/shadow.html ||  <span style="color:red">Fix</span> || WinCE?
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/shadow.html Windows CE - Using shadow builds] ||  <span style="color:red">Fix</span> || WinCE? || aholza
|-
|-
|Windows CE - Introduction to using Qt || http://doc-snapshot.qt-project.org/5.0/wince-with-qt-introduction.html || <span style="color:red">Fix</span> || is CE still supported? || WinCE
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/wince-with-qt-introduction.html Windows CE - Introduction to using Qt] || <span style="color:red">Fix</span> || is CE still supported? || aholza
|-
|-
|Windows CE - Working with Custom SDKs || http://doc-snapshot.qt-project.org/5.0/windowsce-customization.html || <span style="color:red">Fix</span> || is CE still supported? || WinCE
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/windowsce-customization.html Windows CE - Working with Custom SDKs] || <span style="color:red">Fix</span> || is CE still supported? || aholza
|-
|-
|Qt for Windows CE and OpenGL ES || http://doc-snapshot.qt-project.org/5.0/windowsce-opengl.html || <span style="color:red">Fix</span> || Outdated: Only mentions QGLWidget; is CE still supported? || WinCE
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/windowsce-opengl.html Qt for Windows CE and OpenGL ES] || <span style="color:red">Fix</span> || Outdated: Only mentions QGLWidget; is CE still supported? || aholza
|-
|-
|Windows CE - Signing || http://doc-snapshot.qt-project.org/5.0/windowsce-signing.html || <span style="color:red">Fix</span> || Is CE still supported? || WinCE
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/windowsce-signing.html Windows CE - Signing] || <span style="color:red">Fix</span> || Is CE still supported? || aholza
|}
|}


====Threads and Concurrency====
====Threads and Concurrency====
{|
{| class="wikitable"
|-
|-  
  ! style="width:200px"|Title !!style="width:300px"| Link !!style="width:50px"| Status !! Action
  !style="width:30%"| Title !! style="width:5%"|Status !! style="width:45%"|Action !! style="width:10%"|Owner
|-
|-
|Threading Basics || http://doc-snapshot.qt-project.org/5.0/thread-basics.html || <span style="color:red">Fix</span> || Update archaic technique of reimplementing QThread::run() (See [https://bugreports.qt-project.org/browse/QTBUG-23635 QTBUG-23635]). Change to be less QWidget-focused
|[http://doc-snapshot.qt-project.org/5.0/qtcore/thread-basics.html Threading Basics] || <span style="color:red">Fix</span> || Update archaic technique of reimplementing QThread::run() (See [https://bugreports.qt-project.org/browse/QTBUG-23635 QTBUG-23635]). Change to be less QWidget-focused || JKSH
|-
|-
|Threading Classes || http://doc-snapshot.qt-project.org/5.0/thread.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtcore/thread.html Threading Classes] || <span style="color:green">OK</span> || - || JKSH
|-
|-
|Thread Support in Qt || http://doc-snapshot.qt-project.org/5.0/threads.html || <span style="color:green">OK</span> || Link back to Threading Basics in Recommended Reading
|[http://doc-snapshot.qt-project.org/5.0/qtcore/threads.html Thread Support in Qt] || <span style="color:green">OK</span> || Link back to Threading Basics in Recommended Reading || JKSH
|-
|-
|Thread-Support in Qt Modules || http://doc-snapshot.qt-project.org/5.0/threads-modules.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtcore/threads-modules.html Thread-Support in Qt Modules] || <span style="color:green">OK</span> || - || JKSH
|-
|-
|Threads and QObjects || http://doc-snapshot.qt-project.org/5.0/threads-qobject.html || <span style="color:red">Fix</span> || Update archaic technique of reimplementing QThread::run() (See [https://bugreports.qt-project.org/browse/QTBUG-23635 QTBUG-23635]). Change to be less QWidget-focused
|[http://doc-snapshot.qt-project.org/5.0/qtcore/threads-qobject.html Threads and QObjects] || <span style="color:red">Fix</span> || Update archaic technique of reimplementing QThread::run() (See [https://bugreports.qt-project.org/browse/QTBUG-23635 QTBUG-23635]). Change to be less QWidget-focused || JKSH
|-
|-
|Concurrent Programming || http://doc-snapshot.qt-project.org/5.0/threads-qtconcurrent.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtcore/threads-qtconcurrent.html Concurrent Programming] || <span style="color:green">OK</span> || - || JKSH
|-
|-
|Reentrancy and Thread-Safety || http://doc-snapshot.qt-project.org/5.0/threads-reentrancy.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtcore/threads-reentrancy.html Reentrancy and Thread-Safety] || <span style="color:green">OK</span> || - || JKSH
|-
|-
|Starting Threads with QThread || http://doc-snapshot.qt-project.org/5.0/threads-starting.html || <span style="color:red">Fix</span> || Update archaic technique of reimplementing QThread::run() (See [https://bugreports.qt-project.org/browse/QTBUG-23635 QTBUG-23635]). Change QApplication to QGuiApplication
|[http://doc-snapshot.qt-project.org/5.0/qtcore/threads-starting.html Starting Threads with QThread]|| <span style="color:red">Fix</span> || Update archaic technique of reimplementing QThread::run() (See [https://bugreports.qt-project.org/browse/QTBUG-23635 QTBUG-23635]). Change QApplication to QGuiApplication || JKSH
|-
|-
|Synchronizing Threads || http://doc-snapshot.qt-project.org/5.0/threads-synchronizing.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtcore/threads-synchronizing.html Synchronizing Threads] || <span style="color:green">OK</span> || - || JKSH
|-
|-
|QtConcurrent Module || http://doc-snapshot.qt-project.org/5.0/qtconcurrent-module.html || <span style="color:red">Fix</span> || No links
|[http://doc-snapshot.qt-project.org/5.0/qtconcurrent/qtconcurrent-module.html QtConcurrent Module] || <span style="color:red">Fix</span> || No links || JKSH
|}
|}


====Container classes====
====Container classes====
{|
{| class="wikitable"
|-
|-
  ! style="width:200px"|Title !! style="width:300px"|Link !! style="width:50px"|Status !! Action
  !style="width:30%"| Title !! style="width:5%"|Status !! style="width:45%"|Action !! style="width:10%"|Owner
|-
|-
|Container Classes || http://doc-snapshot.qt-project.org/5.0/containers.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtcore/containers.html Container Classes] || <span style="color:green">OK</span> || -
|-
|-
|Classes for String Data || http://doc-snapshot.qt-project.org/5.0/string-processing.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/string-processing.html Classes for String Data] || <span style="color:green">OK</span> || -
|-
|-
|Implicitly Shared Classes || http://doc-snapshot.qt-project.org/5.0/shared.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtcore/shared.html Implicitly Shared Classes]|| <span style="color:green">OK</span> || -
|-
|-  
|Implicit Sharing || http://doc-snapshot.qt-project.org/5.0/implicit-sharing.html || <span style="color:red">Fix</span> || List of classes needs to be updated || Object ownership model
|[http://doc-snapshot.qt-project.org/5.0/qtcore/implicit-sharing.html Implicit Sharing] || <span style="color:red">Fix</span> || List of classes needs to be updated. https://codereview.qt-project.org/#change,41378 https://codereview.qt-project.org/#change,41381 https://codereview.qt-project.org/#change,41382  || Giuseppe
|}
|}


====State Machine====
====State Machine====
{|
{| class="wikitable"
|-
|-
  ! style="width:200px"|Title !!style="width:300px"| Link !!style="width:50px"| Status
  !style="width:30%"| Title !! style="width:5%"|Status !! style="width:45%"|Action !! style="width:10%"|Owner
|-
|-
|The State Machine Framework || http://doc-snapshot.qt-project.org/5.0/statemachine-api.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtcore/statemachine-api.html The State Machine Framework] || <span style="color:green">OK</span> || -
|-
|-
|State Machine Classes || http://doc-snapshot.qt-project.org/5.0/statemachine.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtcore/statemachine.html State Machine Classes] || <span style="color:green">OK</span> || -
|}
|}


=== Data Structure and Storage ===
=== Data Structure and Storage ===
{|
As described in [[Qt5/Documentation/OverviewStructure#.22Data_Structure_and_Storage.22_Topic_Page]], source at qtdoc/doc/src/datastorage.qdoc, current snapshot: http://doc-snapshot.qt-project.org/5.0/qtdoc/topics-data-storage.html
 
{| class="wikitable"
|-
|-
  ! style="width:200px"|Title !!style="width:300px"| Link !!style="width:50px"| Status
  ! style="width:30%"|Title !!style="width:5%"| Status !! style="width:45%"|Action !! style="width:10%"|Owner
|-
|-
|Database Classes || http://doc-snapshot.qt-project.org/5.0/database.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/topics-data-storage.html Data Structures and Storage] || <span style="color:red">Fix for 5.0</span> || Complete the "### Todo" style sections || Nico
|-
|Serializing Qt Data Types || http://doc-snapshot.qt-project.org/5.0/datastreamformat.html || <span style="color:green">OK</span>
|}
 
{|
|-
|-
!style="width:200px"| Title !!style="width:300px"| Link !! style="width:50px"|Status !! style="width:350px"|Action !! Sub-topic
|[http://doc-snapshot.qt-project.org/5.0/qtsql/database.html Database Classes] || <span style="color:green">OK</span> || -
|-
|-
|JSON Support in Qt || http://doc-snapshot.qt-project.org/5.0/json.html || <span style="color:green">OK</span> || - || Serialization
|[http://doc-snapshot.qt-project.org/5.0/qtcore/datastreamformat.html Serializing Qt Data Types] || <span style="color:green">OK</span> || -
|-
|-
|Input/Output and Networking || http://doc-snapshot.qt-project.org/5.0/io.html || <span style="color:green">OK</span> || - || IO
|[http://doc-snapshot.qt-project.org/5.0/qtcore/json.html JSON Support in Qt] || <span style="color:green">OK</span> || - || -
|}
 
 
{|
|-
|-
! style="width:200px"|Title !! style="width:300px"|Link !! style="width:50px"|Status
|[http://doc-snapshot.qt-project.org/5.0/qtcore/io.html Input/Output and Networking] || <span style="color:green">OK</span> || - || -
|-
|-
|QML Module QtQuick.LocalStorage 2.0 || http://doc-snapshot.qt-project.org/5.0/qmlmodule-qtquick-localstorage2-qtquick-localstorage-2.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtquick/qmlmodule-qtquick-localstorage2-qtquick-localstorage-2.html Qt Quick Local Storage QML Types] || <span style="color:green">OK</span> || -
|-
|-
|QML Module QtQuick.XmlListModel 2.0 || http://doc-snapshot.qt-project.org/5.0/qmlmodule-qtquick-xmllistmodel2-qtquick-xmllistmodel-2.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtquick/qmlmodule-qtquick-xmllistmodel2-qtquick-xmllistmodel-2.html Qt Quick XmlListModel QML Types] || <span style="color:green">OK</span> || -
|}
|}


==== Resources ====
==== Resources ====
{|
{| class="wikitable"
|-
|-
|style="width:200px"|The Qt Resource System ||style="width:300px"| http://doc-snapshot.qt-project.org/5.0/resources.html ||style="width:50px"| <span style="color:green">OK</span> || Remove reference to obsoleted Qt 3 functionality
|style="width:30%"|[http://doc-snapshot.qt-project.org/5.0/qtcore/resources.html The Qt Resource System] ||style="width:5%"| <span style="color:green">OK</span> || style="width:45%" | Remove reference to obsoleted Qt 3 functionality || style="width:10%"| - || -
|}
|}
==== SQL ====
==== SQL ====
{|
{| class="wikitable"
|-
! style="width:30%"|Title !!style="width:5%"| Status !! style="width:45%"|Action !! style="width:10%"|Owner
|-
|-
|style="width:200px"|SQL in Qt ||style="width:300px"| http://doc-snapshot.qt-project.org/5.0/qt-sql.html ||style="width:50px"|  <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/qt-sql.html SQL in Qt]||  <span style="color:green">OK</span> || -
|-
|-
|Qt SQL || http://doc-snapshot.qt-project.org/5.0/qtsql-index.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtsql/qtsql-index.html Qt SQL] || <span style="color:green">OK</span> || -
|-
|-
|Qt SQL Module - C++ Classes || http://doc-snapshot.qt-project.org/5.0/qtsql-module.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtsql/qtsql-module.html Qt SQL Module - C++ Classes] || <span style="color:green">OK</span> || -
|}
|}


==== Databases ====
==== Databases ====
{|
{| class="wikitable"
|-
|-
  ! style="width:200px"|Title !!style="width:300px"| Link !! style="width:50px"|Status !! Action
  ! style="width:30%"|Title !!style="width:5%"| Status !! style="width:45%"|Action !! style="width:10%"|Owner
|-
|-
|Connecting to Databases || http://doc-snapshot.qt-project.org/5.0/sql-connecting.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtsql/sql-connecting.html Connecting to Databases] || <span style="color:green">OK</span> || -
|-
|-
|SQL Database Drivers || http://doc-snapshot.qt-project.org/5.0/sql-driver.html || <span style="color:green">OK</span> || Correct qmake usage. See [https://bugreports.qt-project.org/browse/QTBUG-27325 QTBUG-27325], [https://bugreports.qt-project.org/browse/QTBUG-25600 QTBUG-25600]
|[http://doc-snapshot.qt-project.org/5.0/qtsql/sql-driver.html SQL Database Drivers] || <span style="color:green">OK</span> || Correct qmake usage. See [https://bugreports.qt-project.org/browse/QTBUG-27325 QTBUG-27325], [https://bugreports.qt-project.org/browse/QTBUG-25600 QTBUG-25600]
|-
|-
|Creating Data-Aware Forms || http://doc-snapshot.qt-project.org/5.0/sql-forms.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtsql/sql-forms.html Creating Data-Aware Forms] || <span style="color:green">OK</span> || -
|-
|-
|Using the SQL Model Classes || http://doc-snapshot.qt-project.org/5.0/sql-model.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtsql/sql-model.html Using the SQL Model Classes] || <span style="color:green">OK</span> || -
|-
|-
|Presenting Data in a Table View || http://doc-snapshot.qt-project.org/5.0/sql-presenting.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtsql/sql-presenting.html Presenting Data in a Table View] || <span style="color:green">OK</span> || -
|-
|-
|SQL Programming || http://doc-snapshot.qt-project.org/5.0/sql-programming.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtsql/sql-programming.html SQL Programming] || <span style="color:green">OK</span> || -
|-
|-
|Executing SQL Statements || http://doc-snapshot.qt-project.org/5.0/sql-sqlstatements.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtsql/sql-sqlstatements.html Executing SQL Statements] || <span style="color:green">OK</span> || -
|-
|-
|Data Types for Qt-supported Database Systems || http://doc-snapshot.qt-project.org/5.0/sql-types.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtsql/sql-types.html Data Types for Qt-supported Database Systems] || <span style="color:green">OK</span> || -
|}
|}


==== XML ====
==== XML ====  
{|
{| class="wikitable"
|-
!style="width:200px"| Title !!style="width:300px"| Link !!style="width:50px"| Status !!Action !! Sub-topic
|-
|An Introduction to Namespaces || http://doc-snapshot.qt-project.org/5.0/xml-namespaces.html || <span style="color:green">OK</span> || - || XML
|-
|Working with the DOM Tree || http://doc-snapshot.qt-project.org/5.0/xml-dom-tml.html || <span style="color:green">OK</span> || - || XML
|-
|XML Processing || http://doc-snapshot.qt-project.org/5.0/xml-processing.html || <span style="color:green">OK</span> || - || XML
|-
|XQuery || http://doc-snapshot.qt-project.org/5.0/xmlprocessing.html || <span style="color:red">Fix</span> || Missing snippets || XML
|-
|The SAX interface || http://doc-snapshot.qt-project.org/5.0/xml-sax.html || <span style="color:green">OK</span> || - || XML
|-
|-
|XML Streaming || http://doc-snapshot.qt-project.org/5.0/xml-streaming.html || <span style="color:red">Fix</span> || Missing snippets || XML
! style="width:30%"|Title !!style="width:5%"| Status !! style="width:45%"|Action !! style="width:10%"|Owner
|-
|-
|XML Classes || http://doc-snapshot.qt-project.org/5.0/xml-tools.html || <span style="color:green">OK</span> || - || XML
|[http://doc-snapshot.qt-project.org/5.0/qtxmlpatterns/xmlprocessing.html XQuery] || <span style="color:green">OK</span> || - || -
|-
|-
|A Short Path to XQuery || http://doc-snapshot.qt-project.org/5.0/xquery-introduction.html || <span style="color:red">Fix</span> || Missing snippets || XML
|[http://doc-snapshot.qt-project.org/5.0/qtxmlpatterns/xquery-introduction.html A Short Path to XQuery] || <span style="color:green">OK</span> || - || -
|}
|}


=== Multimedia ===
=== Multimedia ===
{|
As described in [[Qt5/Documentation/OverviewStructure#.22Multimedia.22_Topic_Page]], source at qtdoc/doc/src/multimedia.qdoc, current snapshot: http://doc-snapshot.qt-project.org/5.0/qtdoc/topics-multimedia.html
{| class="wikitable"
|-
|-
  ! style="width:200px"|Title !!style="width:300px"| Link !! style="width:50px"|Status !! Action
  ! style="width:30%"|Title !! style="width:5%"|Status !! style="width:45%"|Action !! style="width:20%" | Owner
|-
|-
|Positional Audio || http://doc-snapshot.qt-project.org/5.0/audioengineoverview.html || <span style="color:green">OK</span> || Strange orthography, so maybe it should be brushed up, but content is fine.
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/topics-multimedia.html Multimedia] || <span style="color:green">OK</span> || -
|-
|-
|Audio Overview || http://doc-snapshot.qt-project.org/5.0/audiooverview.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtmultimedia/audioengineoverview.html Positional Audio] || <span style="color:green">OK</span> || Strange orthography, so maybe it should be brushed up, but content is fine.
|-
|-
|Camera Overview || http://doc-snapshot.qt-project.org/5.0/cameraoverview.html || <span style="color:red">Fix</span> || Contains a TBD "note-to-self"-type-thing
|[http://doc-snapshot.qt-project.org/5.0/qtmultimedia/audiooverview.html Audio Overview] || <span style="color:green">OK</span> || -
|-
|-
|Changes in Qt Multimedia || http://doc-snapshot.qt-project.org/5.0/changes.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtmultimedia/cameraoverview.html Camera Overview] || <span style="color:green">OK</span> || -
|-
|-
|Multimedia Backend Development || http://doc-snapshot.qt-project.org/5.0/multimediabackend.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtmultimedia/changes.html Changes in Qt Multimedia] || <span style="color:green">OK</span> || -
|-
|-
|Qt Multimedia Overview || http://doc-snapshot.qt-project.org/5.0/multimediaoverview.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtmultimedia/multimediabackend.html Multimedia Backend Development] || <span style="color:green">OK</span> || -
|-
|-
|Qt Multimedia - QML Types || http://doc-snapshot.qt-project.org/5.0/qmlmodule-qtmultimedia5-qtmultimedia-5-0.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtmultimedia/multimediaoverview.html Qt Multimedia Overview] || <span style="color:green">OK</span> || -
|-
|-
|Video Overview || http://doc-snapshot.qt-project.org/5.0/videooverview.html || <span style="color:red">Fix</span> || Missing snippets
|[http://doc-snapshot.qt-project.org/5.0/qtmultimedia/qmlmodule-qtmultimedia5-qtmultimedia-5-0.html Qt Multimedia - QML Types] || <span style="color:green">OK</span> || -
|-
|-
|Qt Multimedia QML API || http://doc-snapshot.qt-project.org/5.0/qml-multimedia.html || <span style="color:green">OK</span> || - || QML
|[http://doc-snapshot.qt-project.org/5.0/qtmultimedia/videooverview.html Video Overview] || <span style="color:green">OK</span> || -
|-
|-
|QtMultimedia Namespace || http://doc-snapshot.qt-project.org/5.0/qtmultimedia.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtmultimedia/qml-multimedia.html Qt Multimedia QML API]|| <span style="color:green">OK</span> || -
|-
|-
|Qt Multimedia || http://doc-snapshot.qt-project.org/5.0/qtmultimedia-index.html ||  <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtmultimedia/qtmultimedia.html QtMultimedia Namespace] ||  <span style="color:green">OK</span> || -
|-
|-
|MetaData Namespace || http://doc-snapshot.qt-project.org/5.0/qtmultimedia-metadata.html ||  <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtmultimedia/qtmultimedia-index.html Qt Multimedia] ||  <span style="color:green">OK</span> || -
|-
|-
|Qt Multimedia - C++ Classes || http://doc-snapshot.qt-project.org/5.0/qtmultimedia-module.html ||  <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtmultimedia/qtmultimedia-metadata.html MetaData Namespace] ||  <span style="color:green">OK</span> || -
|}
|-
 
|[http://doc-snapshot.qt-project.org/5.0/qtmultimedia/qtmultimedia-module.html Qt Multimedia - C++ Classes] ||  <span style="color:green">OK</span> || -
==== Audio ====
{|
|-
|-
|style="width:200px"|QAudio Namespace ||style="width:300px"| http://doc-snapshot.qt-project.org/5.0/qaudio.html || style="width:50px"|<span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtmultimedia/qaudio.html QAudio Namespace] ||<span style="color:green">OK</span> || -
|}
 
 
==== Radio ====
{|
|-
|-
|style="width:200px"|Radio Overview || style="width:300px"|http://doc-snapshot.qt-project.org/5.0/radiooverview.html || style="width:50px"|<span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtmultimedia/radiooverview.html Radio Overview] || <span style="color:green">OK</span> || -
|}
|}


====Video====
=== Networking and Connectivity ===
As described in [[Qt5/Documentation/OverviewStructure#.22Connectivity_and_Networking.22_Topic_Page]], source at qtdoc/doc/src/connectivity.qdoc, current snapshot: http://doc-snapshot.qt-project.org/5.0/qtdoc/topics-network-connectivity.html


=== Networking and Connectivity ===
{| class="wikitable"
{|
|-
|-
!style="width:200px"| Title !!style="width:300px"| Link !!style="width:50px"| Status !! Action
!style="width:30%"| Title !!style="width:5%"| Status !! style="width:45%"|Action !! style="width:10%"|Owner
|-
|-
|Bearer Management || http://doc-snapshot.qt-project.org/5.0/bearer-management.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/topics-network-connectivity.html Networking and Connectivity] || <span style="color:red">Fix for 5.0</span> || Complete the overview page by implementing all the "### TODO"-style comments || Nico
|-
|-
|Qt Bluetooth C++ API || http://doc-snapshot.qt-project.org/5.0/bluetooth-cpp.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtnetwork/bearer-management.html Bearer Management] || <span style="color:green">OK</span> || -
|-
|-
|Qt Bluetooth QML API || http://doc-snapshot.qt-project.org/5.0/bluetooth-qml.html || <span style="color:red">Fix</span> || Missing QML types (empty list)
|[http://doc-snapshot.qt-project.org/5.0/qtbluetooth/bluetooth-cpp.html Qt Bluetooth C++ API] || <span style="color:red">Fix</span> || <span style="color:red">The link is BROKEN</span> The page is missing from the newdocs build.
|}
 
 
{|
|-
! style="width:200px"|Title !!style="width:300px"| Link !!style="width:50px"| Status
|-
|Network Programming API || http://doc-snapshot.qt-project.org/5.0/network.html || <span style="color:green">OK</span>  
|}
 
 
{|
|-
|-
! style="width:200px"|Title !!style="width:300px"| Link !! style="width:50px"|Status
|[http://doc-snapshot.qt-project.org/5.0/qtbluetooth/bluetooth-qml.html Qt Bluetooth QML API] || <span style="color:red">Fix</span> || <span style="color:red">The link is BROKEN</span> The page is missing from the newdocs build.
|-
|-
|Qt Bluetooth || http://doc-snapshot.qt-project.org/5.0/qtbluetooth-index.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtnetwork/network.html Network Programming API] || <span style="color:green">OK</span> || -
|-
|-
|Qt Bluetooth Overview || http://doc-snapshot.qt-project.org/5.0/qtbluetooth-overview.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtbluetooth/qtbluetooth-index.html Qt Bluetooth] || <span style="color:green">OK</span> || -
|}
 
{|
|-
|-
! style="width:200px"|Title !!style="width:300px"| Link !!style="width:50px"| Status
|[http://doc-snapshot.qt-project.org/5.0/qtbluetooth/qtbluetooth-overview.html Qt Bluetooth Overview]|| <span style="color:green">OK</span> || -
|-
|-
|QtDBus module || http://doc-snapshot.qt-project.org/5.0/qtdbus-module.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtdbus/qtdbus-module.html QtDBus module] || <span style="color:green">OK</span> || -
|-
|-
|Qt Network || http://doc-snapshot.qt-project.org/5.0/qtnetwork-index.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtnetwork/qtnetwork-index.html Qt Network] || <span style="color:green">OK</span> || -
|-
|-
|Qt Network - C++ Classes || http://doc-snapshot.qt-project.org/5.0/qtnetwork-module.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtnetwork/qtnetwork-module.html Qt Network - C++ Classes] || <span style="color:green">OK</span> || -
|-
|Network Programming with Qt || http://doc-snapshot.qt-project.org/5.0/qtnetwork-programming.html || <span style="color:green">OK</span>
|}
 
{|
|-
|-
!style="width:200px"| Title !!style="width:300px"| Link !! style="width:50px"|Status !! Action
|[http://doc-snapshot.qt-project.org/5.0/qtnetwork/qtnetwork-programming.html Network Programming with Qt]|| <span style="color:green">OK</span> || -
|-
|-
|Secure Sockets Layer (SSL) Classes || http://doc-snapshot.qt-project.org/5.0/ssl.html || <span style="color:green">OK</span> || Says "classes below", but there is no class list (this was also the fact in 4.8)
|[http://doc-snapshot.qt-project.org/5.0/qtnetwork/ssl.html Secure Sockets Layer (SSL) Classes] || <span style="color:green">OK</span> || Says "classes below", but there is no class list (this was also the fact in 4.8)
|-
|-
|Using QtDBus Adaptors || http://doc-snapshot.qt-project.org/5.0/usingadaptors.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtdbus/usingadaptors.html Using QtDBus Adaptors] || <span style="color:green">OK</span> || -
|}
 
==== Bluetooth ====
{|
|-
|-
|style="width:200px"|QBluetooth Namespace ||style="width:300px"| http://doc-snapshot.qt-project.org/5.0/qbluetooth.html || style="width:50px"|<span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtbluetooth/qbluetooth.html QBluetooth Namespace] || style="width:50px"|<span style="color:green">OK</span> || -
|}
|}


===Graphics===
===Graphics===
As described in [[Qt5/Documentation/OverviewStructure#.22Graphics.22_Topic_Page]], source at qtdoc/doc/src/graphics.qdoc, current snapshot: http://doc-snapshot.qt-project.org/5.0/qtdoc/topics-graphics.html


{|
{| class="wikitable"
|-
|-
  ! style="width:200px"|Title !!style="width:300px"| Link !! style="width:50px"|Status
  ! style="width:30%"|Title !! style="width:5%"|Status !! style="width:45%| Action !! style="width:10%"|Owner
|-
|-
|Coordinate System || http://doc-snapshot.qt-project.org/5.0/coordsys.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/topics-graphics.html Graphics] || <span style="color:green">OK</span> || - || Samuel
|}
 
{|
|-
|-
! style="width:200px"|Title !!style="width:300px"| Link !!style="width:50px"| Status !! Action !! Sub-topic
|[http://doc-snapshot.qt-project.org/5.0/qtgui/coordsys.html Coordinate System] || <span style="color:green">OK</span> || -
|-
|-
|Graphical Effects || http://doc-snapshot.qt-project.org/5.0/graphicaleffects.html || <span style="color:green">OK</span> || - || Graphicsview
|[http://doc-snapshot.qt-project.org/5.0/qtgraphicaleffects/graphicaleffects.html Graphical Effects] || <span style="color:green">OK</span> ||- || -
|}
 
{|
|-
|-
  !style="width:200px"| Title !!style="width:300px"| Link !! style="width:50px"|Status
|[http://doc-snapshot.qt-project.org/5.0/qtquick/qmlmodule-qtquick-particles2-qtquick-particles-2.html Qt Quick Particles QML Types] || <span style="color:green">OK</span> ||-
|-
|-
|QML Module QtQuick.Particles 2.0 || http://doc-snapshot.qt-project.org/5.0/qmlmodule-qtquick-particles2-qtquick-particles-2.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtgraphicaleffects/qtgraphicaleffects-index.html Qt Graphical Effects] || <span style="color:green">OK</span> ||-
|}
 
{|
|-
|-
!style="width:200px"| Title !!style="width:300px"| Link !!style="width:50px"| Status !! Action
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/qt-graphics.html Qt Graphics and Printing] || <span style="color:green">OK</span> || -
|-
|-
|Qt Graphical Effects || http://doc-snapshot.qt-project.org/5.0/qtgraphicaleffects-index.html || <span style="color:red">Fix</span> || Missing snippet
|[http://doc-snapshot.qt-project.org/5.0/qtprintsupport/qtprintsupport-module.html QtPrintSupport Module] || <span style="color:green">OK</span> || -
|-
|-
|Qt Graphics and Printing || http://doc-snapshot.qt-project.org/5.0/qt-graphics.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtprintsupport/printing.html Printing with Qt] ||<span style="color:green">OK</span> || -
|-
|QtPrintSupport Module || http://doc-snapshot.qt-project.org/5.0/qtprintsupport-module.html || <span style="color:green">OK</span>
|}
|}


==== Printing ====
==== QPainter ====
{|
{| class="wikitable"
|-
|-
|style="width:200px"|Printing with Qt || style="width:300px"|http://doc-snapshot.qt-project.org/5.0/printing.html ||style="width:50px"| <span style="color:green">OK</span>
! style="width:30%"|Title !! style="width:5%"|Status !! style="width:45%| Action !! style="width:10%"|Owner
|}
 
==== QPainter ====
{|
|-
|-
|style="width:200px"|Painting Classes || style="width:300px"|http://doc-snapshot.qt-project.org/5.0/painting.html || style="width:50px"|<span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtgui/painting.html Painting Classes] || <span style="color:green">OK</span> || -
|-
|-
|Paint Devices and Backends || http://doc-snapshot.qt-project.org/5.0/paintsystem-devices.html || <span style="color:red">Fix</span> || Remove the references to QGL-classes (replace with QOpenGLPaintDevice)
|[http://doc-snapshot.qt-project.org/5.0/qtgui/paintsystem-devices.html Paint Devices and Backends]  || <span style="color:green">OK</span> || - || Samuel
|-
|-
|Drawing and Filling || http://doc-snapshot.qt-project.org/5.0/paintsystem-drawing.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtgui/paintsystem-drawing.html Drawing and Filling] || <span style="color:green">OK</span> || -
|-
|-
|Paint System || http://doc-snapshot.qt-project.org/5.0/paintsystem.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtgui/paintsystem.html Paint System] || <span style="color:green">OK</span> || -
|-
|-
|Reading and Writing Image Files || http://doc-snapshot.qt-project.org/5.0/paintsystem-images.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtgui/paintsystem-images.html Reading and Writing Image Files] || <span style="color:green">OK</span> || -
|-
|-
|&lt;qdrawutil.h&gt; - Drawing Utility Functions || http://doc-snapshot.qt-project.org/5.0/qdrawutil-h.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtwidgets/qdrawutil-h.html &lt;qdrawutil.h&gt; - Drawing Utility Functions] || <span style="color:green">OK</span> || -
|}
==== OpenGL ====
{|
|-
|-
|style="width:200px"|QGL Namespace ||style="width:300px"| http://doc-snapshot.qt-project.org/5.0/qgl.html || style="width:50px"|<span style="color:green">OK</span> || Isn't QtOpenGL deprecated?
|[http://doc-snapshot.qt-project.org/5.0/qtopengl/qgl.html QGL Namespace] || style="width:50px"|<span style="color:green">OK</span>
|}
 
==== Scene Graph ====
{|
|-
|-
|style="width:200px"|Qt Quick Scene Graph || style="width:300px"|http://doc-snapshot.qt-project.org/5.0/qtquick-visualcanvas-scenegraph.html || style="width:50px"|<span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtquick/qtquick-visualcanvas-scenegraph.html Qt Quick Scene Graph] || style="width:50px"|<span style="color:green">OK</span> || -
|}
|}


=== Reference ===
=== Reference ===
{|
As described in [[Qt5/Documentation/OverviewStructure#References]], source at qtdoc/doc/src/index.qdoc
 
{| class="wikitable"
|-
|-
  ! style="width:200px"|Title !! style="width:300px"|Link !! style="width:50px"|Status !! Action
  ! style="width:30%"|Title !! style="width:5%"|Status !! style="width:45%"|Action !!style="width:20%"|Owner
|-
|-
|Best Practice Guides || http://doc-snapshot.qt-project.org/5.0/best-practices.html || <span style="color:red">Fix</span> || Needs links to QML articles
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/best-practices.html Best Practice Guides] || <span style="color:red">Fix</span> || Needs links to QML articles || -
|-
|-
|Class and Function Documentation || http://doc-snapshot.qt-project.org/5.0/classlists.html || <span style="color:red">Fix</span> || Qt 3D seems overrepresented compared to other modules
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/classlists.html Class and Function Documentation] || <span style="color:red">Fix</span> || Qt 3D seems overrepresented compared to other modules || -
|-
|-
|Annotated Class List || http://doc-snapshot.qt-project.org/5.0/annotated.html || <span style="color:red">Fix</span> || QEasingCurve needs a description
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/annotated.html Annotated Class List] || <span style="color:red">Fix</span> || Descriptions are missing || -
|}
 
{|
|-
|-
|style="width:200px"|All Overviews and HOWTOs ||style="width:300px"| http://doc-snapshot.qt-project.org/5.0/overviews.html || style="width:50px"|<span style="color:red">Fix</span> || If this list is not generated, it will need fixing
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/overviews.html All Overviews and HOWTOs] || <span style="color:red">Fix</span> || If this list is not generated, it will need fixing || -
|}
 
 
{|
|-
|-
!style="width:200px"| Title !!style="width:300px"| Link !!style="width:50px"| Status !! Action
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/qt-basic-concepts.html Programming with Qt] || <span style="color:green">Done</span> || '''Kill''' it! || Paul
|-
|-
|Programming with Qt || http://doc-snapshot.qt-project.org/5.0/qt-basic-concepts.html || <span style="color:red">Fix</span> || Add QtQuick/QWindow-based topics
|[http://doc-snapshot.qt-project.org/5.0/qtserviceframework/qservice.html QService Namespace] || <span style="color:green">OK</span> || - || -
|-
|-
|QService Namespace || http://doc-snapshot.qt-project.org/5.0/qservice.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtsql/qsql.html QSql Namespace] || <span style="color:green">OK</span> || - || -
|-
|-
|QSql Namespace || http://doc-snapshot.qt-project.org/5.0/qsql.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtnetwork/qssl.html QSsl Namespace] || <span style="color:green">OK</span> || - || -
|-
|-
|QSsl Namespace || http://doc-snapshot.qt-project.org/5.0/qssl.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/groups.html Groups Of Related Classes] || <span style="color:green">OK</span> || - || -
|-
|-
|Groups Of Related Classes || http://doc-snapshot.qt-project.org/5.0/groups.html || <span style="color:green">OK</span> || - || Reference
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/hierarchy.html Inheritance Hierarchy] || <span style="color:green">OK</span> || - || -
|-
|-
|Inheritance Hierarchy || http://doc-snapshot.qt-project.org/5.0/hierarchy.html || <span style="color:green">OK</span> || - || Reference
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/known-issues.html Known Issues] || <span style="color:green">OK</span> || - ||  
|-
|-
|Known Issues || http://doc-snapshot.qt-project.org/5.0/known-issues.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/modules.html All Modules] || <span style="color:green">OK</span> || - ||
|-
|-
|All Modules || http://doc-snapshot.qt-project.org/5.0/modules.html || <span style="color:green">OK</span> || - || Reference
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/namespaces.html All Namespaces] || <span style="color:red">Fix</span> || Add QtQuick-related namespaces || -
|-
|-
|All Namespaces || http://doc-snapshot.qt-project.org/5.0/namespaces.html || <span style="color:red">Fix</span> || Add QtQuick-related namespaces || Reference
|[http://doc-snapshot.qt-project.org/5.0/qtcore/qtglobal.html &lt;QtGlobal&gt; - Global Qt Declarations] || <span style="color:green">OK</span> || - ||  
|}
 
{|
|-
|-
! style="width:200px"|Title !!style="width:300px"| Link !! style="width:50px"|Status
|[http://doc-snapshot.qt-project.org/5.0/qtcore/qt.html Qt Namespace] || <span style="color:green">OK</span> || - ||-
|-
|-
|&lt;QtGlobal&gt; - Global Qt Declarations || http://doc-snapshot.qt-project.org/5.0/qtglobal.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtcore/qtplugin.html &lt;QtPlugin&gt; - Defining Plugins] || <span style="color:green">OK</span> || - ||
|-
|-
|Qt Namespace || http://doc-snapshot.qt-project.org/5.0/qt.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/technology-apis.html Qt and Key Technologies] || <span style="color:green">OK</span> || - ||
|-
|-
|&lt;QtPlugin&gt; - Defining Plugins || http://doc-snapshot.qt-project.org/5.0/qtplugin.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/tutorials.html Tutorials] || <span style="color:red">Fix</span> || Outdated || -
|}
|}


{|
=== Legal ===
|-
<span style="color:red">Fix:</span> There are several general issues here:
!style="width:200px"| Title !!style="width:300px"| Link !!style="width:50px"| Status !! Action
# All the "editions" pages should be merged, and should talk about "licensing" instead, and be consistent with Digia messaging. (update: https://codereview.qt-project.org/#change,40943 fixes some of this)
|-
# The "Third party licenses" and "other licenses" pages are overlapping, possibly outdated and hard to read. Should be merged, checked and given a proper layout.
|Qt and Key Technologies || http://doc-snapshot.qt-project.org/5.0/technology-apis.html || <span style="color:green">OK</span>
# It is not clear why many of the single 3rparty license pages here should deserve their own pages instead of just being part of the "third party licenses" list. Presumable most or all of them should simply be merged into that page.
|-
 
|Tutorials || http://doc-snapshot.qt-project.org/5.0/tutorials.html || <span style="color:red">Fix</span> || Outdated
|}


=== Legal ===
{| class="wikitable"
{|
|-
|-
  ! style="width:200px"|Title !!style="width:300px"| Link !! style="width:50px"|Status !! Action
  ! style="width:30%"|Title !! style="width:5%"|Status !! style="width:45%"|Action !!style="width:20%"| Owner
|-
|-
|Qt Commercial Edition || http://doc-snapshot.qt-project.org/5.0/commercialedition.html || <span style="color:red">Fix</span> || Contains some contact information for Digia and links to *GPL licenses, but otherwise outdated.
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/commercialedition.html Qt Commercial Edition] || <span style="color:red">Fix</span> || Contains some contact information for Digia and links to *GPL licenses, but otherwise outdated.||Eirik Aa.
|-
|-
|Thanks! || http://doc-snapshot.qt-project.org/5.0/credits.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/credits.html Thanks!] || <span style="color:green">OK</span>||-
|-
|-
|Third-Party Licenses Used in Qt || http://doc-snapshot.qt-project.org/5.0/3rdparty.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/3rdparty.html Third-Party Licenses Used in Qt] || <span style="color:green">OK</span> || -
|-
|-
|CatharonLicense.txt || http://doc-snapshot.qt-project.org/5.0/catharon-license.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/catharon-license.html CatharonLicense.txt] || <span style="color:green">OK</span> ||-
|-
|-
|Big5-HKSCS Text Codec || http://doc-snapshot.qt-project.org/5.0/codec-big5hkscs.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtcore/codec-big5hkscs.html Big5-HKSCS Text Codec] || <span style="color:green">OK</span> || -
|-
|-
|Big5 Text Codec || http://doc-snapshot.qt-project.org/5.0/codec-big5.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtcore/codec-big5.html Big5 Text Codec] || <span style="color:green">OK</span> || -
|-
|-
|EUC-JP Text Codec || http://doc-snapshot.qt-project.org/5.0/codec-eucjp.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtcore/codec-eucjp.html EUC-JP Text Codec] || <span style="color:green">OK</span> || -
|-
|-
|EUC-KR Text Codec || http://doc-snapshot.qt-project.org/5.0/codec-euckr.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtcore/codec-euckr.html EUC-KR Text Codec] || <span style="color:green">OK</span> || -
|-
|-
|GBK Text Codec || http://doc-snapshot.qt-project.org/5.0/codec-gbk.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtcore/codec-gbk.html GBK Text Codec] || <span style="color:green">OK</span> || -
|-
|-
|Shift-JIS Text Codec || http://doc-snapshot.qt-project.org/5.0/codec-sjis.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtcore/codec-sjis.html Shift-JIS Text Codec] || <span style="color:green">OK</span> || -
|-
|-
|ISO 2022-JP (JIS) Text Codec || http://doc-snapshot.qt-project.org/5.0/codecs-jis.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtcore/codecs-jis.html ISO 2022-JP (JIS) Text Codec] || <span style="color:green">OK</span> || -
|-
|-
|TSCII Text Codec || http://doc-snapshot.qt-project.org/5.0/codec-tscii.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtcore/codec-tscii.html TSCII Text Codec] || <span style="color:green">OK</span> || -
|-
|-
|Poly2Tri Polygon Triangulation Library || http://doc-snapshot.qt-project.org/5.0/legal-poly2tri.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtlocation/legal-poly2tri.html Poly2Tri Polygon Triangulation Library] || <span style="color:green">OK</span> || -
 
 
|}
 
{|
|-
|-
! style="width:200px"|Title !!style="width:300px"| Link !!style="width:50px"| Status
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/qt-mac-cocoa-licensing.html Contributions to the Following Cocoa platform plugin files: qcocoaapplication.h, qcocoaapplication.mm, qcocoaapplicationdelegate.h, qcocoaapplicationdelegate.mm, qcocoaeventdispatcher.h, qcocoaeventdispatcher.mm, qmacdefines_mac.h] || <span style="color:green">OK</span> || -
|-
|-
|Contributions to the Following Cocoa platform plugin files: qcocoaapplication.h, qcocoaapplication.mm, qcocoaapplicationdelegate.h, qcocoaapplicationdelegate.mm, qcocoaeventdispatcher.h, qcocoaeventdispatcher.mm, qmacdefines_mac.h || http://doc-snapshot.qt-project.org/5.0/qt-mac-cocoa-licensing.html ||  <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/qtmain.html The qtmain Library] ||  <span style="color:green">OK</span> || -
|-
|-
|The qtmain Library || http://doc-snapshot.qt-project.org/5.0/qtmain.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtprintsupport/pdf-licensing.html Notes about PDF Licensing] || <span style="color:green">OK</span> || -
|}
 
{|
|-
|-
|style="width:200px"|Notes about PDF Licensing || style="width:300px"|http://doc-snapshot.qt-project.org/5.0/pdf-licensing.html || style="width:50px"|<span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/trademarks.html Trademarks] || <span style="color:green">OK</span> || Nokia -> Digia || Christian Stromme
|}
 
{|
|-
|-
!style="width:200px"| Title !! style="width:300px"|Link !! style="width:50px"|Status !! Action
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/gpl.html GNU General Public License (GPL)] || <span style="color:green">OK</span> || -|| -
|-
|-
|Trademarks || http://doc-snapshot.qt-project.org/5.0/trademarks.html || <span style="color:red">Fix</span> || Nokia -> Digia
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/lgpl.html GNU Lesser General Public License (LGPL)]|| <span style="color:green">OK</span> || - || -
|-
|-
|GNU General Public License (GPL) || http://doc-snapshot.qt-project.org/5.0/gpl.html || <span style="color:red">Fix</span> || "Copyright Nokia" || Licensing
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/licenses.html Other Licenses Used in Qt] || <span style="color:green">OK</span> || But remove link to killed page || -
|-
|-
|GNU Lesser General Public License (LGPL) || http://doc-snapshot.qt-project.org/5.0/lgpl.html || <span style="color:red">Fix</span> || s/Nokia/Digia || Licensing
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/opensourceedition.html Open Source Versions of Qt] || <span style="color:green">OK</span> || s/Nokia/Digia/ || Christian Stromme
|-
|-
|Other Licenses Used in Qt || http://doc-snapshot.qt-project.org/5.0/licenses.html || <span style="color:green">OK</span> || But remove link to killed page || Licensing
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/designer-recursive-shadow-casting.html Implementation of the Recursive Shadow Casting Algorithm in Qt Designer] || <span style="color:green">OK</span> || -
|-
|-
|Open Source Versions of Qt || http://doc-snapshot.qt-project.org/5.0/opensourceedition.html || <span style="color:red">Fix</span> || s/Nokia/Digia/ || Licensing
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/editions.html Qt Editions] || <span style="color:red">Fix</span> || <span style="color:red">Fix</span> links
|}
|}


{|
=== Scripting ===
As described in [[Qt5/Documentation/OverviewStructure#.22Scripting.22_Topic_Page]], source at qtdoc/doc/src/scripting.qdoc, current snapshot: http://doc-snapshot.qt-project.org/5.0/qtdoc/topics-scripting.html
{| class="wikitable"
|-
|-
|style="width:200px"|Implementation of the Recursive Shadow Casting Algorithm in Qt Designer ||style="width:300px"| http://doc-snapshot.qt-project.org/5.0/designer-recursive-shadow-casting.html || style="width:50px"| <span style="color:green">OK</span>
! style="width:30%"|Title !!style="width:5%"| Status !!style="width:45%"|Action !! style="width:10%"|Owner
|-
|-
|Qt Editions || http://doc-snapshot.qt-project.org/5.0/editions.html || <span style="color:red">Fix</span> || <span style="color:red">Fix</span> links
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/topics-scripting.html Scriping] || <span style="color:green">OK</span> || Complete the overview according to the suggested section outline || Jedrzej
|}
 
=== Scripting ===
 
{|
|-
|-
! style="width:200px"|Title !! style="width:300px"|Link !!style="width:50px"| Status
|[http://doc-snapshot.qt-project.org/5.0/qtquick/qtjavascript.html Making Applications Scriptable] || <span style="color:green">OK</span> || -
|-
|Making Applications Scriptable || http://doc-snapshot.qt-project.org/5.0/qtjavascript.html || <span style="color:green">OK</span>
|}
 
{|
|-
|-
|style="width:200px"|ECMAScript Reference ||style="width:300px"| http://doc-snapshot.qt-project.org/5.0/ecmascript.html ||style="width:50px"| <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtscript/ecmascript.html ECMAScript Reference] || <span style="color:green">OK</span> || -
|}
|}
==== QtScript ====
==== QtScript ====
{|
{| class="wikitable"
|-
|-
|style="width:200px"|Qt Script Debugger Manual ||style="width:300px"| http://doc-snapshot.qt-project.org/5.0/qtscriptdebugger-manual.html ||style="width:50px"| <span style="color:red">Fix</span> || QtScript goes away?
! style="width:30%"|Title !!style="width:5%"| Status !!style="width:45%"|Action !! style="width:10%"|Owner
|-
|-
|Creating QtScript Extensions || http://doc-snapshot.qt-project.org/5.0/qtscriptextensions.html || <span style="color:red">Fix</span> || QtScript goes away?
|[http://doc-snapshot.qt-project.org/5.0/qtscript/qtscriptdebugger-manual.html Qt Script Debugger Manual] || <span style="color:red">Fix</span> || QtScript goes away?
|-
|-
|QtScript Module || http://doc-snapshot.qt-project.org/5.0/qtscript-module.html || <span style="color:red">Fix</span> || QtScript goes away?
|[http://doc-snapshot.qt-project.org/5.0/qtscript/qtscriptextensions.html Creating QtScript Extensions] || <span style="color:red">Fix</span> || QtScript goes away?
|-
|-
|QtScriptTools Module || http://doc-snapshot.qt-project.org/5.0/qtscripttools-module.html || <span style="color:red">Fix</span> || QtScript goes away?
|[http://doc-snapshot.qt-project.org/5.0/qtscript/qtscript-module.html QtScript Module] || <span style="color:red">Fix</span> || QtScript goes away?
|}
 
{|
|-
|-
!style="width:200px"| Title !!style="width:300px"| Link !! style="width:50px"|Status !! Action
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/qtscripttools-module.html QtScriptTools Module] || <span style="color:red">Fix</span> || QtScript goes away?
|-
|-
|Scripting Classes and Overviews || http://doc-snapshot.qt-project.org/5.0/script.html ||  <span style="color:red">Fix</span> || QtScript goes away?
|[http://doc-snapshot.qt-project.org/5.0/qtscript/script.html Scripting Classes and Overviews] ||  <span style="color:red">Fix</span> || QtScript goes away?
|-
|-
|Making Applications Scriptable || http://doc-snapshot.qt-project.org/5.0/scripting.html || <span style="color:red">Fix</span> || QtScript goes away?
|[http://doc-snapshot.qt-project.org/5.0/qtscript/scripting.html Making Applications Scriptable]|| <span style="color:red">Fix</span> || QtScript goes away?
|}
|}


=== Testing ===
=== Testing ===
{|
Source at qtdoc/doc/src/testing.qdoc, current snapshot: http://doc-snapshot.qt-project.org/5.0/qtdoc/testing-and-debugging.html
{| class="wikitable"
|-
|-
  ! style="width:200px"|Title !!style="width:300px"| Link !! style="width:50px"|Status !! Action
  ! style="width:30%"|Title !! style="width:5%"|Status !! style="width:45%" | Action!!style="width:10%"| Owner
|-
|-
|QTest Namespace || http://doc-snapshot.qt-project.org/5.0/qtest.html || <span style="color:red">Fix</span> || Missing snippets
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/testing-and-debugging.html Testing and debugging] || <span style="color:green">OK</span> || Complete the overview page by implementing all the "### TODO"-style comments || Eirik Aa
|-
|-
|QTestLib Manual || http://doc-snapshot.qt-project.org/5.0/qtestlib-manual.html || <span style="color:red">Fix</span> || Get rid of "provided by Nokia" ? Does cetest still work for remote execution of tests on Windows CE?
|[http://doc-snapshot.qt-project.org/5.0/qttestlib/qtest.html QTest Namespace]|| <span style="color:green">OK</span> || Missing snippets || Christian Stromme
|-
|-
|Chapter 1: Writing a Unit Test || http://doc-snapshot.qt-project.org/5.0/qtestlib-tutorial1.html || <span style="color:red">Fix</span> || Missing snippets
|[http://doc-snapshot.qt-project.org/5.0/qttestlib/qtestlib-manual.html QTestLib Manual] || <span style="color:red">Fix</span> || Get rid of "provided by Nokia" ? Does cetest still work for remote execution of tests on Windows CE?
|-
|-
|Chapter 2: Data Driven Testing || http://doc-snapshot.qt-project.org/5.0/qtestlib-tutorial2.html ||  <span style="color:red">Fix</span> || Missing snippets
|[http://doc-snapshot.qt-project.org/5.0/qttestlib/tutorial1.html Chapter 1: Writing a Unit Test] ||  <span style="color:green">OK</span> || -
|-
|-
|Chapter 3: Simulating GUI Events || http://doc-snapshot.qt-project.org/5.0/qtestlib-tutorial3.html ||  <span style="color:red">Fix</span> || Missing snippets
|[http://doc-snapshot.qt-project.org/5.0/qttestlib/tutorial2.html Chapter 2: Data Driven Testing] ||  <span style="color:green">OK</span> || -
|-
|-
|Chapter 4: Replaying GUI Events || http://doc-snapshot.qt-project.org/5.0/qtestlib-tutorial4.html ||  <span style="color:red">Fix</span> || Missing snippets
|[http://doc-snapshot.qt-project.org/5.0/qttestlib/tutorial3.html Chapter 3: Simulating GUI Events] ||  <span style="color:green">OK</span> || -
|-
|-
|Chapter 5: Writing a Benchmark || http://doc-snapshot.qt-project.org/5.0/qtestlib-tutorial5.html ||  <span style="color:red">Fix</span> || Missing snippets, broken link
|[http://doc-snapshot.qt-project.org/5.0/qttestlib/tutorial4.html Chapter 4: Replaying GUI Events] ||  <span style="color:green">OK</span> || -
|-
|-
|QTestLib Tutorial || http://doc-snapshot.qt-project.org/5.0/qtestlib-tutorial.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qttestlib/tutorial5.html Chapter 5: Writing a Benchmark] || <span style="color:green">OK</span> |||| Samuel
|}
 
 
{|
|-
|-
! style="width:200px"|Title !! style="width:300px"|Link !!style="width:50px"| Status !! Action !! Sub-topic
|[http://doc-snapshot.qt-project.org/5.0/qttestlib/qtestlib-tutorial.html QTestLib Tutorial] || <span style="color:green">OK</span> || -
|-
|-
|QtQuickTest Reference Documentation || http://doc-snapshot.qt-project.org/5.0/qtquick2-qtquick-qtquicktest.html || <span style="color:green">OK</span> || - || QML
|[http://doc-snapshot.qt-project.org/5.0/qttestlib/qttest-module.html QtTest Module] ||<span style="color:green">OK</span> || -
|}
|}


 
====Qt Quick Test ====
{|
{| class="wikitable"
|-
|-
|style="width:200px"|QtTest Module ||style="width:300px"| http://doc-snapshot.qt-project.org/5.0/qttest-module.html ||style="width:50px"|<span style="color:green">OK</span>
! style="width:30%"|Title !! style="width:5%"|Status !! style="width:45%" | Action!!style="width:10%"| Owner
|}
 
=== Add-ons ===
==== QtXML (deprecated) ====
{|
|-
|-
|style="width:200px"|QtXml Module ||style="width:300px"| http://doc-snapshot.qt-project.org/5.0/qtxml-module.html || style="width:50px"|<span style="color:green">OK</span> || Is this really OK? The module is deprecated and replaced by APIs in QtCore.
|[http://doc-snapshot.qt-project.org/5.0/qtquick/qtquick2-qtquick-qtquicktest.html QtQuickTest Reference Documentation] || <span style="color:green">OK</span> || - || -
|}
|}
==== QtXMLPatterns ====
{|
|-
|style="width:200px"|Qt XML Patterns Module || style="width:300px"|http://doc-snapshot.qt-project.org/5.0/qtxmlpatterns-module.html || style="width:50px"|<span style="color:green">OK</span>
|}|-
|Resource Compiler (rcc) || http://doc-snapshot.qt-project.org/5.0/rcc.html || <span style="color:green">OK</span>


==== QtSVG ====
== Add-ons ==
{|
The topics listed in this section take lower priority for the Qt 5.0 release, as most of these modules are not part of the release package. Documentation source can be found at qtdoc/doc/src/addons.qdoc, current snapshot: http://doc-snapshot.qt-project.org/5.0/qtdoc/addons.html
|-
|style="width:200px"|QtSvg Module ||style="width:300px"| http://doc-snapshot.qt-project.org/5.0/qtsvg-module.html || style="width:50px"|<span style="color:green">OK</span>
|}
==== Sensors ====
{|
|-
|style="width:200px"|QtSensorGestures C++ API || style="width:300px"|http://doc-snapshot.qt-project.org/5.0/qtsensorgestures-cpp.html ||style="width:50px"| <span style="color:green">OK</span>
|-
|Qt Sensors C++ API || http://doc-snapshot.qt-project.org/5.0/qtsensors-cpp.html || <span style="color:green">OK</span>
|-
|Porting Applications from QtMobility Sensors to Qt Sensors || http://doc-snapshot.qt-project.org/5.0/qtsensors-porting.html || <span style="color:green">OK</span>
|-
|}


{|
==== General ====
{| class="wikitable"
|-
|-
  !style="width:200px"| Title !! style="width:300px"|Link !!style="width:50px"| Status !! Action
  ! style="width:30%"|Title !!style="width:5%"| Status !! style="width:45%"|Action !! style="width:10%"|Owner
|-
|-
|QtSensorGestures Emulator || http://doc-snapshot.qt-project.org/5.0/sensorgesture-emulator-topics.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/addons.html Addons] || <span style="color:green">Ok</span> || Complete the addons overview page by implementing all the "### TODO"-style comments on the page || Eskil
|-
|QtSensorGestures Plugins || http://doc-snapshot.qt-project.org/5.0/sensorgesture-plugins-topics.html || <span style="color:red">Fix</span> || Illustrations look like Nokia form factor. Is that ok?
|-
|Qt Sensors Backend || http://doc-snapshot.qt-project.org/5.0/sensors-backend-topics.html ||  <span style="color:green">OK</span>
|}
|}


{|
==== QtXML (deprecated) ====
{| class="wikitable"
|-
|-
  ! style="width:200px"|Title !! style="width:300px"|Link !! style="width:50px"|Status !! Action
  ! style="width:30%"|Title !!style="width:5%"| Status !! style="width:45%"|Action !! style="width:10%"|Owner
|-
|-
|Creating a sensor plugin || http://doc-snapshot.qt-project.org/5.0/creating-a-sensor-plugin.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtxml/xml-namespaces.html An Introduction to Namespaces] || <span style="color:green">OK</span> || - || -
|-
|-
|Compatibility Map || http://doc-snapshot.qt-project.org/5.0/compatmap.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtxml/xml-dom-tml.html Working with the DOM Tree] || <span style="color:green">OK</span> || - || -
|-
|-
|Determining the default sensor for a type || http://doc-snapshot.qt-project.org/5.0/determining-the-default-sensor-for-a-type.html || <span style="color:red">Fix</span> || Nokia-specific (talks about a .conf file in /etc/xdg/Nokia).
|[http://doc-snapshot.qt-project.org/5.0/qtxml/xml-processing.html XML Processing] || <span style="color:green">OK</span> || - || -
|-
|-
|Dynamic Sensor Backend Registration || http://doc-snapshot.qt-project.org/5.0/dynamic-sensor-backend-registration.html || <span style="color:green">OK</span>
|-
|-
|Generic Backend || http://doc-snapshot.qt-project.org/5.0/genericbackend.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtxml/xml-sax.html The SAX interface] || <span style="color:green">OK</span> || - || -
|}
 
{|
|-
|-
! style="width:200px"|Title !! style="width:300px"|Link !! style="width:50px"|Status !! Action !! Sub-topic
|[http://doc-snapshot.qt-project.org/5.0/qtxml/xml-streaming.html XML Streaming] || <span style="color:green">Ok</span> || Missing snippets || Kevin Krammer
|-
|-
|Qt Sensors || http://doc-snapshot.qt-project.org/5.0/index-qtsensors.html || <span style="color:green">OK</span> || - || Sensors
|[http://doc-snapshot.qt-project.org/5.0/qtxml/xml-tools.html XML Classes] || <span style="color:green">OK</span> || - || -
|}
 
 
==== QtTools ====
{|
|-
|-
|style="width:200px"|QtUiTools Module || style="width:300px"|http://doc-snapshot.qt-project.org/5.0/qtuitools-module.html || style="width:50px"|<span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtxml/qtxml-module.html QtXml Module] || <span style="color:green">OK</span> || Is this really OK? The module is deprecated and replaced by APIs in QtCore. || -
|}
|}


==== QtVersit ====
==== QtXMLPatterns ====
{|
{| class="wikitable"
|-
|style="width:200px"|Qt Versit || style="width:300px"|http://doc-snapshot.qt-project.org/5.0/qtversit-index.html || style="width:50px"|<span style="color:green">OK</span>
|-
|QtVersit Module || http://doc-snapshot.qt-project.org/5.0/qtversit-module.html || <span style="color:green">OK</span>
|-
|Supported vCard Features || http://doc-snapshot.qt-project.org/5.0/vcardsupport.html || <span style="color:green">OK</span>
|-
|Qt Versit C++ API || http://doc-snapshot.qt-project.org/5.0/versitclasses.html || <span style="color:green">OK</span>
|-
|-
|Qt Versit Overview || http://doc-snapshot.qt-project.org/5.0/versit.html || <span style="color:green">OK</span> || - || Versit
! style="width:30%"|Title !!style="width:5%"| Status !! style="width:45%"|Action !! style="width:10%"|Owner
|-
|-
|Qt Versit Plugins || http://doc-snapshot.qt-project.org/5.0/versitplugins.html || <span style="color:green">OK</span> || - || Versit
|[http://doc-snapshot.qt-project.org/5.0/qtxmlpatterns/qtxmlpatterns-module.html Qt XML Patterns Module]|| <span style="color:red">Fix</span> || Add the missing module page.
|-
|Supported iCalendar Features || http://doc-snapshot.qt-project.org/5.0/icalsupport.html || <span style="color:green">OK</span> || - || Versit
|}
|}


==== Qt Publish and Subscribe ====
==== QtSVG ====
{|
{| class="wikitable"
|-
|-
|style="width:200px"|QValueSpace Namespace ||style="width:300px"| http://doc-snapshot.qt-project.org/5.0/qvaluespace.html ||style="width:50px"|<span style="color:green">OK</span>
! style="width:30%"|Title !!style="width:5%"| Status !! style="width:45%"|Action !! style="width:10%"|Owner
|-
|-
|Qt Publish Subscribe Module || http://doc-snapshot.qt-project.org/5.0/publ-subs.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtsvg/qtsvg-module.html QtSvg Module] || <span style="color:red">fix</span> || Add the missing module page.
|-
|Publish and Subscribe QML Plugin || http://doc-snapshot.qt-project.org/5.0/qml-publishsubscribe.html || <span style="color:green">OK</span> || -
|}
|}


 
==== Sensors ====
====Help====
{| class="wikitable"
Is QtHelp an add-on or an essential? Can't find it anywhere
 
{|
|-
|-
  ! style="width:200px"|Title !!style="width:300px"| Link !! style="width:50px"|Status
  ! style="width:30%"|Title !!style="width:5%"| Status !! style="width:45%"|Action !! style="width:10%"|Owner
|-
|-
|The Qt Help Framework || http://doc-snapshot.qt-project.org/5.0/qthelp-framework.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtsensors/qtsensorgestures-cpp.html QtSensorGestures C++ API] || <span style="color:green">OK</span> || -
|-
|-
|QtHelp Module || http://doc-snapshot.qt-project.org/5.0/qthelp-module.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtsensors/qtsensors-cpp.html Qt Sensors C++ API] || <span style="color:green">OK</span> || -
|-
|-
|Qt Help Project || http://doc-snapshot.qt-project.org/5.0/qthelpproject.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtsensors/qtsensors-porting.html Porting Applications from QtMobility Sensors to Qt Sensors] || <span style="color:green">OK</span> || -
|}
 
====Location====
{|
|-
|-
!style="width:200px"| Title !! style="width:300px"|Link !! style="width:50px"|Status !! Action
|[http://doc-snapshot.qt-project.org/5.0/qtsensors/sensorgesture-emulator-topics.html QtSensorGestures Emulator] || <span style="color:green">OK</span> || -
|-
|-
|Qt Location C++ API || http://doc-snapshot.qt-project.org/5.0/qtlocation-cpp.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtsensors/sensorgesture-plugins-topics.html QtSensorGestures Plugins] || <span style="color:red">Fix</span> || Illustrations look like Nokia form factor. Is that ok? || -
|-
|-
|Qt Location GeoServices || http://doc-snapshot.qt-project.org/5.0/qtlocation-geoservices.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtsensors/sensors-backend-topics.html Qt Sensors Backend] || <span style="color:green">OK</span> || - || -
|-
|-
|QtLocation Namespace || http://doc-snapshot.qt-project.org/5.0/qtlocation.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtsensors/creating-a-sensor-plugin.html Creating a sensor plugin] || <span style="color:green">OK</span> || - || -
|-
|-
|Qt Location Module || http://doc-snapshot.qt-project.org/5.0/qtlocation-module.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtsensors/compatmap.html Compatibility Map] || <span style="color:green">OK</span> || - || -
|-
|-
|QML Maps || http://doc-snapshot.qt-project.org/5.0/qml-location5-maps.html || <span style="color:green">OK</span> || - || Location
|[http://doc-snapshot.qt-project.org/5.0/qtsensors/determining-the-default-sensor-for-a-type.html Determining the default sensor for a type] || <span style="color:red">Fix</span> || Nokia-specific (talks about a .conf file in /etc/xdg/Nokia). || -
|-
|-
|QML Location Plugin || http://doc-snapshot.qt-project.org/5.0/qml-location.html || <span style="color:green">OK</span> || - || Location
|[http://doc-snapshot.qt-project.org/5.0/qtsensors/dynamic-sensor-backend-registration.html Dynamic Sensor Backend Registration] || <span style="color:green">OK</span> || - || -
|-
|-
|Location QML Plugin || http://doc-snapshot.qt-project.org/5.0/qml-location-plugin.html || <span style="color:red">Fix</span> || Broken link to "coordinate" type || Location
|[http://doc-snapshot.qt-project.org/5.0/qtsensors/genericbackend.html Generic Backend] || <span style="color:green">OK</span> || - || -
|-
|-
|QML Maps Plugin || http://doc-snapshot.qt-project.org/5.0/qml-qtlocation5-maps.html || <span style="color:green">OK</span> || - || Location
|[http://doc-snapshot.qt-project.org/5.0/qtsensors/index-qtsensors.html Qt Sensors] || <span style="color:green">OK</span> || - || -
|-
|Qt Location || http://doc-snapshot.qt-project.org/5.0/index-qtlocation-module.html || <span style="color:red">Fix</span> || Talks about the default "nokia" plugin. Also seems to focus on Qt 4 APIs with a short list of Qt 5 updates at the end. || Location
|}
|}


 
==== QtTools ====
==== Contacts ====
{| class="wikitable"
{|
|-
! style="width:200px"|Title !!style="width:300px"| Link !!style="width:50px"| Status !! Action
|Qt Contacts || http://doc-snapshot.qt-project.org/5.0/qtcontacts-index.html || <span style="color:red">Fix</span> || Missing snippets
|-
|Qt Contacts Module || http://doc-snapshot.qt-project.org/5.0/qtcontacts-module.html || <span style="color:green">OK</span>
|-
|Qt Contacts Overview || http://doc-snapshot.qt-project.org/5.0/qtcontacts-overview.html || <span style="color:green">OK</span>
|-
|Qt Contacts Action API || http://doc-snapshot.qt-project.org/5.0/contactsactions.html || <span style="color:green">OK</span>
|-
|-
|Qt Contacts Asynchronous API || http://doc-snapshot.qt-project.org/5.0/contactsasync.html || <span style="color:green">OK</span>
! style="width:30%"|Title !!style="width:5%"| Status !! style="width:45%"|Action !! style="width:10%"|Owner
|-
|-
|Qt Contacts C++ API || http://doc-snapshot.qt-project.org/5.0/contactsclasses.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtdoc/qtuitools-module.html QtUiTools Module] || <span style="color:green">OK</span> || -
|-
|Qt Contacts Manager Engines || http://doc-snapshot.qt-project.org/5.0/contactsengines.html || <span style="color:green">OK</span>
|-
|Qt Contacts Synchronous API || http://doc-snapshot.qt-project.org/5.0/contactssync.html || <span style="color:green">OK</span>
|-
|Qt Contacts API Usage || http://doc-snapshot.qt-project.org/5.0/contactsusage.html || <span style="color:green">OK</span>
|}
|}


 
==== QtVersit ====
====Organizer====
{| class="wikitable"
{|
|-
|-
  ! style="width:200px"|Title !! style="width:300px"|Link !! style="width:50px"|Status !! Action
  ! style="width:30%"|Title !!style="width:5%"| Status !! style="width:45%"|Action !! style="width:10%"|Owner
|-
|-
|Qt Organizer || http://doc-snapshot.qt-project.org/5.0/qtorganizer-index.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtversit/qtversit-index.html Qt Versit] || <span style="color:green">OK</span> || -
|-
|-
|QtOrganizer Module || http://doc-snapshot.qt-project.org/5.0/qtorganizer-module.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtversit/qtversit-module.html QtVersit Module] || <span style="color:green">OK</span> || -
|-
|-
|Qt Organizer Manager Engines || http://doc-snapshot.qt-project.org/5.0/organizerengines.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtversit/vcardsupport.html Supported vCard Features] || <span style="color:green">OK</span> || -
|-
|-
|Qt Organizer Overview || http://doc-snapshot.qt-project.org/5.0/organizer.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtversit/qtversit-module.html Qt Versit C++ API]|| <span style="color:green">OK</span> || Link has changed
|-
|-
|Qt Organizer Synchronous API || http://doc-snapshot.qt-project.org/5.0/organizersync.html || <span style="color:green">OK</span>
|[http://doc-snapshot.qt-project.org/5.0/qtversit/versit.html Qt Versit Overview] || <span style="color:green">OK</span> || - || -
|-
|-
|Qt Organizer API Advanced Usage || http://doc-snapshot.qt-project.org/5.0/organizeradvanced.html || <span style="color:green">OK</span> || - || Qt Organizer
|[http://doc-snapshot.qt-project.org/5.0/qtversit/versitplugins.html Qt Versit Plugins]|| <span style="color:green">OK</span> || - || -
|-
|-
|Qt Organizer Asynchronous API || http://doc-snapshot.qt-project.org/5.0/organizerasync.html || <span style="color:green">OK</span> || - || Qt Organizer
|[http://doc-snapshot.qt-project.org/5.0/qtorganizer/icalsupport.html Supported iCalendar Features]|| <span style="color:green">OK</span> || - || -
|-
|Qt Organizer C++ API || http://doc-snapshot.qt-project.org/5.0/organizerclasses.html || <span style="color:green">OK</span> || - || Qt Organizer
|}
|}


 
==== Qt Publish and Subscribe ====
 
{| class="wikitable"
====Service Framework====
{|
|-
! style="width:200px"|Title !! style="width:300px"|Link !!style="width:50px"| Status !! Action
|-
|Qt Service Framework || http://doc-snapshot.qt-project.org/5.0/service-frameworks.html || <span style="color:red">Fix</span> || URLs of bug reports and 4.7 docs, and littered with mentions of "nokia" in the examples etc.
|-
|Service Frameworks Classes || http://doc-snapshot.qt-project.org/5.0/servicefw.html ||  <span style="color:green">OK</span>
|-
|Qt Service Framework Module || http://doc-snapshot.qt-project.org/5.0/qtserviceframework-module.html || <span style="color:green">OK</span>
|}
 
====System Info====
{|
|-
! style="width:200px"|Title !!style="width:300px"| Link !!style="width:50px"| Status
|-
|Qt System Info Module || http://doc-snapshot.qt-project.org/5.0/systeminfo.html || <span style="color:green">OK</span>
|}
 
 
 
 
 
==== QLALR ====
{|
|-
|style="width:200px"|qlalr - References to External Information || style="width:300px"|http://doc-snapshot.qt-project.org/5.0/qlalr-external-references.html || style="width:50px"|<span style="color:green">OK</span> || Missing actually, but that seems to have been the case in 4.x as well
|-
|qlalr - Writing Grammars || http://doc-snapshot.qt-project.org/5.0/qlalr-files.html || <span style="color:green">OK</span> || Missing actually, but that seems to have been the case in 4.x as well
|-
|qlalr - Generating Code from Grammar Specifications || http://doc-snapshot.qt-project.org/5.0/qlalr-generating.html || <span style="color:green">OK</span> || Missing actually, but that seems to have been the case in 4.x as well
|-
|qlalr - qlalr Grammar Specification || http://doc-snapshot.qt-project.org/5.0/qlalr-grammar-specification.html || <span style="color:green">OK</span> || Missing actually, but that seems to have been the case in 4.x as well
|-
|qlalr - Handling Conflicts || http://doc-snapshot.qt-project.org/5.0/qlalr-handling-conflicts.html || <span style="color:green">OK</span> || Missing actually, but that seems to have been the case in 4.x as well
|-
|qlalr - Error Handling and Recovery || http://doc-snapshot.qt-project.org/5.0/qlalr-handling-errors.html || <span style="color:green">OK</span> || Missing actually, but that seems to have been the case in 4.x as well
|-
|qlalr || http://doc-snapshot.qt-project.org/5.0/qlalr.html || <span style="color:green">OK</span> || Missing actually, but that seems to have been the case in 4.x as well
|}
==== ActiveQt ====
{|
|-
|style="width:200px"|QAxContainer Module ||style="width:300px"| http://doc-snapshot.qt-project.org/5.0/qaxcontainer-module.html || style="width:50px"|<span style="color:green">OK</span>
|-
|QAxServer Module || http://doc-snapshot.qt-project.org/5.0/qaxserver-module.html || <span style="color:green">OK</span>
|-
|ActiveX in Qt || http://doc-snapshot.qt-project.org/5.0/qt-activex.html || <span style="color:green">OK</span> || What's the status for ActiveX? A: Digia will [http://lists.qt-project.org/pipermail/development/2012-October/007349.html maintain it]
|-
|The dumpcpp Tool (ActiveQt) || http://doc-snapshot.qt-project.org/5.0/activeqt-dumpcpp.html || <span style="color:red">Fix</span> || Is ActiveQt removed? A: Digia will [http://lists.qt-project.org/pipermail/development/2012-October/007349.html maintain it]
|-
|The dumpdoc Tool (ActiveQt) || http://doc-snapshot.qt-project.org/5.0/activeqt-dumpdoc.html || <span style="color:red">Fix</span> || Is ActiveQt removed? A: Digia will [http://lists.qt-project.org/pipermail/development/2012-October/007349.html maintain it]
|-
|IDC - The Interface Description Compiler (ActiveQt) || http://doc-snapshot.qt-project.org/5.0/activeqt-idc.html || <span style="color:red">Fix</span> || Is ActiveQt removed? A: Digia will [http://lists.qt-project.org/pipermail/development/2012-October/007349.html maintain it]
|-
|testcon - An ActiveX Test Container (ActiveQt) || http://doc-snapshot.qt-project.org/5.0/activeqt-testcon.html || <span style="color:red">Fix</span> || Is ActiveQt removed? A: Digia will [http://lists.qt-project.org/pipermail/development/2012-October/007349.html maintain it]
|}
 
==== Qt 3D ====
{|
|-
! style="width:200px"|Title !!style="width:300px"| Link !! style="width:50px"|Status !! Action
|-
|Acceptance tests for Qt3D || http://doc-snapshot.qt-project.org/5.0/qt3d-acceptance.html || <span style="color:red">Fix</span> || Missing images
|-
|Qt3D Classes || http://doc-snapshot.qt-project.org/5.0/qt3d-all-classes.html || <span style="color:red">Fix</span> || Lists _all_ Qt classes, not just Qt3D
|-
|All Namespaces || http://doc-snapshot.qt-project.org/5.0/qt3d-all-namespaces.html || <span style="color:green">OK</span>
|-
|Qt 3D Annotated Class List || http://doc-snapshot.qt-project.org/5.0/qt3d-annotated.html || <span style="color:red">Fix</span> || Lists _all_ Qt classes, not just Qt3D
|-
|Qt3D Arrays and Vertex Buffers || http://doc-snapshot.qt-project.org/5.0/qt3d-arrays.html || <span style="color:green">OK</span>
|-
|Building QtQuick3D || http://doc-snapshot.qt-project.org/5.0/qt3d-building.html || <span style="color:red">Fix</span> || Missing images
|-
|Camera and View Frustum || http://doc-snapshot.qt-project.org/5.0/qt3d-camera-frustum.html || <span style="color:red">Fix</span> || Missing images
|-
|Qt 3D Classes || http://doc-snapshot.qt-project.org/5.0/qt3d-classes.html || <span style="color:red">Fix</span> || Lists __all_ Qt classes, not just Qt3D
|-
|Contributing to QtQuick3D and Qt3D || http://doc-snapshot.qt-project.org/5.0/qt3d-contrib.html || <span style="color:red">Fix</span> || Or OK, this page is simply missing
|-
|Declarative Scenegraph Creation || http://doc-snapshot.qt-project.org/5.0/qt3d-declarative-scenegraph.html || <span style="color:red">Fix</span> || Missing images
|-
|Qt3D Geometry || http://doc-snapshot.qt-project.org/5.0/qt3d-geometry.html || <span style="color:green">OK</span>
|-
|Qt3D Graphics View Integration || http://doc-snapshot.qt-project.org/5.0/qt3d-graphicsview.html || <span style="color:green">OK</span>
|-
|Qt 3D Inheritance Hierarchy || http://doc-snapshot.qt-project.org/5.0/qt3d-hierarchy.html || <span style="color:red">Fix</span> || Lists _all_ Qt classes, not just Qt3D
|-
|Qt3D Classes || http://doc-snapshot.qt-project.org/5.0/qt3d.html || <span style="color:red">Fix</span> || Or OK, this page is simply missing
|-
|Qt 3D || http://doc-snapshot.qt-project.org/5.0/qt3d-index.html || <span style="color:red">Fix</span> || Missing images
|-
|Other Licenses Used in Qt 3D || http://doc-snapshot.qt-project.org/5.0/qt3d-licenses.html || <span style="color:green">OK</span>
|-
|Qt3D Materials || http://doc-snapshot.qt-project.org/5.0/qt3d-materials.html || <span style="color:green">OK</span>
|-
|3D Math Basis || http://doc-snapshot.qt-project.org/5.0/qt3d-math-basis.html || <span style="color:red">Fix</span> || Missing images
|-
|Qt3D Math || http://doc-snapshot.qt-project.org/5.0/qt3d-math.html || <span style="color:green">OK</span>
|-
|All Modules || http://doc-snapshot.qt-project.org/5.0/qt3d-modules.html || <span style="color:green">OK</span>
|-
|Qt3D Painting || http://doc-snapshot.qt-project.org/5.0/qt3d-painting.html || <span style="color:green">OK</span>
|-
|QtQuick3D for Scripting 3D Apps in QML || http://doc-snapshot.qt-project.org/5.0/qt3d-qml3d.html || <span style="color:green">OK</span>
|-
|Stock Shapes for QtQuick3D || http://doc-snapshot.qt-project.org/5.0/qt3d-qml3d-shapes.html || <span style="color:green">OK</span>
|-
|Qt3D Scene Management || http://doc-snapshot.qt-project.org/5.0/qt3d-scene.html || <span style="color:green">OK</span>
|-
|Qt3D Texture Handling || http://doc-snapshot.qt-project.org/5.0/qt3d-textures.html || <span style="color:green">OK</span>
|-
|QtQuick3D Troubleshooting Guide || http://doc-snapshot.qt-project.org/5.0/qt3d-troubleshooting.html || <span style="color:red">Fix</span> || Missing images
|-
|Qt3D Viewing || http://doc-snapshot.qt-project.org/5.0/qt3d-viewing.html || <span style="color:green">OK</span>
|}
 
====jsondb====
 
{|
|-
! style="width:200px"|Title !! style="width:300px"|Link !! style="width:50px"|Status !! Action !! Sub-topic
|-
|Notifications || http://doc-snapshot.qt-project.org/5.0/notifications.html || <span style="color:green">OK</span> || Maybe add JSON DB to the title || JsonDB
|-
|Object Indexes || http://doc-snapshot.qt-project.org/5.0/object-indexes.html || <span style="color:green">OK</span> || Maybe add JSON DB to the title || JsonDB
|}
 
=== Examples and tutorials ===
{|
|-
|style="width:200px"|Chapter 3: Adding Property Bindings || style="width:300px"|http://doc-snapshot.qt-project.org/5.0/declarative-tutorials-extending-chapter3-bindings.html ||  style="width:50px"|<span style="color:green">OK</span> || Contains some iffy code snippets
|-
|Chapter 4: Using Custom Property Types || http://doc-snapshot.qt-project.org/5.0/declarative-tutorials-extending-chapter4-custompropertytypes.html ||  <span style="color:green">OK</span> || Contains some iffy code snippets
|-
|Chapter 5: Using List Property Types || http://doc-snapshot.qt-project.org/5.0/declarative-tutorials-extending-chapter5-listproperties.html ||  <span style="color:green">OK</span> || Contains some iffy code snippets
|-
|Chapter 6: Writing an Extension Plugin || http://doc-snapshot.qt-project.org/5.0/declarative-tutorials-extending-chapter6-plugins.html ||  <span style="color:red">Fix</span> || Mention of QML Viewer
|-
|QML Advanced Tutorial 1 - Creating the Game Canvas and Blocks || http://doc-snapshot.qt-project.org/5.0/declarative-tutorials-samegame-samegame1.html || <span style="color:green">OK</span> || Contains some iffy code snippets
|-
|QML Advanced Tutorial 2 - Populating the Game Canvas || http://doc-snapshot.qt-project.org/5.0/declarative-tutorials-samegame-samegame2.html || <span style="color:green">OK</span> || Contains some iffy code snippets
|-
|QML Advanced Tutorial 3 - Implementing the Game Logic || http://doc-snapshot.qt-project.org/5.0/declarative-tutorials-samegame-samegame3.html || <span style="color:green">OK</span> || Contains some iffy code snippets
|-
|QML Advanced Tutorial 4 - Finishing Touches || http://doc-snapshot.qt-project.org/5.0/declarative-tutorials-samegame-samegame4.html || <span style="color:green">OK</span> || Contains some iffy code snippets
|}
 
{|
|-
! Title !! Link !! Status !! Action
|-
|style="width:200px"|QML Advanced Tutorial ||style="width:300px"| http://doc-snapshot.qt-project.org/5.0/qtquick2-qml-advtutorial.html ||style="width:50px"| <span style="color:green">OK</span> || - || QML
|-
|QML Dynamic View Ordering Tutorial || http://doc-snapshot.qt-project.org/5.0/qtquick2-qml-dynamicview-tutorial.html ||  <span style="color:green">OK</span> || - || QML
|-
|QML Tutorial 1 - Basic Types || http://doc-snapshot.qt-project.org/5.0/qtquick2-qml-tutorial1.html ||  <span style="color:red">Fix</span> || Says to use "qmlviewer" to view example, but that's called "qmlscene" now, right?  || QML
|-
|QML Tutorial 2 - QML Components || http://doc-snapshot.qt-project.org/5.0/qtquick2-qml-tutorial2.html ||    <span style="color:green">OK</span> || - || QML
|-
|QML Tutorial 3 - States and Transitions || http://doc-snapshot.qt-project.org/5.0/qtquick2-qml-tutorial3.html ||    <span style="color:green">OK</span> || - || QML
|-
|QML Tutorial || http://doc-snapshot.qt-project.org/5.0/qtquick2-qml-tutorial.html ||    <span style="color:green">OK</span> || - || QML
|}
 
{|
|-
! Title !! Link !! Status !! Action !! Sub-topic
|-
|style="width:200px"|Widgets Tutorial || style="width:300px"|http://doc-snapshot.qt-project.org/5.0/widgets-tutorial.html || style="width:50px"|<span style="color:green">OK</span> || Mention QtQuick || Widgets
|-
|QML Tutorial 1 - Basic Types || http://doc-snapshot.qt-project.org/5.0/qml-tutorial1.html || <span style="color:red">Fix</span> || Missing snippets || QML
|-
|QML Tutorial 2 - QML Components || http://doc-snapshot.qt-project.org/5.0/qml-tutorial2.html || <span style="color:red">Fix</span> || Missing snippets || QML
|-
|QML Tutorial 3 - States and Transitions || http://doc-snapshot.qt-project.org/5.0/qml-tutorial3.html || <span style="color:red">Fix</span> || Missing snippets || QML
|-
|QML Tutorial || http://doc-snapshot.qt-project.org/5.0/qml-tutorial.html || <span style="color:red">Fix</span> || Wrong link to source code for the tutorial || QML
|-
|QML Advanced Tutorial || http://doc-snapshot.qt-project.org/5.0/qml-advtutorial.html || <span style="color:green">OK</span> || - || QML
|-
|Chapter 7 || http://doc-snapshot.qt-project.org/5.0/qml-extending-tutorial7.html || <span style="color:green">OK</span> || - || QML
|-
|Tutorial || http://doc-snapshot.qt-project.org/5.0/qml-extending-tutorial-index.html || <span style="color:green">OK</span> || - || QML
|-
|The Webkit Bridge Tutorial - Hybrid Client Application || http://doc-snapshot.qt-project.org/5.0/webkit-imageanalyzer.html || <span style="color:red">Fix</span> || Missing snippets / images
|}
 
=== The Kill List ===
 
These pages have been marked for deletion by the triaging project, but have not yet been deleted. Some could possibly still be needed, though, so please use your judgement.
 
{|
|-
! style="width:200px"|Title !! style="width:300px"|Link !! style="width:100px"|Status !! Action |
|-
| Accessibility Classes || http://doc-snapshot.qt-project.org/5.0/accessibility.html || X
|-
| Qt Personal Information Management Tutorials || http://doc-snapshot.qt-project.org/5.0/all-pim-tutorials.html || X || A page consisting of a single link.
|-
| Qt Assistant in More Detail || http://doc-snapshot.qt-project.org/5.0/assistant-details.html || X || Exact same information is contained inside assistant.html
|-
| Qt Assistant Manual || http://doc-snapshot.qt-project.org/5.0/assistant-manual.html || X || Exact same information is contained inside assistant.html
|-
| Compiler Notes || http://doc-snapshot.qt-project.org/5.0/compiler-notes.html || X
|-
| C++ Extensions: QGraphicsLayouts examples || http://doc-snapshot.qt-project.org/5.0/declarative-cppextensions-qgraphicslayouts.html || X || Very specific to QML 1 (graphics view-based)
|-
| Platform-Specific Functions || http://doc-snapshot.qt-project.org/5.0/exportedfunctions.html || X
|-
| Fine-Tuning Features in Qt || http://doc-snapshot.qt-project.org/5.0/fine-tuning-features.html || X
|-
| CDE Style Widget Gallery || http://doc-snapshot.qt-project.org/5.0/gallery-cde.html || X
|-
| Motif Style Widget Gallery || http://doc-snapshot.qt-project.org/5.0/gallery-motif.html || X
|-
| Licenses for Fonts Used in Qt for Embedded Linux || http://doc-snapshot.qt-project.org/5.0/licenses-fonts.html || Rename: we still ship the fonts
|-
| Qt Licenses and Credits || http://doc-snapshot.qt-project.org/5.0/licensing.html || X || empty
|-
| Rendering in 3D || http://doc-snapshot.qt-project.org/5.0/painting-3d.html || X || List of QtOpenGL classes
|-
| Partitions || http://doc-snapshot.qt-project.org/5.0/partitions.html || X
|-
| Qt for Embedded Linux Fonts || http://doc-snapshot.qt-project.org/5.0/qt-embedded-fonts.html || Rename and rewrite? We still ship the fonts
|-
| makeqpf || http://doc-snapshot.qt-project.org/5.0/qt-embedded-makeqpf.html || ??? We still ship this tool
|-
| Qt JSON DB Reference || http://doc-snapshot.qt-project.org/5.0/qtjsondb-index.html || X
|-
|-
| Qt Quick Shader Effects || http://doc-snapshot.qt-project.org/5.0/qtquick-effects-shaders.html || X || Does not contain any content.
! style="width:30%"|Title !!style="width:5%"| Status !! style="width:45%"|Action !! style="width:10%"|Owner
|-
|-
| Qt Quick Transformation Types || http://doc-snapshot.qt-project.org/5.0/qtquick-effects-transformations.html || X || No content
|[http://doc-snapshot.qt-project.org/5.0/qtpublishsubscribe/qvaluespace.html QValueSpace Namespace] ||<span style="color:green">OK</span> || -
|-
|-
| Qt for Embedded Linux Classes || http://doc-snapshot.qt-project.org/5.0/qws.html || X
|[http://doc-snapshot.qt-project.org/5.0/qtpublishsubscribe/publ-subs.html Qt Publish Subscribe Module] || <span style="color:green">OK</span> || -
|-
|-
| Special JSON Properties || http://doc-snapshot.qt-project.org/5.0/special-properties.html || X
|[http://doc-snapshot.qt-project.org/5.0/qtpublishsubscribe/qml-publishsubscribe.html Publish and Subscribe QML Plugin] || <span style="color:green">OK</span> || -
|}
|}

Latest revision as of 13:39, 3 December 2012

List of Qt documentation pages classified according to the structure defined in Qt5/Documentation/OverviewStructure, along with information about what might need fixing on each of the pages.

How to help out

  1. Pick an entry that has "Fix" in the "Status" column.
  2. Put your name into the Owner field, and save the page
  3. Follow the instructions in the Action column, and fix whatever else needs fixing on the page
  4. Change status to either OK or Fix language if you want a language check on what you've written

Needs action

Title Status Action Owner
How to Report a Bug OK - Lars
Codecs OK Removed Lars
Configuring Qt OK Kill it! Paul
Qt Performance Tuning OK Outdated: Kill it Paul

Introduction

As described in Qt5/Documentation/OverviewStructure#Introduction, source at qtdoc/doc/src/index.qdoc, current snapshot: http://doc-snapshot.qt-project.org/5.0/qtdoc/index.html

Title Status Action Owner
What is Qt Fix Rename to "Getting started with Qt", but content outline stays. "Getting started"-heading in content outline should be renamed to "Create your first application" (or something like that...) and link to current getting started page Topi
Introduction to Qt 5 OK Rename to 'What's new in Qt 5'. Fix contentList of API changes don't show up. It's a QDoc issue which is being fixed as part of QTBUG-27695 Venu
Getting started Ok Remove from main page. Add info about when to choose to use widgets and when to use QML. Eskil
What is Qt OK remove and put content to 'Getting started with Qt' Topi
Supported Platforms OK Bring up to date regarding which desktop platforms we support, and also write a bit about the embedded and mobile platforms Tuukka
Licensing and Credits OK - Lars and others

Porting from Qt 4

Title Status Action Owner
Porting QML Applications to Qt 5 OK The page is yet to merged from master to the newdocs branch. Venu
Porting Applications from QtMobility Sensors to Qt Sensors OK -
Porting Guidelines OK -

SDK

As described in Qt5/Documentation/OverviewStructure#.22Application_Development_.28tools_and_Qt_Creator.29.22_Topic_Page, source at qtdoc/doc/src/developmenttools.qdoc, current snapshot: http://doc-snapshot.qt-project.org/5.0/qtdoc/topics-app-development.html

Title Status Action Owner
Development Tools OK Needs polish, get rid of qvfb reference (no longer relevant in Qt 5) Leena
Configuration Options for Qt In Review Page to be removed, instruct to use configure -help only? Topi
CMake Manual OK -

Tools

Using Qt Assistant as a Custom Help Viewer OK Mentions CD-ROMs like it's state of the art, so it sounds super-old. Talks about Qt 4.4 like it's the latest version. Leena
Qt Assistant http://doc-snapshot.qt-project.org/5.0/assistant.html OK Screenshot says "Qt 4.4" and has a HUGE Trolltech-logo :P. Mentions of Qt 4.4.0 and Qt 4.4.1 in examples. Lots of Qt 4.4 screenshots done on Windows XP. Maybe we should update those? Claims Assistant is better than a web browser since it can do full text search, which we plan to implement in the web page as well? Also, Google might have something to cover that stuff. Leena
Creating and Using Components for Qt Designer OK -
QtDesigner Module OK -
Resource Compiler (rcc) OK -
Qt's Tools http://doc-snapshot.qt-project.org/5.0/qttools.html Kill Some of these have been moved into the QtTools add-on, I think. The applicable parts were moved to the new Development Tools topic. Leena
User Interface Compiler (uic) OK -
Resource Compiler (rcc) OK -

General

Developing Qt Applications for Mac OS X OK - -
Cross-Platform and Platform-Specific Development Fix Needs more information
Exception Safety OK -
General Qt Requirements OK Remove QWS references Paul
Qt for Mac OS X Requirements OK -
Qt for Windows CE Requirements Fix Looks outdated; is CE even supported anymore?
Qt for Windows Requirements OK
Qt for X11 Requirements OK Samuel

qmlscene

Prototyping with qmlscene OK - -

Deployment

Deploying Qt Applications Fixed Outdated list of modules, and outdated list of platforms? Venu
Deploying an Application on Mac OS X Fix language? Is this up-to-date? The deployment tool mentioned here does not seem to exist. What about Creator? [Gabriel]OK Looks good to me, but it may be good to update the library version in the examples to 5.0. (Also, macdeployqt is part of qttools). Gabriel
Deploying Plugins OK -
Deploying an Application on Windows OK OK with some reservations: Does not mention SDK or Qt Creator at all.. Should it?
Deploying an Application on X11 Platforms OK OK with some reservations: Does not mention SDK or Qt Creator at all.. Should it?

Qt Designer

Qt Designer's Buddy Editing Mode OK - -
Qt Designer's Signals and Slots Editing Mode OK -
Creating Custom Widget Extensions OK -
Creating Custom Widgets for Qt Designer OK -
Creating Main Windows in Qt Designer OK -
Customizing Qt Designer Forms OK Refers to QWidget include file as <QtGui/QWidget> Leena
Qt Designer's Editing Modes OK -
Using Layouts in Qt Designer OK Talks about QFormLayout as if it's the new sliced bread Leena
Qt Designer Manual OK Should be clear about this being a designer for Widget apps specifically and that there are options. Leena: I don't agree with this, as at this level users are probably looking for information about using Qt Designer. The options should be explained at a higher level. Shawn Rutledge, Leena
Saving, Previewing and Printing Forms in Qt Designer OK -
A Quick Start to Qt Designer OK -
Editing Resources with Qt Designer OK -
Using Stylesheets with Qt Designer OK -
Qt Designer's Tab Order Editing Mode OK -
Getting to Know Qt Designer OK Outdated information on how to start application (should probably focus on Qt Creator integration). Contains a reference to old "Qt Software" branding. Leena
Qt Designer's UI File Format OK XML-schema missing, but this will probably be picked up by a qdoc error.
Using a Designer UI File in Your Application OK Some iffy code snippets. Will be fixed later.
Using Containers in Qt Designer OK -
Using Custom Widgets with Qt Designer OK -
Qt Designer's Widget Editing Mode OK Contains a TODO: "### Screenshot of widget box, again" Leena

Cross-platform development

Supported Platforms Ok See QTBUG-27250. Also mentions Nokia. Consider syncing with Digia's page Tuukka
Platform and Compiler Notes OK Remove "embedded linux" Lars
Platform Notes - INTEGRITY Fix Almost empty
Platform and Compiler Notes - Mac OS X OK Code snippet won't compile because it uses QApplication without including QtWidgets. Also has an empty section labelled "Binary Package".
Platform and Compiler Notes - QNX Fix Almost empty Peter Hartmann
Platform and Compiler Notes - VxWorks Fix Almost empty
Platform and Compiler Notes - Windows OK Refers to compiling Qt 4. Contains the macro "%VERSION%": Is this supposed to be expanded by qdoc?
Platform and Compiler Notes - X11 OK A lot of this information is outdated Lars
Platform-Specific Documentation Fix outdated

qmake

qmake Advanced Usage OK - -
qmake Common Projects OK -
Configuring qmake's Environment OK -
qmake Function Reference OK -
qmake Manual OK -
qmake Platform Notes OK Contains sections about Symbian Leena
Using Precompiled Headers OK Contains some 4.0 versioning in the code snippets and claims we still support VC6. Leena
qmake Project Files OK Outdated examples where you have to do "CONFIG += qt thread" to get a multithreaded Qt application. Outdated list of modules. Leena
qmake Reference OK -
Running qmake OK -
qmake Tutorial OK -
Using qmake OK -
qmake Variable Reference OK Contains information particular to Symbian and Maemo. Layout is all crazy. Module list for QT variable is outdated. Contains information about variables that have been deprecated since Qt 4.2. Leena: Joerg was not sure what was meant by this, so please remove anything you think should go and ask Ossi to review. Leena

sdk

Title Status Action Owner
Getting Started Programming with Qt Ok Called "Getting started with Qt" instead of "Getting started with QtWidgets" Eskil
Installation OK Expand with more platforms? -
Installing Qt for Mac OS X Fix Should focus on SDK instead of source builds? -
Installing Qt for Windows CE Fix Should focus on SDK instead of source builds? -
Installing Qt for Windows Fix Should focus on SDK instead of source builds? -
Installing Qt for X11 Platforms Fix Should focus on SDK instead of source builds? -
Qt Linguist Manual: Text ID Based Translations OK - -
Qt Linguist Manual: Release Manager OK - -
Qt Linguist Manual OK - -
Qt Linguist Manual: Programmers OK Include information about QML. Leena: Added a short paragraph with a link, will integrate the contents later. Leena
Qt Linguist Manual: Translators OK First section only says "Contents". Placeholder? Leena
Qt Linguist Manual: TS File Format OK Missing DTD Leena
Support for Linux/X11 OK List of features includes graphics view and QtOpenGL, but not QML. Eskil
Support for Mac OS X OK List of features includes graphics view and QtOpenGL, but not QML. Eskil
Qt for Mac OS X - Specific Issues Fix Suggests contacting technical support. Should perhaps redirect to mailing lists and forums instead? Also mentions that Q_WS_MAC is no longer defined, but still uses it in a code snippet. -
Using the Meta-Object Compiler (moc) Ok Says that "moc does not expand macros", but I think Lars added a fully functioning preprocessor? Kevin Krammer



Title Status Action Owner
Debugging QML Applications OK - -
Deploying QML Applications Fix Claims that QQuickView is QWidget-based and uses QApplication instead of QGuiApplication in examples. - Lars

Build system

Title Status Action Owner
Creating Shared Libraries OK -

User Interfaces

As described in Qt5/Documentation/OverviewStructure#.22User_Interface.22_Topic_Page, source at qtdoc/doc/src/userinterfaces.qdoc, current snapshot: http://doc-snapshot.qt-project.org/5.0/qtdoc/topics-ui.html

General

Title Status Action Owner
User Interfaces OK Complete the overview page according to the instructions it currently contains J-P Nurmi, Andras Becsi
Standard Accelerator Keys Ok Contains a reference to Q3Accel as the "best practice" for accelerators in Qt... The list of standard accelerators might be useful to some people, though. Eskil
Accessibility Ok Make this less confrontational? -
Animation Framework Fix QEasingCurve needs a description, otherwise it's fine. Lars
The Animation Framework Ok Mentions "Kinetic" and "Graphics View". Might need some generalization. Jan Arve
Setting the Application Icon OK
Performance Considerations And Suggestions OK - -
Restoring a Window's Geometry Ok Update to QWindow (also, QWidget::saveGeometry is buggy) Kevin Krammer
Overview of Qt's Undo Framework OK - -
Scalability OK But maybe mention desktop as well as devices -
Session Management OK -
Books about GUI Design Fixed Should mention that the Qt 4-book is mainly relevant for widgets development and other. We'll just have to assume that our charity-agreement with Amazon (our favorite bookstore apparently) is still valid? Gunnar
UI Design with Qt OK - -
The Qt GUI Module OK - -
Qt GUI Module Overview OK - -
Desktop Integration OK See QTBUG-25524 -
Getting Started Guides Ok Differentiating between Qt and QML as two different toolkits. Should be "widgets" and "QML"? Eskil

QML and QtQuick

Title Status Action Owner
Important C++ Classes Provided By The Qt QML Module OK - -
Embedding C++ Objects into QML with Context Properties OK - -
Data Type Conversion Between QML and C++ OK - -
Defining QML Types from C++ OK - -
Exposing Attributes of C++ Types to QML OK - -
Interacting with QML Objects from C++ OK - -
Integrating QML and C++ OK - -
Defining Object Types through QML Documents OK - -
Resource Loading and Network Transparency OK - -


Title Status Action Owner
QML Module QtQuick.Window 2.0 OK - -
Qt Quick Module - C++ Classes OK - -
Qt Quick Release Notes OK - -
Qt Quick Licensing Information OK This topic is missing from the newdocs snapshot, so the link it pointing to the doc-snapshot version of it. -


Positioning with Anchors OK - -
Item Layouts OK - -
Right-to-left User Interfaces OK - -
Important Concepts In Qt Quick - Positioning OK - -
QML Types Provided by Qt Quick OK - -
Quick Start Guide - QML Basics OK - -
Quick Start Guide - QML Essentials OK - -
Animation and Transitions in Qt Quick OK - -
Using Qt Quick Behaviors with States OK - -
Qt Quick States OK - -
Important Concepts in Qt Quick - States, Transitions and Animations OK - -
Usecase - Animations In QML OK - -
Use Case - Integrating JavaScript in QML OK Last link in document doesn't work -
Use Case - Layouts In QML OK - -
Use Case - Style And Theme Support OK - -
Use Case - Displaying Text In QML OK - -
Use Case - Responding To User Input in QML OK - -
Use Case - Visual Elements In QML OK - -
Concepts - Visual Coordinates in Qt Quick OK - -
Important Concepts In Qt Quick - The Visual Canvas OK - -
Concepts - Visual Parent in Qt Quick OK - -
Important Concepts In Qt Quick - Visual Types OK - -
Title Status Action Owner
C++ Extension Points Provided By Qt Quick OK - -
Composing User Interfaces with QML Fix Missing snippets and images Gunnar
Creating C++ Plugins for QML OK - -
Defining JavaScript Resources In QML OK - -
Defining Reusable Components OK Contains lots of ######## comments Gunnar
Dynamic QML Object Creation from JavaScript OK - -
Generating Items with Repeaters OK - -
Identified Modules OK - -
Important Concepts In Qt Quick - Convenience Types OK - -
Important Concepts In Qt Quick - Graphical Effects OK - -
Important Concepts In Qt Quick - User Input OK - -
Importing JavaScript Resources in QML OK - -
Importing QML Document Directories OK - -
Import Statements OK - -
Integrating QML and JavaScript OK - -
Internationalization and Localization with Qt Quick OK - -
Introduction to Qt Quick Removed Talks about QtDeclarative, Symbian and Maemo and has screenshot with Symbian in it. Gunnar: Duplicated information, removed Gunnar
JavaScript Expressions in QML Documents OK - -
[http://doc-snapshot.qt-project.org/5.0/qtquick/qtqml-javascript-hostenvironment.html JavaScript Host Environment OK - -
Keyboard Focus in Qt Quick OK A bit too much QWidget -
Legacy Modules OK - -
List of JavaScript Objects and Functions OK - -
Module Definition qmldir Files OK - -
Mouse Events OK - -
Particle System Performance Guide OK - -
Property Binding OK Fix the ### TODO Gunnar
QML Application Developer Resources OK Gunnar: removed Gunnar
QML Application Development Tools OK Gunnar: removed Gunnar
QML Basic Types OK - -
QML Best Practices Guides OK - -
QML Best Practices: Coding Conventions Removed Gunnar: this document is mostly useless and a duplicate of the Coding Conventions one, so it has been removed Gunnar
QML Best Practices: Data types OK This document contains empty sections, Kill it? Gunnar
QML Coding Conventions Fix Why have two coding conventions documents, this and qml-best-practices-coding.html? -
QML Concepts and Syntax removed Missing snippets and images. Gunnar: duplicated information, removed Gunnar
QML Documents OK - -
QML Features OK - -
QML Global Object OK - -
QML Modules OK - -
QML Object Attributes OK - -
QML Object Types OK - -
QML Syntax Basics OK - -
QML Types Provided By The QtQml Module OK - -
Qt QML OK - -
Qt QML Module - C++ Classes OK - -
Qt QML Release Notes OK - -
Qt Quick Glossary Of Terms OK - -
Qt Quick OK - -
Qt Quick Text Input Handling and Validators OK Remove QRegExp reference? QRegularExpression is the new class in 5.0. -
Scope and Naming Resolution OK - -
Signal and Handler Event System OK - -
Sprite Animations OK Broken HTML for links and some broken qdoc syntax at the top. Gunnar
Structure of a QML Document OK - -
The QML Type System OK - -
User Interaction with QML Fix Missing snippets -
[qml-behaviors-and-states.html Using QML Behaviors with States] OK - -
Using the Qt Quick Particle System OK - -
Introduction
Getting Started Programming with QML Ok Several anachronisms, old code samples, etc. See QTBUG-25621 Eskil

Widgets

Title Status Action Owner
Abstract Widget Classes Ok Page is empty. Jan Arve Sæther
Advanced Widgets Ok Just a list of widgets. Seems incomplete. -
Widget Appearance and Style OK - -
Window and Dialog Widgets Fix Very widget-specific and overloads the term "Window" which now has a different meaning. -
Basic Widgets Ok - -
Organizers OK - -
QtOpenGL Module Ok This module is deprecated. The Motif reference might not be relevant any more Jan Arve Sæther
Dialog Windows OK - -
Cleanlooks Style Widget Gallery Ok CleanLooks is not part of the Qt 5 release, but is an unmaintained addon -> Killed Jan Arve Sæther
GTK Style Widget Gallery Fix Doesn't the GTK style use the system theme? Should be clarified if that's the case. J-P Nurmi
Qt Widget Gallery OK - -
Macintosh Style Widget Gallery OK Has a table-breaking image, but mostly fine. -
Plastique Style Widget Gallery Ok Plastique is not part of Qt 5 release, but is an unmaintained addon -> Killed Jan Arve Sæther
Windows Style Widget Gallery OK - -
Windows Vista Style Widget Gallery OK - -
Windows XP Style Widget Gallery OK - -
Fusion Style Widget Gallery Ok Generate gallery & update Plastique/Cleanlooks links to Fusion J-P Nurmi
Layout Classes OK - -
QtWidgets Module OK - -
Styling OK - -
Graphics View Classes OK - -
Graphics View Framework OK - -
Standard Dialogs OK - -
Styles and Style Aware Widgets OK All QWindowsStyle etc. references must be removed, use QCommonStyle/QProxyStyle instead. J-P Nurmi
Customizing Qt Widgets Using Style Sheets OK - -
Qt Designer Integration OK - -
Qt Style Sheets OK - -
Qt Style Sheets Reference OK - -
The Style Sheet Syntax OK - -
Application Main Window OK - -
Layout Management OK - -
Main Window and Related Classes OK - -
Widgets and Layouts OK Mention QtQuick -

User input

Title Status Action Owner
Keyboard Focus OK Widget-specific. Should contain info about keyboard-focus in QML. Shawn Rutledge
Gestures Programming OK Focuses on QWidget and Graphics View. Should probably focus on QWidget and QML? Shawn Rutledge

Drag and drop

Drag and Drop Fix Needs to describe QtQuick/QWindow (QWidget part is OK) - Lars

Rich text

Title Status Action Owner
Advanced Rich Text Processing OK -
Common Rich Text Editing Tasks OK - - -
The QTextCursor Interface OK -
Rich Text Processing OK -
Supported HTML Subset OK -
Document Layouts OK -
Rich Text Processing APIs OK -
Rich Text Document Structure OK -

i18n

Title Status Action Owner
Internationalization with Qt OK - Lars
Qt Classes for Internationalization OK - -
Translation Rules for Plurals OK - -
Writing Source Code for Translation OK - Lars

Model/View

Title Status Action Owner
Important Concepts In Qt Quick - Data - Models, Views and Data Storage OK - -
Models and Views in Qt Quick OK - -
Model/View Classes OK - -
Model/View Programming Fix Should cover QML usage. Steve
Model/View Tutorial Fix Very focused on widgets. It should be clear that widgets and QML are both first class citizens when it comes to presenting the contents of a model. Also lists a few Qt 4 books, so it should be made clear there that they describe concepts which are still relevant, but that they don't contain information about the new additions in Qt 5 (or, probably, the laters versions of Qt 4). -
Using C++ Models with QtQuick Views OK - -

Core fundamentals

As described in Qt5/Documentation/OverviewStructure#.22Core_fundamentals.22_Topic_Page, source at qtdoc/doc/src/core.qdoc, current snapshot: http://doc-snapshot.qt-project.org/5.0/qtdoc/topics-core.html

General

Title Status Action Owner
Core Fundamentals Fix Write an overview, make sure all the links work
Non-GUI Classes OK
Unicode in Qt OK
Calling Qt Functions From Unix Signal Handlers OK -
Implementing Atomic Operations OK -
Creating Custom Qt Types OK Should probably mention QtQuick
Debugging Techniques OK -
http://doc-snapshot.qt-project.org/5.0/qtcore/qtalgorithms.html lt;QtAlgorithms> - Generic Algorithms] OK -
QtCore Module OK -
<QtEndian> - Endian Conversion Functions OK -
Using qt.conf OK -

Event system

Title Status Action Owner
The Event System OK -
Event Classes OK -


IPC

Title Status Action Owner
D-Bus OK - -
Inter-Process Communication in Qt OK Write about QProcess Paul
Declaring Signals in D-Bus Adaptors OK -
Declaring Slots in D-Bus Adaptors OK -
QDBus Namespace OK -
The QtDBus Type System OK -
D-Bus Viewer Fix The link is BROKEN. This topic is under qttools which is yet to be modularized. The link will be fixed once that is done and qdocconf files are added to the repo.
QtDBus XML compiler (qdbusxml2cpp) OK -

Plugins

Title Status Action Owner
How to Create Qt Plugins OK -
Qt Module QML Plugins OK -

Object model

Title Status Action Owner
Object Model OK -
Object Trees & Ownership OK QWidget is not "the base class of everything that appears on the screen" Paul
The Meta-Object System OK Paul
The Property System OK -
Title Status Action Owner
Signals & Slots OK A bit too much focus on QWidget?
Why Doesn't Qt Use Templates for Signals and Slots? OK -
Timers OK Change to be less QWidget-focused

QPA

Title Status Action Owner
Qt Platform Abstraction Fix Skeleton overview documentation for QPA needs fleshing out -
kmap2qmap Fix Rewrite to mention QPA instead of Qt/Embedded - this tool does not compile, and the page is not linked from anywhere -

Platform specific

Mac
Title Status Action Owner
Qt is Mac OS X Native OK -
WinCE
Title Status Action Owner
Qt for Windows CE OK What's the status for CE? aholza
Windows CE - Using shadow builds Fix WinCE? aholza
Windows CE - Introduction to using Qt Fix is CE still supported? aholza
Windows CE - Working with Custom SDKs Fix is CE still supported? aholza
Qt for Windows CE and OpenGL ES Fix Outdated: Only mentions QGLWidget; is CE still supported? aholza
Windows CE - Signing Fix Is CE still supported? aholza

Threads and Concurrency

Title Status Action Owner
Threading Basics Fix Update archaic technique of reimplementing QThread::run() (See QTBUG-23635). Change to be less QWidget-focused JKSH
Threading Classes OK - JKSH
Thread Support in Qt OK Link back to Threading Basics in Recommended Reading JKSH
Thread-Support in Qt Modules OK - JKSH
Threads and QObjects Fix Update archaic technique of reimplementing QThread::run() (See QTBUG-23635). Change to be less QWidget-focused JKSH
Concurrent Programming OK - JKSH
Reentrancy and Thread-Safety OK - JKSH
Starting Threads with QThread Fix Update archaic technique of reimplementing QThread::run() (See QTBUG-23635). Change QApplication to QGuiApplication JKSH
Synchronizing Threads OK - JKSH
QtConcurrent Module Fix No links JKSH

Container classes

Title Status Action Owner
Container Classes OK -
Classes for String Data OK -
Implicitly Shared Classes OK -
Implicit Sharing Fix List of classes needs to be updated. https://codereview.qt-project.org/#change,41378 https://codereview.qt-project.org/#change,41381 https://codereview.qt-project.org/#change,41382 Giuseppe

State Machine

Title Status Action Owner
The State Machine Framework OK -
State Machine Classes OK -

Data Structure and Storage

As described in Qt5/Documentation/OverviewStructure#.22Data_Structure_and_Storage.22_Topic_Page, source at qtdoc/doc/src/datastorage.qdoc, current snapshot: http://doc-snapshot.qt-project.org/5.0/qtdoc/topics-data-storage.html

Title Status Action Owner
Data Structures and Storage Fix for 5.0 Complete the "### Todo" style sections Nico
Database Classes OK -
Serializing Qt Data Types OK -
JSON Support in Qt OK - -
Input/Output and Networking OK - -
Qt Quick Local Storage QML Types OK -
Qt Quick XmlListModel QML Types OK -

Resources

The Qt Resource System OK Remove reference to obsoleted Qt 3 functionality - -

SQL

Title Status Action Owner
SQL in Qt OK -
Qt SQL OK -
Qt SQL Module - C++ Classes OK -

Databases

Title Status Action Owner
Connecting to Databases OK -
SQL Database Drivers OK Correct qmake usage. See QTBUG-27325, QTBUG-25600
Creating Data-Aware Forms OK -
Using the SQL Model Classes OK -
Presenting Data in a Table View OK -
SQL Programming OK -
Executing SQL Statements OK -
Data Types for Qt-supported Database Systems OK -

XML

Title Status Action Owner
XQuery OK - -
A Short Path to XQuery OK - -

Multimedia

As described in Qt5/Documentation/OverviewStructure#.22Multimedia.22_Topic_Page, source at qtdoc/doc/src/multimedia.qdoc, current snapshot: http://doc-snapshot.qt-project.org/5.0/qtdoc/topics-multimedia.html

Title Status Action Owner
Multimedia OK -
Positional Audio OK Strange orthography, so maybe it should be brushed up, but content is fine.
Audio Overview OK -
Camera Overview OK -
Changes in Qt Multimedia OK -
Multimedia Backend Development OK -
Qt Multimedia Overview OK -
Qt Multimedia - QML Types OK -
Video Overview OK -
Qt Multimedia QML API OK -
QtMultimedia Namespace OK -
Qt Multimedia OK -
MetaData Namespace OK -
Qt Multimedia - C++ Classes OK -
QAudio Namespace OK -
Radio Overview OK -

Networking and Connectivity

As described in Qt5/Documentation/OverviewStructure#.22Connectivity_and_Networking.22_Topic_Page, source at qtdoc/doc/src/connectivity.qdoc, current snapshot: http://doc-snapshot.qt-project.org/5.0/qtdoc/topics-network-connectivity.html

Title Status Action Owner
Networking and Connectivity Fix for 5.0 Complete the overview page by implementing all the "### TODO"-style comments Nico
Bearer Management OK -
Qt Bluetooth C++ API Fix The link is BROKEN The page is missing from the newdocs build.
Qt Bluetooth QML API Fix The link is BROKEN The page is missing from the newdocs build.
Network Programming API OK -
Qt Bluetooth OK -
Qt Bluetooth Overview OK -
QtDBus module OK -
Qt Network OK -
Qt Network - C++ Classes OK -
Network Programming with Qt OK -
Secure Sockets Layer (SSL) Classes OK Says "classes below", but there is no class list (this was also the fact in 4.8)
Using QtDBus Adaptors OK -
QBluetooth Namespace OK -

Graphics

As described in Qt5/Documentation/OverviewStructure#.22Graphics.22_Topic_Page, source at qtdoc/doc/src/graphics.qdoc, current snapshot: http://doc-snapshot.qt-project.org/5.0/qtdoc/topics-graphics.html

Title Status Action Owner
Graphics OK - Samuel
Coordinate System OK -
Graphical Effects OK - -
Qt Quick Particles QML Types OK -
Qt Graphical Effects OK -
Qt Graphics and Printing OK -
QtPrintSupport Module OK -
Printing with Qt OK -

QPainter

Title Status Action Owner
Painting Classes OK -
Paint Devices and Backends OK - Samuel
Drawing and Filling OK -
Paint System OK -
Reading and Writing Image Files OK -
<qdrawutil.h> - Drawing Utility Functions OK -
QGL Namespace OK
Qt Quick Scene Graph OK -

Reference

As described in Qt5/Documentation/OverviewStructure#References, source at qtdoc/doc/src/index.qdoc

Title Status Action Owner
Best Practice Guides Fix Needs links to QML articles -
Class and Function Documentation Fix Qt 3D seems overrepresented compared to other modules -
Annotated Class List Fix Descriptions are missing -
All Overviews and HOWTOs Fix If this list is not generated, it will need fixing -
Programming with Qt Done Kill it! Paul
QService Namespace OK - -
QSql Namespace OK - -
QSsl Namespace OK - -
Groups Of Related Classes OK - -
Inheritance Hierarchy OK - -
Known Issues OK -
All Modules OK -
All Namespaces Fix Add QtQuick-related namespaces -
<QtGlobal> - Global Qt Declarations OK -
Qt Namespace OK - -
<QtPlugin> - Defining Plugins OK -
Qt and Key Technologies OK -
Tutorials Fix Outdated -

Legal

Fix: There are several general issues here:

  1. All the "editions" pages should be merged, and should talk about "licensing" instead, and be consistent with Digia messaging. (update: https://codereview.qt-project.org/#change,40943 fixes some of this)
  2. The "Third party licenses" and "other licenses" pages are overlapping, possibly outdated and hard to read. Should be merged, checked and given a proper layout.
  3. It is not clear why many of the single 3rparty license pages here should deserve their own pages instead of just being part of the "third party licenses" list. Presumable most or all of them should simply be merged into that page.


Title Status Action Owner
Qt Commercial Edition Fix Contains some contact information for Digia and links to *GPL licenses, but otherwise outdated. Eirik Aa.
Thanks! OK -
Third-Party Licenses Used in Qt OK -
CatharonLicense.txt OK -
Big5-HKSCS Text Codec OK -
Big5 Text Codec OK -
EUC-JP Text Codec OK -
EUC-KR Text Codec OK -
GBK Text Codec OK -
Shift-JIS Text Codec OK -
ISO 2022-JP (JIS) Text Codec OK -
TSCII Text Codec OK -
Poly2Tri Polygon Triangulation Library OK -
Contributions to the Following Cocoa platform plugin files: qcocoaapplication.h, qcocoaapplication.mm, qcocoaapplicationdelegate.h, qcocoaapplicationdelegate.mm, qcocoaeventdispatcher.h, qcocoaeventdispatcher.mm, qmacdefines_mac.h OK -
The qtmain Library OK -
Notes about PDF Licensing OK -
Trademarks OK Nokia -> Digia Christian Stromme
GNU General Public License (GPL) OK - -
GNU Lesser General Public License (LGPL) OK - -
Other Licenses Used in Qt OK But remove link to killed page -
Open Source Versions of Qt OK s/Nokia/Digia/ Christian Stromme
Implementation of the Recursive Shadow Casting Algorithm in Qt Designer OK -
Qt Editions Fix Fix links

Scripting

As described in Qt5/Documentation/OverviewStructure#.22Scripting.22_Topic_Page, source at qtdoc/doc/src/scripting.qdoc, current snapshot: http://doc-snapshot.qt-project.org/5.0/qtdoc/topics-scripting.html

Title Status Action Owner
Scriping OK Complete the overview according to the suggested section outline Jedrzej
Making Applications Scriptable OK -
ECMAScript Reference OK -

QtScript

Title Status Action Owner
Qt Script Debugger Manual Fix QtScript goes away?
Creating QtScript Extensions Fix QtScript goes away?
QtScript Module Fix QtScript goes away?
QtScriptTools Module Fix QtScript goes away?
Scripting Classes and Overviews Fix QtScript goes away?
Making Applications Scriptable Fix QtScript goes away?

Testing

Source at qtdoc/doc/src/testing.qdoc, current snapshot: http://doc-snapshot.qt-project.org/5.0/qtdoc/testing-and-debugging.html

Title Status Action Owner
Testing and debugging OK Complete the overview page by implementing all the "### TODO"-style comments Eirik Aa
QTest Namespace OK Missing snippets Christian Stromme
QTestLib Manual Fix Get rid of "provided by Nokia" ? Does cetest still work for remote execution of tests on Windows CE?
Chapter 1: Writing a Unit Test OK -
Chapter 2: Data Driven Testing OK -
Chapter 3: Simulating GUI Events OK -
Chapter 4: Replaying GUI Events OK -
Chapter 5: Writing a Benchmark OK Samuel
QTestLib Tutorial OK -
QtTest Module OK -

Qt Quick Test

Title Status Action Owner
QtQuickTest Reference Documentation OK - -

Add-ons

The topics listed in this section take lower priority for the Qt 5.0 release, as most of these modules are not part of the release package. Documentation source can be found at qtdoc/doc/src/addons.qdoc, current snapshot: http://doc-snapshot.qt-project.org/5.0/qtdoc/addons.html

General

Title Status Action Owner
Addons Ok Complete the addons overview page by implementing all the "### TODO"-style comments on the page Eskil

QtXML (deprecated)

Title Status Action Owner
An Introduction to Namespaces OK - -
Working with the DOM Tree OK - -
XML Processing OK - -
The SAX interface OK - -
XML Streaming Ok Missing snippets Kevin Krammer
XML Classes OK - -
QtXml Module OK Is this really OK? The module is deprecated and replaced by APIs in QtCore. -

QtXMLPatterns

Title Status Action Owner
Qt XML Patterns Module Fix Add the missing module page.

QtSVG

Title Status Action Owner
QtSvg Module fix Add the missing module page.

Sensors

Title Status Action Owner
QtSensorGestures C++ API OK -
Qt Sensors C++ API OK -
Porting Applications from QtMobility Sensors to Qt Sensors OK -
QtSensorGestures Emulator OK -
QtSensorGestures Plugins Fix Illustrations look like Nokia form factor. Is that ok? -
Qt Sensors Backend OK - -
Creating a sensor plugin OK - -
Compatibility Map OK - -
Determining the default sensor for a type Fix Nokia-specific (talks about a .conf file in /etc/xdg/Nokia). -
Dynamic Sensor Backend Registration OK - -
Generic Backend OK - -
Qt Sensors OK - -

QtTools

Title Status Action Owner
QtUiTools Module OK -

QtVersit

Title Status Action Owner
Qt Versit OK -
QtVersit Module OK -
Supported vCard Features OK -
Qt Versit C++ API OK Link has changed
Qt Versit Overview OK - -
Qt Versit Plugins OK - -
Supported iCalendar Features OK - -

Qt Publish and Subscribe

Title Status Action Owner
QValueSpace Namespace OK -
Qt Publish Subscribe Module OK -
Publish and Subscribe QML Plugin OK -