summaryrefslogtreecommitdiff
path: root/src/libs/qmljs/qmljscheck.h
Commit message (Expand)AuthorAgeFilesLines
* License headers.con2010-12-171-7/+11
* QmlJS: Speed up Link significantly, provide more info on imports.Christian Kamm2010-09-161-2/+14
* QmlJS: Improve performance by avoiding two links in SemanticHighlighter.Christian Kamm2010-08-311-3/+1
* QmlJS: Refactor LookupContext creation for speed.Christian Kamm2010-08-261-1/+0
* Make QML color validation code reusable.Leandro Melo2010-08-021-0/+3
* QmlJS: Move Q_DECLARE_TR_FUNCTIONS to the start of class declarations.Christian Kamm2010-05-191-2/+2
* QmlJS: Change to a nicer way of marking strings for translation.Christian Kamm2010-05-191-0/+4
* QmlJS: Don't produce Qml type errors if plugins are imported.Christian Kamm2010-04-071-0/+2
* Improve Qml code model import handling.Christian Kamm2010-03-181-1/+1
* Long live the king!hjk2010-03-051-1/+1
* Add check for anchor line, changed value assignment checks into visitor.Christian Kamm2010-02-231-5/+0
* Add Qml type checks for assigning literals to properties.Christian Kamm2010-02-231-0/+1
* Move the scope building logic into QmlJS::ScopeBuilder.Christian Kamm2010-02-221-2/+2
* Make QmlJS scope building more flexible.Christian Kamm2010-02-221-1/+0
* Semantic checking for easing curve names.Erik Verbruggen2010-02-191-1/+7
* Don't show 'invalid property name' errors if we can't resolve the type.Christian Kamm2010-02-161-1/+2
* Fix incorrect 'invalid property' errors for PropertyChanges.Christian Kamm2010-02-161-0/+4
* Add QmlJS semantic checker.Christian Kamm2010-02-161-0/+73
* Rename QmlJS::Check -> QmlJS::Evaluate.Christian Kamm2010-02-151-168/+0
* Initial support of `Follow symbol under cursor' for QML/JS.Roberto Raggi2010-02-091-1/+1
* Completion for global variables in JS.Roberto Raggi2010-02-031-2/+2
* Get rid of Environment, introduce external ScopeChain in Link.Christian Kamm2010-02-031-3/+5
* Introduced QML/JS references.Roberto Raggi2010-02-031-1/+3
* Try to get the type from a qualified-id.Roberto Raggi2010-02-021-2/+2
* Some initial work on the type checker for QML/JS.Roberto Raggi2010-01-261-2/+17
* Renamed classes and files to use the QmlJS prefix.Roberto Raggi2010-01-181-0/+149