summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Documentation for ListViewMartin Jones2009-04-3010-117/+275
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-04-29111-2197/+2204
|\
| * Fix qmlvariantanimation to behave as qmlnumericanimation when 'from' is not setLeonardo Sobral Cunha2009-04-281-1/+4
| * Remove trailing whitespaces from qmlanimation*Leonardo Sobral Cunha2009-04-282-15/+14
| * Coding style refactor, changing 'if(' and 'for(' to 'if (' and 'for ('Leonardo Sobral Cunha2009-04-28103-2154/+2154
| * qdoc: Corrected some qdoc warnings.Martin Smith2009-04-287-11/+10
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Smith2009-04-2866-694/+15593
| |\
| * | qdoc: Corrected a few qdoc warnings.Martin Smith2009-04-284-19/+25
* | | Some foreach remove/improve.Martin Jones2009-04-288-29/+37
| |/ |/|
* | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-04-282-4/+10
|\ \
| * | Don't create two atttached property objects per item.Martin Jones2009-04-282-4/+10
* | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-04-281-1/+0
|\ \ \ | |/ /
| * | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-04-2810-304/+716
| |\ \ | | |/
| * | Remove debug.Martin Jones2009-04-281-1/+0
* | | Merge branch 'kinetic-declarativeui' of ../kinetic into kinetic-declarativeui...Aaron Kennedy2009-04-288-485/+774
|\ \ \ | | |/ | |/|
| * | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-04-2856-350/+886
| |\ \
| * | | API and documentation work on the transform elements.Michael Brasser2009-04-288-303/+705
* | | | Merge branch 'kinetic-declarativeui' of ../kinetic into kinetic-declarativeui...Aaron Kennedy2009-04-2827-194/+407
|\ \ \ \ | | |/ / | |/| |
| * | | 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
| * | | More mouse and key event handling and related documentationMartin Jones2009-04-289-86/+177
* | | | Introduced Node::firstSourceLocation(), Node::lastSourceLocation().Roberto Raggi2009-04-2710-108/+572
* | | | Converted connections, listview and mouse.Roberto Raggi2009-04-273-114/+180
* | | | Merge branch 'kinetic-declarativeui' of git://scm.dev.nokia.troll.no/qt/kinet...Roberto Raggi2009-04-2716-137/+397
|\ \ \ \ | | |/ / | |/| |
| * | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-04-2715-135/+395
| |\ \ \ | | |/ /
| | * | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-04-2771-2108/+818
| | |\ \
| | | * | Fix use of qmlContext() - move outside contructor.Warwick Allison2009-04-271-50/+47
| | * | | Make MouseRegion signals pass a mouse event as their parameter.Martin Jones2009-04-2710-63/+269
| | * | | 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
| | * | | Fix the highlight positioning.Martin Jones2009-04-271-1/+1
| * | | | Don't crash when not using QFxVisualItemModel with PathViewAaron Kennedy2009-04-271-2/+2
| | |/ / | |/| |
* | | | Converted the examples.Roberto Raggi2009-04-2723-655/+1503
* | | | Handle Connection objects.Roberto Raggi2009-04-272-162/+78
* | | | Merge branch 'kinetic-declarativeui' of git://scm.dev.nokia.troll.no/qt/kinet...Roberto Raggi2009-04-2771-2058/+770
|\ \ \ \ | |/ / /
| * | | 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-2737-1910/+298
| |\ \ \ | | | |/ | | |/|
| | * | Add 'smooth' property to BlendedImage.Michael Brasser2009-04-272-1/+42
| | * | Fix crash in PathView.Michael Brasser2009-04-271-0/+2
| | * | Update tile images for minehunt example.Michael Brasser2009-04-277-12/+2
| | * | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-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
| | * | | Tweak the Dial example.Michael Brasser2009-04-262-4/+4
| * | | | Add a declarative data ptr to QObjectPrivateAaron Kennedy2009-04-2723-67/+115
| | |/ / | |/| |
| * | | Simplify QMetaProperty::propertyIndex functionAaron Kennedy2009-04-271-1/+1
| |/ /
| * | qdoc: Corrected a few qdoc warnings.Martin Smith2009-04-242-14/+278