summaryrefslogtreecommitdiffstats
path: root/src/declarative/fx/qfximage.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Better looking scale grid painting at small sizes.Michael Brasser2009-05-181-14/+22
| | | | | | 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.
* 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.
* qdoc: Fixed some qdoc errors.Martin Smith2009-05-111-1/+1
|
* Make sure cancelling image loading cancels progress reporting.Martin Jones2009-05-071-2/+2
|
* Don't crashMartin Jones2009-05-071-13/+13
|
* Viewing the same image twice showed no image the second time.Martin Jones2009-05-071-0/+11
|
* Add progress reporting to Image and use it in the flickr demo.Martin Jones2009-05-071-3/+66
|
* Doc fix - Image::src has been renamed to QFxImage::sourceKai Koehne2009-05-051-2/+2
| | | | see commit 94a69804
* More doc conversion and cleanup.Michael Brasser2009-05-051-2/+2
|
* docWarwick Allison2009-05-011-13/+15
|
* Format conversion.Martin Jones2009-05-011-13/+12
|
* Merge branch 'kinetic-declarativeui' of ↵Martin Smith2009-04-301-1/+1
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Documentation work.Michael Brasser2009-04-301-1/+1
| |
* | qdoc: Corrected some qdoc warnings.Martin Smith2009-04-301-1/+1
|/
* Coding style refactor, changing 'if(' and 'for(' to 'if (' and 'for ('Leonardo Sobral Cunha2009-04-281-42/+42
|
* qdoc: Corrected some qdoc warnings.Martin Smith2009-04-281-4/+3
|
* Remove QFxItem::itemContext() method.Aaron Kennedy2009-04-271-4/+4
| | | | Use qmlContext(object) instead. This makes everything consistent.
* Merge in changes to old kinetic-dui branch.Michael Brasser2009-04-231-1/+1
|
* Initial import of kinetic-dui branch from the old kineticMichael Brasser2009-04-221-0/+935