summaryrefslogtreecommitdiff
path: root/src/libs/qmljs/qmljscheck.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Don't try to look up members of attached properties.Christian Kamm2010-02-181-1/+8
* Error when binding to nonexistant member of property in Qml.Christian Kamm2010-02-181-3/+24
* Fix possible crash in QmlJS semantic checker.Christian Kamm2010-02-181-4/+4
* Fix possible crash in QmlJS semantic checker.Christian Kamm2010-02-181-1/+4
* Workaround for not erroring on anchors { ... } in Qml for now.Christian Kamm2010-02-171-0/+9
* Don't error for unknown property names inside ListElement for now.Christian Kamm2010-02-171-2/+14
* Don't show 'invalid property name' errors if we can't resolve the type.Christian Kamm2010-02-161-3/+9
* Fix incorrect 'invalid property' errors for PropertyChanges.Christian Kamm2010-02-161-9/+57
* Add QmlJS semantic checker.Christian Kamm2010-02-161-0/+140
* Rename QmlJS::Check -> QmlJS::Evaluate.Christian Kamm2010-02-151-604/+0
* Removed unnecessary includes of qmljslink.hChristian Kamm2010-02-121-1/+0
* Initial support of `Follow symbol under cursor' for QML/JS.Roberto Raggi2010-02-091-15/+15
* Add support for lazy prototypes.Roberto Raggi2010-02-031-2/+2
* Completion for global variables in JS.Roberto Raggi2010-02-031-6/+6
* Get rid of Environment, introduce external ScopeChain in Link.Christian Kamm2010-02-031-12/+10
* Introduced QML/JS references.Roberto Raggi2010-02-031-1/+12
* Try to get the type from a qualified-id.Roberto Raggi2010-02-021-3/+26
* Guess the type of a global variable by looking at its initializer.Roberto Raggi2010-02-011-2/+8
* Some initial work on the type checker for QML/JS.Roberto Raggi2010-01-261-96/+162
* Renamed classes and files to use the QmlJS prefix.Roberto Raggi2010-01-181-0/+501