aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/qmljs/qmljsinterpreter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Default initialize FakeMetaMethod correctly.Christian Kamm2010-03-031-1/+1
* Add read signals to the FakeMetaObject.Christian Kamm2010-03-031-1/+4
* Changed field class names.Erik Verbruggen2010-03-011-54/+54
* Compile fix and moved Design mode icon to corepluginLasse Holmstedt2010-03-011-28/+28
* compile fixThomas Hartmann2010-03-011-1/+1
* Removed private header dependencies and introduced loading QML types from XML...Erik Verbruggen2010-03-011-189/+742
* QmlJS: Fix compilation with latest changes of QDeclarativeKai Koehne2010-02-261-17/+16
* Add check for anchor line, changed value assignment checks into visitor.Christian Kamm2010-02-231-3/+40
* Add check for correct color string in Qml.Christian Kamm2010-02-231-0/+28
* Fix semantic checks not being applied to the Qml root object.Christian Kamm2010-02-231-1/+1
* Fix compile error with msvc.Christian Kamm2010-02-221-1/+1
* Fix a memory leak with the QmlJS scope chain.Christian Kamm2010-02-221-0/+19
* Fix compile on windowsTobias Hunger2010-02-221-1/+1
* Add an accessor to get the flat scope list from ScopeChain.Christian Kamm2010-02-221-10/+15
* Pass in the whole AST path for scope creation.Christian Kamm2010-02-221-2/+2
* Make QmlJS scope building more flexible.Christian Kamm2010-02-221-47/+48
* Semantic checking for easing curve names.Erik Verbruggen2010-02-191-0/+97
* Teach QmlJS editor about QVector2D and QVector3D.Christian Kamm2010-02-181-1/+11
* Add the onNameChanged signals that Qml properties generate implicitly.Christian Kamm2010-02-171-2/+10
* Remove unused parameter.Christian Kamm2010-02-171-1/+1
* Add signals defined in Qml and their generated slots to the code model.Christian Kamm2010-02-171-1/+35
* Add QmlJS semantic checker.Christian Kamm2010-02-161-1/+36
* Rename QmlJS::Check -> QmlJS::Evaluate.Christian Kamm2010-02-151-3/+3
* Compile.Roberto Raggi2010-02-121-2/+2
* Get rid off the friend QmlJS::Link declaration.Roberto Raggi2010-02-101-1/+2
* Register the `Qt' and the `console' object.Roberto Raggi2010-02-101-0/+40
* Compile fix for MSVCAlessandro Portale2010-02-091-2/+2
* Initial support of `Follow symbol under cursor' for QML/JS.Roberto Raggi2010-02-091-14/+60
* Fix building in windowsTobias Hunger2010-02-041-5/+5
* Make QmlJS::Link private. Use Context::build to set up a context.Christian Kamm2010-02-041-0/+7
* Fix prototype reference resolution for Qml objects.Christian Kamm2010-02-041-9/+11
* Compile.Roberto Raggi2010-02-031-2/+2
* Add support for lazy prototypes.Roberto Raggi2010-02-031-31/+96
* Completion for global variables in JS.Roberto Raggi2010-02-031-7/+152
* Get rid of Environment, introduce external ScopeChain in Link.Christian Kamm2010-02-031-50/+1
* Introduced QML/JS references.Roberto Raggi2010-02-031-0/+53
* Fixed the member lookup.Roberto Raggi2010-02-021-5/+5
* Introduced ASTObjectValue.Roberto Raggi2010-02-011-45/+94
* Introduced ASTFunctionValue.Roberto Raggi2010-02-011-1/+1
* Look at the enumerators when populating the completion box.Roberto Raggi2010-01-281-2/+20
* Removed obsolete code.Roberto Raggi2010-01-281-79/+0
* Store all the object-based values in the QML/JS interpreter.Roberto Raggi2010-01-281-28/+13
* Generalized ExpressionUnderCursor and got rid of duplicate code.Erik Verbruggen2010-01-271-1/+3
* Implemented the binding phase for QML.Erik Verbruggen2010-01-261-144/+149
* Group the members of ConvertToString and ConvertToNumber.Roberto Raggi2010-01-261-83/+78
* Fixed String.prototype.split. The property `length' should be 1 and not 2.Roberto Raggi2010-01-261-1/+1
* Added family to the QML font object.Roberto Raggi2010-01-261-0/+1
* Fix compilation without declarative backendSimon Hausmann2010-01-261-0/+8
* Added method defaultValueForBuiltinType(typeName) to the QML/JS interpreter.Roberto Raggi2010-01-261-0/+13
* Added some basic support for the attached Keys property.Roberto Raggi2010-01-261-0/+84