- 27 Sep, 2010 1 commit
-
-
hjk authored
-
- 24 Sep, 2010 1 commit
-
-
Christiaan Janssen authored
Reviewed by: Kai Koehne
-
- 23 Sep, 2010 3 commits
- 22 Sep, 2010 4 commits
-
-
hjk authored
-
hjk authored
-
Kai Koehne authored
Enable setting breakpoints, and showing the script console even if the QmlInspector plugin is not loaded. Reviewed-by: hjk
-
Kai Koehne authored
-
- 14 Sep, 2010 3 commits
-
-
hjk authored
Task-number: QTCREATORBUG-2337
-
hjk authored
Task-number: QTCREATORBUG-2334
-
dt authored
Also introduce a indirection, modes have now types, edit and debug have the same type, and editors do have a prefered type of modes instead of a prefered mode. That fixes the bug that if the prefered qml editing mode was set to design, then in switching between qml editors would - in Edit Mode: stay in edit mode - in Debug Mode: switch to debug mode
-
- 13 Sep, 2010 2 commits
-
-
Arvid Ephraim Picciani authored
extract thread names from QThread object name Task-Number: QTCREATORBUG-382 Reviewed-by: hjk
-
hjk authored
Task-number: QTCREATORBUG-2322
-
- 09 Sep, 2010 1 commit
-
-
hjk authored
Task-number: QTCREATORBUG-1600
-
- 08 Sep, 2010 1 commit
-
-
hjk authored
-
- 07 Sep, 2010 1 commit
-
-
Friedemann Kleint authored
... on clicking stack frames or disassembler/ memory views. Introduce flags to openEditorAt, pass EditorManager::NoModeSwitch where applicable. Task-number: QTCREATORBUG-2278
-
- 06 Sep, 2010 1 commit
-
-
hjk authored
-
- 01 Sep, 2010 2 commits
- 31 Aug, 2010 2 commits
-
-
Olivier Goffart authored
Reorder the tab widgets so the inspector show up by default when debugging QML
-
Friedemann Kleint authored
Rubber-stamped-by: hjk
-
- 27 Aug, 2010 2 commits
-
-
Lasse Holmstedt authored
Reviewed-by: hjk
-
hjk authored
Task-number: QTCREATORBUG-2201
-
- 26 Aug, 2010 1 commit
-
-
Olivier Goffart authored
The scriptconsole layout come from the old qmlinspector
-
- 24 Aug, 2010 5 commits
-
-
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
-
- 20 Aug, 2010 1 commit
-
-
Friedemann Kleint authored
Fix breakage introduced by the new asynchronous stop() methods of the debugger run controls. Allow for RunControl::stop() to be asynchronous by introducing a return enumeration indicating that. Introduce additional method aboutToStop() asking user to quit (tie that to the RunControl instead of having to hack the behaviour elsewhere). If asynchronous stop is detected, terminate the ProjectExplorer asynchronously. This makes the behaviour consistent across switching sessions/ closing outputwindow tabs and quitting Qt Creator. Reviewed-by: dt Rubber-stamped-by: hjk
-
- 18 Aug, 2010 2 commits
-
-
hjk authored
done by Lasse
-
Friedemann Kleint authored
-
- 11 Aug, 2010 2 commits
- 30 Jul, 2010 1 commit
-
-
Alessandro Portale authored
Using more *::Constants::ICON_* where it makes sense and wrapping the file names into QLatin1String where they were missing. The increased usage of the ICON constants needed a few more cross plugin includes of *constants.h, here and there. I think that it is OK, since the dependencies were alredy there icon resource wise.
-
- 22 Jul, 2010 4 commits