summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* removed debug outputmae2009-04-241-5/+0
|
* support public property definitionsmae2009-04-247-775/+840
|
* code cleanup (helper functions rule)mae2009-04-241-74/+73
|
* Introduced `import' statements.Roberto Raggi2009-04-2410-769/+909
|
* implement UiObjectBinding (UiObjectMember: UiQualifiedId T_COLON ↵mae2009-04-241-3/+65
| | | | T_IDENTIFIER UiObjectInitializer)
* support both *.qml and *.whatever with autodetection. Some debug output, ↵mae2009-04-245-6/+59
| | | | some fixes. Some stuff works now, biggest omission is UiObjectBinding to get the more complex examples working.
* 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
|
* Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-04-2416-144/+236
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-04-24101-671/+2587
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-04-2499-706/+2834
| | |\ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | Propagate scene geometry changes to view.Warwick Allison2009-04-242-1/+10
| | | | | | | | | | | | | | | | Previously, only the initial size was honoured.
| | * | Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-04-24116-1289/+1966
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: demos/declarative/webbrowser/WebBrowser.qml demos/declarative/webbrowser/content/pics/addressbar-filled.png demos/declarative/webbrowser/content/pics/addressbar.png demos/declarative/webbrowser/content/pics/back-disabled.png demos/declarative/webbrowser/content/pics/back.png demos/declarative/webbrowser/content/pics/footer.png demos/declarative/webbrowser/content/pics/forward-disabled.png demos/declarative/webbrowser/content/pics/forward.png demos/declarative/webbrowser/content/pics/header.png demos/declarative/webbrowser/content/pics/reload.png
| | * | | Compile.Warwick Allison2009-04-231-1/+1
| | | | |
| | * | | Nicer icons (KDE CrystalSVG)Warwick Allison2009-04-2315-7/+1
| | | | |
| * | | | Add a QSimpleCanvasItem::ChildMouseFilter optionAaron Kennedy2009-04-248-136/+225
| | | | | | | | | | | | | | | | | | | | Child mouse filter only filters events sent to your children
* | | | | Change Path, PathLine etc. coordinates to qreal. More docs.Martin Jones2009-04-242-85/+120
| |_|_|/ |/| | | | | | | | | | | | | | | Everything internally is qreal, so there's no point having the conversion.
* | | | Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-04-2493-696/+2714
|\ \ \ \ | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * \ \ \ Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-04-246-43/+258
| |\ \ \ \ | | |/ / / | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | | Ensure -ve z stacks behind parent when using GraphicsViewAaron Kennedy2009-04-241-0/+9
| | | | |
| | * | | Don't manually stack children on GraphicsViewAaron Kennedy2009-04-241-5/+1
| | | | | | | | | | | | | | | | | | | | GraphicsView now has a sane default stacking order.
| | * | | Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-04-2412-246/+124
| | |\ \ \ | | | | |/ | | | |/| | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | | Don't access internal QMetaProperty membersAaron Kennedy2009-04-241-5/+1
| | | | | | | | | | | | | | | | | | | | We can use the new QMetaProperty::propertyIndex() method instead.