- Dec 01, 2010
-
-
Arvid Ephraim Picciani authored
-
- Nov 30, 2010
-
-
Christiaan Janssen authored
Reviewed-by: hjk
-
hjk authored
-
- Nov 26, 2010
-
-
Friedemann Kleint authored
Reviewed-by: hjk
-
hjk authored
-
- Nov 25, 2010
-
-
Kai Koehne authored
Hotfix for Qt Quick Applications: Try to open the original file by stripping "X.app/Contents/Resources" from the path. Reviewed-by: Christiaan Janssen
-
- Nov 24, 2010
-
-
Christiaan Janssen authored
Reviewed-by: Kai Koehne
-
- Nov 23, 2010
-
-
Christiaan Janssen authored
Reviewed-by: hjk
-
- Nov 22, 2010
-
-
hjk authored
-
- Nov 17, 2010
-
-
Oswald Buddenhagen authored
get away from argument stringlists. instead, use native shell command lines which support quoting/splitting, environment variable expansion and redirections with well-understood semantics. Task-number: QTCREATORBUG-542 Task-number: QTCREATORBUG-1564
-
- Nov 16, 2010
-
-
hjk authored
-
- Nov 15, 2010
-
-
Christiaan Janssen authored
Reviewed by: hjk
-
Friedemann Kleint authored
For Breakpoint data manipulation. Reviewed-by: hjk
-
hjk authored
The breakpoints are now (fairly) tightly guarded by the BreakpointHandler. Engines and Views are only supposed to refer to them by id. They also have individual states now. The breakpoint data is split into a "user requested" "fixed" part in BreakpointData and the engines' acknowledged data in a new struct BreakpointResponse. TODO: Move m_state and m_engine members to BreakpointResponse. Fix regressions in the marker handling.
-
- Nov 10, 2010
-
-
hjk authored
There's some 'external' and some 'internal' part now. Other plugins are only supposed the external interface.
-
- Nov 08, 2010
-
-
Arvid Ephraim Picciani authored
Reviewed-by: hjk
-
- Nov 02, 2010
-
-
Christian Kandeler authored
Check whether the ports we need are actually available on the device. As a side effect, this makes it possible to debug more than one application at the same time on Maemo. Task-number: QTCREATORBUG-2702
-
- Oct 29, 2010
-
-
hjk authored
-
Arvid Ephraim Picciani authored
Reviewed-by: Friedemann Kleint Reviewed-by: hjk
-
- Oct 27, 2010
- Oct 20, 2010
-
-
Christiaan Janssen authored
Reviewed by: hjk
-
- Oct 19, 2010
-
-
Kai Koehne authored
Hitting a breakpoint automatically acknowledges it, and from then on bpFileName, bpLineNumber are used in the Breakpoints pane instead of fileName, lineNumber. Task-number: QTCREATORBUG-2759 Reviewed-by: Christiaan Janssen
-
- Oct 15, 2010
-
-
Arvid Ephraim Picciani authored
Reviewed-by: hjk
-
- Oct 05, 2010
-
-
Christiaan Janssen authored
Reviewed by: Kai Koehne, Andre Poenitz
-
Friedemann Kleint authored
-
- Oct 04, 2010
-
-
Kai Koehne authored
Also only warn about missing qmlobserver when actually trying to debug a .qmlproject. Reviewed-by: Christiaan Janssen
-
Kai Koehne authored
Task-number: QTCREATORBUG-2590 Reviewed-by: Christiaan Janssen
-
Christiaan Janssen authored
Reviewed by: Kai Koehne, Andre Poenitz
-
- Oct 01, 2010
-
-
Kai Koehne authored
Reviewed-by: Christiaan Janssen
-
- Sep 29, 2010
-
-
Lasse Holmstedt authored
Reviewed-by: hjk
-
- Sep 23, 2010
-
-
Tobias Hunger authored
Reviewed-by: dt
-
Friedemann Kleint authored
assignValueInDebugger: Pass on WatchData as well, pass on values as QVariant. Based on that, do more extensive checks in CDB, preventing assignment of non-PODs. Locals/Watch editing: * Disable while running * Edit pointer values as hex with validation. CDB: Strip class types off reported pointer values and reformat the values as short 0x-pointer values, introduce flag to WatchData::source to do dumper expansion handling. Windows: recognize int64 as int. Register handler: Fix accessing uninitialized value.
-
- Sep 21, 2010
-
-
Friedemann Kleint authored
Make address a quint64, linnumber and ignoreCounts int. Reviewed-by: hjk
-
- Sep 16, 2010
-
-
Christian Kandeler authored
Reviewed-by: kh1
-
- Sep 13, 2010
-
-
Friedemann Kleint authored
namespace (from Debugger::Internal) as they are exported classes. Introduce private classes to avoid exposing private JS debugger headers.
-
hjk authored
-
- Sep 08, 2010
-
-
Christiaan Janssen authored
Reviewed by: Lasse Holmstedt
-