- May 17, 2010
-
-
Christian Kamm authored
Previously, fresh versions of a Document would be added to the _documentsByPath QMultiHash without removing the old version first. This means Link could pick up old versions of a Document. Task-number: QTCREATORBUG-1418
-
- May 12, 2010
-
-
Christian Kamm authored
Task-number: QTCREATORBUG-1388 Reviewed-by: Roberto Raggi
-
- May 11, 2010
-
-
Christian Kamm authored
Reviewed-by: Roberto Raggi
-
- Apr 30, 2010
-
-
Christian Kamm authored
Done-with: Erik Verbruggen
-
Erik Verbruggen authored
Reviewed-by: ckamm
-
- Apr 29, 2010
-
-
Christian Kamm authored
Done-with: Erik Verbruggen
-
Christian Kamm authored
Done-with: Erik Verbruggen
-
Christian Kamm authored
At least direct recursion with name="Foo" extends="Foo" is detected and rejected. Done-with: Erik Verbruggen
-
Christian Kamm authored
Done-with: Erik Verbruggen
-
Christian Kamm authored
Done-with: Erik Verbruggen
-
Christian Kamm authored
The plan is to use this to reduce the number of applicable completion options, for instance for enum completion or property names. Done-with: Erik Verbruggen
-
Christian Kamm authored
LineInfo can tell whether lines are finished or not. Done-with: Erik Verbruggen
-
- Apr 28, 2010
-
-
Christian Kamm authored
Done-with: Erik Verbruggen
-
Christian Kamm authored
This used to contain all functions declared in Script blocks. With them gone, there's no reason to keep it.
-
- Apr 26, 2010
-
-
Christian Kamm authored
-
- Apr 23, 2010
-
-
Lasse Holmstedt authored
Also, a class name is added in qmjs::bind so that we have a class name for custom properties defined inside a component.
-
- Apr 22, 2010
-
-
Christian Kamm authored
They had not yet been updated to the new way of importing javascript. Reviewed-by: Erik Verbruggen
-
Christian Kamm authored
Use ScopeBuilder.push(...) for the same functionality. Reviewed-by: Erik Verbruggen
-
- Apr 21, 2010
-
-
Christian Kamm authored
Task-number: QTCREATORBUG-756
-
- Apr 20, 2010
-
-
Christian Kamm authored
Allows completion of local variable and function names. Task-number: QTCREATORBUG-942 Reviewed-by: Roberto Raggi
-
- Apr 15, 2010
-
-
Christian Kamm authored
Means their members are now completed correctly. Task-number: QTCREATORBUG-1132 Reviewed-by: Erik Verbruggen
-
- Apr 14, 2010
-
-
Christian Kamm authored
Task-number: QTCREATORBUG-583 Reviewed-by: Roberto Raggi
-
- Apr 12, 2010
-
-
Yann Bodson authored
-
- Apr 07, 2010
-
-
Friedemann Kleint authored
-
Christian Kamm authored
Task-number: QTCREATORBUG-1021 Reviewed-by: Erik Verbruggen
-
- Apr 06, 2010
-
-
Erik Verbruggen authored
Done-with: ckamm
-
Erik Verbruggen authored
-
Erik Verbruggen authored
-
Christian Kamm authored
Previously we just scanned every directory containing a qml file for other qml files. This makes import ".." work. Reviewed-by: Erik Verbruggen
-
Erik Verbruggen authored
-
- Apr 01, 2010
-
-
Christian Kamm authored
To solve import resolution issues on windows. Reviewed-by: Roberto Raggi
-
Christian Kamm authored
Using canonical paths breaks with symlinked components. Also the editor filename isn't canonical, so comparing them breaks. This reverts commit efcdadd2.
-
Christian Kamm authored
Also change the filename->document map to a hash. Reviewed-by: Roberto Raggi
-
Christian Kamm authored
Otherwise the paths may end up with ../ or /./ in them and confuse the Qml import resolving. Reviewed-by: Thomas Hartmann
-
- Mar 31, 2010
-
-
Christian Kamm authored
-
Kai Koehne authored
Reviewed-by: ckamm
-
Roberto Raggi authored
-
Christian Kamm authored
The Document thought it was a JS file as it doesn't have the .qml extension.
-
Erik Verbruggen authored
-
- Mar 29, 2010
-
-
Roberto Raggi authored
-