- Sep 01, 2010
-
-
Friedemann Kleint authored
-
dt authored
-
Erik Verbruggen authored
Done-with: Roberto Raggi
-
dt authored
Task-Nr: QTCREATORBUG-1506
-
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
-
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
-
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
-
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.
-
Lasse Holmstedt authored
-
Friedemann Kleint authored
Rubber-stamped-by: hjk
-
Kai Koehne authored
Initialize e.g. m_itemToNode before the view calls back to the model.
-
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
-
Lasse Holmstedt authored
Did not work e.g. for projects where non-project files are loaded.
-
Christian Kamm authored
-
- Aug 30, 2010
-
-
dt authored
Task-Nr: QTCREATORBUG-2069
-
Olivier Goffart authored
-
Christian Kandeler authored
-