- Jan 10, 2011
-
-
Christian Kamm authored
There was trouble when a plugin qmlRegisterType'd something like 'Item' into the global default module. Reviewed-by: Roberto Raggi
-
- Jan 06, 2011
-
-
Christian Kamm authored
By moving the offending code into a background thread. Reviewed-by: Erik Verbruggen
-
Christian Kamm authored
Previously they were leaked when a qmldump or the C++ exported QML type list updated. Just deleting the previous FakeMetaObjects is not an option, as they might still be used in a QmlObjectValue owned by an Engine. Reviewed-by: Erik Verbruggen
-
- Jan 04, 2011
-
-
Christian Kamm authored
Reviewed-by: Erik Verbruggen
-
Christian Kamm authored
-
Christian Kamm authored
-
Christian Kamm authored
This change in how electric characters are handled has gone into the C++ indenter a while ago and works well there. It means Creator is less likely to annoyingly change the indent on lines where the indentation whas changed manually. It is still possible to trigger a reindent manually. Reviewed-by: Erik Verbruggen
-
- Dec 17, 2010
-
-
con authored
-
- Dec 16, 2010
-
-
Roberto Raggi 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 09, 2010
-
-
Christian Kamm authored
Reviewed-by: Roberto Raggi
-
- 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
-
- Dec 01, 2010
-
-
Thomas Hartmann authored
Those are needed for the Visual Editor Reviewed-by: Christian Kamm
-
Thomas Hartmann authored
We should differentiate between int and real Reviewed-by: Christian Kamm
-
- Nov 29, 2010
-
-
Christian Kamm authored
Reviewed-by: Roberto Raggi
-
Christian Kamm authored
Reviewed-by: Roberto Raggi
-
Christian Kamm authored
Reviewed-by: Roberto Raggi
-
Rhys Weatherley authored
-
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
-
Christian Kamm authored
Reviewed-by: Erik Verbruggen
-
Christian Kamm authored
Reviewed-by: Erik Verbruggen
-
Christian Kamm authored
Reviewed-by: Erik Verbruggen
-
Christian Kamm authored
* Bind::usesQmlPrototype is now significantly more performant * type environments are no longer hashed by filename, but rather by Document * * duplicate scope builds are avoided Task-number: QTCREATORBUG-2835 Reviewed-by: Erik Verbruggen
-
- Nov 17, 2010
-
-
Christian Kamm authored
-
- Nov 16, 2010
-
-
Christian Kamm authored
Reviewed-by: Erik Verbruggen
-
- Nov 15, 2010
-
-
Christian Kamm authored
-
- Nov 12, 2010
-
-
Christian Kamm authored
They are unusable on linux as there are commonly-included macros of the same name.
-
Christian Kamm authored
Reviewed-by: Roberto Raggi
-
Christian Kamm authored
Task-number: QTCREATORBUG-2642 Reviewed-by: Erik Verbruggen
-
Christian Kamm authored
This will allow distinguishing mere strings from urls and allow different completion. Reviewed-by: Erik Verbruggen
-
Christian Kamm authored
Reviewed-by: Erik Verbruggen
-
- Nov 11, 2010
-
-
Thomas Hartmann authored
-
Thomas Hartmann authored
We have to follow the prototype chain Reviewed-by: Christian Kamm
-
Thomas Hartmann authored
Reviewed-by: Christian Kamm
-