summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-03-263-57/+280
|\
| * Added highlight ranges/modes to PathViewMartin Jones2010-03-263-57/+280
| | | | | | | | Task-number: QT-319
* | I've been told this fixes compilation on windows.Alan Alpert2010-03-261-1/+1
| |
* | Doc AugmentationAlan Alpert2010-03-261-1/+3
|/ | | | Task-number: QTBUG-9396
* Test and fix order of transform application.Warwick Allison2010-03-263-37/+9
| | | | Remove Translate.z since Qt cannot sensibly support it yet.
* Fix namespace.Warwick Allison2010-03-261-1/+3
|
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-03-261-4/+0
|\
| * QDeclarativeItem don't need to emit childrenChanged anymore.Alexis Menard2010-03-261-4/+0
| | | | | | | | | | | | It's done by QGraphicsItemPrivate::addChild and removeChild. Reviewed-by:akennedy
* | sourceWidth/sourceHeight -> sourceSizeWarwick Allison2010-03-264-47/+24
|/
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-03-265-18/+19
|\
| * Do not call parent implementation if we accept the keyPressEvent in GridView ↵Yann Bodson2010-03-262-6/+6
| | | | | | | | and ListView delegates.
| * Remove Q prefix from the validators.Michael Brasser2010-03-262-11/+12
| |
| * Really fix qMin() parameter types.Martin Jones2010-03-261-1/+1
| |
* | Control of image rendered size (esp. SVG).Warwick Allison2010-03-2610-18/+393
|/ | | | | | | Add Translate transform. Image::sourceWidth and Image::sourceHeight read/write properties. Task-number: QTBUG-8984
* Remove some Script {} docsMartin Jones2010-03-251-9/+7
|
* Ensure both qMin() parameters are the same type.Martin Jones2010-03-251-1/+1
|
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into 4.7Martin Jones2010-03-253-11/+11
|\ | | | | | | | | Conflicts: src/declarative/graphicsitems/qdeclarativeitem.cpp
| * Merge remote branch 'main/4.7' into 4.7Morten Johan Sørvig2010-03-2512-101/+139
| |\ | | | | | | | | | | | | | | | Conflicts: demos/declarative/minehunt/minehunt.cpp src/declarative/qml/qdeclarativecompiler.cpp
| * | doc: Fixed all the remaining qdoc errors. For now.Martin Smith2010-03-241-1/+1
| | |
| * | doc: Fixed function signatures in qdoc comments.Martin Smith2010-03-241-9/+9
| | |
| * | Fix compilation with WINSCW: #include doesn't find files in the same dirThiago Macieira2010-03-201-3/+3
| | |
* | | Optimize QML "parent" property accessAaron Kennedy2010-03-252-1/+16
| | | | | | | | | | | | | | | For properties that are as important as "parent", QML cannot afford the overhead of a signal/slot connection.
* | | Begin dragging PathView up to the level (quality and functionality) of other ↵Martin Jones2010-03-253-302/+389
| | | | | | | | | | | | | | | | | | views. Task-number: QT-319
* | | Auto-test fix.Alexis Menard2010-03-251-2/+2
| | | | | | | | | | | | | | | | | | Also fix a connect in QDeclarativeItem. Reviewed-by:TrustMe
* | | Build Fix and port to new width and height propertiesAlexis Menard2010-03-254-6/+6
| | | | | | | | | | | | Reviewed-by:Martin Jones
* | | Port Flickable and Flipable to support QGraphicsObject.Alexis Menard2010-03-254-20/+21
| | | | | | | | | | | | | | | | | | Replacing QDeclarativeItem* members by QGraphicsObject*. Build fix too. Reviewed-by:akennedy
* | | Fix the build due to new properties in QGraphicsObject.Alexis Menard2010-03-252-6/+5
| | | | | | | | | | | | Reviewed-by:Martin Jones
* | | Remove the children property from QDeclarativeItem.Alexis Menard2010-03-253-113/+93
| | | | | | | | | | | | | | | | | | | | | | | | | | | This commit remove the children property from QDeclarativeItem because it's now in QGraphicsObject. This commit also get rid of width and height properties to use the one in QGraphicsObject. Task-number:QT-2757 Reviewed-by:akennedy
* | | Pen is not a creatable type.Michael Brasser2010-03-251-1/+1
| |/ |/|
* | Doc fix.Michael Brasser2010-03-253-3/+3
| |
* | Ensure currentIndex is updated when items inserted before currentIndexMartin Jones2010-03-252-4/+30
| | | | | | | | | | | | Was occurring when items inserted but no items had been created yet. Task-number: QTBUG-9313
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-03-242-5/+10
|\ \
| * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-03-241-1/+1
| |\ \
| | * | Fix abort in flipableLeonardo Sobral Cunha2010-03-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Flipable was calling updateSceneTransformFromParent, but this can only called when the the parent's scene transform is guaranteed to be updated, which is not the case in flipable. Task-number: QTBUG-8474 Reviewed-by: bnilsen
| * | | Revert 95aa8c8fc76e2309a629b05994a2677b0887140b.Warwick Allison2010-03-241-5/+0
| |/ /
| * | Make compile.Michael Brasser2010-03-241-1/+1
| | |
| * | Output all Loader errors.Michael Brasser2010-03-241-0/+2
| | | | | | | | | | | | | | | Previously we were not outputting those that occurred on component->create().
| * | Fix Loader leak when loading a non-QGraphicsObject object.Michael Brasser2010-03-241-1/+5
| | |
| * | Use setParent_NoEvent in Loader and benchmark Loader performance.Michael Brasser2010-03-241-2/+3
| | |
| * | Origin safety testing for imported resources.Warwick Allison2010-03-241-1/+4
| | | | | | | | | | | | | | | Extends upon 95aa8c8fc76e2309a629b05994a2677b0887140b. Still under discussion.
* | | Fix flicking views at boundary with StricthighlighRangeMartin Jones2010-03-242-37/+49
|/ / | | | | | | Task-number: QTBUG-9256
* | Changing the alignment property should trigger a repaint.Alexis Menard2010-03-231-0/+1
| | | | | | | | | | | | | | Just clear the cache when the property changes. Task-number:QTBUG-8155 Reviewed-by:Yann Bodson
* | Basic Loader origin safety (for discussion).Warwick Allison2010-03-231-0/+3
| |
* | Fix Loader crash.Michael Brasser2010-03-221-1/+10
| | | | | | | | | | | | | | | | | | If setting the source of a Loader triggered a change to the source (i.e. the thing being loaded set the source to something else) a crash would occur. We now no longer delete the component immediately when the source changes. Task-number: QTBUG-9241
* | Compile in namespaceAaron Kennedy2010-03-221-1/+1
| |
* | Remove dead performance measurement code from QMLAaron Kennedy2010-03-225-24/+0
| |
* | Ensure positioner animations are triggered correctlyMartin Jones2010-03-221-18/+25
| | | | | | | | Task-number: QTBUG-9219
* | Fix Flipable crash.Michael Brasser2010-03-211-3/+4
| | | | | | | | Task-number: QTBUG-9161
* | Setting stacking order from top to bottom seems to work better.Martin Jones2010-03-191-8/+4
| | | | | | | | Task-number: QTBUG-9182
* | Don't crash if an out of bounds model index is accessed.Martin Jones2010-03-191-0/+2
|/ | | | Task-number: QTBUG-9184