summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'qscriptprogram' of git@scm.dev.nokia.troll.no:qt/khansens-qt-sc...Aaron Kennedy2009-10-261-1/+2
* Ensure cleanup happens before the destruction of QScriptEngineAaron Kennedy2009-10-2611-9/+224
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-10-236-11/+38
|\
| * Fix Behavior support for value type properties.Michael Brasser2009-10-236-11/+38
* | Clear exceptions after a binding evaluationAaron Kennedy2009-10-231-0/+1
|/
* Use QmlScriptString for Connection scriptWarwick Allison2009-10-231-40/+1
* Add accessor for QmlComponent's creation contextAaron Kennedy2009-10-232-0/+17
* Fix test failures.Aaron Kennedy2009-10-223-5/+13
* Use the correct context when resolving alias propertiesAaron Kennedy2009-10-221-2/+0
* change all ids in doc examples to start with lower case.Martin Jones2009-10-223-9/+9
* Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic int...Martin Jones2009-10-2219-39/+457
|\
| * Support assigning scripts to QML propertiesAaron Kennedy2009-10-2210-4/+318
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-10-211-1/+3
| |\
| | * Fix breakout type resolutionAlan Alpert2009-10-211-0/+2
| | * DocAlan Alpert2009-10-211-1/+1
| * | Tweak scopingAaron Kennedy2009-10-214-10/+28
| |/
| * Add simple sound supportAaron Kennedy2009-10-212-0/+34
| * Remove dead codeAaron Kennedy2009-10-211-1/+0
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-10-217-31/+86
| |\
| | * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Bea Lam2009-10-2122-105/+354
| | |\
| | * | Give more info about whether a value is null and its value type.Bea Lam2009-10-212-13/+17
| | * | Add EVAL_EXPRESSION so clients can evaluate an expression within theBea Lam2009-10-192-22/+57
| | * | Add bool* argument to QmlExpression::value() to help debugger.Bea Lam2009-10-193-8/+14
| | * | Give more information about the value of a property when the variantBea Lam2009-10-151-3/+9
| * | | typoWarwick Allison2009-10-201-1/+1
* | | | Compiled JS doesn't work on Win32Martin Jones2009-10-221-2/+2
| |_|/ |/| |
* | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-10-201-0/+4
|\ \ \ | |/ /
| * | docWarwick Allison2009-10-201-0/+4
* | | Don't search non-local context typesAaron Kennedy2009-10-202-4/+8
|/ /
* | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic int...Martin Jones2009-10-1614-101/+191
|\ \
| * \ Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-10-161-1/+1
| |\ \
| | * | docWarwick Allison2009-10-161-1/+1
| * | | Add binding assignment warningsAaron Kennedy2009-10-1610-79/+156
| * | | Correctly pass context to QmlObjectScriptClassAaron Kennedy2009-10-163-8/+19
| |/ /
| * | Fix dynamic exampleAlan Alpert2009-10-151-0/+1
| * | Simplified the bindings rewriter.Roberto Raggi2009-10-152-14/+15
* | | Fixes for Symbian.Martin Jones2009-10-164-7/+43
|/ /
* | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic int...Martin Jones2009-10-1512-11/+358
|\ \
| * | Unicode namespace fix.Warwick Allison2009-10-151-1/+1
| * | Don't rewrite expression statements in loops.Roberto Raggi2009-10-142-2/+92
| * | Make assigning to a QList and a QmlList consistentAaron Kennedy2009-10-141-1/+0
| |/
| * Minor fixes for qmlInfo.Michael Brasser2009-10-141-2/+2
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-10-144-6/+27
| |\
| | * Force QML files to be always UTF-8.Warwick Allison2009-10-142-0/+2
| * | Support read-only iteration of list propertiesAaron Kennedy2009-10-146-5/+245
| * | Add QML_REWRITE_DUMP env flagAaron Kennedy2009-10-141-0/+16
* | | Use Q_GLOBAL_STATIC for global static.Martin Jones2009-10-151-2/+2
* | | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic int...Martin Jones2009-10-146-9/+117
|\ \ \ | | |/ | |/|
| * | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-10-145-3/+92
| |\ \ | | |/
| | * Add Component::onCompleted attached propertyAaron Kennedy2009-10-145-3/+92