summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlengine.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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 git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-07-231-18/+125
|\
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-07-231-5/+7
| |\
| * | 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
* | | Move all QML types to Qt/4.6 namespace.Warwick Allison2009-07-231-1/+1
| |/ |/|
* | 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 git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-07-161-125/+5
|\
| * 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
|/
* 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 git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-07-141-3/+17
|\
| * 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 git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-07-091-551/+74
|\ \ | |/
| * Improve QmlComponent APIAaron Kennedy2009-07-071-0/+30
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-07-061-22/+38
| |\
| | * Fix bug in createQmlObjectAlan Alpert2009-07-061-9/+4
| | * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Alan Alpert2009-07-031-526/+3
| | |\
| | * \ Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Alan Alpert2009-07-021-1/+1
| | |\ \
| | * | | Improve JS dynamic creationAlan Alpert2009-07-021-19/+40
| * | | | 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 git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-07-021-36/+25
| |\ \ | | |/
| * | 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
* | | First conversion to new module handling.Warwick Allison2009-07-021-126/+76
| |/ |/|
* | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Alan Alpert2009-07-021-35/+11
|\ \
| * \ Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-07-021-1/+11
| |\ \
| * | | Add parameterized synthesized signalsAaron Kennedy2009-07-021-35/+11
| | |/ | |/|
* | | Beautification of dynamic object example.Alan Alpert2009-07-021-2/+5
| |/ |/|
* | Augment docs for JS dynamic creation functionsAlan Alpert2009-07-021-1/+11
|/
* 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
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-06-161-3/+4
|\
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Alan Alpert2009-06-141-25/+7
| |\
| | * More explicit QUrl <-> QString conversion.Warwick Allison2009-06-111-1/+1
| | * Renamed the QML front-end.Roberto Raggi2009-06-111-1/+1
| * | minor doc fixesAlan Alpert2009-06-141-1/+2
* | | Skeleton for property deferringAaron Kennedy2009-06-111-23/+18
| |/ |/|