Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update URL's to use new domain. | Jason McDonald | 2009-08-12 | 12 | -14/+14 |
| | | | | Reviewed-by: Trust Me | ||||
* | Update contact URL in license headers. | Jason McDonald | 2009-08-12 | 89 | -89/+89 |
| | | | | Reviewed-by: Trust Me | ||||
* | qdoc: List the NOTIFY signal function in the property doc. | Martin Smith | 2009-08-10 | 5 | -3/+18 |
| | |||||
* | qdoc: Don't include internal or private classes in annotated lists. | Martin Smith | 2009-08-06 | 1 | -1/+2 |
| | |||||
* | qdoc: Fixed a Windows crash in HtmlGenerator::generateCompactList(). | Martin Smith | 2009-08-06 | 1 | -26/+17 |
| | |||||
* | Workaround a crash in qdoc. | Volker Hilsheimer | 2009-08-05 | 1 | -0/+5 |
| | | | | Caused by an odd number of classes it seems. | ||||
* | Make \annotatedlist <group> work also in pages that are not \group pages. | Volker Hilsheimer | 2009-08-05 | 1 | -9/+6 |
| | | | | | | The command right now only lists the classes in the group, in alphabetical order. Not ideal for integrating into overviews, where the list should be ordered by relevance. | ||||
* | qdoc: Removed the "No such group" qdoc error. | Martin Smith | 2009-08-05 | 1 | -0/+2 |
| | | | | | | | | This error was printed if you used a \ingroup xxx, but there was no \group xxx anywhere. Now we will stop using the \group command, but we will retain the \ingroup command for use with the \annotatedlist command. | ||||
* | qdoc: Added \annotated list command to qdoc3. | Martin Smith | 2009-08-04 | 6 | -14/+40 |
| | | | | | | | Now you can put "\annotatedlist xxx" anywhere in a qdoc comment, and it will generate the class list for the xxx group at that location. xxx must be a group name. | ||||
* | Merge branch 'master' of git://git-nokia.trolltech.com.au/qtsoftware/qt/qt | Aaron Kennedy | 2009-07-30 | 4 | -5/+18 |
|\ | |||||
| * | qdoc: Added -obsoletelinks flag to opt in for reporting obsolete links. | Martin Smith | 2009-07-29 | 4 | -5/+18 |
| | | |||||
* | | Merge QML specific qdoc changes | Aaron Kennedy | 2009-07-29 | 19 | -312/+1413 |
|/ | | | | Reviewed-by: Martin Smith | ||||
* | qdoc: Added superscript obsolete to obsolete links. | Martin Smith | 2009-07-28 | 2 | -2/+12 |
| | | | | Only for obsolete links from non-obsolete things. | ||||
* | qdoc: Fixed all references to obsolete QHttp classes. | Martin Smith | 2009-07-24 | 1 | -3/+11 |
| | |||||
* | qdoc: Removed obsolete classes from annotated lists. | Martin Smith | 2009-07-23 | 1 | -0/+3 |
| | |||||
* | qdoc: Reported links to obsolete things that appear in non-obsolete things. | Martin Smith | 2009-07-22 | 1 | -2/+7 |
| | | | | Also marked the other QHttpXxx classes as \obsolete. | ||||
* | qdoc: Added page for obsolete classes. | Martin Smith | 2009-07-22 | 2 | -21/+59 |
| | | | | | | | The classes marked \obsolete are no longer included in the "All Classes" list. They are listed separately on an "Obsolete Classes" list. The new page is reachable from the "All Classes" page and from the "Grouped Classes" page. | ||||
* | qdoc: Changed to build qdoc3 in release mode. | Martin Smith | 2009-07-22 | 1 | -2/+3 |
| | |||||
* | doc: Print warning where \reimp is used where \internal should be used. | Martin Smith | 2009-07-20 | 1 | -9/+13 |
| | | | | e.g. '\reimp' in myFunc() should be '\internal' because its base function is private or internal | ||||
* | doc: Increased memitemleft width from 160px to 180px. | Martin Smith | 2009-07-20 | 2 | -2/+3 |
| | |||||
* | Doc: Added XML Schema license information to the documentation. | David Boddie | 2009-07-17 | 1 | -2/+3 |
| | | | | | Reviewed-by: Trust Me Post-review-sanity-check-by: Peter Hartmann | ||||
* | Doc: Updated the version numbers in the documentation metadata. | David Boddie | 2009-07-17 | 7 | -13/+13 |
| | | | | Reviewed-by: Trust Me | ||||
* | qdoc: Removed unnecessary error report/rule | Martin Smith | 2009-07-09 | 1 | -0/+3 |
| | | | | | | | | qdoc reported an error if you used \section2 on its owin, i.e. with no outer \section1. While strictly speaking correct, it imposed an unnecessary restriction, e.g. sometimes you just want to use \section2 to get a smaller title for a section. | ||||
* | doc: Output a clearer "All functions in this class are..." statement. | Martin Smith | 2009-07-08 | 4 | -53/+156 |
| | | | | Task-number: 189232 | ||||
* | qdoc: Added missing CR to help message. | Martin Smith | 2009-07-06 | 1 | -1/+1 |
| | |||||
* | doc: Corrected several qdoc warnings. | Martin Smith | 2009-07-02 | 2 | -2/+4 |
| | |||||
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt | Volker Hilsheimer | 2009-07-01 | 1 | -1/+1 |
|\ | |||||
| * | doc: Fixed several qdoc error reports. | Martin Smith | 2009-07-01 | 1 | -1/+1 |
| | | | | | | | | | | Also changed qdoc not to warn about undocumented parameters if the function is marked with the \reimp command. | ||||
* | | Make "make docs" in QTDIR work on Windows, independent of configure ↵ | Volker Hilsheimer | 2009-07-01 | 1 | -0/+1 |
|/ | | | | | | | | | -debug/release/debug_and_release - build qdoc3 always into tools\qdoc3 rathern than release/debug subdirs - call it from there Reviewed-by: Marius SO | ||||
* | qdoc: Added more handling of \reimp command | Martin Smith | 2009-06-30 | 7 | -23/+47 |
| | | | | | | Also fixed a few qdoc error reports. Task-number: 162182, 222650 | ||||
* | qdoc: Changed handling of reimplemented functions. | Martin Smith | 2009-06-26 | 8 | -43/+245 |
| | | | | | | | | | | There are now sections for "Reimplemented Public Functions" and "Reimplemented Protected Functions" in the summaries for each class. This isn't complete yet. It introduces a lot of qdoc warnings about undocumented parameters, but I will fix those. There is more to be done here but i want to get some feedback already. Task-number: 162182, 222650 | ||||
* | Integrate the OpenVG graphics system into Qt 4.6 | Rhys Weatherley | 2009-06-22 | 1 | -0/+2 |
| | | | | | This change also moves the EGL support classes from QtOpenGL to QtGui so they can be shared between OpenGL and OpenVG. | ||||
* | qdoc: Fixed XHTML breakage again. | David Boddie | 2009-06-22 | 1 | -2/+2 |
| | | | | Reviewed-by: Trust me | ||||
* | Merge branch '4.5' of scm.dev.nokia.troll.no:qt/qt | Simon Hausmann | 2009-06-19 | 2 | -2/+0 |
|\ | |||||
| * | Docs: remove reference to nonexistent file | Joerg Bornemann | 2009-06-19 | 2 | -2/+0 |
| | | | | | | | | Reviewed-by: David Boddie | ||||
* | | qdoc: Fixed crash when a compact list section was empty. | Martin Smith | 2009-06-18 | 1 | -24/+27 |
| | | |||||
* | | Merge license header changes from 4.5 | Volker Hilsheimer | 2009-06-16 | 89 | -178/+178 |
|\ \ | |/ | |||||
| * | Update license headers as requested by the marketing department. | Jason McDonald | 2009-06-16 | 89 | -178/+178 |
| | | | | | | | | Reviewed-by: Trust Me | ||||
* | | Merge commit 'origin/4.5' | Bjørn Erik Nilsen | 2009-06-12 | 1 | -1/+1 |
|\ \ | |/ | | | | | | | | | | | | | | | | | Conflicts: demos/boxes/glshaders.cpp src/gui/graphicsview/qgraphicsitem.cpp tests/auto/qgraphicsitem/tst_qgraphicsitem.cpp tools/linguist/shared/cpp.cpp translations/linguist_ja.qm translations/qt_ru.qm | ||||
| * | Bump qt-eclipse version number in docs | Jarek Kobus | 2009-06-09 | 1 | -1/+1 |
| | | |||||
* | | doc: Fixed several qdoc warnings. | Martin Smith | 2009-06-11 | 2 | -2/+4 |
| | | |||||
* | | Reduce left-margins in qdoc | Jens Bache-Wiig | 2009-06-10 | 1 | -6/+3 |
| | | | | | | | | | | | | The current implementation is a bit hackish and does not work for all cases. It is better to remove it for now until we have a proper way of supporting it. | ||||
* | | Some adjustments to the documentation | Jens Bache-Wiig | 2009-06-10 | 1 | -32/+39 |
| | | | | | | | | | | Headers are slightly lighter now. Not all tables are affected by the changes any more. | ||||
* | | qdoc: Added new class names for different tables. | Martin Smith | 2009-06-10 | 1 | -20/+33 |
| | | | | | | | | | | | | | | | | class="valuelist" is for the table used for enum types. class="alignedsummary" is for summary sections aligned on the name. class="propsummary" is for the property summary section. class="toc" is used for tables of contents. class="generic" is used for all other tables. We might need to break this down more. | ||||
* | | qdoc: The gray version. | Martin Smith | 2009-06-09 | 2 | -8/+43 |
| | | |||||
* | | qdoc: Inserted <hr> between summary sections. | Martin Smith | 2009-06-09 | 2 | -2/+3 |
| | | | | | | | | | | Also added the left and right borders to the function headers in the detail sections. | ||||
* | | qdoc: Changed to mountain fresh blue. | Martin Smith | 2009-06-08 | 1 | -3/+2 |
| | | | | | | | | | | I didn't test this, because I can't build qdoc3 due to changes in QStringBuilder. | ||||
* | | Compile with gcc 4.0.x | Roberto Raggi | 2009-06-08 | 1 | -2/+2 |
| | | |||||
* | | qdoc: Updated the code to create references to documents and files. | David Boddie | 2009-06-08 | 1 | -32/+48 |
| | | | | | | | | | | Task-number: 251995 Reviewed-by: Martin Smith | ||||
* | | Use QT_USE_FAST_OPERATOR_PLUS and QT_USE_FAST_CONCATENATION in qdoc3. | hjk | 2009-06-08 | 1 | -0/+2 |
| | | | | | | | | | | Reduces the number of qmalloc calls by 9% and reduces the instruction count as reported by valgrind by 2% in a release build. |