summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx/qfxrect.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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