Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | qdoc: Added default values to config file for DITA | Martin Smith | 2011-03-25 | 5 | -16/+58 |
| | | | | | | | | | | | Also added the handling of these default values: dita.metadata.default.author = Qt Development Frameworks dita.metadata.default.permissions = all dita.metadata.default.publisher = Nokia dita.metadata.default.copyryear = 2011 dita.metadata.default.copyrholder = Nokia dita.metadata.default.audience = programmer | ||||
* | qdoc: Don't wrap <image> in <fig> if in an <xref> | Martin Smith | 2011-03-24 | 1 | -2/+4 |
| | |||||
* | qdoc: Added <copyright>, <copyryear>, and <copyrholder>. | Martin Smith | 2011-03-24 | 1 | -3/+19 |
| | |||||
* | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7 | Martin Smith | 2011-03-24 | 16 | -39/+299 |
|\ | |||||
| * | Merge branch 'clone_4.7' into 4.7 | Jerome Pasion | 2011-03-23 | 6 | -6/+263 |
| |\ | |||||
| | * | Adopting changes from a merge with qt-doc-team repo, 4.7 branch | Jerome Pasion | 2011-03-22 | 3 | -3/+3 |
| | | | |||||
| | * | Merge remote branch 'remotes/qt-doc-team/4.7' into 4.7 | Jerome Pasion | 2011-03-18 | 5 | -321/+382 |
| | |\ | |||||
| | * | | Edited QtWebKit Guide CSS chapter. Created example links. | Jerome Pasion | 2011-03-17 | 5 | -6/+262 |
| | | | | | | | | | | | | | | | | Reviewed-by: David Boddie | ||||
| | * | | Adding QtWebKit Guide (BETA). | Jerome Pasion | 2011-03-15 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | Added images, new doc build configurations, and example code. | ||||
| * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into 4.7 | David Boddie | 2011-03-22 | 9 | -29/+29 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: doc/src/declarative/declarativeui.qdoc doc/src/declarative/dynamicobjects.qdoc doc/src/declarative/elements.qdoc doc/src/examples/qml-examples.qdoc | ||||
| | * | | | Bump Qt version to 4.7.4 | Timo Turunen | 2011-03-21 | 9 | -28/+28 |
| | | | | | | | | | | | | | | | | | | | | Reviewed-by: Trust Me | ||||
| | * | | | Bump Qt version to 4.7.3 | Timo Turunen | 2011-03-09 | 9 | -29/+29 |
| | | | | | | | | | | | | | | | | | | | | Reviewed-by: Trust Me | ||||
| * | | | | qdoc: Avoid infinite loops in table of contents generation. | David Boddie | 2011-03-21 | 1 | -1/+4 |
| | | | | | |||||
| * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7 | David Boddie | 2011-03-18 | 4 | -183/+185 |
| |\ \ \ \ | | | |_|/ | | |/| | | |||||
| * | | | | Removed the documentation from the install rule. | David Boddie | 2011-03-18 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7 | David Boddie | 2011-03-15 | 3 | -205/+264 |
| |\ \ \ \ | |||||
| * | | | | | Doc: Fixed typo. | David Boddie | 2011-03-15 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7 | David Boddie | 2011-03-14 | 4 | -14/+78 |
| |\ \ \ \ \ | | | |_|_|/ | | |/| | | | |||||
| * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7 | David Boddie | 2011-03-08 | 4 | -10/+162 |
| |\ \ \ \ \ | |||||
| * | | | | | | Fixed invalid HTML output. | David Boddie | 2011-03-03 | 1 | -1/+1 |
| | | | | | | | |||||
* | | | | | | | qdoc: Completed metadata handling. | Martin Smith | 2011-03-24 | 8 | -126/+152 |
| |_|_|_|/ / |/| | | | | | | | | | | | | | | | | | But not the default values part in the config file. | ||||
* | | | | | | qdoc: Added the <othermeta> element. | Martin Smith | 2011-03-18 | 3 | -1/+30 |
| | | | | | | |||||
* | | | | | | qdoc: Completed changing <section> structure. | Martin Smith | 2011-03-17 | 2 | -182/+155 |
| |_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | There appears to be a design flaw in the DITA language in that it doesn't allow the <title> element to appear inside a <bodydiv> <sectiondiv>. | ||||
* | | | | | qdoc: Changed <section> structure. | Martin Smith | 2011-03-15 | 3 | -205/+264 |
| |_|/ / |/| | | | | | | | | | | | | | | | | | | | There appears to be a design flaw in the DIKT language in that it doesn't allow the <title> element to appear inside a <bodydiv> <sectiondiv>. | ||||
* | | | | qdoc: Added <publisher> and <permissions> elements. | Martin Smith | 2011-03-10 | 3 | -9/+45 |
| | | | | |||||
* | | | | qdoc: Added <component> element to contain the module name. | Martin Smith | 2011-03-10 | 1 | -1/+6 |
| | | | | |||||
* | | | | qdoc: Added <prodinfo> element and its contents to the metadata. | Martin Smith | 2011-03-09 | 2 | -5/+28 |
| |/ / |/| | | |||||
* | | | qdoc: Added Author> and <category> elements to the metadata. | Martin Smith | 2011-03-07 | 4 | -25/+103 |
| | | | |||||
* | | | qdoc: Added enum values and tag names for <prolog> and <metadata> | Martin Smith | 2011-03-04 | 2 | -6/+81 |
| | | | | | | | | | | | | These contain many subelements, whose tages were also added. | ||||
* | | | qdoc: Removed debug code. | Martin Smith | 2011-03-02 | 1 | -1/+0 |
|/ / | |||||
* | | qdoc: Added more descriptions for QML commands. | Martin Smith | 2011-03-01 | 1 | -138/+156 |
| | | |||||
* | | qdoc: Added more descriptions for QML commands. | Martin Smith | 2011-03-01 | 1 | -239/+284 |
| | | |||||
* | | qdoc: Added more descriptions for QML commands. | Martin Smith | 2011-02-28 | 1 | -132/+126 |
| | | |||||
* | | qdoc: Added more descriptions for QML commands. | Martin Smith | 2011-02-28 | 1 | -8/+69 |
| | | |||||
* | | qdoc: Added more descriptions for QML commands. | Martin Smith | 2011-02-28 | 1 | -15/+95 |
| | | |||||
* | | qdoc: Added more descriptions for QML commands. | Martin Smith | 2011-02-25 | 1 | -10/+29 |
| | | |||||
* | | qdoc: Began adding descriptions for QML commands. | Martin Smith | 2011-02-25 | 2 | -4/+123 |
| | | |||||
* | | qdoc: More updating command descriptions. | Martin Smith | 2011-02-25 | 1 | -769/+695 |
| | | |||||
* | | qdoc: More updating command descriptions. | Martin Smith | 2011-02-24 | 1 | -169/+115 |
| | | |||||
* | | qdoc: More updating command descriptions. | Martin Smith | 2011-02-24 | 1 | -210/+186 |
| | | |||||
* | | qdoc: More updating command descriptions. | Martin Smith | 2011-02-24 | 1 | -133/+123 |
| | | |||||
* | | qdoc: More updating command descriptions. | Martin Smith | 2011-02-24 | 1 | -113/+105 |
| | | |||||
* | | Merge branch 'mimir' of git@scm.dev.nokia.troll.no:qt/qt-doc-team into mimir | Martin Smith | 2011-02-24 | 92 | -855/+4888 |
|\ \ | |||||
| * \ | Merge branch '4.7' into mimir | Morten Engvoldsen | 2011-02-23 | 92 | -855/+4888 |
| |\ \ | |||||
| | * \ | Merge branch 'mimir' into 4.7 | David Boddie | 2011-02-23 | 7 | -4999/+4877 |
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: doc/src/declarative/qdeclarativemodels.qdoc doc/src/index.qdoc doc/src/template/style/style.css tools/qdoc3/atom.h tools/qdoc3/doc.cpp tools/qdoc3/doc/qdoc-manual.qdoc tools/qdoc3/doc/qdoc-manual.qdocconf | ||||
| | * | | | Doc: Fixed handling of versioned properties and added documentation. | David Boddie | 2011-02-22 | 3 | -85/+79 |
| | | | | | | | | | | | | | | | | | | | | Task-number: QTBUG-13451 | ||||
| | * | | | Doc: Removed help project declarations in the online configuration. | David Boddie | 2011-02-22 | 1 | -34/+0 |
| | | | | | |||||
| | * | | | Added a build rule for the qdoc3 manual. | David Boddie | 2011-02-17 | 1 | -3/+17 |
| | | | | | |||||
| | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7 | David Boddie | 2011-02-17 | 1 | -4/+2 |
| | |\ \ \ | |||||
| | | * | | | Doc: correcting links in the online templates | Morten Engvoldsen | 2011-02-15 | 1 | -2/+1 |
| | | | | | |