summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlengine.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Mark function contexts as temporaryAaron Kennedy2010-01-051-1/+4
| | | | QTBUG-5690
* Stop using QGuardAaron Kennedy2009-12-231-9/+11
| | | | | | This should allow QGuard to be removed from Qt and QObjectPrivate::ExtraData. Having QmlGuard inside QmlDeclarativeData reduces the number of new's, and creating QmlDeclarativeData is faster than QObjectPrivate::ExtraData anyway.
* Fix deferred property bugsAaron Kennedy2009-12-181-3/+13
| | | | | Previously deferred properties would fail if any of the sub objects used bindings or QmlParserStatus. Whoops.
* Set correct property flags for custom property types.Michael Brasser2009-12-171-0/+10
| | | | | | | | | If a property type was a composite object pointer (e.g. property MyObject obj), it was not being correctly identified as an object type. Task-number: QTBUG-6335 Reviewed-by: Aaron Kennedy
* Binding optimizer extensionsAaron Kennedy2009-12-161-1/+1
|
* Inline QML still needs a URL so that subtypes are relative to that URL.Warwick Allison2009-12-091-0/+2
| | | | Fixes tst_qmlecmascript::dynamicCreation
* document script extension problemWarwick Allison2009-12-081-0/+7
|
* Fix docs.Michael Brasser2009-12-071-1/+1
|
* Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-12-071-44/+77
|\ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/qml/qmlengine.cpp
| * little imporvements and 1 warning lessThierry Bastian2009-12-071-1/+1
| |
| * Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Martin Jones2009-12-071-43/+76
| |\ | | | | | | | | | into kinetic-declarativeui
| | * Fix spurious logging problems.Warwick Allison2009-12-071-1/+1
| | | | | | | | | | | | (printf patterns would be expanded!)
| | * Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-12-061-20/+20
| | |\ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | Make QmlScriptEngine reusable in WorkScript, so extra fns are available.Warwick Allison2009-12-041-42/+75
| | | | | | | | | | | | | | | | Add Qt.resolvedUrl(url)
| * | | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Martin Jones2009-12-071-20/+20
| |\ \ \ | | | |/ | | |/| | | | | into kinetic-declarativeui
| * | | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Martin Jones2009-12-041-36/+46
| |\ \ \ | | | |/ | | |/| | | | | into kinetic-declarativeui
| * | | Make SQL work on SymbianMartin Jones2009-12-041-1/+1
| | | |
* | | | Fix leaks.Michael Brasser2009-12-071-0/+2
| |_|/ |/| |
* | | small cleanupThierry Bastian2009-12-041-20/+20
| |/ |/| | | | | | | | | make use of QVariant::userType over Qvariant::type make use of char for 1-string character QCoreApplication::translate is static
* | fix includesOswald Buddenhagen2009-12-031-30/+35
| | | | | | | | | | | | | | | | | | | | | | | | - include headers from own directory with "" - include headers from own project without private/ - sort includes from most specific to most generic - make headers self-contained - some whitespace unification no attempt was made at making the qt includes consistent regarding the use of module names and forwarding headers. no attempt was made at sorting includes.
* | Optimization: Use linked-list for context objectsAaron Kennedy2009-12-031-6/+11
| |
* | Undo most of 913dd563064e8047fe738fc9c79135adfb928977Warwick Allison2009-12-021-18/+18
| | | | | | | | It seems we're going to have to so a syncqt/configure in Qt modules.
* | Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-12-021-2/+6
|\ \ | |/ | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/qml/qmlmetatype.cpp
| * Cache binding closuresAaron Kennedy2009-12-021-1/+1
| |
| * Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Aaron Kennedy2009-12-021-1/+4
| |\ | | | | | | | | | into kinetic-declarativeui
| | * Get qsTr and friends working again.Michael Brasser2009-12-011-1/+4
| | |
| * | Two way WorkerScript communicationsAaron Kennedy2009-11-301-0/+1
| |/
* | Remove include styles that rely on configure.Warwick Allison2009-12-011-18/+18
|/ | | | May help modularization (syncqt and configure are Qt-specific).
* Qt.quit() added to qml.Tapani Mikola2009-11-301-0/+14
|
* Basic WorkerScript functionalityAaron Kennedy2009-11-301-2/+11
|
* atob and btoa functions (as per JS window functions)Warwick Allison2009-11-291-0/+22
|
* Webkit console.log() compatibility.Warwick Allison2009-11-231-1/+26
| | | | This allows avoiding the more non-standard print().
* Rename QML Object to QtObjectAaron Kennedy2009-11-191-1/+1
|
* Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-11-171-34/+41
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * TestsAaron Kennedy2009-11-161-34/+41
| |
* | Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-11-161-16/+0
|\ \ | |/ | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Remove dead codeAaron Kennedy2009-11-161-16/+0
| |
* | Use QDir::separator() and follow no-trailing-slash convention.Warwick Allison2009-11-161-7/+8
|/ | | | Fixes QTBUG-5841
* QmlEngine testsAaron Kennedy2009-11-161-11/+5
|
* Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-11-131-2/+2
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Do not use "QtDeclarative/XXX" style includes in declarative module code,Warwick Allison2009-11-121-2/+2
| | | | | | | | as it breaks reinstalling the module against existing Qt.
* | Qt.md5() methodAaron Kennedy2009-11-121-0/+14
|/
* Update valuetype testsAaron Kennedy2009-11-061-15/+2
| | | | Add a new test, and make the old variantCopy pass
* Merge branch 'kinetic-declarativeui' of ↵Alan Alpert2009-11-051-10/+5
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Remove "to" limit on minor version.Warwick Allison2009-11-051-10/+5
| | | | | | | | | | | | QML_DEFINE_TYPE etc. now define just the initial support version, with support in all future versions being thus implied. QTBUG-5421
* | Merge branch 'kinetic-declarativeui' of ↵Alan Alpert2009-11-051-0/+20
|\ \ | |/ | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Add closestAngle function to Qt object to help with rotation animations.Alan Alpert2009-11-041-0/+20
| | | | | | | | Includes test and doc.
* | Avoid crashing on faulty call to createQmlObjectAlan Alpert2009-11-031-0/+5
|/
* Define and document deletion of QmlEngine QNetworkAccessManagerWarwick Allison2009-11-031-7/+7
|
* Qt object testAaron Kennedy2009-11-021-10/+23
|