aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/qmljs/qmljsinterpreter.h
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'origin/2.0'con2010-06-301-10/+0
|\
| * QmlJS: Make variables in imported JS documents show up in completion.Christian Kamm2010-06-251-10/+0
* | QmlJS: Make the qml instantiating component chain more useful.Christian Kamm2010-06-251-2/+1
* | Merge remote branch 'origin/2.0'con2010-06-101-2/+11
|\|
| * QmlJS: Avoid infinite recursion when encountering property loops.Christian Kamm2010-06-081-2/+11
* | QmlJS: Get rid of xml file describing qml builtin types.Christian Kamm2010-06-101-1/+1
* | QmlJS: Store plugin metatypes in LibraryInfo. Rework type loading.Christian Kamm2010-06-091-17/+14
* | QmlJS: Check for existance of qmldump binary before using it.Christian Kamm2010-06-091-0/+2
* | QmlJS: Use ComponentVersion everywhere.Christian Kamm2010-06-091-6/+3
* | QmlJS: Get at types defined in plugins by running qmldump on them.Christian Kamm2010-06-091-11/+24
* | QmlJS: Autocomplete dot and colon for properties.Christian Kamm2010-06-071-0/+3
|/
* Fixed default property discovery for custom QML components.Erik Verbruggen2010-05-311-0/+5
* QmlJS: Potentially fix hard-to-reproduce crash in JS completion.Christian Kamm2010-05-191-3/+0
* QmlJS: Generalize EasingCurve name check to all enums.Christian Kamm2010-05-191-24/+0
* QmlJS: Completion for enums.Christian Kamm2010-04-291-0/+14
* QmlJS: Improve property and Type completion in Qml object members.Christian Kamm2010-04-291-0/+1
* QmlJS: Remove unused function environment from binder.Christian Kamm2010-04-281-1/+0
* QmlJS: Don't produce Qml type errors if plugins are imported.Christian Kamm2010-04-071-0/+4
* Fixed qualified-enum handling.Erik Verbruggen2010-04-061-0/+1
* Fixed regression when assigning an object binding to an array property.Erik Verbruggen2010-04-061-0/+1
* Changed QML reading in QML designer to use the interpreter for property types.Erik Verbruggen2010-04-061-2/+3
* Added defaultProperty attribute reading and storing.Erik Verbruggen2010-04-061-0/+1
* Switched QML designer to use the ast for loading.Erik Verbruggen2010-03-181-1/+1
* Improve Qml code model import handling.Christian Kamm2010-03-181-2/+5
* Long live the king!hjk2010-03-051-1/+1
* Removed private header dependencies and introduced loading QML types from XML...Erik Verbruggen2010-03-011-26/+33
* Add check for anchor line, changed value assignment checks into visitor.Christian Kamm2010-02-231-0/+22
* Add check for correct color string in Qml.Christian Kamm2010-02-231-0/+19
* Fix a memory leak with the QmlJS scope chain.Christian Kamm2010-02-221-3/+3
* Add an accessor to get the flat scope list from ScopeChain.Christian Kamm2010-02-221-1/+4
* Pass in the whole AST path for scope creation.Christian Kamm2010-02-221-1/+1
* Make QmlJS scope building more flexible.Christian Kamm2010-02-221-10/+32
* Semantic checking for easing curve names.Erik Verbruggen2010-02-191-0/+24
* Add the onNameChanged signals that Qml properties generate implicitly.Christian Kamm2010-02-171-0/+2
* Add signals defined in Qml and their generated slots to the code model.Christian Kamm2010-02-171-0/+18
* Add QmlJS semantic checker.Christian Kamm2010-02-161-1/+7
* Register the `Qt' and the `console' object.Roberto Raggi2010-02-101-0/+2
* Initial support of `Follow symbol under cursor' for QML/JS.Roberto Raggi2010-02-091-13/+34
* Make QmlJS::Link private. Use Context::build to set up a context.Christian Kamm2010-02-041-0/+3
* Fix prototype reference resolution for Qml objects.Christian Kamm2010-02-041-5/+7
* Add support for lazy prototypes.Roberto Raggi2010-02-031-9/+32
* Completion for global variables in JS.Roberto Raggi2010-02-031-6/+78
* Get rid of Environment, introduce external ScopeChain in Link.Christian Kamm2010-02-031-21/+1
* Introduced QML/JS references.Roberto Raggi2010-02-031-0/+40
* Introduced ASTObjectValue.Roberto Raggi2010-02-011-0/+4
* Merge remote branch 'origin/1.3'Oswald Buddenhagen2010-01-291-1/+1
* Look at the enumerators when populating the completion box.Roberto Raggi2010-01-281-0/+1
* Store all the object-based values in the QML/JS interpreter.Roberto Raggi2010-01-281-4/+3
* Implemented the binding phase for QML.Erik Verbruggen2010-01-261-2/+42
* Fix compilation without declarative backendSimon Hausmann2010-01-261-0/+2