summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlengine.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* CleanupAaron Kennedy2009-10-301-0/+1
|
* Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-10-301-16/+16
|\ | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/debugger/qmldebug.cpp src/declarative/fx/qmlgraphicsimagebase_p.h src/declarative/util/qmlanimation.h src/declarative/util/qmlstate.h src/declarative/util/qmltimer.cpp
| * Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-10-301-135/+20
| |\ | | | | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/qml/qmlcomponentjs.cpp src/declarative/qml/qmlcomponentjs_p.h src/declarative/qml/qmlcomponentjs_p_p.h
| * | fix headersWarwick Allison2009-10-291-16/+16
| | |
* | | Make private headers _pAaron Kennedy2009-10-301-1/+1
| | |
* | | Rename QFx classes to QmlGraphicsAaron Kennedy2009-10-301-2/+2
| |/ |/|
* | Merge branch 'kinetic-declarativeui' of ↵Alan Alpert2009-10-291-8/+10
|\ \ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | Remove duplicated docAlan Alpert2009-10-291-78/+0
| | | | | | | | | | | | global object functions are now in globalobject.qdoc
| * | Merge QmlComponentJS into QmlComponentAlan Alpert2009-10-291-8/+10
| |/ | | | | | | | | | | | | createComponent() and Component{} are now the same, and so Component{}s can now be passed around for use in script. Also this commit fixes the minor bug QT-2386
* | Merge branch 'kinetic-declarativeui' of ↵Alan Alpert2009-10-281-2/+3
|\ \ | |/ | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: doc/src/declarative/globalobject.qdoc
| * Do not display transient binding errorsAaron Kennedy2009-10-281-2/+3
| | | | | | | | | | | | | | | | | | | | 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
* | Fill out QML global object documentationAlan Alpert2009-10-281-116/+2
| | | | | | | | | | | | | | | | Moves the documentation for functions on the global object from qmlengine.cpp to globalobject.qdoc (so that qdoc actually generates them). The XmlHttpRequest documentation is still just a stub.
* | Minor cleanup of global objectAlan Alpert2009-10-281-11/+8
|/ | | | | removed desktopServices member, changed openUrl to openUrlExternally and placed it on the Qt object.
* Don't crash when requesting an attached object for non-QML objectAaron Kennedy2009-10-271-0/+2
|
* Compile with -no-qt3supportAaron Kennedy2009-10-261-2/+0
|
* Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-10-261-1/+10
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Ensure cleanup happens before the destruction of QScriptEngineAaron Kennedy2009-10-261-1/+10
| | | | | | | | This was causing crashes on windows.
* | Wait for qmldir remote content so that imports work remotely.Warwick Allison2009-10-261-30/+35
|/
* change all ids in doc examples to start with lower case.Martin Jones2009-10-221-2/+2
|
* Support assigning scripts to QML propertiesAaron Kennedy2009-10-221-4/+6
|
* 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-211-8/+25
|/ | | | | 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-211-0/+32
|
* Remove dead codeAaron Kennedy2009-10-211-1/+0
|
* Unicode namespace fix.Warwick Allison2009-10-151-1/+1
| | | | (no bug reported)
* Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-10-141-2/+11
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-10-141-2/+2
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | Workaround QUrl::toLocalFile not knowing about qrc:Warwick Allison2009-10-141-2/+11
| | | | | | | | | | | | QNetworkAccess does similar things.
* | | Support read-only iteration of list propertiesAaron Kennedy2009-10-141-0/+4
| |/ |/| | | | | Eventually this should be extended to support modifying list properties.
* | Add Component::onCompleted attached propertyAaron Kennedy2009-10-141-2/+2
|/
* Fix UTF8 vs. Latin1 conversionWarwick Allison2009-10-121-1/+1
| | | | I18n tests
* Composite types should assign to object propertiesAaron Kennedy2009-10-121-3/+3
| | | | Fixes QT-956
* Use utf8 instead of latin1 where appropriateAaron Kennedy2009-10-121-4/+4
|
* Zero bindingBits correctlyAaron Kennedy2009-10-081-2/+3
|
* Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-10-071-38/+4
|\ | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into test Conflicts: demos/declarative/samegame/content/samegame.js tests/auto/declarative/qmlecmascript/tst_qmlecmascript.cpp
| * Use QDesktopServices::storageLocation() in place of placeform-specific code.Warwick Allison2009-10-061-38/+4
| |
* | Reenable types/enums and move scripts into an isolated scopeAaron Kennedy2009-10-051-271/+106
| |
* | Prevent writes to the global objectAaron Kennedy2009-10-051-6/+10
| | | | | | | | Also add toString() method to qobjects
* | Improve script lookup cachingAaron Kennedy2009-10-051-253/+11
| |
* | Create a property cache for synthesized metaobjectsAaron Kennedy2009-10-051-2/+12
|/
* Fix crashAaron Kennedy2009-09-231-1/+2
|
* Off by one bug in binding bit testAaron Kennedy2009-09-231-3/+3
|
* vector -> Qt.vector3dAaron Kennedy2009-09-231-2/+0
|
* Use a bitmask to track bound propertiesAaron Kennedy2009-09-231-1/+40
|
* Replace begin()/end() with constBegin()/constEnd() to avoid detach inMarco Bubke2009-09-221-1/+1
| | | | | | ~QmlEngine Reviewed-by: Kai Koehne
* Preliminary support for object and list synthesized property typesAaron Kennedy2009-09-221-0/+73
|
* Ensure absolute path for qmldir URL.Warwick Allison2009-09-221-2/+3
|
* Fix Windows compile.Warwick Allison2009-09-181-0/+6
|