| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Conflicts:
src/gui/graphicsview/qgraphicsitem.cpp
tools/qdoc3/test/assistant.qdocconf
tools/qdoc3/test/designer.qdocconf
tools/qdoc3/test/linguist.qdocconf
tools/qdoc3/test/qmake.qdocconf
tools/qdoc3/test/qt-build-docs.qdocconf
tools/qdoc3/test/qt.qdocconf
|
| |
| |
| |
| | |
Reviewed-by: Kavindra
|
|\ \
| |/
| |
| |
| | |
Conflicts:
tests/auto/qaction/tst_qaction.cpp
|
| |
| |
| |
| |
| |
| | |
of Qt.
Reviewed-by: Prasanth Ullattil <prasanth.ullattil@nokia.com>
|
| |
| |
| |
| | |
Reviewed-by: janarve
|
|\ \
| |/
| |
| |
| | |
Conflicts:
src/gui/itemviews/qheaderview_p.h
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
In the docs, index.html had a statement about licensing that is no
longer true, plus the file it linked to longer exists. This change
removes the offending paragraph from the docs.
Task-number: 251348
Reviewed-by: Carlos Duclos
|
| |
| |
| |
| |
| |
| |
| | |
I have now inspected all 4.x.y version numbers appearing in the depot.
All remaining instances appear to be acceptable.
Reviewed-by: Trust Me
|
| |
| |
| |
| |
| |
| |
| | |
Replace with %VERSION%, so we don't need to fix this for every release.
Task-number: 251417
Reviewed-by: Trust Me
|
|\ \
| |/
| |
| |
| | |
Conflicts:
tests/auto/qpainterpath/tst_qpainterpath.cpp
|
| |
| |
| |
| |
| |
| |
| | |
Use %VERSION% so that we don't have to fix this for every release.
Task-number: 251418
Reviewed-by: Trust Me
|
| |
| |
| |
| |
| |
| |
| |
| | |
Doc still referred to 4.4.0-rc1 - replace with %VERSION% so we don't
have to keep updating this.
Task-number: 251419
Reviewed-by: Trust Me
|
| |
| |
| |
| |
| |
| |
| |
| | |
This page is not linked from anywhere, and its content is horribly
out-of-date.
Task-number: 251420
Reviewed-by: nrc
|
| |
| |
| |
| |
| |
| |
| | |
Restore the text that is omitted for a minor release but included in
patch releases. Also fixes obsolete link to changes files.
Reviewed-by: Trust Me
|
| |
| |
| |
| |
| |
| |
| |
| | |
Remove the last few unnecessary directives using obsolete values of
QT_VERSION. There are a few references to old QT_VERSION's left, but
they are legitimate and should not be removed.
Reviewed-by: Trust Me
|
| |\ |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Made a mistake when pushing e0706ca2fbce063c263bad9a1eee24f057f170bd
I Corrected this.
Task-number: 250254
Rev-by: Frans Englich
Rev-by: Geir Vattekar
|
| | |
| | |
| | |
| | |
| | |
| | | |
Stated a remark about the need to use well-formed XML as input to the example.
Rev-by: Geir Vattekar
|
| |/
| |
| |
| | |
consistency.
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Made a mistake when pushing e0706ca2fbce063c263bad9a1eee24f057f170bd
I Corrected this.
Task-number: 250254
Rev-by: Frans Englich
Rev-by: Geir Vattekar
|
| |
| |
| |
| | |
consistency.
|
| |
| |
| |
| |
| |
| | |
Stated a remark about the need to use well-formed XML as input to the example.
Rev-by: Geir Vattekar
|
|\ \
| |/
| |
| |
| |
| |
| |
| | |
Conflicts:
src/gui/graphicsview/qgraphicsitem.cpp
src/gui/graphicsview/qgraphicsitem_p.h
src/gui/graphicsview/qgraphicsscene.cpp
src/gui/painting/qtransform.cpp
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
It seems that Cocoa is much more strict about coalesced updates than
Carbon ever was. The upshot of this is that some examples that "worked"
after a fashion in Carbon, do not exhibit good frame rates with Cocoa.
The reason why is that apparently Cocoa will decide to flush to the
screen every time a timer fires. If you have a lot of timers that are
all dependent on doing on update to the screen, you will get undesirable
effects.
Thankfully, it is possible to adjust the examples to follow best
practices and get a good result. So, we now only do the animation once
using QGraphicsScene::advance(). We are also able to make the mice less
heavy (no QObject subclass). I've updated the docs and someone on the
doc team has kindly volunteered to go through them.
Reviewed-by: Andreas
|
|\ \
| |/ |
|
| |
| |
| |
| |
| |
| | |
processed.
Reviewed-by: TrustMe
|
|\ \
| |/
| |
| |
| | |
Conflicts:
tools/linguist/shared/profileevaluator.cpp
|
| | |
|
|\ \
| |/ |
|
| |
| |
| |
| |
| |
| |
| | |
references to Phonon documentation.
Task-number: 212939
Reviewed-by: TrustMe
|
| |
| |
| |
| | |
Reviewed-by: TrustMe
|
|\ \
| |/
| |
| |
| | |
Conflicts:
src/gui/inputmethod/qximinputcontext_x11.cpp
|
| |
| |
| |
| |
| |
| |
| |
| | |
Adding note about how comparing using 0.0 will fail, and
an example on how to do it.
Reviewed-by: David Boddie
Reviewed-by: Geir Vattekar
|
| |
| |
| |
| |
| |
| | |
Details: Replaced the comment for QButton::setDown(bool). It was kind of narrow.
Reviewed-by: Geir Vattekar
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Details: added some non documented options for COFIG in the qmake manual
Fields
Reviewed-by: Geir Vattekar
Reviewed-by: Marius Storm-Olsen
Task-number: 248432
|
| |
| |
| |
| | |
Reviewed-by: Morten Engvoldsen
|
| |
| |
| |
| |
| | |
Task-number: 242369
Reviewed-by: TrustMe
|
| |
| |
| |
| |
| | |
Task-number: 160621
Reviewed-by: TrustMe
|
| |
| |
| |
| |
| |
| |
| | |
QMetaType::type() returns 0 for unknown types, not -1.
Task-number: 248890
Reviewed By: Kavindra Devi Palaraja <kavindra.palaraja@nokia.com>
|
| |
| |
| |
| |
| |
| |
| | |
Unix only functions, part of Qt 3 Support.
Task-number: 248752 and 245244
Reviewed-by: Simon Hausmann <simon.hausmann@nokia.com>
|
| |
| |
| |
| |
| | |
Task-number: 223087
Reviewed-by: TrustMe
|
| |
| |
| |
| |
| |
| |
| | |
documentation and updated a diagram.
Task-number: 228201
Reviewed-by: TrustMe
|
| |
| |
| |
| |
| |
| |
| | |
documentation and updated a diagram.
Task-number: 228201
Reviewed-by: TrustMe
|
| |
| |
| |
| | |
Should show better how to reimplement setGeometry(), sizeHint()
|
| |
| |
| |
| |
| | |
Task-number: 206494
Reviewed-by: Jens Bache-Wiig
|
|\ \
| |/
| |
| |
| |
| |
| |
| |
| |
| | |
Conflicts:
tools/linguist/lupdate/qscript.cpp
tools/linguist/lupdate/qscript.g
tools/linguist/lupdate/ui.cpp
tools/linguist/shared/cpp.cpp
tools/linguist/shared/qph.cpp
tools/linguist/shared/translator.h
|
| |
| |
| |
| | |
Reviewed-by: TrustMe
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
On X11 when user manually creates a QDesktopWidget object it breaks
notifications from the root window since we have several
QDesktopWidgets that have the same native window id and the
wid->qwidget mapper (QWidgetPrivate::mapper) goes crazy. So whenever
we get x11 event from the root window we cannot find a qwidget that
corresponds to the window id and discard these events.
Reviewed-by: Brad
|
|\ \
| |/ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
commit d30c39ccaa52ae61d798ca38af065c0a2ad96941
Author: David Boddie <dboddie@trolltech.com>
Date: Thu Mar 26 18:01:59 2009 +0100
Doc: Fixed a link to a function and added another reference to the Phonon overview.
Reviewed-by: TrustMe
|