- Oct 27, 2010
-
- Oct 21, 2010
-
-
Friedemann Kleint authored
In Debugger and WelcomePageWidget. Reviewed-by:
Daniel Molkentin <daniel.molkentin@trolltech.com>
-
- Oct 15, 2010
-
-
Tim Jenssen authored
- the Nokia Qt SDK UpdateInfo plugin progress should stay in the progress view till the user clicks on it - now the futureprogress knows the difference between: KeepOnFinishTillUserInteraction and KeepOnFinish Reviewed-by: con
-
Robert Loehning authored
Task-number: QTCREATORBUG-2742 Reviewed-by: hjk
-
- Oct 11, 2010
-
-
hjk authored
Reviewed-by: Friedemann Kleint Task-number: QTCREATORBUG-2681
-
- Oct 06, 2010
-
-
Friedemann Kleint authored
Add a menu option to edit breakpoints to the locator/editor context menu. Reviewed-by: hjk
-
- Oct 05, 2010
-
-
Christiaan Janssen authored
Reviewed by: Kai Koehne, Andre Poenitz
-
- Oct 04, 2010
-
-
Kai Koehne authored
Also only warn about missing qmlobserver when actually trying to debug a .qmlproject. Reviewed-by: Christiaan Janssen
-
- Oct 01, 2010
-
-
hjk authored
Reviewed-by: Robert Loehning Task-number: QTCREATORBUG-2543, QTCREATORBUG-2544
-
- Sep 29, 2010
-
-
Lasse Holmstedt authored
Reviewed-by: hjk
-
Lasse Holmstedt authored
Reviewed-by: hjk
-
- Sep 28, 2010
-
-
Christian Kandeler authored
Workaround for proxy problems on Windows (Qt bug?). Reviewed-by: kh1 (cherry picked from commit f3ac8e43)
-
- 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 22, 2010
-
-
hjk authored
-
- Sep 21, 2010
-
-
Friedemann Kleint authored
Make address a quint64, linnumber and ignoreCounts int. Reviewed-by: hjk
-
- Sep 17, 2010
-
-
Leena Miettinen authored
-
- Sep 15, 2010
-
-
hjk authored
-
- 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.
-
- Sep 09, 2010
-
-
hjk authored
Task-number: QTCREATORBUG-1600
-
- Sep 08, 2010
-
-
Lasse Holmstedt authored
Reviewed-by: hjk
-
- Sep 07, 2010
-
-
Friedemann Kleint authored
-
hjk authored
-
hjk authored
-
- Sep 06, 2010
-
-
hjk authored
-
- Sep 03, 2010
-
-
Kai Koehne authored
Reviewed-by: dt
-
Kai Koehne authored
-
- Aug 27, 2010
-
-
Lasse Holmstedt authored
-
- Aug 24, 2010
-
-
Lasse Holmstedt authored
Reviewed-by: hjk
-
Lasse Holmstedt authored
-
Lasse Holmstedt authored
A new debugger engine, QmlCppEngine, is introduced, which wraps gdb and qml engines into one. Alternatively, if using Windows, Cdb is used instead of Gdb. Most of the debugger ui switcher is now rewritten, and it is tailored for the QML and CPP layout case, the only one supported anyway. Reviewed-by: hjk
-
Friedemann Kleint authored
Make sure DebuggerRunner::finished() is always connected to handleFinished() (even for subclassed DebuggerRunners). Add some more debugging information.
-
Friedemann Kleint authored
...which subclasses DebuggerRunner and does not call DebuggerPlugin::startDebugger(), which connects the engine, leading to strange malfunctions. Move functionality to DebuggerRunner::start() to make it self-contained. Add object names to engines for easier debugging. Reviewed-by: hjk
-
- Aug 20, 2010
-
-
Pawel Polanski authored
-
- Aug 18, 2010
-
-
Friedemann Kleint authored
-
- Aug 10, 2010
-
-
Friedemann Kleint authored
At least display the errors it produces correctly.
-
- Jul 22, 2010
- Jul 21, 2010
-
-
hjk authored
-