- Sep 02, 2010
-
-
Tobias Hunger authored
* Make sure we have a display name set for targets when restoring from Qt creator 1.3.1 .user files.
-
Tobias Hunger authored
Do not turn on shadow building when importing projects created (and last opened) by creator <1.3 Task-number: QTCREATORBUG-2231
-
Bill King authored
-
- Sep 01, 2010
-
-
hjk authored
-
hjk authored
-
Robert Loehning authored
-
Tobias Hunger authored
-
Tobias Hunger authored
-
hjk authored
Saves lots of conversion.
-
hjk authored
-
hjk authored
-
hjk authored
The 'eye' was for debugging only. Seems to be stable now.
-
Leena Miettinen authored
Reviewed-by: Thomas Hartmann Reviewed-by: Carsten Owerfeldt
-
Roberto Raggi authored
-
Friedemann Kleint authored
-
dt authored
-
Erik Verbruggen authored
Done-with: Roberto Raggi
-
dt authored
Task-Nr: QTCREATORBUG-1506
-
hjk authored
only available with gdb newer than Aug 31, 2010
-
Roberto Raggi authored
This simple change will save about 40mb of memory when indexing Qt Creator!
-
hjk authored
-
hjk authored
Reviewed-by: Alessandro Portale Task-number: QTCREATORBUG-2119
-
hjk authored
-
hjk authored
-
Tobias Hunger authored
-
Friedemann Kleint authored
Add attribute to XML syntax specifying a script to generate files. The script must provide a --dry-run mode in which it prints the files it intends to create and their attributes to stdout. Rework the CustomWizardContext structure to contain target path and parameter mappings, simplify some code there.
-
Robert Loehning authored
-
dt authored
e.g. DEFINES+=bla on the qmakestep command line now work Task-Nr: QTCREATORBUG-2091
-
dt authored
-
dt authored
Task-Nr: QTCREATORBUG-2222
-
Leandro Melo authored
Also some less significant improvements.
-
Lasse Holmstedt authored
-
Thomas Hartmann authored
If we stay inside the node we keep the text marker
-
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
-
Kai Koehne authored
-
Victor Ostashevsky authored
Merge-request: 172 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
hjk authored
-
hjk authored
-
- Aug 31, 2010
-
-
Thiago Macieira authored
This code used two hacks: it created a class with metaObject()->className() == "QTipLabel" to fool the code in Qt into applying the style properly to this class. But it did that by creating a class called QTipLabel. This works as long as the class in Qt is hidden by symbol visibility. When symbol visibility is disabled (for whatever reason), then Creator simply crashes due to size mismatches and memory corruptions (virtual tables, etc.) This patch makes the class be called TextEditor::Internal::QTipLabel, but fools moc into thinking it isn't. A proper solution would be to simply override the meta object. Signed-off-by:
Leandro Melo <leandro.melo@nokia.com>
-