| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
(The since argument can contain a project name and version, defaulting
to the qdoc project if only a version number is specified.)
Refactored common code into the Generator class.
Fixed \sincelist HTML generation for tables containing only one item.
(cherry picked from commit 6a2f18140bbc41207eb2f5e2323b699600d89606)
Reapplied after bad v4.7.4 merge
|
|
|
|
| |
Task-number: QTBUG-20739
|
| |
|
|
|
|
|
|
|
| |
Updated version of LGPL and FDL licenseheaders.
Apply release phase licenseheaders for all source files.
Reviewed-by: Trust Me
|
|
|
|
| |
But not the default values part in the config file.
|
| |
|
| |
|
| |
|
|
|
|
| |
Task-number: QTBUG-13451
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Conflicts:
doc/src/declarative/qdeclarativeintro.qdoc
doc/src/declarative/qdeclarativereference.qdoc
doc/src/snippets/declarative/focus/focusColumn.qml
tools/qdoc3/apigenerator.cpp
tools/qdoc3/apigenerator.h
tools/qdoc3/archiveextractor.cpp
tools/qdoc3/bookgenerator.cpp
tools/qdoc3/bookgenerator.h
tools/qdoc3/ccodeparser.cpp
tools/qdoc3/command.cpp
tools/qdoc3/command.h
tools/qdoc3/cpptoqsconverter.cpp
tools/qdoc3/dcfsection.cpp
tools/qdoc3/dcfsection.h
tools/qdoc3/jambiapiparser.cpp
tools/qdoc3/jambiapiparser.h
tools/qdoc3/javacodemarker.cpp
tools/qdoc3/javacodemarker.h
tools/qdoc3/javadocgenerator.cpp
tools/qdoc3/javadocgenerator.h
tools/qdoc3/linguistgenerator.cpp
tools/qdoc3/linguistgenerator.h
tools/qdoc3/loutgenerator.h
tools/qdoc3/mangenerator.cpp
tools/qdoc3/mangenerator.h
tools/qdoc3/polyarchiveextractor.cpp
tools/qdoc3/polyarchiveextractor.h
tools/qdoc3/polyuncompressor.cpp
tools/qdoc3/polyuncompressor.h
tools/qdoc3/qsakernelparser.cpp
tools/qdoc3/qscodemarker.cpp
tools/qdoc3/qscodemarker.h
tools/qdoc3/qscodeparser.cpp
tools/qdoc3/qscodeparser.h
tools/qdoc3/sgmlgenerator.cpp
tools/qdoc3/sgmlgenerator.h
tools/qdoc3/test/qt-html-templates.qdocconf
tools/qdoc3/uncompressor.cpp
tools/qdoc3/webxmlgenerator.cpp
tools/qdoc3/webxmlgenerator.h
|
| |
| |
| |
| | |
Reviewed-by: Trust Me
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Conflicts:
doc/src/platforms/compiler-notes.qdoc
tools/qdoc3/ditaxmlgenerator.cpp
tools/qdoc3/ditaxmlgenerator.h
tools/qdoc3/htmlgenerator.cpp
tools/qdoc3/htmlgenerator.h
tools/qdoc3/node.cpp
tools/qdoc3/pagegenerator.h
|
| |/ |
|
| | |
|
|/ |
|
|\ |
|
| |
| |
| |
| | |
Reviewed-by: Martin Smith
|
|/
|
|
| |
Task-number: QTBUG-11512
|
|\ |
|
| |
| |
| |
| |
| |
| | |
Output Q_PROPERTY as a cxxVariable.
Task-number: QTBUG-11391
|
|\ \
| |/ |
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
More cxxFunction stuff for member functions.
Function parameters and other stuff.
Task-number: QTBUG-11391
|
| |
| |
| |
| |
| |
| | |
More cxxFunction stuff for member functions.
Task-number: QTBUG-11391
|
|\ \
| |/
| |
| | |
into 4.7
|
| |
| |
| |
| |
| |
| | |
Some of the cxxFunction stuff for member functions.
Task-number: QTBUG-11391
|
|/
|
|
| |
Reviewed-by: Trust Me
|
|
|
|
| |
Task-number: QTBUG-11391
|
|
|
|
|
|
| |
Also adds more QML stuff to qt.index.
Task: QTBUG-7724
|
|
|
|
| |
Task: QTBUG-8804
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|\ |
|
| |
| |
| |
| |
| |
| | |
This reverts commit 83d7242271cf8196a8133de0406788135e16abbb.
Reviewed-by: Martin Smith
|
|/ |
|
|
|
|
|
|
| |
The listed elements are now links.
Task: QTBUG-8153
|
|
|
|
|
|
| |
But the listed elements are not links yet, just plain text.
Task: QTBUG-8153
|
|
|
|
| |
Task: QTBUG-7877
|
|
|
|
|
|
| |
Also added the \pagekeywords command.
Task: QTBUG-7877
|
|
|
|
| |
Task: QTBUG-7877
|
| |
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
...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.
|
|
|
|
|
|
| |
Note the Invalid Syntax errors for some uses of
\qmlmethod and \qmlsignal. A syntactically correct
signature is now required as the argument.
|
|
|
|
| |
Reviewed-by:Michael Brasser
|
|
|
|
| |
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.
|
|
|
|
|
| |
This is a big change from the original,
and I expect we will want modifications.
|
|
|
|
| |
It now finds a lot more \since 4.6 stuff.
|
|
|
|
| |
Reviewed-by: Trust Me
|