- Aug 25, 2010
-
-
Christian Kamm authored
In preparation for caching Contexts. Reviewed-by: Erik Verbruggen
-
- Jul 09, 2010
-
-
Christian Kamm authored
-
- May 19, 2010
-
-
Christian Kamm authored
* Context::build was potentially dangerous. Link and ScopeBuilder went out of scope before their results stopped being used. * ScopeBuilder: If no function scope object was found, don't add it. Reviewed-by: Erik Verbruggen
-
Christian Kamm authored
Task-number: QTCREATORBUG-1413 Reviewed-by: Erik Verbruggen
-
- May 12, 2010
-
-
Christian Kamm authored
Task-number: QTCREATORBUG-1388 Reviewed-by: Roberto Raggi
-
- Apr 22, 2010
-
-
Christian Kamm authored
Use ScopeBuilder.push(...) for the same functionality. Reviewed-by: Erik Verbruggen
-
- Apr 20, 2010
-
-
Christian Kamm authored
Allows completion of local variable and function names. Task-number: QTCREATORBUG-942 Reviewed-by: Roberto Raggi
-
- Mar 03, 2010
-
-
Christian Kamm authored
* The "Script" type is now implicitly available without imports. * No errors for bindings inside a Connections element. Reviewed-by: Roberto Raggi
-
- Mar 01, 2010
-
-
Erik Verbruggen authored
-
- Feb 25, 2010
-
-
Erik Verbruggen authored
-
- Feb 23, 2010
-
-
Christian Kamm authored
By always setting the scope object, even if it is identical to the root object. Done-with: Erik Verbruggen
-
- Feb 22, 2010
-
-
Christian Kamm authored
-