- Sep 09, 2010
-
-
Erik Verbruggen authored
- Changed generator to generate: - Changed AST::lastToken to return 1 if there is none - Changed Bind.cpp to set the scope of the block following a control statement to extend upto (and not including) the first token after the block. So basically, including any whitespace after the control statement. Reviewed-by: Roberto Raggi
-
Erik Verbruggen authored
-
- Sep 08, 2010
-
-
Roberto Raggi authored
Reviewed-by: Christian Kamm
-
dt authored
-
- Sep 07, 2010
-
-
Thomas Hartmann authored
-
- Sep 03, 2010
-
-
Kai Koehne authored
Fix QObject::connect warning about incompatible sender/receiver arguments
-
Kai Koehne authored
Reviewed-by: dt
-
- Sep 02, 2010
-
-
Christian Kamm authored
Done-with: Roberto Raggi
-
Friedemann Kleint authored
Introduce private class to utils/ConsoloProcess as not to expose <windows.h> from its header. Task-number: QTCREATORBUG-1020
-
Roberto Raggi authored
-
Friedemann Kleint authored
by partially undoing 1a897869 Task-number: QTCREATORBUG-1020
-
- Sep 01, 2010
-
-
hjk authored
-
Roberto Raggi authored
-
Leandro Melo authored
Also some less significant improvements.
-
Thomas Hartmann authored
-
Lasse Holmstedt authored
There's a UI in qml/customexec/cmake/qmake run configs for choosing the debugger languages (C++ and QML). The default for all except .qmlproject is only C++, so default debugging behavior is the same. However, if the user wants to do simultaneous debugging with two languages, or only debug QML, they can select the languages from Run Settings and it will be remembered. Reviewed-by: hunger
-
- Aug 31, 2010
-
-
Christian Kamm authored
Reviewed-by: Roberto Raggi
-
Christian Kamm authored
Don't use QMultiHash::values(key), it rebuilds the values list from scratch for each lookup. Reviewed-by: Roberto Raggi
-
- Aug 30, 2010
-
-
Thiago Macieira authored
Reviewed-By: Trust Me
-
Christian Kamm authored
We don't want people modifying the shared component chain on a const Context *.
-
Christian Kamm authored
-
- Aug 27, 2010
-
-
Olivier Goffart authored
-
Tobias Hunger authored
* This fixes export macro handling in windows which lead to Find Usages not working fully for header files on windows Done-with: Roberto Raggi
-
Tobias Hunger authored
* Fix all warnings about non-explicit constructors except for those in 3rdparty code.
-
Christian Kamm authored
Now that Contexts are cached, it needs to be copyable. However, the ScopeChain has a QmlComponentChain member that owns resources and didn't have a correct copy constructor or copy assignment operator. I've made QmlComponentChain non-copyable and store a shared pointer to an instance instead, as it will generally not change for a given context. Reviewed-by: Lasse Holmstedt
-
- Aug 26, 2010
-
-
Christiaan Janssen authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Christian Kandeler authored
-
Christian Kamm authored
-
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 25, 2010
-
-
Christian Kamm authored
-
Christian Kamm authored
The builtin QML plugins require to be imported with the full uri, i.e. import Qt.labs.particles 1.0 so setting the import path to imports/Qt/labs and doing import particles 1.0 is not supposed to work. (see QTBUG-11139) This change adjusts qmldump to take an import path *and* the import uri, so it will be able to dump the type information for these plugins. Reviewed-by: Erik Verbruggen
-
Christian Kamm authored
In preparation for caching Contexts. Reviewed-by: Erik Verbruggen
-
- Aug 24, 2010
-
-
Olivier Goffart authored
-
- Aug 23, 2010
-
-
Friedemann Kleint authored
Task-number: QTCREATORBUG-1642
-
- Aug 19, 2010
-
-
Olivier Goffart authored
Apparently, it did not like ::label
-
Olivier Goffart authored
-