summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlengine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-08-271-3/+76
|\
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Alan Alpert2009-08-271-3/+63
| |\
| | * Start adding convenience functions for value types.Michael Brasser2009-08-271-3/+63
| * | Expose some functionality through Qt.DesktopServicesAlan Alpert2009-08-271-0/+12
| |/
* | Implement (parts of) XMLHttpRequestAaron Kennedy2009-08-271-0/+3
|/
* Some script engine cleanup.Michael Brasser2009-08-261-16/+1
* Make QmlEnginePrivate::Imports a stack type.Warwick Allison2009-08-251-3/+41
* Revert cb81a637c8ef041cff2e96c6065763084776d75aWarwick Allison2009-08-251-3/+0
* Largely revert 40c12237b506bd and implement simpler more efficient way.Warwick Allison2009-08-241-99/+29
* Fix crash on missing imports.Aaron Kennedy2009-08-241-0/+3
* Expose type library information in QmlDomObjectKai Koehne2009-08-241-16/+92
* Remove the overhead of string conversion from the vector() built-inRhys Weatherley2009-08-241-4/+2
* Add vector() function as a built-in to QMLRhys Weatherley2009-08-211-0/+41
* Renaming Rect -> RectangleYann Bodson2009-08-191-1/+1
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-08-191-9/+0
|\
| * Various doc fixes.Michael Brasser2009-08-191-9/+0
* | Use range semantics for versions.Warwick Allison2009-08-191-14/+19
* | tighten installed importingWarwick Allison2009-08-191-30/+28
|/
* Resolve attached property typenames in correct context.Warwick Allison2009-08-181-1/+4
* More namespace improvementsWarwick Allison2009-08-171-16/+18
* compile on 64bit machines (quintptr can hold void* onmae2009-08-131-1/+1
* Wait for connections to remote debugging interfaceKai Koehne2009-08-131-0/+2
* Add delay parameter to the destroy function on QML objectsAlan Alpert2009-08-131-3/+31
* Abstract expression and binding APIsAaron Kennedy2009-08-101-9/+10
* Simplify QmlDeclarativeData to a single classAaron Kennedy2009-08-101-16/+21
* Improve performance by separating id and context propertiesAaron Kennedy2009-08-041-48/+14
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-08-031-52/+55
|\
| * 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
* Make private stuff publicAlan Alpert2009-07-281-10/+17
* 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
|\