summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Converted connections, listview and mouse.Roberto Raggi2009-04-273-114/+180
|
* Merge branch 'kinetic-declarativeui' of ↵Roberto Raggi2009-04-2716-137/+397
|\ | | | | | | git://scm.dev.nokia.troll.no/qt/kinetic into kinetic-declarativeui-qfx
| * Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-04-2715-135/+395
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-04-2771-2108/+818
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/fx/qfxitem.cpp
| | | * 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
| | | | | | | | | | | | | | | | and mark the existing constructors internal.
| | * | 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
| | |/ | |/| | | | | | | | | | PathView was creating its own internal QFxVisualItemModel but not correctly setting the context.
* | | Converted the examples.Roberto Raggi2009-04-2723-655/+1503
| | |
* | | Handle Connection objects.Roberto Raggi2009-04-272-162/+78
| | |
* | | Merge branch 'kinetic-declarativeui' of ↵Roberto Raggi2009-04-2771-2058/+770
|\ \ \ | |/ / | | | | | | git://scm.dev.nokia.troll.no/qt/kinetic into kinetic-declarativeui-qfx
| * | Remove QFxItem::itemContext() method.Aaron Kennedy2009-04-2714-51/+42
| | | | | | | | | | | | Use qmlContext(object) instead. This makes everything consistent.
| * | Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-04-2737-1910/+298
| |\ \ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | Add 'smooth' property to BlendedImage.Michael Brasser2009-04-272-1/+42
| | | |
| | * | Fix crash in PathView.Michael Brasser2009-04-271-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | If a component had runtime errors it could cause PathView to crash. Now we check in rengenerate to make sure the model actually returns an item before using it.
| | * | Update tile images for minehunt example.Michael Brasser2009-04-277-12/+2
| | | |
| | * | Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-04-271-1/+1
| | |\ \ | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | | 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
| | |/ / | |/| | | | | | | | | | This data ptr does not increase the size of the QObject, as we take advantage of space only used during destruction. Currently this data is only used to store an object's QmlContext, but it will be used for more later.
| * | | Simplify QMetaProperty::propertyIndex functionAaron Kennedy2009-04-271-1/+1
| |/ / | | | | | | | | | RevBy: Kent Hansen
| * | 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
| | | | | | | | | | | | They have almost no documentation and are generating many qdoc warnings.
| * | Merge branch 'kinetic-declarativeui' of ↵Martin Smith2009-04-242-85/+120
| |\ \ | | |/ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | qdoc: Edited qdoc comments to remove some qdoc warnings.Martin Smith2009-04-241-2/+15
| | |
* | | No more sugar :-)Roberto Raggi2009-04-244-11/+21
| | |
* | | removed most featuresmae2009-04-241-10/+17
| | |
* | | 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 ↵Roberto Raggi2009-04-241-1/+1
| | | | | | | | | | | | the syntax `public property|signal name' to define properties.
* | | Use the DUI language.Roberto Raggi2009-04-2413-18/+57
| | |
* | | Compile.Roberto Raggi2009-04-241-3/+10
| | |
* | | Updated the QML converter.Roberto Raggi2009-04-241-10/+5
| | |
* | | Removed the UiObjectInitialized from UiPublicMember.Roberto Raggi2009-04-248-749/+755
| | |
* | | experiment with treating State and Transition slightly special: they are ↵mae2009-04-242-4/+14
| | | | | | | | | | | | automatically added to the states resp. transitions property. This allows us to make the [...,...,...,...] list syntax superfluous.
* | | small cleanupsmae2009-04-242-13/+11
| | |
* | | map the ParentChange qml tag to a ParentChangeSet in dui.mae2009-04-242-118/+203
| | | | | | | | | | | | | | | It might be a consideration to use the former moveToParent property, maybe it was a bit hacky, but less to type.
* | | 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
| | |
* | | finalize support for namespacepathmae2009-04-243-8/+21
| | |
* | | Visit the import nodes.Roberto Raggi2009-04-241-0/+1
| | |
* | | Process the `import' statement.Roberto Raggi2009-04-242-0/+16
| | |
* | | qmlconv does not need to be a bundle app.Roberto Raggi2009-04-241-1/+1
| | |
* | | load foo.js for a foo.dui if it exists. This lets us use the import keyword ↵mae2009-04-243-1/+17
| | | | | | | | | | | | for real modules. Fix qmlconv, also get rid of the function() for signal properties.