summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Coding style refactor, changing 'if(' and 'for(' to 'if (' and 'for ('Leonardo Sobral Cunha2009-04-28103-2154/+2154
* qdoc: Corrected some qdoc warnings.Martin Smith2009-04-287-11/+10
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Smith2009-04-2866-694/+15593
|\
| * 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-2810-304/+716
| | |\
| | * | Remove debug.Martin Jones2009-04-281-1/+0
| * | | Merge branch 'kinetic-declarativeui' of ../kinetic into kinetic-declarativeui...Aaron Kennedy2009-04-288-485/+774
| |\ \ \ | | | |/ | | |/|
| * | | Merge branch 'kinetic-declarativeui' of ../kinetic into kinetic-declarativeui...Aaron Kennedy2009-04-2827-194/+407
| |\ \ \
| * | | | Introduced Node::firstSourceLocation(), Node::lastSourceLocation().Roberto Raggi2009-04-2710-108/+572
| * | | | Converted connections, listview and mouse.Roberto Raggi2009-04-273-114/+180
| * | | | Merge branch 'kinetic-declarativeui' of git://scm.dev.nokia.troll.no/qt/kinet...Roberto Raggi2009-04-2716-137/+397
| |\ \ \ \
| * | | | | Converted the examples.Roberto Raggi2009-04-2723-655/+1503
| * | | | | Handle Connection objects.Roberto Raggi2009-04-272-162/+78
| * | | | | Merge branch 'kinetic-declarativeui' of git://scm.dev.nokia.troll.no/qt/kinet...Roberto Raggi2009-04-2771-2058/+770
| |\ \ \ \ \
| * | | | | | 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 th...Roberto Raggi2009-04-241-1/+1
| * | | | | | 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 auto...mae2009-04-242-4/+14
| * | | | | | small cleanupsmae2009-04-242-13/+11
| * | | | | | map the ParentChange qml tag to a ParentChangeSet in dui.mae2009-04-242-118/+203
| * | | | | | 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 f...mae2009-04-243-1/+17
| * | | | | | 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 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