summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml
Commit message (Expand)AuthorAgeFilesLines
* fix headersWarwick Allison2009-10-29134-2121/+2161
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-10-2811-45/+70
|\
| * Fixed possible crash when inserting semicolon.Roberto Raggi2009-10-284-4/+4
| * Remove QML SQL classesAaron Kennedy2009-10-281-0/+2
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-10-2817-66/+250
| |\
| | * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-10-2816-65/+231
| | |\
| | | * Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic int...Bea Lam2009-10-2814-30/+197
| | | |\
| | | * | Show contents of list properties within the debugger (like the CreatorBea Lam2009-10-284-37/+39
| | * | | Doc.Michael Brasser2009-10-282-1/+19
| * | | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-10-282-2/+5
| |\ \ \ \ | | |/ / /
| * | | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-10-277-33/+12
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | Fix remote content loading for absolute URLsWarwick Allison2009-10-271-3/+6
* | | | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-10-2812-28/+192
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Do not display transient binding errorsAaron Kennedy2009-10-287-10/+88
| * | | | Add a QmlExpression::error() methodAaron Kennedy2009-10-288-21/+107
| | |_|/ | |/| |
* | | | Use QML_DECLARE_TYPEINFO attached properties detection on all platforms.Martin Jones2009-10-281-32/+0
|/ / /
* | | 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
| |/