aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/qmljs/qmljsinterpreter.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Show the argument names from the method's signature.Roberto Raggi2010-01-261-26/+108
* Complete signals, slots and generate slots of QML items.Roberto Raggi2010-01-261-12/+22
* Show auto generated slots (e.g. onClicked) only when performing a global comp...Roberto Raggi2010-01-261-3/+33
* Added support for QFont based properties.Roberto Raggi2010-01-251-0/+17
* Call the base implementation of ObjectValue::process()Roberto Raggi2010-01-251-0/+1
* Added support for properties of type point, rect, and borders.Roberto Raggi2010-01-251-0/+28
* Show the auto-created slots in the completion box (e.g. MouseRegion's onClick...Roberto Raggi2010-01-251-0/+17
* Return a normal plain Object value when Qt/Declaritive is not available.Roberto Raggi2010-01-251-3/+3
* Try to get the item under cursor.Roberto Raggi2010-01-251-2/+9
* Set up the scope chain.Roberto Raggi2010-01-251-1/+1
* Refactored the QML/JS completerRoberto Raggi2010-01-251-4/+0
* Complete QML properties.Roberto Raggi2010-01-251-12/+117
* Simulate the call stack.Roberto Raggi2010-01-251-74/+158
* CleanupRoberto Raggi2010-01-251-292/+682
* Added a simple scanner to get the expression under cursor.Roberto Raggi2010-01-221-40/+38
* Initial work on the QML/JS expression evaluator.Roberto Raggi2010-01-211-0/+954