summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems
Commit message (Expand)AuthorAgeFilesLines
* Typo.Yann Bodson2010-04-191-1/+1
* Renamed mousePosChanged signal to mousePositionChangedLeonardo Sobral Cunha2010-04-192-6/+6
* Fiddle with the overshoot correction curve.Martin Jones2010-04-191-2/+2
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-04-199-31/+45
|\
| * Documentation fixes.Yann Bodson2010-04-192-8/+11
| * QDeclarativeImage should stretch in one direction when tiling in the other.Yann Bodson2010-04-191-5/+20
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-04-195-23/+29
| |\
| * | Emit runtime warnings through QDeclarativeEngineAaron Kennedy2010-04-197-18/+14
* | | Avoid painfully slow flicking to snap positions in GridViewMartin Jones2010-04-191-1/+10
* | | Avoid painfully slow flicking to snap positions.Martin Jones2010-04-191-1/+10
| |/ |/|
* | Add some padding to Rectangles with border to avoid qDrawBorderPixmap() bug.Martin Jones2010-04-191-1/+3
* | Speed up Rectangle creation with pen or gradient slightlyMartin Jones2010-04-192-3/+16
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-04-194-3/+35
|\ \ | |/
| * Update mouse area coordinates automatically when changing positionLeonardo Sobral Cunha2010-04-194-3/+35
* | Always allow view position to be fixed.Martin Jones2010-04-193-19/+10
|/
* Doc: in QML use "real" and "enumeration", not "qreal" and "enum"Martin Jones2010-04-165-6/+6
* Doc: make note about using clip: true in views slightly more prominent.Martin Jones2010-04-163-3/+3
* Avoid calling QGraphicsItem::setTransformOriginPoint() until neededMartin Jones2010-04-162-5/+25
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-04-164-21/+44
|\
| * Simplify dynamic resource loading to avoid cluttering Text API.Warwick Allison2010-04-152-12/+5
| * Use qmlInfo for image loading errors, not qWarning().Warwick Allison2010-04-153-10/+40
* | Improve warning for non-Item delegates.Martin Jones2010-04-161-2/+12
|/
* Correctly resolve, and load, IMG tags in Text element.Warwick Allison2010-04-153-10/+104
* Rename the ridiculous QDeclarativeDeclarativeData -> QDeclarativeDataAaron Kennedy2010-04-151-2/+2
* Add flow property to Grid, adding TopToBottom mode.Martin Jones2010-04-152-43/+112
* Make sure richtext wraps correctly with a fixed height set.Martin Jones2010-04-151-1/+1
* Don't create delegates when destroying view.Martin Jones2010-04-141-1/+4
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-04-141-2/+2
|\
* | Add QML documentation for validatorsAlan Alpert2010-04-141-9/+70
|/
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into 4.7Alan Alpert2010-04-144-0/+14
|\
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-04-134-0/+14
| |\
| | * Fix QT_NO_MOVIETasuku Suzuki2010-04-124-0/+14
* | | Reduce warnings at shutdownAaron Kennedy2010-04-141-1/+1
* | | Image with PreserveAspect enabled with either width or height defined should ...Joona Petrell2010-04-141-0/+6
* | | Merge branch '4.7' into reviews/2361Alexis Menard2010-04-1439-556/+1217
|\ \ \
| * | | Bring support of anchors in QML for QGraphicsWidget derived classes.Alexis Menard2010-04-149-72/+356
| * | | Doc fix.Michael Brasser2010-04-142-6/+6
| * | | emit onMovementStarted/Ended/Changed on wheel eventsMartin Jones2010-04-141-0/+4
| * | | Complete item creation after its initial properties have been initialized.Martin Jones2010-04-141-2/+2
| * | | Don't crash when columns == 0Martin Jones2010-04-141-4/+5
| * | | Ensure view position is correct for highlight range modes that have a static ...Martin Jones2010-04-132-6/+2
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-04-133-4/+4
| |\ \ \
| | * | | Struct -> class because class is better.Alexis Menard2010-04-133-3/+4
| | * | | Move effect property where it should be.Alexis Menard2010-04-131-1/+0
| | |/ /
| * | | Improve efficiency of model dataChanged.Martin Jones2010-04-131-7/+8
| |/ /
| * | doc fixesYann Bodson2010-04-121-5/+15
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-04-121-0/+1
| |\ \
| | * | Doc: update Rectangle smooth painting screenshot.Yann Bodson2010-04-121-0/+1
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-04-1229-504/+780
| |\ \ \ | | |/ /
| | * | Fix PathView crash.Michael Brasser2010-04-121-1/+1