- Feb 25, 2011
-
-
Steffen Imhof authored
Merge-request: 256 Reviewed-by:
Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>
-
Friedemann Kleint authored
Do not retrieve debugger command from ABI as that causes mismatches when several toolchains of the same ABI are present. Use indexes in the debugger dialogs. Polish tooltip.
-
Friedemann Kleint authored
-
Thorbjørn Lindeijer authored
Improves compatibility with TeamBuilder. Reviewed-by: Tobias Hunger
-
hjk authored
-
Pawel Polanski authored
-
hjk authored
-
Friedemann Kleint authored
Use in both engines preferred over ABI if it is compatible. Report start parameters. Introduce gdb configuration check.
-
Friedemann Kleint authored
Reviewed-by: dt
-
Thorbjørn Lindeijer authored
The play button, that also allows changing animation speed, should never be disabled since it works both in and outside of "observer" mode. Reviewed-by: Kai Koehne
-
Thorbjørn Lindeijer authored
-
Thorbjørn Lindeijer authored
Avoids spelling problems, makes it easier to know all possible messages and enables autocompletion. The enum is part of a QObject derived class so that the meta object can be used to print out the enumerators as readable strings. Reviewed-by: Kai Koehne
-
Friedemann Kleint authored
- Make showWarningWithOptions actually show the details. - Show errors from multiple engines as separate messages. - Remove 'enabled' option from CDB (handled by toolchain config now). - Show ABI as tooltip in debbugger toolchain chooser.
-
Kai Koehne authored
DebuggerLanguageChooser is in utils, which is why we cannot directly open the URL in the help plugin.
-
- Feb 24, 2011
-
-
Marco Bubke authored
-
Marco Bubke authored
If the import component is invalid there is no context. Because the instances rely on a context we use the engine context.
-
Marco Bubke authored
-
Marco Bubke authored
-
Thiago Macieira authored
Commit 06ee3aee reverted it by accident.
-
Pasi Hirvonen authored
RightPaneWidget now has setWidget() and is no longer intimately tied to the help plugin. Help plugin now uses setWidget(). Reviewed-By: dt
-
Tobias Hunger authored
Make sure to check the data we are actually using later.
-
Tobias Hunger authored
-
Tobias Hunger authored
Allow for EPOCROOT and the project to be on different drives when using SBSv2. Task-number: QTCREATORBUG-3781
-
Tobias Hunger authored
Remove warning on projects with names containing dashes. This is no longer an issue. The issue of warning when the project path containes special characters was already fixed before. Task-number: QTCREATORBUG-3631
-
Friedemann Kleint authored
Add combo box listing toolchains with debuggers to start external, attach and core. Another attempt at streamlining engine detection: Split in detection functions that first collect a list of available engines by preference, then remove disabled and wrongly configured engines and use the remaining best. matching. checkconfiguration is now the central place where engine detection and config check takes place. Rubber-stamped-by: hjk
-
Friedemann Kleint authored
-
Thorbjørn Lindeijer authored
-
Thorbjørn Lindeijer authored
Reviewed-by: Kai Koehne
-
hjk authored
The whole approach is broken. Task-number: QTCREATORBUG-3804
-
hjk authored
Task-number: QTCREATORBUG-3747
-
hjk authored
-
Kai Koehne authored
-
Kai Koehne authored
Avoid confusion with other debugging helpers.
-
Kai Koehne authored
Listening all debugging helpers there is overkill, and one can see their status conveniently anyway if the Qt version is selected.
-
Thorbjørn Lindeijer authored
On some systems, apparently including Linux and Windows, it is necessary to manually initialize resources when they are included in a static library, with Q_INIT_RESOURCE.
-
hjk authored
-
hjk authored
-
dt authored
-
dt authored
-
dt authored
-