- 22 Feb, 2011 2 commits
- 21 Feb, 2011 2 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>
-
- 17 Feb, 2011 2 commits
-
-
hjk authored
Seems it's not only theoretically possible but people actually want to use it Task-number: QTCREATORBUG-3813
-
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 3 commits
-
-
Thorbjørn Lindeijer authored
This one has the common debugger actions as well as the QML Observer specific part. This makes sure those actions are generally available and not only from the QML Observer dock widget. The filter in the tool bar should still be moved back. Reviewed-by:
Christiaan Janssen <christiaan.janssen@nokia.com>
-
hjk authored
-
Thorbjørn Lindeijer authored
-
- 15 Feb, 2011 1 commit
-
-
Christian Kandeler authored
-
- 14 Feb, 2011 2 commits
-
-
Friedemann Kleint authored
-
Milian Wolff authored
Merge-request: 253 Reviewed-by:
hjk <qtc-committer@nokia.com>
-
- 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
-
- 09 Feb, 2011 3 commits
- 08 Feb, 2011 2 commits
- 04 Feb, 2011 2 commits
-
-
Friedemann Kleint authored
Add comments, introduce internal switch in doc/api/qtcreator-api.qdocconf.
-
con authored
Reviewed-by: hjk
-
- 03 Feb, 2011 3 commits
- 02 Feb, 2011 1 commit
-
-
hjk authored
Remove from the debug menu, and assign Ctrl-F6 to it by default also on non-Mac.
-
- 31 Jan, 2011 1 commit
-
-
con authored
-
- 26 Jan, 2011 1 commit
-
-
Friedemann Kleint authored
Reviewed-by: hjk
-
- 25 Jan, 2011 1 commit
-
-
Christiaan Janssen authored
Reviewed-by: hjk
-
- 17 Jan, 2011 2 commits
-
-
Friedemann Kleint authored
-
hjk authored
-
- 14 Jan, 2011 1 commit
-
-
hjk authored
-
- 13 Jan, 2011 1 commit
-
-
con authored
-
- 12 Jan, 2011 6 commits
-
-
con authored
Instead of doing context magic which doesn't reflect what actually was meant: The actions are different commands, but the button should be corresponding to different commands in different states.
-
con authored
There was no reason, and using QAction is more flexible.
-
con authored
-
hjk authored
-
hjk authored
-
con authored
Reviewed-by: hjk
-
- 11 Jan, 2011 1 commit
-
-
Friedemann Kleint authored
-
- 10 Jan, 2011 2 commits
-
-
Friedemann Kleint authored
Remove factory class from exported header.
-
hjk authored
-