summaryrefslogtreecommitdiffstats
path: root/src/declarative
Commit message (Expand)AuthorAgeFilesLines
* 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-287-298/+710
| |\
| * | Remove debug.Martin Jones2009-04-281-1/+0
* | | Merge branch 'kinetic-declarativeui' of ../kinetic into kinetic-declarativeui...Aaron Kennedy2009-04-285-297/+699
|\ \ \ | | |/ | |/|
| * | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-04-2851-339/+857
| |\ \
| * | | API and documentation work on the transform elements.Michael Brasser2009-04-285-297/+699
* | | | Merge branch 'kinetic-declarativeui' of ../kinetic into kinetic-declarativeui...Aaron Kennedy2009-04-2826-146/+383
|\ \ \ \ | | |/ / | |/| |
| * | | 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-288-85/+176
* | | | Introduced Node::firstSourceLocation(), Node::lastSourceLocation().Roberto Raggi2009-04-2710-108/+572
* | | | Merge branch 'kinetic-declarativeui' of git://scm.dev.nokia.troll.no/qt/kinet...Roberto Raggi2009-04-2713-127/+387
|\ \ \ \ | | |/ / | |/| |
| * | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-04-2712-125/+385
| |\ \ \ | | |/ /
| | * | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-04-2759-2090/+792
| | |\ \
| | | * | 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-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
| * | | | Don't crash when not using QFxVisualItemModel with PathViewAaron Kennedy2009-04-271-2/+2
| | |/ / | |/| |
* | | | Handle Connection objects.Roberto Raggi2009-04-271-149/+10
* | | | Merge branch 'kinetic-declarativeui' of git://scm.dev.nokia.troll.no/qt/kinet...Roberto Raggi2009-04-2759-2040/+744
|\ \ \ \ | |/ / /
| * | | 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 'smooth' property to BlendedImage.Michael Brasser2009-04-272-1/+42
| | * | Fix crash in PathView.Michael Brasser2009-04-271-0/+2
| | * | 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
| * | | Add a declarative data ptr to QObjectPrivateAaron Kennedy2009-04-2721-66/+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
| |\ \ | | |/
| * | qdoc: Edited qdoc comments to remove some qdoc warnings.Martin Smith2009-04-241-2/+15
* | | No more sugar :-)Roberto Raggi2009-04-244-11/+21
* | | Don't generate T_AUTOMATIC_SEMICOLON when recovering from a syntax error.Roberto Raggi2009-04-242-8/+14
* | | Don't generate T_PUBLIC tokens. At this stage we don't know if we wil keep th...Roberto Raggi2009-04-241-1/+1
* | | Use the DUI language.Roberto Raggi2009-04-2413-18/+57
* | | Compile.Roberto Raggi2009-04-241-3/+10
* | | Removed the UiObjectInitialized from UiPublicMember.Roberto Raggi2009-04-248-749/+755
* | | experiment with treating State and Transition slightly special: they are auto...mae2009-04-241-0/+10
* | | small cleanupsmae2009-04-241-11/+0
* | | map the ParentChange qml tag to a ParentChangeSet in dui.mae2009-04-241-105/+172
* | | Source locations for the statement nodesRoberto Raggi2009-04-243-62/+371
* | | Annotate the expression nodes with the source locations.Roberto Raggi2009-04-243-136/+539
* | | Fixed AST::cast<> for UiImport and UiImportList nodes.Roberto Raggi2009-04-241-3/+3