- Jan 12, 2011
- Dec 17, 2010
-
-
con authored
-
- Dec 13, 2010
-
-
Thomas Hartmann authored
Each Components starts a new scope for ids. Using a stack to check this properly.
-
Thomas Hartmann authored
-
- Dec 07, 2010
-
-
Thomas Hartmann authored
We are checking for duplicate ids and duplicate property definitions now.
-
- Dec 06, 2010
-
-
Christian Kamm authored
Reviewed-by: Erik Verbruggen
-
Christian Kamm authored
Also * check the condition of the 'for(var' statement for assignment * allow comma expressions in 'for(var' Reviewed-by: Erik Verbruggen
-
- Nov 29, 2010
-
-
Christian Kamm authored
Reviewed-by: Roberto Raggi
-
Christian Kamm authored
Reviewed-by: Roberto Raggi
-
Christian Kamm authored
Reviewed-by: Roberto Raggi
-
Christian Kamm authored
The "value might be 'undefined'" warning triggered whenever the static expression evaluator failed to produce a value. At the moment, it does so for almost all non-trivial expressions. The warning is now disabled. Task-number: QTCREATORBUG-3208
-
- Nov 25, 2010
-
-
Christian Kamm authored
Task-number: QTCREATORBUG-3071 Reviewed-by: Erik Verbruggen
-
Christian Kamm authored
It still generates too many false-negatives for now. Will be enabled once the remaining lookup failures have been fixed. Reviewed-by: Erik Verbruggen
-
Christian Kamm authored
Reviewed-by: Erik Verbruggen
-
- Sep 24, 2010
-
-
Christian Kamm authored
-
- Sep 16, 2010
-
-
Christian Kamm authored
Link now caches imports. That means importing the same library (say, Qt) from more than one file no longer creates an importing namespace for each one. Instead, a single one is created for the instance of Link. To make this work, the type environment in ScopeChain has been given its own type: Interpreter::TypeEnvironment. That has the added benefit of being able to carry meta-information about imports. You can use TypeEnvironment::importInfo(qmlComponentName) to get information about the import node that caused the import of the component.
-
- Aug 31, 2010
-
-
Christian Kamm authored
Reviewed-by: Roberto Raggi
-
- Aug 30, 2010
-
-
Christian Kamm authored
-
- Aug 26, 2010
-
-
Christian Kamm authored
* If possible, create LookupContexts through SemanticInfo; it caches the linked Context and will be faster. * Contexts now own their Engine. Reviewed-by: Lasse Holmstedt
-
- Aug 02, 2010
-
-
Leandro Melo authored
Reviewed-by: ckamm
-
- May 19, 2010
-
-
Christian Kamm authored
Reviewed-by: ossi
-
Christian Kamm authored
Reviewed-by: Erik Verbruggen
-
Christian Kamm authored
Task-number: QTCREATORBUG-1439
-
- Apr 28, 2010
-
-
Christian Kamm authored
Done-with: Erik Verbruggen
-
- Apr 22, 2010
-
-
Christian Kamm authored
Use ScopeBuilder.push(...) for the same functionality. Reviewed-by: Erik Verbruggen
-
- Apr 07, 2010
-
-
Christian Kamm authored
Task-number: QTCREATORBUG-1021 Reviewed-by: Erik Verbruggen
-
- Apr 06, 2010
-
-
Erik Verbruggen authored
-
- Mar 29, 2010
-
-
Christian Kamm authored
Avoids bug where import errors would show up in all files. Reviewed-by: Roberto Raggi
-
- Mar 25, 2010
-
-
Christian Kamm authored
Task-number: QTCREATORBUG-874 Reviewed-by: Erik Verbruggen
-
- Mar 18, 2010
-
-
Christian Kamm authored
* Fill the snapshot with files that could be imported. * Implement package imports. * The qmldir file is not parsed yet. Reviewed-by: Erik Verbruggen
-
- Mar 05, 2010
-
-
hjk authored
-
- Mar 04, 2010
-
-
Erik Verbruggen authored
-
- Mar 02, 2010
-
-
ck authored
Reviewed-by: Erik Verbruggen
-
Erik Verbruggen authored
-
- Mar 01, 2010
-
-
Erik Verbruggen authored
-
- Feb 26, 2010
-
-
Kai Koehne authored
All files have been renamed from Qml to QDeclarative
-
- Feb 24, 2010
-
-
Erik Verbruggen authored
-
- Feb 23, 2010
-
-
Christian Kamm authored
Done-with: Erik Verbruggen
-
Christian Kamm authored
-