- 22 Feb, 2011 24 commits
-
-
dt authored
Make the internal data structure a map from id to Version, simplfing a few functions. Return sorted lists, with newer versions in front for various functions, e.g. validVersions(), versionsForTargetId.
-
dt authored
To be used on the new targetsetuppage
-
Leena Miettinen authored
Reviewed-by: Christian Kandeler
-
Leena Miettinen authored
Reviewed-by: Christian Kandeler
-
Friedemann Kleint authored
-
Thorbjørn Lindeijer authored
-
hjk authored
-
hjk authored
-
Christian Kandeler authored
Can be overridden by setting the environment variable maually.
-
Christian Kandeler authored
-
hjk authored
-
Tobias Hunger authored
-
Friedemann Kleint authored
Add a string-list type property specifying the version argument for command type Path Choosers. Use it prototypically in GccToolChainWidget. Rubber-stamped-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
hjk authored
-
Kai Koehne authored
-
Tobias Hunger authored
-
hjk authored
-
hjk authored
-
hjk authored
-
hjk authored
-
hjk authored
-
hjk authored
rename BastTextEditor->BaseTextEditorWidget, BaseTextEditorEditable->BaseTextEditor rename BaseTextEditor{,Widget} subclasses rename editableInterface->editorInterface rename createEditableInterface->createEditor minor cleanups after renamings
-
Leandro Melo authored
Task-number: QTCREATORBUG-3803
-
Friedemann Kleint authored
-
- 21 Feb, 2011 16 commits
-
-
Tobias Hunger authored
Refactor ToolChains in Qt Creator: * Allow for several toolchains of the same type * Be smarter wrt. guessing what kind of output a toolchain produces. This allows us to eventually handle e.g. embedded linux setups way better than before. * Be smarter wrt. guessing what kind of environment a Qt version needs. * Improve auto-detection of toolchains a bit * Decide on which debugger to use based on the kind of output produced by the compiler. * Add options page to configure toolchains * Remove toolchain related options from the Qt version dialog Reviewed-by: dt
-
Christian Kandeler authored
-
Christian Kandeler authored
-
Leandro Melo authored
-
Leena Miettinen authored
-
Leena Miettinen authored
Update screenshots
-
Leandro Melo authored
With some refactorings to make the code look better. Reviewed-by: con
-
Friedemann Kleint authored
Extend text editor tooltips by a 'widget content', making it possible to show any widget utilizing the fact that the QTipLabel actually is a frame (and thus a container). Introduce concept of 'interactive' tooltips and modify the tooltip-closing mechanism such that simple interaction is possible. Emit the base text editor's tooltip signals with the correct position and add API to calculate the tooltip position from the cursor position. Add API for pinning tooltips to the text editor (by removing them from the QTipLabel layout). Modify the Debugger's tooltipmanager not to manage tooltips under TextEditor control and to take over control only once tooltips are pinned. Rubber-stamped-by:
Leandro T. C. Melo <leandro.melo@nokia.com>
-
Kai Koehne authored
Make it possible (again) to compile qmlobserver in share/qtcreator. However, build artifacts in there might result in a malfunctioning qtc-qmlobserver! Reviewed-by: Thorbjorn Lindeijer
-
Friedemann Kleint authored
Fix a potential crash when accessing their nodes.
-
Thorbjørn Lindeijer authored
There seems to be no reason not to allow this outside of the observer mode.
-
Christian Kandeler authored
Reviewed-by: Tobias Hunger
-
Christian Kamm authored
The problem was that several lookup calls suddenly failed because the actual QML types were no longer in the default scope chain. However, the QML documentation says the type names are in the scope. Also, 'MyComponent.' in a JS-expression context only showed the attached properties of MyComponent and missed the enums. With this change completion now may offers too many options, but that's better than missing some. This reverts parts of 490f2797 Reviewed-by: Leandro Melo
-
Thiago Macieira authored
This change is correct. GCC wrongly accepted S60CertificateExtension as covariant with Botan::Certificate_Extension even though the base was inaccessible. Reviewed-By: dt
-
con authored
-
con authored
-