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...Michael Brasser2009-07-021-36/+25
|\
| * 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
| |/
* | Make performance logging classes private.Michael Brasser2009-07-021-1/+1
|/
* 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
| |/ |/|
* | Improve bindings startup performanceAaron Kennedy2009-06-101-23/+5
|/
* Can now dynamically delete objects as well.Alan Alpert2009-06-091-17/+57
* Add dynamic object creation from Script.Alan Alpert2009-06-091-0/+122
* Remove some pointless perf metricsAaron Kennedy2009-06-011-18/+0
* QmlBasicScript should work on the actual JS AST treeAaron Kennedy2009-05-281-32/+4
* Remove more unneeded semicolons.Martin Jones2009-05-261-3/+3
* Fix docs.Michael Brasser2009-05-191-2/+2
* Added QmlEngine::componentSearchPath()Kai Koehne2009-05-191-0/+29
* Start work on translation support in Qml.Michael Brasser2009-05-181-4/+15
* Array expressions testAaron Kennedy2009-05-141-3/+1
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Smith2009-05-111-34/+55
|\
| * Reevaluate expressions when context properties changeAaron Kennedy2009-05-111-34/+55
* | qdoc: Fixed some qdoc errors.Martin Smith2009-05-111-3/+1
|/
* Clean up QmlContext's and QmlExpression's when a context gets deletedAaron Kennedy2009-05-111-2/+10
* When a QmlContext is destroyed, associated objects must be disassociatedAaron Kennedy2009-05-111-4/+10
* Handle QmlParserStatus's and QmlBindableValeus being deleted during component...Aaron Kennedy2009-05-111-0/+29
* Tweak debugger watchesAaron Kennedy2009-05-081-0/+11
* Add "watchers" to debuggerAaron Kennedy2009-05-071-8/+28
* Track expression evaluation when debugging is enabledAaron Kennedy2009-05-061-32/+106
* docWarwick Allison2009-05-061-20/+9
* DocAaron Kennedy2009-05-061-1/+10
* qdoc: Corrected some qdoc warnings.Martin Smith2009-05-051-2/+13
* More doc cleanup.Michael Brasser2009-05-051-1/+1
* Coding style refactor, changing 'if(' and 'for(' to 'if (' and 'for ('Leonardo Sobral Cunha2009-04-281-69/+69
* Merge branch 'kinetic-declarativeui' of ../kinetic into kinetic-declarativeui...Aaron Kennedy2009-04-281-10/+62
|\
| * Use QObject declarative data to store attached properties.Aaron Kennedy2009-04-281-10/+62
* | Merge branch 'kinetic-declarativeui' of git://scm.dev.nokia.troll.no/qt/kinet...Roberto Raggi2009-04-271-0/+33
|\ \ | |/
| * Add a declarative data ptr to QObjectPrivateAaron Kennedy2009-04-271-0/+33
* | error output for scriptsmae2009-04-241-0/+14
|/
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-04-241-5/+1
|\
| * Don't access internal QMetaProperty membersAaron Kennedy2009-04-241-5/+1
* | Documentation fixes.Michael Brasser2009-04-241-5/+5
|/
* Initial import of kinetic-dui branch from the old kineticMichael Brasser2009-04-221-0/+1295