Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | qdoc: Reorganized the QML elements table to be a dictionary... | Martin Smith | 2010-08-18 | 1 | -2/+21 |
| | | | | ...and a set of functional group pages. | ||||
* | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7 | Martin Smith | 2010-07-22 | 1 | -0/+18 |
|\ | |||||
| * | Merge remote branch 'origin/4.7' into oslo-staging-1 | Aaron McCarthy | 2010-07-16 | 1 | -0/+18 |
| |\ | | | | | | | | | | | | | Conflicts: tools/qdoc3/htmlgenerator.cpp | ||||
| | * | Docs: HTML comments marks so Creator can extract data efficiently. | Leandro Melo | 2010-07-14 | 1 | -0/+18 |
| | | | | | | | | | | | | Reviewed-by: Martin Smith | ||||
* | | | qdoc: Fixed reporting of read-only status for QML properties. | Martin Smith | 2010-07-22 | 1 | -20/+198 |
|/ / | | | | | | | Task-number: QTBUG-11512 | ||||
* | | qdoc: Fixed broken QML property links. | Martin Smith | 2010-07-08 | 1 | -1/+1 |
|/ | | | | Task-number: QTBUG-12038 | ||||
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7 | David Boddie | 2010-06-28 | 1 | -2/+37 |
|\ | |||||
| * | doc: Added more DITA output to the XML generator | Martin Smith | 2010-06-25 | 1 | -2/+37 |
| | | | | | | | | | | | | Output Q_PROPERTY as a cxxVariable. Task-number: QTBUG-11391 | ||||
* | | Merge branch '4.7' of /home/dboddie/git/oslo-staging-1 into 4.7 | David Boddie | 2010-06-25 | 1 | -5/+59 |
|\ \ | |/ | |||||
| * | doc: Added more DITA output to the XML generator | Martin Smith | 2010-06-22 | 1 | -2/+6 |
| | | | | | | | | | | | | Some of the cxxVariable stuff for properties. Task-number: QTBUG-11391 | ||||
| * | qdoc3: Build fix for regression in e2f0e728e | Andreas Kling | 2010-06-22 | 1 | -1/+1 |
| | | |||||
| * | doc: Added more DITA output to the XML generator | Martin Smith | 2010-06-21 | 1 | -5/+8 |
| | | | | | | | | | | | | cxxEnumeration stuff for enum types. Task-number: QTBUG-11391 | ||||
| * | doc: Added more DITA output to the XML generator | Martin Smith | 2010-06-21 | 1 | -4/+16 |
| | | | | | | | | | | | | | | More cxxFunction stuff for member functions. Function parameters and other stuff. Task-number: QTBUG-11391 | ||||
| * | doc: Added more DITA output to the XML generator | Martin Smith | 2010-06-18 | 1 | -0/+35 |
| | | | | | | | | | | | | More cxxFunction stuff for member functions. Task-number: QTBUG-11391 | ||||
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/dboddies-oslo-staging-1-qdoc ↵ | David Boddie | 2010-06-18 | 1 | -0/+14 |
|\ \ | |/ | | | | | into 4.7 | ||||
| * | doc: Added more DITA output to the XML generator | Martin Smith | 2010-06-16 | 1 | -0/+14 |
| | | | | | | | | | | | | Some of the cxxFunction stuff for member functions. Task-number: QTBUG-11391 | ||||
* | | qdoc: Added a workaround for QML/Qt class name clashes. | David Boddie | 2010-06-18 | 1 | -1/+12 |
|/ | | | | Reviewed-by: Trust Me | ||||
* | doc: Added more DITA output to the XML generator | Martin Smith | 2010-06-15 | 1 | -0/+35 |
| | | | | Task-number: QTBUG-11391 | ||||
* | Fixed qdoc3 crash. | Rohan McGovern | 2010-06-09 | 1 | -3/+3 |
| | | | | Fixes "Invalid read of size 4" reported by valgrind. | ||||
* | qdoc: Added more API topics. Are these important? | Martin Smith | 2010-05-03 | 1 | -1/+1 |
| | |||||
* | Merge remote branch 'origin/4.7' into 4.7 | Olivier Goffart | 2010-04-01 | 1 | -1/+1 |
|\ | | | | | | | | | Conflicts: src/gui/text/qstatictext.cpp | ||||
| * | Fix compilation with Sun CC: | Thiago Macieira | 2010-03-29 | 1 | -1/+1 |
| | | | | | | | | | | | | "node.cpp", line 1337: Error: There is extra text on this line. Reviewed-by: Trust Me | ||||
* | | Merge remote branch 'origin/4.7' into 4.7 | Olivier Goffart | 2010-03-25 | 1 | -11/+11 |
|\ \ | |/ | | | | | | | | | Conflicts: tools/qdoc3/generator.cpp tools/qdoc3/node.cpp | ||||
| * | qdoc3: Fixed some ifdef typos and removed some whitespace. | Martin Smith | 2010-03-17 | 1 | -6/+6 |
| | | |||||
* | | Fix warnings and build on mingw | Thierry Bastian | 2010-03-25 | 1 | -3/+3 |
|/ | |||||
* | qdoc: ifdefed out all the debug code. | Martin Smith | 2010-03-15 | 1 | -0/+6 |
| | | | | | I think the crash that occurs when running qdoc over multiple qdocconf files is fixed. | ||||
* | Compile | Kent Hansen | 2010-03-11 | 1 | -1/+1 |
| | |||||
* | qdoc: Fixed lookup of QML property nodes. | Martin Smith | 2010-03-11 | 1 | -0/+17 |
| | | | | | At this point, no QML qdoc errors appear in the output. There is still a lot of debug output. | ||||
* | qdoc: Clear a static multimap after each qdocconf file. | Martin Smith | 2010-03-08 | 1 | -0/+9 |
| | | | | Task: QTBUG-8804 | ||||
* | qdoc: Added some debug output to track down a crash | Martin Smith | 2010-03-08 | 1 | -2/+2 |
| | | | | The crash doesn't happen on my OS X 10.4. | ||||
* | qdoc3: Trying to find a bug that causes a crash. | Martin Smith | 2010-03-03 | 1 | -1/+4 |
| | | | | | | | | It doesn't crash on OS X, but it does on some other platforms. If you run into this crash running qdoc3, you can work around it by commenting out line 1539 in tools/qdoc3/htmlgenerator.cpp The line to comment out is: generateQmlInheritedBy(qml_cn, marker); | ||||
* | Compile. | Morten Johan Sørvig | 2010-03-02 | 1 | -0/+1 |
| | |||||
* | Merge remote branch 'berlin/4.7' into 4.7 | Oswald Buddenhagen | 2010-03-02 | 1 | -2/+2 |
|\ | |||||
| * | Introduce optional qdoc_bootstrapped qmake flag | Harald Fernengel | 2010-03-01 | 1 | -2/+2 |
| | | | | | | | | | | | | | | This allows building documentation even when cross-compiling. Note that for official documentation, you should always use your host's qdoc3 binary. This qmake option is for testing whether you introduced new qdoc warnings even if you don't have a native build around. | ||||
* | | qdoc: Second attempt, QML doc stuff. | Martin Smith | 2010-03-02 | 1 | -4/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | This change caused a crash on several platforms before, but not on mine, of course. It outputs a list of new QML elements on the What's New in 4.7 page, and it outputs the "Inherited by" list on each QML elemnent page for elements that are inherited by other elements. I can't see why it should crash anything, but I have included some debug output. I think the crash might have something to do with QList<T>, which qdoc3 uses heavily. If it crashes for you, please get a stack trace and the debug output. | ||||
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 | Martin Smith | 2010-02-26 | 1 | -4/+4 |
|\ \ | |/ | |||||
| * | Revert "qdoc: Finished "Inherited by" list for QML elements." | Andreas Aardal Hanssen | 2010-02-25 | 1 | -4/+4 |
| | | | | | | | | | | | | This reverts commit 83d7242271cf8196a8133de0406788135e16abbb. Reviewed-by: Martin Smith | ||||
* | | doc: Added \since 4.7 to several \qmlclass elements. | Martin Smith | 2010-02-26 | 1 | -0/+8 |
|/ | |||||
* | qdoc: Finished "Inherited by" list for QML elements. | Martin Smith | 2010-02-19 | 1 | -4/+4 |
| | | | | | | The listed elements are now links. Task: QTBUG-8153 | ||||
* | qdoc: Added "Inherited by" list to QML elements. | Martin Smith | 2010-02-18 | 1 | -0/+20 |
| | | | | | | But the listed elements are not links yet, just plain text. Task: QTBUG-8153 | ||||
* | qdoc3: Added curly braces in switch statement for braindead compiler. | Martin Smith | 2010-02-11 | 1 | -1/+1 |
| | | | | | | Also added the \pagekeywords command. Task: QTBUG-7877 | ||||
* | qdoc3: Added capability to create qt.pageindex. | Martin Smith | 2010-02-10 | 1 | -2/+48 |
| | | | | Task: QTBUG-7877 | ||||
* | qdoc3: Removed a debug output. | Martin Smith | 2010-02-04 | 1 | -2/+0 |
| | |||||
* | qdoc3: Added support for the \qmlbasictype command. | Martin Smith | 2010-02-03 | 1 | -2/+26 |
| | |||||
* | Update copyright year to 2010 | Jason McDonald | 2010-01-06 | 1 | -1/+1 |
| | | | | Reviewed-by: Trust Me | ||||
* | doc: Example page now lists images used by the example | Martin Smith | 2009-12-04 | 1 | -1/+11 |
| | | | | | | | It just links to an empty page at the moment, i.e., it doesn't load the images. But I will add that. Task-number: QTBUG-4484 | ||||
* | qdoc3: Allow the full signature for QML signals and methods | Martin Smith | 2009-11-11 | 1 | -0/+7 |
| | | | | | | | | ...in the \qmlmethod and \qmlsignal commands, and the corresponding "attached" ones. Previously, the type was not allowed, but it really should be there, which means the \qmlmethod and \qmlsignal commands should be updated throughout. | ||||
* | qdoc3: Fixed a linking problem for qml methods. | Martin Smith | 2009-11-11 | 1 | -27/+65 |
| | | | | | | Note the Invalid Syntax errors for some uses of \qmlmethod and \qmlsignal. A syntactically correct signature is now required as the argument. | ||||
* | qdoc updates for QML | Warwick Allison | 2009-11-04 | 1 | -1/+3 |
| | | | | Reviewed-by:Michael Brasser | ||||
* | qdoc3: Added the \qmlattachedsignal and \qmlattachedmethod. | Martin Smith | 2009-10-23 | 1 | -4/+8 |
| | | | | They works just like the \qmlsignal and \qmlmethod commands. |