| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| |
| |
| |
| |
| | |
Task-number: 255888
Reviewed-by: kh
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
Task-number: 255875
Reviewed-by: kh
|
| |
| |
| |
| | |
Reviewed-by: kh
|
| |
| |
| |
| |
| | |
snatching ctrl-a from line edits seems to need a shortcut override for
some time now
|
| |\ |
|
| | |
| | |
| | |
| | |
| | |
| | | |
Reviewed-by: TrustMe
Task-number: 254260
Testcase: 323072@p4
|
| |/ |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| | |
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
|
|\ \ \
| |/ /
|/| /
| |/
| |
| |
| |
| | |
Conflicts:
src/3rdparty/phonon/qt7/mediaobject.mm
src/3rdparty/phonon/qt7/quicktimevideoplayer.mm
src/gui/text/qfontengine_win.cpp
tools/linguist/shared/cpp.cpp
|
| |
| |
| |
| | |
Reviewed-by: TrustMe
|
| |
| |
| |
| |
| |
| | |
in practice, this matters only for backslashed line continuations
Task-number: 255336
|
| |
| |
| |
| |
| | |
Reduces the number of qmalloc calls by 9% and reduces the instruction
count as reported by valgrind by 2% in a release build.
|
| |
| |
| |
| | |
Reviewed-by: TrustMe
|
| | |
|
| | |
|
|\ \
| |/ |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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.
|
|\ \
| |/
| |
| |
| |
| |
| |
| | |
Conflicts:
src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp
tests/auto/qgraphicswidget/tst_qgraphicswidget.cpp
tests/auto/selftests/expected_skip.txt
tests/auto/selftests/tst_selftests.cpp
|
| |
| |
| |
| |
| |
| | |
Task-number: 254451
Reviewed-by: eskil
BT: yes
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
in atomic operations, we declare Interlock... functions in the namespace
That can confuse the compiler because they are also declared in another
header outside the namespace.
Same problem in clucene where we include windows.h from within the NS.
Task-number: 254214
Reviewed-by: ogoffart
|
| |
| |
| |
| | |
Task-number: 254824
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Move initialization of QAction/QActionGroups elsewhere.
Detect the root widget by checking its parent against
the parent widget passed in and apply only
the size part of the geometry property to it.
Task-number: 254824
Initial-patch-by: joao <joao@abecasis.name>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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.
|
| |
| |
| |
| | |
Reviewed-by: Friedemann Kleint
|
| |
| |
| |
| |
| |
| | |
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.
|