summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* qdoc: Corrected a few qdoc warnings.Martin Smith2009-04-282-5/+5
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-04-2853-340/+876
|\
| * Delay Repeater item construction until component completionAaron Kennedy2009-04-282-1/+11
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-04-2816-62/+198
| |\
| | * Use QObject declarative data to store attached properties.Aaron Kennedy2009-04-2816-60/+196
| | * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-04-2712-125/+385
| | |\
| | * | Don't crash when not using QFxVisualItemModel with PathViewAaron Kennedy2009-04-271-2/+2
| * | | More mouse and key event handling and related documentationMartin Jones2009-04-288-85/+176
| | |/ | |/|
| * | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-04-2762-2092/+812
| |\ \
| | * | Fix use of qmlContext() - move outside contructor.Warwick Allison2009-04-271-50/+47
| | |/
| | * Remove QFxItem::itemContext() method.Aaron Kennedy2009-04-2714-51/+42
| | * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-04-2728-1894/+292
| | |\
| | * | Add a declarative data ptr to QObjectPrivateAaron Kennedy2009-04-2723-67/+115
| * | | Make MouseRegion signals pass a mouse event as their parameter.Martin Jones2009-04-278-54/+260
| * | | Fix warning.Martin Jones2009-04-271-1/+1
| * | | Add some constructors without QmlContext parameter.Martin Jones2009-04-272-2/+37
| * | | Doc fixes.Martin Jones2009-04-272-28/+49
* | | | API and documentation work on the transform elements.Michael Brasser2009-04-285-297/+699
| |_|/ |/| |
* | | Add 'smooth' property to BlendedImage.Michael Brasser2009-04-272-1/+42
* | | Fix crash in PathView.Michael Brasser2009-04-271-0/+2
* | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-04-271-1/+1
|\ \ \ | | |/ | |/|
| * | Simplify QMetaProperty::propertyIndex functionAaron Kennedy2009-04-271-1/+1
* | | Rename GfxValue to QmlTimeLineValue.Michael Brasser2009-04-2710-130/+130
* | | Rename GfxEvent to QmlTimeLineEvent.Michael Brasser2009-04-275-27/+27
* | | Replace the use of the obsolete GfxEasing with QEasingCurve.Michael Brasser2009-04-2722-1741/+96
|/ /
* | qdoc: Corrected a few qdoc warnings.Martin Smith2009-04-242-14/+278
* | qdoc: Corrected a few qdoc warnings.Martin Smith2009-04-242-14/+20
* | qdoc: Marked QSimpleCanvas and QSimpleCanvasItem internalMartin Smith2009-04-242-0/+2
* | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Smith2009-04-242-85/+120
|\ \ | |/
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-04-2411-138/+236
| |\
| * | Change Path, PathLine etc. coordinates to qreal. More docs.Martin Jones2009-04-242-85/+120
* | | qdoc: Edited qdoc comments to remove some qdoc warnings.Martin Smith2009-04-241-2/+15
| |/ |/|
* | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-04-2419-129/+216
|\ \
| * \ Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-04-2422-170/+463
| |\ \ | | |/
| | * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-04-2421-160/+350
| | |\
| | | * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-04-246-43/+258
| | | |\
| | | * | Documentation fixes.Michael Brasser2009-04-2414-61/+23
| | | * | Merge branch 'kinetic-animations' of git@scm.dev.nokia.troll.no:qt/kinetic in...Michael Brasser2009-04-231-48/+48
| | | |\ \
| | | | * | Fix a bug in the ease{In,Out}Bounce easing functions + small cleanup.Jan-Arve Sæther2009-04-231-17/+17
| | | | * | Remove trailing whitespaceJan-Arve Sæther2009-04-231-32/+32
| | | * | | Expose basic BlendedImage docs.Michael Brasser2009-04-231-8/+21
| | * | | | Documentation for Path, PathLine, etc.Martin Jones2009-04-241-10/+113
| | |/ / /
| * | | | Propagate scene geometry changes to view.Warwick Allison2009-04-242-1/+10
| * | | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-04-2450-518/+564
| |\ \ \ \ | | |/ / /
| * | | | Compile.Warwick Allison2009-04-231-1/+1
* | | | | Add a QSimpleCanvasItem::ChildMouseFilter optionAaron Kennedy2009-04-248-136/+225
| |_|_|/ |/| | |
* | | | Ensure -ve z stacks behind parent when using GraphicsViewAaron Kennedy2009-04-241-0/+9
* | | | Don't manually stack children on GraphicsViewAaron Kennedy2009-04-241-5/+1
* | | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-04-249-242/+122
|\ \ \ \ | | |/ / | |/| |
| * | | Using QVariant interpolators in qml variant animationLeonardo Sobral Cunha2009-04-231-88/+3