summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary methods from QmlBindingAaron Kennedy2009-07-202-14/+3
* Prevent expression evaluation data from overlappingAaron Kennedy2009-07-202-4/+19
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-07-202-2/+1
|\
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-07-201-1/+1
| |\
| | * Fix warning.Michael Brasser2009-07-201-1/+1
| * | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-07-191-0/+5
| |\ \ | | |/
| * | Remove debuggeryWarwick Allison2009-07-171-1/+0
* | | Rework expression stuff to use a more efficient notify handlerAaron Kennedy2009-07-2012-327/+245
* | | Rename QmlBindableValue to QmlBindingAaron Kennedy2009-07-2012-83/+82
* | | Simplify binding optimizationAaron Kennedy2009-07-204-423/+116
* | | Add some basic QML benchmarksAaron Kennedy2009-07-171-0/+12
| |/ |/|
* | Missing SetDefault instructionAaron Kennedy2009-07-171-0/+5
|/
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-07-1710-1058/+1112
|\
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-07-1631-1649/+1620
| |\
| | * Recognize T_MULTILINE_STRING_LITERAL as a primary expression and removed UiMu...Roberto Raggi2009-07-165-977/+929
| | * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-07-1624-591/+508
| | |\
| | * | Qualifiers and versioning for C++-defined types.Warwick Allison2009-07-164-81/+183
| * | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-07-1532-3155/+2628
| |\ \ \ | | |/ /
| * | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-07-1526-1172/+2766
| |\ \ \
| * | | | Check if scripttools is enabled.Michael Brasser2009-07-131-1/+1
* | | | | Always set the id before calling setId()Aaron Kennedy2009-07-171-4/+2
| |_|_|/ |/| | |
* | | | Add a QmlError::toString() methodAaron Kennedy2009-07-162-12/+19
* | | | Protect against overriding FINAL propertiesAaron Kennedy2009-07-165-8/+16
* | | | Move the QML rewriting stuff into a central locationAaron Kennedy2009-07-165-140/+266
* | | | Remove unnecessary global context management stuffAaron Kennedy2009-07-168-210/+16
* | | | Small cleanupsAaron Kennedy2009-07-169-154/+176
* | | | Indenting fixAaron Kennedy2009-07-161-1/+1
* | | | Remove some unreliable binary expression supportAaron Kennedy2009-07-161-63/+1
* | | | Fix crash on object destructionAaron Kennedy2009-07-162-5/+15
| |_|/ |/| |
* | | 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
|\ \ \ | | |/ | |/|
| * | 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
| * | | 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
* | | | | Rework compiler to a two phase analyse/generate approachAaron Kennedy2009-07-1516-995/+1128
* | | | | Rename QmlDebugServerPlugin -> QmlDebugServiceAaron Kennedy2009-07-132-8/+8
| |_|_|/ |/| | |
* | | | Start moving debugger out of processAaron Kennedy2009-07-1310-10/+440