summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-07-1532-3155/+2628
|\
| * Rewrite QML expressions as closuresRoberto Raggi2009-07-152-34/+143
| * Added support for parsing toplevel expressions and statements.Roberto Raggi2009-07-155-1903/+1098
| * Remove pointless QmlCompiledComponent classAaron Kennedy2009-07-1519-245/+66
| * Missing fileAaron Kennedy2009-07-151-0/+211
| * Revert "Use a function object when evaluating bindings"Aaron Kennedy2009-07-152-17/+5
| * Fix memory leakAaron Kennedy2009-07-151-0/+4
| * Use a function object when evaluating bindingsAaron Kennedy2009-07-152-5/+17
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-07-1521-1158/+2322
| |\
| * | Rework compiler to a two phase analyse/generate approachAaron Kennedy2009-07-1516-995/+1128
| * | Rename QmlDebugServerPlugin -> QmlDebugServiceAaron Kennedy2009-07-132-8/+8
* | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-07-1526-1172/+2766
|\ \ \ | | |/ | |/|
| * | Expose qml import statements in QmlDomKai Koehne2009-07-153-6/+134
| * | Remove bogus use of QT3_SUPPORT.Warwick Allison2009-07-141-5/+4
| * | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-07-1410-10/+440
| |\ \
| | * | Rename QmlDebugServerPlugin -> QmlDebugServiceAaron Kennedy2009-07-142-8/+8
| | |/
| | * Start moving debugger out of processAaron Kennedy2009-07-1310-10/+440
| | * Don't loop indefinately on library import statementAaron Kennedy2009-07-132-4/+4
| * | Libraries and library versioning.Warwick Allison2009-07-1412-1002/+2078
| * | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-07-1212-958/+1053
| |\ \ | | |/
| * | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-07-0926-789/+1296
| |\ \
| * | | URL can convert from string or bytearray.Warwick Allison2009-07-091-1/+1
| * | | New module handling: allow "import" of built-in types.Warwick Allison2009-07-024-8/+51
| * | | First conversion to new module handling.Warwick Allison2009-07-0210-195/+114
* | | | Check if scripttools is enabled.Michael Brasser2009-07-131-1/+1
| |_|/ |/| |
* | | Expand input keyword to include "as" supportAaron Kennedy2009-07-099-950/+1046
* | | DocAaron Kennedy2009-07-072-4/+4
| |/ |/|
* | Improve QmlComponent APIAaron Kennedy2009-07-075-7/+61
* | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-07-062-23/+39
|\ \
| * | Fix bug in createQmlObjectAlan Alpert2009-07-061-9/+4
| * | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Alan Alpert2009-07-0320-782/+1029
| |\ \
| * \ \ Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Alan Alpert2009-07-0214-40/+230
| |\ \ \
| * | | | Improve JS dynamic creationAlan Alpert2009-07-022-20/+41
| | |_|/ | |/| |
* | | | DocAaron Kennedy2009-07-062-5/+5
| |_|/ |/| |
* | | Warn annoyingly on non-notifyable propertiesAaron Kennedy2009-07-035-20/+54
* | | Move QmlExpression into its own fileAaron Kennedy2009-07-039-597/+749
* | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-07-032-3/+9
|\ \ \
| * | | Small change to make move and replace methods overridable.Erik Verbruggen2009-07-022-3/+9
| | |/ | |/|
* | | Support parameterized synthesized methodsAaron Kennedy2009-07-027-166/+221
|/ /
* | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-07-0210-13/+39
|\ \
| * \ Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-07-0218-925/+1065
| |\ \ | | |/
| | * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Alan Alpert2009-07-0216-924/+1027
| | |\
| | * | Beautification of dynamic object example.Alan Alpert2009-07-023-2/+29
| * | | Fix warnings.Michael Brasser2009-07-021-1/+1
| * | | Make performance logging classes private.Michael Brasser2009-07-029-10/+9
* | | | Initial property aliasing supportAaron Kennedy2009-07-028-29/+220
| |_|/ |/| |
* | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-07-025-28/+11
|\ \ \ | | |/ | |/|
| * | Augment docs for JS dynamic creation functionsAlan Alpert2009-07-021-1/+11
| |/
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Erik Verbruggen2009-07-0117-39/+42
| |\
| * | Removed superfluous methods.Erik Verbruggen2009-07-014-27/+0