summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-10-2811-45/+70
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Fixed possible crash when inserting semicolon.Roberto Raggi2009-10-284-4/+4
| | | | | | | | | | | | Don't insert T_SEMICOLON when yytoken == -1 Done-with: joerg
| * Remove QML SQL classesAaron Kennedy2009-10-281-0/+2
| | | | | | | | | | Sadly, these are not being maintained. There's still SQL offline storage for all your SQL needs.
| * Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-10-2817-66/+250
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-10-2816-65/+231
| | |\ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | | * Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Bea Lam2009-10-2814-30/+197
| | | |\ | | | | | | | | | | | | | | | into kinetic-declarativeui
| | | * | Show contents of list properties within the debugger (like the CreatorBea Lam2009-10-284-37/+39
| | | | | | | | | | | | | | | | | | | | debugger). Also add Mode arg to ExpressionQueryWidget constructor.
| | * | | Doc.Michael Brasser2009-10-282-1/+19
| | | | |
| * | | | Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-10-282-2/+5
| |\ \ \ \ | | |/ / / | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | | Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-10-277-33/+12
| |\ \ \ \ | | | |/ / | | |/| | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | | Fix remote content loading for absolute URLsWarwick Allison2009-10-271-3/+6
| | | | | | | | | | | | | | | | | | | | (the test is pending...)
* | | | | Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-10-2812-28/+192
|\ \ \ \ \ | | |_|_|/ | |/| | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | | Do not display transient binding errorsAaron Kennedy2009-10-287-10/+88
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | During QML startup, it is common to have "errors" in bindings as the apps state stabilizes. These are not real errors, but just a consequence of implementing a declarative UI in an imperative world. Now during startup, the display of errors is delayed until the startup completes, and then only bindings that are still in an error state are displayed. QT-2373
| * | | | Add a QmlExpression::error() methodAaron Kennedy2009-10-288-21/+107
| | |_|/ | |/| | | | | | | | | | | | | | QmlExpression should not print errors itself. This is the responsibility of the caller.
* | | | 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
| | | | | | | | | | As the scope object is no longer added to the defaultObjects list it makes sense that the root object remain constant at position 0
* | 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
|/ | | | This crashed as the metatype of QVariant is -1.
* Fixed namespace macro.Erik Verbruggen2009-10-261-2/+2
|
* Compile with -no-qt3supportAaron Kennedy2009-10-262-3/+1
|
* Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-10-2623-95/+289
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Fix more warnings.Michael Brasser2009-10-269-16/+22
| |
| * Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-10-265-4/+127
| |\ | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/qml/qbitfield_p.h
| | * 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 ↵Warwick Allison2009-10-2614-9/+227
| |\ \ | | |/ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * 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 ↵Aaron Kennedy2009-10-261-1/+2
| |/ |/| | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/khansens-qt-script-program into kinetic-declarativeui Manually merged src/declarative/qml/qmlexpression.cpp src/script/api/qscriptengine.cpp src/script/api/qscriptengine.h
* | Ensure cleanup happens before the destruction of QScriptEngineAaron Kennedy2009-10-2611-9/+224
|/ | | | This was causing crashes on windows.
* Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-10-236-11/+38
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * 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
| | | | | (instead of AST special-case handling) Fixes QT-734
* Add accessor for QmlComponent's creation contextAaron Kennedy2009-10-232-0/+17
|
* Fix test failures.Aaron Kennedy2009-10-223-5/+13
| | | | Also add a test for script errors within signal handlers.
* 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 ↵Martin Jones2009-10-2219-39/+457
|\ | | | | | | into kinetic-declarativeui
| * Support assigning scripts to QML propertiesAaron Kennedy2009-10-2210-4/+318
| |
| * Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-10-211-1/+3
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * Fix breakout type resolutionAlan Alpert2009-10-211-0/+2
| | | | | | | | | | | | | | | | | | Didn't seem to resolve an empty URL correctly. Task-number:QT-2339
| | * DocAlan Alpert2009-10-211-1/+1
| | |
| * | Tweak scopingAaron Kennedy2009-10-214-10/+28
| |/ | | | | | | | | qmlContext() now returns the outer, not the inner context. The VME MetaObject now saves the context used to run function bodies
| * Add simple sound supportAaron Kennedy2009-10-212-0/+34
| |