summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* | | error output for scriptsmae2009-04-241-0/+14
| | |
* | | Introduced AST::cast<T>(node).Roberto Raggi2009-04-242-191/+375
| | |
* | | imported qmlconv utility for conveniencemae2009-04-243-1/+397
| | |
* | | Added the `import statements' to UiProgram.Roberto Raggi2009-04-244-4/+16
| | |
* | | optional property debug output when the environment variable DUI_DEBUG is ↵mae2009-04-241-4/+6
| | | | | | | | | | | | defined.
* | | make Connection work.mae2009-04-241-23/+96
| | |
* | | parse function declarations in the object declaration and generate script ↵mae2009-04-242-2/+21
| | | | | | | | | | | | properties. Makes the slider work.
* | | Generate ASTs for function and variable declarations.Roberto Raggi2009-04-249-758/+808
| | |
* | | fix shift/reduce and reduce/reduce conflicts, make parsing of function ↵mae2009-04-245-773/+808
| | | | | | | | | | | | declarations within the object literals possible. This allows us to get entirely rid of the Script{} fake object.
* | | support comma for lists, better parser error outputmae2009-04-248-752/+770
| | |
* | | make PropertyChangeSet work. This makes tutorial3 run again.mae2009-04-241-53/+95
| | |
* | | make arrays work, these visitors are ***** awesomemae2009-04-241-1/+15
| | |