summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* error output for scriptsmae2009-04-241-0/+14
* Introduced AST::cast<T>(node).Roberto Raggi2009-04-242-191/+375
* Added the `import statements' to UiProgram.Roberto Raggi2009-04-244-4/+16
* optional property debug output when the environment variable DUI_DEBUG is def...mae2009-04-241-4/+6
* make Connection work.mae2009-04-241-23/+96
* parse function declarations in the object declaration and generate script pro...mae2009-04-242-2/+21
* Generate ASTs for function and variable declarations.Roberto Raggi2009-04-249-758/+808
* fix shift/reduce and reduce/reduce conflicts, make parsing of function declar...mae2009-04-245-773/+808
* 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 T_IDENTIFIER...mae2009-04-241-3/+65
* 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
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-04-2411-138/+236
|\
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-04-2419-129/+216
| |\
| | * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-04-2422-170/+463
| | |\
| | * | Propagate scene geometry changes to view.Warwick Allison2009-04-242-1/+10
| | * | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-04-2450-518/+564
| | |\ \
| | * | | Compile.Warwick Allison2009-04-231-1/+1
| * | | | Add a QSimpleCanvasItem::ChildMouseFilter optionAaron Kennedy2009-04-248-136/+225
* | | | | Change Path, PathLine etc. coordinates to qreal. More docs.Martin Jones2009-04-242-85/+120
| |_|_|/ |/| | |
* | | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-04-2421-160/+350
|\ \ \ \
| * \ \ \ Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-04-246-43/+258
| |\ \ \ \ | | |/ / /
| | * | | 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
| | * | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-04-249-242/+122
| | |\ \ \ | | | | |/ | | | |/|
| | * | | Don't access internal QMetaProperty membersAaron Kennedy2009-04-241-5/+1
| | * | | Add a Follow::followValue propertyAaron Kennedy2009-04-232-0/+22
| | * | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-04-234-4/+46
| | |\ \ \
| | * | | | Split up QmlMetaProperty::write() methodAaron Kennedy2009-04-232-33/+225
| * | | | | Documentation fixes.Michael Brasser2009-04-2414-61/+23
| * | | | | Merge branch 'kinetic-animations' of git@scm.dev.nokia.troll.no:qt/kinetic in...Michael Brasser2009-04-231-48/+48
| |\ \ \ \ \
| | * | | | | Fix a bug in the ease{In,Out}Bounce easing functions + small cleanup.Jan-Arve Sæther2009-04-231-17/+17
| | * | | | | Remove trailing whitespaceJan-Arve Sæther2009-04-231-32/+32
| * | | | | | Expose basic BlendedImage docs.Michael Brasser2009-04-231-8/+21
| | |_|_|/ / | |/| | | |
* | | | | | Documentation for Path, PathLine, etc.Martin Jones2009-04-241-10/+113
|/ / / / /
* | | | | Using QVariant interpolators in qml variant animationLeonardo Sobral Cunha2009-04-231-88/+3
* | | | | qdoc: Edited the documentation to remove numerous qdoc warnings.Martin Smith2009-04-231-7/+7
* | | | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Smith2009-04-232-4/+4
|\ \ \ \ \
| * | | | | Fix signal usage from QmlcomponentAlexis Menard2009-04-232-4/+4
* | | | | | qdoc: Edited the documentation to remove numerous qdoc warnings.Martin Smith2009-04-233-14/+14
|/ / / / /
* | | | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Smith2009-04-231-1/+1
|\ \ \ \ \