- 28 Feb, 2011 8 commits
-
-
Friedemann Kleint authored
-
Milian Wolff authored
To achieve this there are two methods in IRunControlFactory you need to implement: 1) createRunConfigurationAspect returns a IRunConfigurationAspect which stores the settings specific to your plugin. 2) createConfigurationWidget returns a RunConfigWidget that will be shown in the project settings Merge-request: 258 Reviewed-by:
hjk <qtc-committer@nokia.com>
-
con authored
Task-number: QTCREATORBUG-3842
-
con authored
Somehow got lost in merges 2.1 --> 2.2
-
Friedemann Kleint authored
-
Pawel Polanski authored
-
Friedemann Kleint authored
Need /E:ON, V:ON for cmd.exe, do not pass empty environment to QtcProcess.
-
Leandro Melo authored
-
- 25 Feb, 2011 21 commits
-
-
Tobias Hunger authored
Make sure parent pointers are cleared when removing nodes.
-
Tobias Hunger authored
-
Tobias Hunger authored
Do not crash when closing the options dialog for the second time. Reviewed-by: thorbjorn
-
Leandro Melo authored
Continuing 561f87fc
-
Leandro Melo authored
In terms of buttons, layouts, aesthetics in general.
-
hjk authored
-
Thorbjørn Lindeijer authored
For example when changing options in the git blame editor, the label would resize since it took into account the block count, which is temporarily 0 while the blame is calculated. Done-with: Tobias Hunger
-
Thorbjørn Lindeijer authored
Cleaned up some hacky code in the process. Done-with: Tobias Hunger
-
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
-
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.
-
- 24 Feb, 2011 11 commits
-
-
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
-