- May 12, 2011
-
-
Christian Kamm authored
UiPublicMember is now initialized with a statement.
-
- May 06, 2011
-
-
Tobias Hunger authored
Change-Id: I8b73d583be1ee7183f4074bce49d5390e38631a2
-
Christian Kamm authored
To avoid order-of-initialization problems. Reviewed-by: Thomas Hartmann
-
- May 04, 2011
-
-
Christian Kamm authored
Task-number: QTCREATORBUG-2306
-
- Apr 21, 2011
-
-
Christian Kamm authored
Reviewed-by: Roberto Raggi
-
- Apr 13, 2011
-
-
hjk authored
-
- Mar 01, 2011
-
-
Thomas Hartmann authored
Unifying the api and exposing the options.
-
Thomas Hartmann authored
Missing files should be a warning.
-
- Feb 21, 2011
-
-
Christian Kamm authored
The problem was that several lookup calls suddenly failed because the actual QML types were no longer in the default scope chain. However, the QML documentation says the type names are in the scope. Also, 'MyComponent.' in a JS-expression context only showed the attached properties of MyComponent and missed the enums. With this change completion now may offers too many options, but that's better than missing some. This reverts parts of 490f2797 Reviewed-by: Leandro Melo
-
- Feb 10, 2011
-
-
Christian Kamm authored
-
- Feb 09, 2011
-
-
Christian Kamm authored
-
- 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
-