summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx/qfxrect.h
Commit message (Collapse)AuthorAgeFilesLines
* Provide some color manipulation functions.Michael Brasser2009-09-021-4/+0
| | | | | These may not be the final location for these, but it allows us to start testing.
* Fix compile after merge from 4.6.Michael Brasser2009-08-251-1/+1
|
* Remove paintContents.Michael Brasser2009-07-311-1/+1
|
* Rename Rect.pen to Rect.borderMichael Brasser2009-07-311-2/+2
|
* Move paint margin functionality to QFxRect.Michael Brasser2009-07-301-2/+3
|
* Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-07-101-5/+6
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * Support compile-in-namespace for the declarative module.Michael Brasser2009-06-301-4/+5
| |
| * Change border semantics for Rect.Michael Brasser2009-06-291-1/+1
| | | | | | | | | | | | | | * 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-1/+1
| |
* | Make QSimpleCanvasItem inherit QGraphicsObjectAaron Kennedy2009-06-231-1/+1
| |
* | Remove OpenGL support from Fluid UI primitivesAaron Kennedy2009-06-191-6/+0
|/
* Update in reaction to GradientStops changing.Martin Jones2009-05-291-2/+12
|
* Fix memory leak.Martin Jones2009-05-271-2/+2
|
* Better gradient support for Rect.Martin Jones2009-05-271-4/+47
|
* Remove extraneous semicolons.Martin Jones2009-05-261-2/+2
| | | | Caused massive number of warnings with winscw
* Merge branch 'kinetic-declarativeui' of ↵Roberto Raggi2009-05-191-2/+2
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Fix pens, at small sizesWarwick Allison2009-05-191-1/+1
| | | | | | | | | | See 504c489d40e815397235ba26df7f06aae821c88a Also fixes 0 width (hairline) pens.
| * Fix pens.Warwick Allison2009-05-191-1/+1
| | | | | | | | | | | | | | Now corresponds to standard Qt painting; in particular, penwidth extends outside rectangle. Task-number: 249318
* | Fixed #includesRoberto Raggi2009-05-181-1/+1
|/
* Initial import of kinetic-dui branch from the old kineticMichael Brasser2009-04-221-0/+140