summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml
Commit message (Expand)AuthorAgeFilesLines
* 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...Michael Brasser2009-04-243-38/+226
|\
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-04-242-5/+5
| |\
| * | Don't access internal QMetaProperty membersAaron Kennedy2009-04-241-5/+1
| * | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-04-231-0/+24
| |\ \
| * | | Split up QmlMetaProperty::write() methodAaron Kennedy2009-04-232-33/+225
* | | | Documentation fixes.Michael Brasser2009-04-241-5/+5
| |_|/ |/| |
* | | qdoc: Edited the documentation to remove numerous qdoc warnings.Martin Smith2009-04-231-4/+4
* | | The signal should emit the namespace as well otherwise a connect willAlexis Menard2009-04-231-1/+1
| |/ |/|
* | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-04-232-10/+2
|\ \ | |/
| * Make declarative autotests compile.Aaron Kennedy2009-04-231-0/+2
| * Remove QMetaObject hierarchy search from QmlMetaType::default*() methodsAaron Kennedy2009-04-231-10/+0
* | Component and ComponentInstance documentation.Martin Jones2009-04-231-0/+24
|/
* Merge in changes to old kinetic-dui branch.Michael Brasser2009-04-238-192/+291
* Initial import of kinetic-dui branch from the old kineticMichael Brasser2009-04-2271-0/+16974