- Apr 26, 2011
-
-
con authored
-
- Apr 21, 2011
-
-
Friedemann Kleint authored
-
- Apr 18, 2011
-
-
Friedemann Kleint authored
the executable dialog that pops up. Reviewed-by: dt
-
- Apr 13, 2011
-
-
hjk authored
-
- Apr 12, 2011
-
-
dt authored
Master fixed a bug where a newline was almost always prepended to any output. As a side effect of that a lot of messages which outputed no newline broke. This commit fixes the obvious ones, probably missing a few.
-
- Apr 08, 2011
-
-
Friedemann Kleint authored
-
- Apr 07, 2011
-
-
hjk authored
-
- Mar 30, 2011
-
-
hjk authored
And TcfEngine etc. Reviewed-by: Friedemann Kleint
-
- Mar 28, 2011
-
-
dt authored
Add a virtual icon() method to runcontrol. Actually currently the icon only varies between modes of running. Task-Nr: QTCREATORBUG-1232
-
Friedemann Kleint authored
-
- Mar 18, 2011
-
-
Friedemann Kleint authored
As it fails for MinGW. Task-number: QTCREATORBUG-4132 Reviewed-by: hjk
-
- Mar 16, 2011
-
-
Tobias Hunger authored
-
- Mar 14, 2011
-
-
Friedemann Kleint authored
Rewrite logic once again. Merge the previously separate enabled/configured loops into one to simplify the code and exclude LLDB from reporting as it is experimental, currently.
-
Friedemann Kleint authored
As it causes messages on Linux. This reverts commit c75738f9.
-
Friedemann Kleint authored
Task-number: QTCREATORBUG-3990
-
- Mar 08, 2011
-
-
Friedemann Kleint authored
Reviewed-by: hjk Task-number: QTCREATORBUG-3990
-
- Mar 01, 2011
-
-
Friedemann Kleint authored
-
- Feb 28, 2011
-
-
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>
-
- Feb 25, 2011
-
-
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
Use in both engines preferred over ABI if it is compatible. Report start parameters. Introduce gdb configuration check.
-
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.
-
- Feb 24, 2011
-
-
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
-
- Feb 23, 2011
-
-
hjk authored
Reviewed-By: Tobias Hunger
-
hjk authored
-
Kai Koehne authored
Setting up the debugger connection might fail for a couple of reasons. Check the application output to show the user a more detailed error message. Reviewed-by: hjk
-
Friedemann Kleint authored
-
- Feb 22, 2011
- Feb 21, 2011
-
-
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
-
- Feb 11, 2011
-
-
Friedemann Kleint authored
Replace old debugger tooltip by a new ToolTipManager which has a list of AbstractDebuggerToolTipWidget with the functionality to 'acquire' an engine (display its data) and 'release' it (store engine data and display them as 'previous') and serialization to XML session data. DebuggerTreeViewToolTipWidget implements AbstractDebuggerToolTipWidget for tree model acting as a filter on watch models. Rubber-stamped-by: hjk
-
- Feb 07, 2011
-
-
Kai Koehne authored
Prevent QDeclarativeEngine to handle simple bindings on their own by setting the QML_DISABLE_OPTIMIZER environment variable. This ensures that every binding is actually updated through the JavaScript engine, and therefore checked for breakpoints. Task-number: QTCREATORBUG-3595
-
- Feb 04, 2011
-
-
Kai Koehne authored
Separate the two warnings by a '. '.
-
- Feb 01, 2011
-
-
Christian Kandeler authored
- Package installation and running untested yet. - User currently needs to adapt %files section in spec file manually. We expect this task to be automated by the build script in the future (see http://bugs.meego.com/show_bug.cgi?id=13148).
-
- Jan 19, 2011
-
-
Friedemann Kleint authored
-
- Jan 18, 2011
-
-
Christian Kandeler authored
Task-number: QTCREATORBUG-2770
-
- Jan 17, 2011
-
-
con authored
The option is used for the stop button in the application output. Closing tabs will still ask unconditionally, also if applications would be killed as a side-effect, e.g. of closing Qt Creator. The Symbian controls also always ask, with a more descriptive text, because killing applications might have negative effect on the device in some cases. Reviewed-by: Friedemann Kleint Task-number: QTCREATORBUG-3119
-
- Jan 12, 2011