- Sep 17, 2010
-
-
dt authored
Reviewed-By: Friedemann Kleint
-
Arvid Ephraim Picciani authored
-
Arvid Ephraim Picciani authored
Task-Number: QTCREATORBUG-2375 Reviewed-by: hjk
-
Friedemann Kleint authored
-
Arvid Ephraim Picciani authored
Task-Number: QTCREATORBUG-2375
-
Leena Miettinen authored
-
Leena Miettinen authored
-
hjk authored
-
- Sep 16, 2010
-
-
Kai Koehne authored
-
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.
-
Christian Kamm authored
-
Friedemann Kleint authored
Introduce some more private classes for the coreplugin, use header include convention <QtModule/QClass>, de-qobjectify VariableManager.
-
Leena Miettinen authored
-
hjk authored
To make it work with the HistoryCompleter.
-
hjk authored
-
Oswald Buddenhagen authored
-
- Sep 15, 2010
-
-
Christian Kamm authored
-
Friedemann Kleint authored
Rename 'QML standalone application' to 'QML application' and the 'old-style' QML applications to 'QML Viewer based applications'. For the QML renaming: Rubber-stamped-by:
Alessandro Portale <alessandro.portale@nokia.com>
-
Arvid Ephraim Picciani authored
Task-Number: QTCREATORBUG-2118
-
- Sep 13, 2010
-
-
Friedemann Kleint authored
-
- Sep 10, 2010
-
-
Friedemann Kleint authored
-
- 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
-