- Jun 23, 2010
-
-
hjk authored
-
- Jun 22, 2010
-
-
hjk authored
This replaces the (de facto) singleton engines and data handlers by classes that are instantiated per run. The DebuggerRunControl will now create an object of (a class derived from) DebuggerEngine that contains all the relevant "dynamic" data. DebuggerManager is no more. The "singleton" bits are merged into DebuggerPlugin, whereas the data bits went to DebuggerEngine. There is no formal notion of a "current" DebuggerEngine. However, as there's only one DebuggerEngine at a time that has its data models connected to the view, there's still some "de facto" notion of a "current" engine. Calling SomeModel::setData(int role, QVariant data) with custom role is used as the primary dispatch mechanism from the views to the "current" data models (and the engine, as all data models know their engine).
-
- Jun 11, 2010
-
-
con authored
from Menu entry Don't show the icon of checkable items in the menu to avoid being affected by broken styles. Task-number: QTCREATORBUG-1173
-
- Apr 08, 2010
-
-
Friedemann Kleint authored
Manage binaries as a map of binary-><toolchain number>. Provide list widget and editing dialog with tooltip showing the version. Save in settings as a flat list of keys. Acked-by: hjk
-
- Mar 30, 2010
-
-
hjk authored
backtrace in the main editor. Useful for sending bug reports.
-
- Mar 25, 2010
-
-
Robert Loehning authored
Task-number: QTCREATORBUG-450
-
- Mar 22, 2010
-
-
hjk authored
-
- Mar 18, 2010
-
-
Lasse Holmstedt authored
-
Lasse Holmstedt authored
Additionally, hiding of debugger menu entries was done as most of them are irrelevant for QML debugging.
-
Lasse Holmstedt authored
-
Robert Loehning authored
-
Friedemann Kleint authored
-
- Mar 05, 2010
-
-
hjk authored
-
- Feb 23, 2010
-
-
con authored
-
- Feb 17, 2010
-
-
hjk authored
-
- Feb 11, 2010
-
-
hjk authored
Hidden in the Breakpoints context menu.
-
- Feb 03, 2010
-
-
Friedemann Kleint authored
Engine: Introduce convention of setting the PYTHONPATH variable to <path-to-gdb>\python2.5 for WIndows. Dumpers: Import 'curses' depending on platform, fix Syntax for 2.5, catch file lock errors by os.remove. Reviewed-by: hjk
-
- Jan 29, 2010
-
-
Oswald Buddenhagen authored
doing it in 1.3 as well to avoid possible later conflicts
-
- Jan 15, 2010
-
-
hjk authored
-
- Jan 06, 2010
-
- Dec 09, 2009
- Nov 25, 2009
-
-
hjk authored
-
- Nov 09, 2009
-
-
Friedemann Kleint authored
Reviewed-by: hjk
-
- Oct 16, 2009
-
-
Friedemann Kleint authored
This should save debugger round trips and crashes in the debugging helpers. Add respective option to debugging helper option page, defaulting to true.On this occasion, make CDB detect shadowed variables correctly and display them as "<shadowed n>" as does the Gdb engine by reversing the direction in which CdbSymbolGroupContext::populateINameIndexMap works. Rubber-stamped-by:
hjk <qtc-committer@nokia.com>
-
- Oct 06, 2009
-
-
hjk authored
-
- Oct 05, 2009
-
-
hjk authored
-
Friedemann Kleint authored
Also move Designer::Internal::FormWindowEditor -> Designer::FormWindowEditor.
-
- Oct 01, 2009
-
-
hjk authored
-
- Sep 29, 2009
-
-
hjk authored
-
- Sep 23, 2009
-
-
- Aug 19, 2009
-
-
Friedemann Kleint authored
-
- Aug 18, 2009
-
-
hjk authored
-
- Aug 17, 2009
-
-
hjk authored
"Stepping instruction wise" and "display disassembler" mode is now toggled by a single action. This also allows to re-use F10 and F11 as keyboard shortcut. Missing: caching of disassembler output, removal of old disassembler view.
-
- Aug 14, 2009
-
-
hjk authored
-
- Aug 13, 2009
- Jul 01, 2009
-
-
hjk authored
The option is hidden in the context menu. Currently the application must be stopped.
-