summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems/qmlgraphicsborderimage.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-12-031-3/+5
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * fix includesOswald Buddenhagen2009-12-031-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | - include headers from own directory with "" - include headers from own project without private/ - sort includes from most specific to most generic - make headers self-contained - some whitespace unification no attempt was made at making the qt includes consistent regarding the use of module names and forwarding headers. no attempt was made at sorting includes.
* | Cleanup.Michael Brasser2009-12-031-1/+0
|/
* Undo most of 913dd563064e8047fe738fc9c79135adfb928977Warwick Allison2009-12-021-2/+2
| | | | It seems we're going to have to so a syncqt/configure in Qt modules.
* Parameter order was wrong.Warwick Allison2009-11-231-1/+1
| | | | (broke eg. webbrowser side shadows)
* Add Image auto testMartin Jones2009-11-191-3/+1
| | | | | Also fix qmlpixmapcache error reporting and Image and BorderImage progress reporting for null images.
* Remove small inefficiency.Martin Jones2009-11-191-1/+2
|
* Set state to QmlGraphicsBorderImage::Error if local file is not found,Bea Lam2009-11-181-0/+4
| | | | and add more unit tests.
* docWarwick Allison2009-11-131-2/+0
|
* docWarwick Allison2009-11-131-1/+1
|
* Do not use "QtDeclarative/XXX" style includes in declarative module code,Warwick Allison2009-11-121-1/+1
| | | | as it breaks reinstalling the module against existing Qt.
* remove unneeded constructorsYann Bodson2009-11-091-6/+0
|
* Remove "to" limit on minor version.Warwick Allison2009-11-051-1/+1
| | | | | | QML_DEFINE_TYPE etc. now define just the initial support version, with support in all future versions being thus implied. QTBUG-5421
* Rename QmlGraphicsPixmapCache to QmlPixmapCache.Michael Brasser2009-11-041-7/+7
|
* Rename fx -> graphicsitemsAaron Kennedy2009-10-301-0/+411