Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Don't try to look up members of attached properties. | Christian Kamm | 2010-02-18 | 1 | -1/+8 | |
| | ||||||
* | Error when binding to nonexistant member of property in Qml. | Christian Kamm | 2010-02-18 | 1 | -3/+24 | |
| | | | | | | This now errors for: anchors.undefinedAnchor: foo x.undefinedAnchor | |||||
* | Fix possible crash in QmlJS semantic checker. | Christian Kamm | 2010-02-18 | 1 | -4/+4 | |
| | ||||||
* | Fix possible crash in QmlJS semantic checker. | Christian Kamm | 2010-02-18 | 1 | -1/+4 | |
| | ||||||
* | Workaround for not erroring on anchors { ... } in Qml for now. | Christian Kamm | 2010-02-17 | 1 | -0/+9 | |
| | ||||||
* | Don't error for unknown property names inside ListElement for now. | Christian Kamm | 2010-02-17 | 1 | -2/+14 | |
| | ||||||
* | Don't show 'invalid property name' errors if we can't resolve the type. | Christian Kamm | 2010-02-16 | 1 | -3/+9 | |
| | | | | | | | The idea is that it may be a plugin-provided type. We don't want user code to be riddled with error markers in that case. Reviewed-by: Roberto Raggi | |||||
* | Fix incorrect 'invalid property' errors for PropertyChanges. | Christian Kamm | 2010-02-16 | 1 | -9/+57 | |
| | | | | Reviewed-by: Roberto Raggi | |||||
* | Add QmlJS semantic checker. | Christian Kamm | 2010-02-16 | 1 | -0/+140 | |
| | | | | | | | | | * Add SemanticHighlighter to QmlJSTextEditor to update the semantic info in a background thread. * Add QmlJS::Check to run semantic checks on qml and js documents. * Add a check for incorrect property names. * Fix hoverhandler to show tool tips from extra selections over help tooltips. | |||||
* | Rename QmlJS::Check -> QmlJS::Evaluate. | Christian Kamm | 2010-02-15 | 1 | -604/+0 | |
| | | | | | It is used to evaluate expressions to values. Done to make room for a real 'check' pass. | |||||
* | Removed unnecessary includes of qmljslink.h | Christian Kamm | 2010-02-12 | 1 | -1/+0 | |
| | ||||||
* | Initial support of `Follow symbol under cursor' for QML/JS. | Roberto Raggi | 2010-02-09 | 1 | -15/+15 | |
| | ||||||
* | Add support for lazy prototypes. | Roberto Raggi | 2010-02-03 | 1 | -2/+2 | |
| | | | | Done-with: ckamm | |||||
* | Completion for global variables in JS. | Roberto Raggi | 2010-02-03 | 1 | -6/+6 | |
| | | | | | | | * Support for lookup JS vs Qml * Bind global variables. Done-with: ckamm | |||||
* | Get rid of Environment, introduce external ScopeChain in Link. | Christian Kamm | 2010-02-03 | 1 | -12/+10 | |
| | | | | Done-with: Roberto | |||||
* | Introduced QML/JS references. | Roberto Raggi | 2010-02-03 | 1 | -1/+12 | |
| | | | | Done with ckamm | |||||
* | Try to get the type from a qualified-id. | Roberto Raggi | 2010-02-02 | 1 | -3/+26 | |
| | ||||||
* | Guess the type of a global variable by looking at its initializer. | Roberto Raggi | 2010-02-01 | 1 | -2/+8 | |
| | ||||||
* | Some initial work on the type checker for QML/JS. | Roberto Raggi | 2010-01-26 | 1 | -96/+162 | |
| | ||||||
* | Renamed classes and files to use the QmlJS prefix. | Roberto Raggi | 2010-01-18 | 1 | -0/+501 | |