- 12 Nov, 2010 1 commit
-
-
dt authored
Since all the debuggers are implemented in the debuggerplugin, that's a natural place to put the action.
-
- 10 Nov, 2010 3 commits
- 09 Nov, 2010 2 commits
-
-
hjk authored
-
Friedemann Kleint authored
Regression from 2.0.1 Rubber-stamped-by: hjk Acked-by:
Arvid Ephraim Picciani <arvid.picciani@nokia.com>
-
- 08 Nov, 2010 7 commits
- 05 Nov, 2010 2 commits
- 04 Nov, 2010 3 commits
-
-
Friedemann Kleint authored
Remove actions from debugger plugin as they are not directly usable. Create additional actions in context menu. Move some code around to find the current editor.
-
Friedemann Kleint authored
Do not pass around flags QFlags by const-reference.
-
hjk authored
-
- 03 Nov, 2010 1 commit
-
-
Tobias Hunger authored
Krazy was complaining about those.
-
- 02 Nov, 2010 2 commits
-
-
Friedemann Kleint authored
Clean icore.h.
-
Friedemann Kleint authored
-
- 01 Nov, 2010 1 commit
-
-
Friedemann Kleint authored
Acked-By: dt
-
- 29 Oct, 2010 2 commits
-
-
Christian Kandeler authored
This is needed for multi-architecture gdb. Reviewed-by: hjk
-
Friedemann Kleint authored
Do not parse options if empty (when a file was passed to the core). Reviewed-by:
Thorbjørn <thorbjorn.lindeijer@nokia.com>
-
- 28 Oct, 2010 1 commit
-
-
hjk authored
-
- 27 Oct, 2010 3 commits
-
-
hjk authored
-
- 26 Oct, 2010 1 commit
-
-
hjk authored
Task-number: QTCREATORBUG-2837
-
- 25 Oct, 2010 1 commit
-
-
con authored
Acked-by: hjk
-
- 22 Oct, 2010 2 commits
-
-
Friedemann Kleint authored
Remove duplicate code. Introduce ScopedPointer for location mark. Check shutdown phase when opening editors. Reviewed-by: con Task-number: QTCREATORBUG-2833
-
Friedemann Kleint authored
Check for valid runcontrols in various places and initialize m_engine correcly. In the case of QML-Debugging, handle NoEngineType. Reviewed-by:
Leandro T. C. Melo <leandro.melo@nokia.com> Reviewed-by:
Kai Koehne <kai.koehne@nokia.com> Task-number: QTCREATORBUG-2086
-
- 20 Oct, 2010 1 commit
-
-
Friedemann Kleint authored
In case qtcdebugger sends a command to an already running instance of Qt Creator (Windows). Reviewed-by: hjk Task-number: QTCREATORBUG-2814
-
- 19 Oct, 2010 1 commit
-
-
con authored
Task-number: QTCREATORBUG-1956 Reviewed-by: Joerg Bornemann
-
- 15 Oct, 2010 1 commit
-
-
Thorbjørn Lindeijer authored
This caused it to go to 0 when for example displaying size 9 at 10%, which is an invalid value so it caused the text to revert back to the default size. It also caused zooming to sometimes appearing to have no effect. For example zooming size 9 to 110% would still yield size 9 rather than 9.9. Task-number: QTCREATORBUG-2744 Task-number: QTCREATORBUG-2745 Reviewed-by: Robert Loehning Reviewed-by: hjk
-
- 13 Oct, 2010 1 commit
-
-
hjk authored
Reviewed-by: Friedemann Kleint
-
- 08 Oct, 2010 1 commit
-
-
hjk authored
It hurts me. Reviewed-by: Alessandro Portale Task-number: QTCREATORBUG-808
-
- 05 Oct, 2010 2 commits
-
-
hjk authored
done with con
-
hjk authored
It is active when the debugger runs but should not be touched, like the periods between InferiorRunRequested and InferiorRunOk etc. Without that context the core debug start action would trigger, and create another debugger instance. Reviewed-by: Friedemann Kleint
-
- 04 Oct, 2010 1 commit
-
-
Kai Koehne authored
Also only warn about missing qmlobserver when actually trying to debug a .qmlproject. Reviewed-by: Christiaan Janssen
-