- 23 Feb, 2011 7 commits
-
-
hjk authored
-
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
-
hjk authored
-
hjk authored
-
hjk authored
-
- 22 Feb, 2011 2 commits
- 21 Feb, 2011 3 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
-
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>
-
Friedemann Kleint authored
-
- 17 Feb, 2011 3 commits
-
-
hjk authored
-
Friedemann Kleint authored
Introducing EngineDefault such that CDB/LLDB can use full paths by default and gdb can use short paths. Reviewed-by: hjk
-
Friedemann Kleint authored
Move tooltip-request handling from DebuggerPlugin into DebuggerToolTipManager. Request tooltip only if position changed and close standard tooltip on success.
-
- 16 Feb, 2011 1 commit
-
-
hjk authored
-
- 14 Feb, 2011 1 commit
-
-
Friedemann Kleint authored
-
- 11 Feb, 2011 1 commit
-
-
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
-
- 10 Feb, 2011 1 commit
-
-
hjk authored
Old logic was too fragile to maintain. Now it's PointMixed -> PointPlain -> RangeMixed -> RangePlain.
-
- 07 Feb, 2011 2 commits
-
-
Pawel Polanski authored
-
Friedemann Kleint authored
Handle in editBreakpoint(). Acked-by: hjk
-
- 04 Feb, 2011 3 commits
-
-
hjk authored
-
Kai Koehne authored
Separate the two warnings by a '. '.
-
Friedemann Kleint authored
Add commands (CDB, gdb with '\n' delimiter for multiple), rearrange dialogs, make ignore count a spin box.
-
- 03 Feb, 2011 1 commit
-
-
hjk authored
-
- 31 Jan, 2011 1 commit
-
-
Pawel Polanski authored
-
- 26 Jan, 2011 1 commit
-
-
Friedemann Kleint authored
Reviewed-by: hjk
-
- 25 Jan, 2011 2 commits
- 24 Jan, 2011 1 commit
-
-
hjk authored
-
- 21 Jan, 2011 1 commit
-
-
Friedemann Kleint authored
Particularly affecting Windows DLL loading, which was previously suppressed. Reviewed-by: hjk Task-number: QTCREATORBUG-3470
-
- 19 Jan, 2011 3 commits
- 17 Jan, 2011 6 commits