- Sep 01, 2010
-
-
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>
-
Leandro Melo authored
-
Leandro Melo authored
-
Lasse Holmstedt authored
-
Leena Miettinen authored
Doc - Add link to practical information and code examples on how to minimize power consumption of Qt apps.
-
Leena Miettinen authored
Doc - Add information about the Help mode, adding bookmarks, and detaching the help window. Add screen shots.
-
Lasse Holmstedt authored
-
Olivier Goffart authored
Reorder the tab widgets so the inspector show up by default when debugging QML
-
Christian Kandeler authored
Reviewed-by: Alessandro Portale
-
Friedemann Kleint authored
Fixes e5f60a95
-
Lasse Holmstedt authored
It did more harm than good. Now, the auto detection is only done on run control change - this is something that Creator could also remember.
-