summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-07-239-31/+289
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Fix State when handling.Michael Brasser2009-07-232-4/+3
| |
| * Move the Script interface of QmlComponent to QmlBindableComponentAlan Alpert2009-07-217-27/+286
| |
* | Add prototype value type supportAaron Kennedy2009-07-2315-124/+758
|/
* Remove unnecessary methods from QmlBindingAaron Kennedy2009-07-202-14/+3
| | | | QmlBinding is no longer instantiable from QML, so this stuff isn't needed.
* Prevent expression evaluation data from overlappingAaron Kennedy2009-07-202-4/+19
|
* Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-07-202-2/+1
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-07-201-1/+1
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * Fix warning.Michael Brasser2009-07-201-1/+1
| | |
| * | Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-07-191-0/+5
| |\ \ | | |/ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | 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 ↵Aaron Kennedy2009-07-1710-1058/+1112
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-07-1631-1649/+1620
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * Recognize T_MULTILINE_STRING_LITERAL as a primary expression and removed ↵Roberto Raggi2009-07-165-977/+929
| | | | | | | | | | | | UiMultilineStringLiteral statements.
| | * Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-07-1624-591/+508
| | |\ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | Qualifiers and versioning for C++-defined types.Warwick Allison2009-07-164-81/+183
| | | | | | | | | | | | | | | | | | | | (and a *TEST* hack for Qt/4.6/ - this is exactly NOT the way to do it) Two-step type resolution for Javascript (Aaron).
| * | | Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-07-1532-3155/+2628
| |\ \ \ | | |/ / | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-07-1526-1172/+2766
| |\ \ \ | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | | 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
| | | | | | | | | | | | | | | | | | Turns out this simple approach doesn't work. Fortunately we have a volunteer to do it properly. This reverts commit 958dc50e2b0fe2e875a704554438be75907ed3c5.
* | | 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 ↵Aaron Kennedy2009-07-1521-1158/+2322
|\ \ \ | | |/ | |/| | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | 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 ↵Warwick Allison2009-07-1410-10/+440
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/qml/parser/qmljsparser.cpp
| | * | Rename QmlDebugServerPlugin -> QmlDebugServiceAaron Kennedy2009-07-142-8/+8
| | | |
| * | | Libraries and library versioning.Warwick Allison2009-07-1412-1002/+2078
| | | |
| * | | Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-07-1212-958/+1053
| |\ \ \ | | | |/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/qml/qmlscriptparser.cpp src/declarative/qml/qmlscriptparser_p.h Compiles, but probably next needs a revert/change of module stuff, since that work seems to have been duplicated.
| * | | Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-07-0926-789/+1296
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/qml/qmlengine.cpp
| * | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | This will allow, for example, a different set of types to be imported for "import Qt 4.6" than for "import Qt 4.7".