summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml
Commit message (Expand)AuthorAgeFilesLines
* Support return values in synthesized methodsAaron Kennedy2009-10-272-2/+5
* Simplify the defaultObjects handlingAaron Kennedy2009-10-275-32/+9
* Don't crash when requesting an attached object for non-QML objectAaron Kennedy2009-10-271-0/+2
* Error when a QVariant property is used as a grouped propertyAaron Kennedy2009-10-271-1/+1
* Fixed namespace macro.Erik Verbruggen2009-10-261-2/+2
* Compile with -no-qt3supportAaron Kennedy2009-10-262-3/+1
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-10-2623-95/+289
|\
| * Fix more warnings.Michael Brasser2009-10-269-16/+22
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-10-265-4/+127
| |\
| | * Silence warnings.Michael Brasser2009-10-265-6/+13
| | * Add support for value interceptors to the DOM.Michael Brasser2009-10-262-0/+116
| * | qmldir not needed if types are qualified.Warwick Allison2009-10-261-2/+2
| * | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-10-2614-9/+227
| |\ \ | | |/
| | * Doc.Michael Brasser2009-10-263-0/+3
| * | Move knowledge of qmldir out of QmlScriptParser.Warwick Allison2009-10-262-6/+11
| * | Wait for qmldir remote content so that imports work remotely.Warwick Allison2009-10-266-74/+131
| * | unwarnWarwick Allison2009-10-262-3/+3
* | | Use QScriptProgram under windowsAaron Kennedy2009-10-261-2/+2
* | | 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