- 17 May, 2011 3 commits
-
-
Roberto Raggi authored
This should simplify full C++ template instantiations. Reviewed-by: Christian Kamm
-
Christiaan Janssen authored
Reviewed-by: Kai Koehne
-
Christiaan Janssen authored
Reviewed-by: Kai Koehne
-
- 16 May, 2011 37 commits
-
-
hjk authored
-
Thorbjørn Lindeijer authored
-
Tobias Hunger authored
* Rename m_buildSteps to m_buildStepsData * Turn BuildStepsWidgetStruct into class and rename it to BuildStepsWidgetData * Use constructor/destructor for that class * Turn m_buildStepsData into a QList<... *> to have the necessary control about when destruction happens Reviewed-by: Fawzi Mohamed
-
Tobias Hunger authored
Task-number: QTCREATORBUG-4894 Reviewed-by: Fawzi Mohamed
-
Tobias Hunger authored
Reviewed-by: dt
-
Christiaan Janssen authored
Reviewed-by: hjk
-
Oswald Buddenhagen authored
Conflicts: src/plugins/debugger/breakhandler.cpp src/plugins/debugger/cdb/cdbengine.cpp
-
hjk authored
-
hjk authored
-
hjk authored
-
hjk authored
-
Leena Miettinen authored
Reviewed-by: Thomas Hartmann
-
Leena Miettinen authored
Update screen shots
-
Thomas Hartmann authored
We use requiredImport() and only add an import if it does not exists before (even with alias).
-
Thomas Hartmann authored
-
Thomas Hartmann authored
This patch also allows to luckup C++ types without specified version.
-
Thomas Hartmann authored
We only change a value if different.
-
Thomas Hartmann authored
-
Thomas Hartmann authored
This allows skipping the alias part.
-
Thomas Hartmann authored
This change avoids adding an import if the same import with different alias already exists.
-
Thomas Hartmann authored
The method hasImport() is able to ignore alias imports.
-
Thomas Hartmann authored
We expose convertTypeToImportAlias() in ModelNode.
-
Thomas Hartmann authored
We need this function to handle alias imports.
-
Thomas Hartmann authored
I added forceImport.
-
Thomas Hartmann authored
-
Thomas Hartmann authored
We now use fully qualified types also for components.
-
Thomas Hartmann authored
We use fully qualified names now.
-
Friedemann Kleint authored
_Ptr is used for large values instead of _Buf. Reviewed-by: hjk
-
Christiaan Janssen authored
Reviewed-by: Tobias Hunger
-
Leena Miettinen authored
And 'watchpoints' as 'data breakpoints'
-
Christian Kandeler authored
We can now deploy and remotely run/debug any Linux target.
-
dt authored
Actually pass on the base qt version value... Also fix a small issue on the qt versions page that prevented the invalid reason showing up for a nameless version Task-Nr: QTCREATORBUG-4899
-
dt authored
-
Kai Koehne authored
Actually use the copy of the private header in the lib. Also fix the copyright header to a Qt Creator one.
-
Kai Koehne authored
-
Kai Koehne authored
-
Kai Koehne authored
Suggested by dt
-