| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
Task-number: 189232
|
| |
|
| |
|
|\ |
|
| |
| |
| |
| |
| | |
Also changed qdoc not to warn about undocumented parameters
if the function is marked with the \reimp command.
|
|/
|
|
|
|
|
|
|
| |
-debug/release/debug_and_release
- build qdoc3 always into tools\qdoc3 rathern than release/debug subdirs
- call it from there
Reviewed-by: Marius SO
|
|
|
|
|
|
| |
Also fixed a few qdoc error reports.
Task-number: 162182, 222650
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
This change also moves the EGL support classes from QtOpenGL to QtGui
so they can be shared between OpenGL and OpenVG.
|
|
|
|
| |
Reviewed-by: Trust me
|
|\ |
|
| |
| |
| |
| | |
Reviewed-by: David Boddie
|
| | |
|
|\ \
| |/ |
|
| |
| |
| |
| | |
Reviewed-by: Trust Me
|
|\ \
| |/
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| | |
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.
|
| |
| |
| |
| |
| | |
Headers are slightly lighter now. Not all tables are
affected by the changes any more.
|
| |
| |
| |
| |
| |
| |
| |
| | |
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.
|
| | |
|
| |
| |
| |
| |
| | |
Also added the left and right borders to the function headers
in the detail sections.
|
| |
| |
| |
| |
| | |
I didn't test this, because I can't build qdoc3 due to changes in
QStringBuilder.
|
| | |
|
| |
| |
| |
| |
| | |
Task-number: 251995
Reviewed-by: Martin Smith
|
| |
| |
| |
| |
| | |
Reduces the number of qmalloc calls by 9% and reduces the instruction
count as reported by valgrind by 2% in a release build.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The constructors had been displayed in the left column of the
table in the summary list, because there was no type. It was
caused by a strange test of the match index for 0, which was
true for constructors and destructors, anything without a type.
I removed that test, since I couldn't figure out what it was
for. We might see problems elsewhere in the docs because of
this, so beware. I didn't see any, but that test must have
been there for some reason.
|
| |
| |
| |
| |
| |
| |
| | |
No more fonts less than 100%. Toned down the green lines separating
table rows, now gray (or we can try a softer green). Made the table
widt 100%. More coming. the constructors still aren't aligned
properly.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
When you set -showinternal on the command line, qdoc will include
everything marked \internal in the documentation. This flag is not
very useful at the moment for two reasons: (1) It generates hundreds
of qdoc errors because most of the things marked with \internal don't
have any documentation anyway, or the documentation has other errors
in it that weren't being detected because of the \internal. (2) There
is a bus error toward the end, which I haven't tracked down yet. For
now, use -showinternal at your own risk.
|
| |
| |
| |
| |
| |
| | |
These changes were added to qdoc in the days when we thought we
might switch to doxygen. Now we have taken the approach of making
qdoc output be more doxygen-like, so this ifdefed code is now dead.
|
| |
| |
| |
| |
| | |
used character operations whenever possible
better usage of QLatin1String
|
|\ \
| |/
| |
| |
| | |
Conflicts:
tests/auto/qtreeview/tst_qtreeview.cpp
|
| |
| |
| |
| |
| |
| | |
Correcting invalid padding values. none is not a valid padding value.
Rev-by: David Boddie
|
| |
| |
| |
| | |
Task-number: 249222
|
| |
| |
| |
| | |
Task-number: 251486
|
| |
| |
| |
| |
| |
| |
| |
| | |
immensely increase readability"
This was pushed accidentially.
This reverts commit ffecdf0bf9f25f7ab9aa4f69e37507dd595fecea.
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
increase readability
Unfortunately the patch causes quite some regressions and I think some refectoring of this class
would be needed.
I didn't do that since there is no API docs, the variable naming is not very clarifying and the
code is hard to read due to it not using the coding style and mixing tabs as well as spaces.
|
| |
| |
| |
| |
| |
| |
| |
| | |
There was an empty <div> element with a name that came after it.
I moved the name inside the <div> element. And there were some <b>
elements that began inside one element and ended inside the next
element. I just removed them, because they didn't really add
anything. And I made the "Access functions:" bold.
|
| |
| |
| |
| | |
Reviewed-by: Martin Smith
|
| |
| |
| |
| | |
Reviewed-By: David Boddie
|
|\ \
| | |
| | |
| | |
| | | |
Conflicts:
doc/src/stylesheet.qdoc
|
| | |
| | |
| | |
| | | |
Reviewed-By: Kavindra Palaraja
|