summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlengine_p.h
Commit message (Collapse)AuthorAgeFilesLines
* Make private stuff privateAaron Kennedy2009-07-271-2/+14
|
* Move import access functions to QmlEnginePrivate.Warwick Allison2009-07-231-0/+16
|
* Add prototype value type supportAaron Kennedy2009-07-231-0/+24
|
* Rename QmlBindableValue to QmlBindingAaron Kennedy2009-07-201-2/+2
|
* Simplify binding optimizationAaron Kennedy2009-07-201-5/+4
|
* Remove unnecessary global context management stuffAaron Kennedy2009-07-161-3/+0
|
* Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-07-141-0/+1
|\ | | | | | | | | | | | | 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-0/+1
| |
* | Libraries and library versioning.Warwick Allison2009-07-141-0/+1
| |
* | Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-07-091-73/+5
|\ \ | |/ | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/qml/qmlengine.cpp
| * Improve QmlComponent APIAaron Kennedy2009-07-071-0/+2
| | | | | | | | Having to use QUrl::fromLocalFile() is crummy. Add appropriate overloads the QmlComponent, and resolve relative paths against a "base url" set on the QmlEngine.
| * Warn annoyingly on non-notifyable propertiesAaron Kennedy2009-07-031-2/+3
| |
| * Move QmlExpression into its own fileAaron Kennedy2009-07-031-71/+0
| |
* | First conversion to new module handling.Warwick Allison2009-07-021-1/+0
|/ | | | | | | | | | | 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.
* CleanupMichael Brasser2009-06-301-1/+13
| | | | | Fix up license headers and private warnings, as well as other general cleanups.
* Improve bindings startup performanceAaron Kennedy2009-06-101-6/+6
|
* Can now dynamically delete objects as well.Alan Alpert2009-06-091-0/+3
| | | | | | The QtScript object wrapper now has a destroy function. This should work for all QML objects. This commit also has some clean up in the dynamic creation code, which still has a bug regarding path resolution.
* QmlBasicScript should work on the actual JS AST treeAaron Kennedy2009-05-281-2/+2
|
* Fixed #includesRoberto Raggi2009-05-181-8/+8
|
* Start work on translation support in Qml.Michael Brasser2009-05-181-0/+2
| | | | Added basic support for qsTr in Qml, both in the engine and in lupdate.
* Reevaluate expressions when context properties changeAaron Kennedy2009-05-111-2/+11
|
* Handle QmlParserStatus's and QmlBindableValeus being deleted during ↵Aaron Kennedy2009-05-111-2/+29
| | | | component creation
* Add "watchers" to debuggerAaron Kennedy2009-05-071-0/+11
|
* Track expression evaluation when debugging is enabledAaron Kennedy2009-05-061-0/+27
|
* Initial import of kinetic-dui branch from the old kineticMichael Brasser2009-04-221-0/+215