summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | support both *.qml and *.whatever with autodetection. Some debug output, some...mae2009-04-245-6/+59
| * | | | | | Enable the "old" XML parser when the qgetenv("QML_XML") is not empty.Roberto Raggi2009-04-241-13/+3
| * | | | | | Added missing files.Roberto Raggi2009-04-242-0/+382
| * | | | | | Compile with gcc 4.xRoberto Raggi2009-04-242-4/+4
| * | | | | | Initial work on the qfx front-end.Roberto Raggi2009-04-2425-1/+11272
* | | | | | | qdoc: Corrected a few qdoc warnings.Martin Smith2009-04-284-19/+25
| |_|_|_|/ / |/| | | | |
* | | | | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-04-2856-350/+886
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | 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-2715-135/+395
| | |\ \ \
| | * | | | 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-289-86/+177
| | |/ / | |/| |
| * | | 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
| | |/ /
| | * | 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 a declarative data ptr to QObjectPrivateAaron Kennedy2009-04-2723-67/+115
| * | | | 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
| | |_|/ | |/| |
* | | | API and documentation work on the transform elements.Michael Brasser2009-04-288-303/+705
| |_|/ |/| |
* | | 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
|\ \ \ | | |/ | |/|
| * | 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
* | | Tweak the Dial example.Michael Brasser2009-04-262-4/+4
|/ /
* | 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-2416-144/+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-24101-671/+2587
|\ \
| * \ Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-04-2499-706/+2834
| |\ \ | | |/
| | * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-04-2493-696/+2714
| | |\
| | | * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-04-246-43/+258
| | | |\
| | | * | Documentation fixes.Michael Brasser2009-04-2420-68/+30
| | | * | Merge branch 'kinetic-animations' of git@scm.dev.nokia.troll.no:qt/kinetic in...Michael Brasser2009-04-2366-577/+2403
| | | |\ \
| | | | * | Fix a bug in the ease{In,Out}Bounce easing functions + small cleanup.Jan-Arve Sæther2009-04-232-109/+108
| | | | * | Remove trailing whitespaceJan-Arve Sæther2009-04-231-8/+8
| | | | * | Remove trailing whitespaceJan-Arve Sæther2009-04-231-32/+32
| | | | * | Moved the animation examples piemenu and photobrowser to examples/researchLeonardo Sobral Cunha2009-04-2316-0/+0