| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Still some artifacts when painting rounded rects whith smooth = true.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Span is from version where introduced (all 4.6) to current QT_VERSION.
|
|
|
|
|
| |
Adjust examples and demos accordingly.
As per QT-558
|
|
|
|
|
| |
Change 6626a9 broke compilation because several files indirectly
depended on a #include that was removed.
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui-gv
Conflicts:
examples/itemviews/frozencolumn/main.cpp
src/declarative/canvas/qsimplecanvas.cpp
src/declarative/canvas/qsimplecanvas_p.h
src/declarative/canvas/qsimplecanvasitem.h
src/declarative/extra/qfxparticles.cpp
src/declarative/fx/fx.pri
src/declarative/fx/qfxblurfilter.h
src/declarative/fx/qfxcontentwrapper.cpp
src/declarative/fx/qfxflickable.cpp
src/declarative/fx/qfxfocuspanel.h
src/declarative/fx/qfxfocusrealm.h
src/declarative/fx/qfxhighlightfilter.cpp
src/declarative/fx/qfxhighlightfilter.h
src/declarative/fx/qfximage.cpp
src/declarative/fx/qfxitem.cpp
src/declarative/fx/qfxitem.h
src/declarative/fx/qfxrect.cpp
src/declarative/fx/qfxreflectionfilter.h
src/declarative/fx/qfxshadowfilter.cpp
src/declarative/fx/qfxshadowfilter.h
src/declarative/fx/qfxtext.cpp
src/declarative/fx/qfxtext.h
src/declarative/fx/qfxtextedit.cpp
src/declarative/opengl/glbasicshaders.h
src/declarative/test/qfxtestengine.cpp
src/declarative/test/qfxtestengine.h
src/declarative/test/qfxtestobjects.cpp
src/declarative/test/qfxtestobjects.h
src/declarative/test/qfxtestview.h
src/declarative/util/qfxglobal.h
src/declarative/util/qfxview.cpp
src/gui/graphicsview/qgraphicsitem_p.h
tools/qmlviewer/qmlviewer.cpp
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
* Odd pen widths are drawn at a half pixel offset to keep things smooth.
* A mitre join is used to make sure rects with thick borders don't look
rounded.
* A pen width of zero means no border.
|
| | |
|
|/ |
|
| |
|
|
|
|
|
|
|
| |
Some QFX_RENDER_OPENGL guards were missing and getPen had to be replaced
with d->pen in some places
Reviewed-by: Kai Koehne
|
| |
|
| |
|
| |
|
| |
|
|\
| |
| |
| | |
git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
|
| | |
|
| | |
|
| |
| |
| |
| | |
We will need to optimize the pixmap.toImage calls.
|
|\ \
| |/
|/|
| | |
git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
|
| |
| |
| |
| |
| |
| |
| | |
Switch QFxPixmap to use QPixmapCache, not own partial QImage cache.
OpenGL prefers QImage for optimization, but that optimization is only
partially preserved (QFxPixmap deals ONLY with QPixmap now).
Opaque QFxPixmap no longer available.
|
| | |
|
| | |
|
|/
|
|
| |
Caused massive number of warnings with winscw
|
| |
|
|
|
|
| |
Line was accidentally deleted.
|
|
|
|
|
| |
See 504c489d40e815397235ba26df7f06aae821c88a
Also fixes 0 width (hairline) pens.
|
|\
| |
| |
| |
| |
| |
| | |
git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
Conflicts:
src/declarative/fx/qfxrect.cpp
|
| |
| |
| |
| |
| |
| | |
This is tailored for the common case (where left == right and
top == bottom) and splits the area evenly rather than proportionally
between the two sides.
|
|/
|
|
|
|
|
| |
Now corresponds to standard Qt painting; in particular, penwidth extends
outside rectangle.
Task-number: 249318
|
|
|
|
|
| |
If a scale grid image has offsets that add up to bigger than the size,
we don't paint the middle bits at all.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Reduce the number of warnings from qdoc. \todo's have been made into
tasks instead.
|
| |
|
|
|