summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlengine.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
| * Remove some warningsYann Bodson2009-08-031-52/+55
| |
* | Make QmlMetaProperty reentrantAaron Kennedy2009-08-031-1/+1
|/
* Revert "Make private stuff public"Alan Alpert2009-07-281-17/+10
| | | | | | | This reverts commit 0cdd8518090be320fa89efaa11ced32215cc2ccc. We've made a decision on apps interacting with the engine - not in the initial version.
* Make private stuff publicAlan Alpert2009-07-281-10/+17
| | | | | | commit 752a15ca makes some stuff private that is needed to be public. Moving some stuff back to public until we make a real decision (on how apps can interact with the engine).
* Make private stuff privateAaron Kennedy2009-07-271-57/+55
|
* Make privateAaron Kennedy2009-07-271-1/+1
|
* Rename QmlBindableComponent to QmlComponentJS, as per Aaron's request.Alan Alpert2009-07-241-4/+4
|
* Move import access functions to QmlEnginePrivate.Warwick Allison2009-07-231-22/+27
|
* Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-07-231-18/+125
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-07-231-5/+7
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | Add prototype value type supportAaron Kennedy2009-07-231-18/+125
| | |
* | | Allow span of versions to be defined, not just one.Warwick Allison2009-07-231-1/+1
| | | | | | | | | | | | Span is from version where introduced (all 4.6) to current QT_VERSION.
* | | Move all QML types to Qt/4.6 namespace.Warwick Allison2009-07-231-1/+1
| |/ |/| | | | | | | Adjust examples and demos accordingly. As per QT-558
* | Move the Script interface of QmlComponent to QmlBindableComponentAlan Alpert2009-07-211-5/+7
|/
* Rename QmlBindableValue to QmlBindingAaron Kennedy2009-07-201-5/+5
|
* Simplify binding optimizationAaron Kennedy2009-07-201-68/+0
|
* Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-07-161-125/+5
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Remove unnecessary global context management stuffAaron Kennedy2009-07-161-125/+5
| |
| * Indenting fixAaron Kennedy2009-07-161-1/+1
| |
* | Qualifiers and versioning for C++-defined types.Warwick Allison2009-07-161-77/+173
|/ | | | | (and a *TEST* hack for Qt/4.6/ - this is exactly NOT the way to do it) Two-step type resolution for Javascript (Aaron).
* Remove pointless QmlCompiledComponent classAaron Kennedy2009-07-151-1/+1
|
* Remove bogus use of QT3_SUPPORT.Warwick Allison2009-07-141-5/+4
|
* Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-07-141-3/+17
|\ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/qml/parser/qmljsparser.cpp
| * Start moving debugger out of processAaron Kennedy2009-07-131-3/+17
| |
* | Libraries and library versioning.Warwick Allison2009-07-141-31/+107
| |
* | Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-07-091-551/+74
|\ \ | |/ | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/qml/qmlengine.cpp
| * Improve QmlComponent APIAaron Kennedy2009-07-071-0/+30
| | | | | | | | Having to use QUrl::fromLocalFile() is crummy. Add appropriate overloads the QmlComponent, and resolve relative paths against a "base url" set on the QmlEngine.
| * Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-07-061-22/+38
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * Fix bug in createQmlObjectAlan Alpert2009-07-061-9/+4
| | | | | | | | | | | | | | | Wasn't actually loading the object's context properly, with regard to url resolution.
| | * Merge branch 'kinetic-declarativeui' of ↵Alan Alpert2009-07-031-526/+3
| | |\ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * \ Merge branch 'kinetic-declarativeui' of ↵Alan Alpert2009-07-021-1/+1
| | |\ \ | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | | Improve JS dynamic creationAlan Alpert2009-07-021-19/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Renamed evalQml to be consistent with us, not javascript. Fixed bug where createComponent never had the right path. createQmlObject (evalQml) now has a parent as a argument. It also still has a bug where that parent doesnt get set properly, although it is used as the creation context also.
| * | | | DocAaron Kennedy2009-07-061-2/+2
| | |_|/ | |/| |
| * | | Warn annoyingly on non-notifyable propertiesAaron Kennedy2009-07-031-3/+3
| | | |
| * | | Move QmlExpression into its own fileAaron Kennedy2009-07-031-523/+0
| | |/ | |/|
| * | Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-07-021-36/+25
| |\ \ | | |/ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | Make performance logging classes private.Michael Brasser2009-07-021-1/+1
| | |
* | | New module handling: allow "import" of built-in types.Warwick Allison2009-07-021-6/+45
| | | | | | | | | | | | | | | This will allow, for example, a different set of types to be imported for "import Qt 4.6" than for "import Qt 4.7".
* | | First conversion to new module handling.Warwick Allison2009-07-021-126/+76
| |/ |/| | | | | | | | | | | | | | | | | | | Works same as before for now, but now the variables and methods are all in the right place. In particular, type resolving is per-component, not per-engine, even though it is the engine that ultimately has the ability to find types, because each component will have a different set of available types. Designed to be optimizable - QmlEngine could share data between QmlEngine::Import objects, and the import objects could read types in bulk rather than always searching.
* | Merge branch 'kinetic-declarativeui' of ↵Alan Alpert2009-07-021-35/+11
|\ \ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * \ Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-07-021-1/+11
| |\ \ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | Add parameterized synthesized signalsAaron Kennedy2009-07-021-35/+11
| | |/ | |/| | | | | | | Also changed syntax for emitting a signal to be consistent with normal QtScript.
* | | Beautification of dynamic object example.Alan Alpert2009-07-021-2/+5
| |/ |/| | | | | | | Adds some error handling, and cleans up documentation and the example a little.
* | Augment docs for JS dynamic creation functionsAlan Alpert2009-07-021-1/+11
|/ | | | | | Note that I'm still not entirely certain the docs are in the right place for people to find them - but if they do they should now have a better understanding of which function to use.
* Fix warnings.Michael Brasser2009-07-011-1/+1
|
* Support compile-in-namespace for the declarative module.Michael Brasser2009-06-301-4/+3
|
* Check that the QScriptValue is actually a QObject during conversionAaron Kennedy2009-06-241-5/+17
|
* Deferred properties mostly work.Aaron Kennedy2009-06-161-2/+7
| | | | However, they still don't honour the presence of an id property.
* Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-06-161-3/+4
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Merge branch 'kinetic-declarativeui' of ↵Alan Alpert2009-06-141-25/+7
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui