| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\ |
|
| |
| |
| |
| | |
Reviewed-by: Trust Me
|
|/ |
|
| |
|
|\ |
|
| |
| |
| |
| | |
This reverts commit d88dade723d5ddd86eea70ee4bf636c06b9f3962.
|
|/ |
|
| |
|
|
|
|
|
|
| |
It isn't a full TOC yet. It only includes h1, h2, etc
from the Detaled Description part. In many classes, there
aren't any of these, so many classes won't have a TOC yet.
|
|\ |
|
| |
| |
| |
| | |
Reviewed-by: trustme
|
| |
| |
| |
| |
| |
| | |
Adding some image files.
Reveiwed-by: trustme
|
|/ |
|
|
|
|
| |
Each <ul> is now <ul class="leveli">, where i is 1..n.
|
| |
|
|
|
|
| |
This feature is not complete in this commit.
|
|
|
|
| |
Very cool.
|
|
|
|
|
|
| |
Coming soon!
Task: QTBUG-9504
|
|
|
|
|
|
| |
Coming soon!
Task: QTBUG-9504
|
|
|
|
| |
Task: QTBUG-9504
|
|\
| |
| |
| |
| | |
Conflicts:
src/gui/text/qstatictext.cpp
|
| |\ |
|
| | |
| | |
| | |
| | |
| | |
| | | |
"node.cpp", line 1337: Error: There is extra text on this line.
Reviewed-by: Trust Me
|
| |/
| |
| |
| | |
Task: QTBUG-9504
|
| |
| |
| |
| | |
Reviewed-by: Trust Me
|
| | |
|
|\ \
| |/
| |
| |
| |
| | |
Conflicts:
tools/qdoc3/generator.cpp
tools/qdoc3/node.cpp
|
| |
| |
| |
| |
| |
| | |
Also adds more QML stuff to qt.index.
Task: QTBUG-7724
|
| | |
|
|/ |
|
|
|
|
|
| |
I think the crash that occurs when running qdoc over
multiple qdocconf files is fixed.
|
| |
|
| |
|
|
|
|
|
| |
At this point, no QML qdoc errors appear in the output.
There is still a lot of debug output.
|
|
|
|
| |
Task: QTBUG-8804
|
|
|
|
| |
The crash doesn't happen on my OS X 10.4.
|
|
|
|
| |
Reviewed-by: Erik Verbruggen <erik.verbruggen@nokia.com>
|
|
|
|
|
|
|
| |
The QtMultimedia module needed to have its
own \page unique name so that the QtMultimedia
\module would not conflict with the QtMultimedia
\namespace.
|
|
|
|
|
|
|
|
| |
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);
|
| |
|
|\ |
|
| |
| |
| |
| |
| |
| |
| | |
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.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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.
|
| |
| |
| |
| | |
qml.qdocconf wasn't renamed yet.
|
|\ \
| |/ |
|
| |\
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
master-integration
* 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1: (35 commits)
Doc: Added a config file for creating Simplified Chinese docs directly.
Doc: add a few lines about bearer managment to "What's New" page.
Fix the SIMD implementations of QString::toLatin1()
Update of the QScriptValue autotest suite.
New data set for QScriptValue autotest generator.
Autotest: make tst_qchar run out-of-source too
Autotest: add a test for roundtrips through toLatin1/fromLatin1
Implement toLatin1_helper with Neon
QRegExp::pos() should return -1 for empty/non-matching captures
Revert "qdoc: Finished "Inherited by" list for QML elements."
Revert "qdoc: List new QML elements in \sincelist for What's New page."
Add the Unicode normalisation properties.
Autotest: add a test for QDBusPendingCallWatcher use in threads
Doc: placeholders for new feature highlights.
doc: mark as reimplemented.
Update of the QScriptValue autotest suite.
New autotests cases for QScriptValue autotests generator.
QScriptValue autotest generator templates change.
Fix license template.
QScriptValue::isQMetaObject crash fix.
...
|
| | |\ |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This reverts commit 83d7242271cf8196a8133de0406788135e16abbb.
Reviewed-by: Martin Smith
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This reverts commit d1b4e4666e4fe1a5fae0571c37535159c097f485.
Reviewed-By: Martin Smith
|