Commit Graph

5 Commits

Author SHA1 Message Date
Friedemann Kleint
a7370ae4b0 Analyzer: Add status label.
Factor out the status label with timeout from the debugger plugin.
Use in analyzer manager, add standard messages and use that
in memcheck.

Task-number: QTCREATORBUG-4077
Reviewed-by: Daniel Molkentin <daniel.molkentin@nokia.com>
2011-03-16 13:49:28 +01:00
Friedemann Kleint
11311b6e94 Remove 'Analyze' mode.
- Introduce a shared analysis output pane using a stacked widgets,
  layouts for the tools' output panes and toolbar widgets.
- Introduce IAnalyzerOutputPaneAdapter interface returned
  by IAnalyzerTool to manage them.
- Remove mode and its mainwindow contents (depending on enum
  constants should use cases for it occur).

Reviewed-by: con
2011-03-10 17:44:37 +01:00
Friedemann Kleint
f610bf4d45 Valgrind: Fix coding style issues.
Header specification, remove internal classes from exported
headers, fully qualify signals,slots.
2011-03-08 13:56:52 +01:00
Milian Wolff
7592fb13f2 cleanup code and follow coding style
Merge-request: 265
Reviewed-by: hjk <qtc-committer@nokia.com>
2011-03-04 16:00:01 +01:00
Mike McQuaid
6ee9d06737 Add valgrind memcheck tool plugin.
Merge-request: 260
Reviewed-by: hjk <qtc-committer@nokia.com>
2011-03-04 12:33:37 +01:00