| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Reviewed-by: Trust Me
|
|
|
|
| |
Task-number: QTBUG-6288
|
|
|
|
| |
Task-number: QTBUG-4484
|
|
|
|
|
|
|
| |
qdoc reported a "No documentation" error for images used in
examples, but these images aren't supposed to have documentation.
Task-number: QTBUG-4484
|
|\ |
|
| |
| |
| |
| |
| |
| | |
needed for building qtmobility and qtcreator docs without magic.
Reviewed-by: Daniel Molkentin
|
| | |
|
|\ \
| |/ |
|
| |
| |
| |
| | |
Reviewed-by: Trust Me
|
|/
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
The google search engine for the doc tree must
be generated after the doc tree has been built.
The google search engine for the doc tree should
only appear in the online docs.
|
|
|
|
|
|
|
|
|
|
|
| |
It needs to be closed with </a> instead of the short /> notation, in
order for browsers like Firefox and Chrome not to get confused.
It caused the span used to make the subtitle smaller to only have effect
up until the link to the module started (only applying the span to the
opening '[').
Reviewed-by: Martin Smith <msmith@trolltech.com>
|
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| | |
...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.
|
| |
| |
| |
| | |
In the Method Documentation and Signal Documentation sections.
|
| |
| |
| |
| |
| |
| | |
Note the Invalid Syntax errors for some uses of
\qmlmethod and \qmlsignal. A syntactically correct
signature is now required as the argument.
|
| |
| |
| |
| |
| | |
Reviewed-by: Trust Me
To-be-reviewed-in: Qt Documentation Team repository
|
|/
|
|
|
|
|
|
|
|
|
| |
The border was not showing up because the last row was missing cells if
the number of classes is not perfectly dividable by the number of
columns.
This patch makes sure that empty cells are generated so the CSS can
style them.
Reviewed-by: Martin Smith <msmith@trolltech.com>
|
|\ |
|
| |
| |
| |
| | |
Reviewed-by:Michael Brasser
|
|/
|
|
| |
Reviewed-by: Trust Me
|
|\
| |
| |
| |
| |
| | |
Conflicts:
src/gui/kernel/qevent.cpp
src/network/ssl/qsslerror.cpp
|
| |
| |
| |
| |
| |
| |
| | |
This:
https://qtmetrics.europe.nokia.com/kinetic-declarativeui/qml-item.html#rotation-prop
should now be this:
https://qtmetrics.europe.nokia.com/kinetic-declarativeui/qml-item.html#transformOrigin-prop)
|
|/
|
|
| |
Task-number: 259071
|
|
|
|
| |
Reviewed-by: Trust Me
|
|
|
|
| |
Reviewed-by: Trust Me
|
|
|
|
| |
They works just like the \qmlsignal and \qmlmethod commands.
|
|
|
|
|
|
| |
It works just like the \qmlproperty command, except
that it puts the properties in a different section for
attached properties.
|
|
|
|
|
|
|
| |
These files are not used for the qt-everywhere source packages, and the
platform-specific source packages are no longer needed.
Reviewed-by: Trust Me
|
| |
|
| |
|
| |
|
|
|
|
|
| |
This is a big change from the original,
and I expect we will want modifications.
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
- I reverted the font enlargement. This should be up to the user.
- The fonts are now uniform again, giving a more professional apparance.
- Added a slight gradient for the headers to give it a more modern look.
- Fixed a rendering glitch with webkit where no borders were visible.
The qt-resources.qdoc is basically there to export the image.
Reviewed-by: Morten Engvoldsen
|
|
|
|
| |
Reviewed-by: Trust Me
|
|
|
|
| |
As done for the other plugins. Brought to attention by Volker.
|
| |
|
| |
|
|
|
|
| |
It now finds a lot more \since 4.6 stuff.
|
|
|
|
|
|
|
| |
Make the user's life easier by including the reason for the error in
the failure message.
Reviewed-by: Trust Me
|
|
|
|
|
|
|
|
|
| |
qdoc3 warns when it doesn't find doc source files that are listed in the
.qdocconf file, but it doesn't error out. Thus the manuals haven't been
generated since the 4.6 doc reorganization, but the failure has been
silent.
Reviewed-by: Trust Me
|
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| | |
This solution might need a bit of more thinking, the "\sincelist" command
might need a parameter so that we can have the "new since 4.6" list also in
Qt 4.7 documentation.
Rev-by: TrustMe
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
| |
qdoc was generating the full path to the source document in a comment at
the top of each generated html file. For source packages the path is a
temporary directory that only exists during package generation. The
path also usually contains the Unix username of the user who generated
the package, and we shouldn't leak usernames for security and privacy
reasons.
This commit changes the code to write just the filename of the source
document into the comment instead of the full path.
Reviewed-by: Lincoln Ramsay
|
|
|
|
|
|
|
| |
Now that we don't make platform-specific source packages, we only have
one version of the docs. These docs need to include all platforms.
Reviewed-by: Trust Me
|
|
|
|
|
|
|
| |
We now generate only one set of docs, for the qt-everywhere package.
Thus we no longer need to differentiate the different editions.
Reviewed-by: Trust Me
|
| |
|
|
|
|
| |
Reviewed-by: Trust Me
|
| |
|