summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx/qfxrect.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Do not use antialiasing with gradient rounded rect if smooth = falseYann Bodson2009-08-041-2/+4
|
* Paint Rect smoothlyYann Bodson2009-08-041-2/+19
| | | | Still some artifacts when painting rounded rects whith smooth = true.
* Remove paintContents.Michael Brasser2009-07-311-3/+3
|
* Docs: Make precedence clear.Michael Brasser2009-07-311-0/+4
|
* Rename Rect.pen to Rect.borderMichael Brasser2009-07-311-55/+18
|
* Move paint margin functionality to QFxRect.Michael Brasser2009-07-301-1/+7
|
* More QFxItem cleanup.Michael Brasser2009-07-301-2/+2
|
* Allow span of versions to be defined, not just one.Warwick Allison2009-07-231-4/+4
| | | | Span is from version where introduced (all 4.6) to current QT_VERSION.
* Move all QML types to Qt/4.6 namespace.Warwick Allison2009-07-231-4/+4
| | | | | Adjust examples and demos accordingly. As per QT-558
* CompileEskil Abrahamsen Blomfeldt2009-07-171-2/+3
| | | | | Change 6626a9 broke compilation because several files indirectly depended on a #include that was removed.
* Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-07-101-12/+19
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * Correctly save/restore render hint.Michael Brasser2009-07-011-2/+2
| |
| * Change border semantics for Rect.Michael Brasser2009-06-291-12/+26
| | | | | | | | | | | | | | * 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.
* | Remove simple canvasAaron Kennedy2009-06-231-8/+0
| |
* | Remove OpenGL support from Fluid UI primitivesAaron Kennedy2009-06-191-336/+0
|/
* Make the default rect color whiteAaron Kennedy2009-06-161-0/+2
|
* Compile fix for !QFX_RENDER_OPENGLThomas Hartmann2009-06-091-3/+3
| | | | | | | Some QFX_RENDER_OPENGL guards were missing and getPen had to be replaced with d->pen in some places Reviewed-by: Kai Koehne
* Share GL textures where possibleAaron Kennedy2009-06-041-52/+74
|
* Cleanup private class member namesAaron Kennedy2009-06-041-106/+106
|
* Use POT textures onlyAaron Kennedy2009-06-031-18/+23
|
* OpenGL perf improvementsAaron Kennedy2009-06-031-201/+111
|
* Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-05-291-0/+20
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Update in reaction to GradientStops changing.Martin Jones2009-05-291-0/+17
| |
| * Update on gradient change.Martin Jones2009-05-291-0/+3
| |
* | Make compile under Open GL ES 2.Michael Brasser2009-05-291-16/+12
| | | | | | | | We will need to optimize the pixmap.toImage calls.
* | Merge branch 'kinetic-declarativeui-pixmapopt' of ↵Michael Brasser2009-05-291-16/+16
|\ \ | |/ |/| | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Switch from QImage to QPixmap, to allow OpenVG optimization.Warwick Allison2009-05-251-16/+16
| | | | | | | | | | | | | | 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.
* | Better gradient support for Rect.Martin Jones2009-05-271-55/+102
| |
* | Don't really need QPainter::save/restore for render hint mods.Martin Jones2009-05-271-2/+2
| |
* | Remove extraneous semicolons.Martin Jones2009-05-261-2/+2
|/ | | | Caused massive number of warnings with winscw
* Fix width=0 pens without radius.Warwick Allison2009-05-201-5/+5
|
* Fix breakage.Warwick Allison2009-05-201-0/+2
| | | | Line was accidentally deleted.
* Fix pens, at small sizesWarwick Allison2009-05-191-58/+89
| | | | | See 504c489d40e815397235ba26df7f06aae821c88a Also fixes 0 width (hairline) pens.
* Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-05-191-20/+32
|\ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/fx/qfxrect.cpp
| * Better looking scale grid painting at small sizes.Michael Brasser2009-05-181-20/+32
| | | | | | | | | | | | 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.
* | Fix pens.Warwick Allison2009-05-191-62/+95
|/ | | | | | | Now corresponds to standard Qt painting; in particular, penwidth extends outside rectangle. Task-number: 249318
* Have scale grid images degrade a bit nicer.Michael Brasser2009-05-141-2/+2
| | | | | If a scale grid image has offsets that add up to bigger than the size, we don't paint the middle bits at all.
* docWarwick Allison2009-05-011-21/+37
|
* More format changesMartin Jones2009-05-011-18/+18
|
* Coding style refactor, changing 'if(' and 'for(' to 'if (' and 'for ('Leonardo Sobral Cunha2009-04-281-26/+26
|
* Documentation fixes.Michael Brasser2009-04-241-4/+1
| | | | | Reduce the number of warnings from qdoc. \todo's have been made into tasks instead.
* Merge in changes to old kinetic-dui branch.Michael Brasser2009-04-231-2/+2
|
* Initial import of kinetic-dui branch from the old kineticMichael Brasser2009-04-221-0/+851