- Jul 07, 2010
-
-
dt 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 10, 2010
-
-
hjk authored
-
- May 18, 2010
-
-
hjk authored
-
- May 07, 2010
-
-
hjk authored
-
- May 05, 2010
-
- Apr 27, 2010
- Mar 25, 2010
-
-
Robert Loehning authored
Task-number: QTCREATORBUG-450
-
- Feb 16, 2010
-
-
Lasse Holmstedt authored
The new QML Inspector depends on DebuggerPlugin. Also added a dropdown menu into the debugger toolbar from which the user can select the used debugging language, e.g. C++ or QML.
-
- Feb 04, 2010
-
-
hjk authored
-
- Feb 03, 2010
-
-
hjk authored
-
- Jan 29, 2010
-
-
Oswald Buddenhagen authored
doing it in 1.3 as well to avoid possible later conflicts
-
- Oct 08, 2009
-
-
Oswald Buddenhagen authored
it's dead code
-
- Sep 25, 2009
-
-
Friedemann Kleint authored
For device debugging. Move both from namespace Debugger::Internal to Debugger, export them, give DebuggerManager a static instance().
-
Friedemann Kleint authored
Clean out header.
-
- Sep 11, 2009
-
-
hjk authored
-
- Sep 10, 2009
-
-
Henrik Hartz authored
- Sep 09, 2009
-
-
hjk authored
-
- Aug 25, 2009
-
-
ck authored
-
- Aug 17, 2009
-
- Aug 12, 2009
-
-
hjk authored
-
- Jul 13, 2009
-
- Jul 10, 2009
-
-
Friedemann Kleint authored
- Modified WatchModel to handle storage of an hierarchy of WatchItems. - Factored out code for asynchronous population to AsyncWatchModel and added a mixin for convenient handling - Added base class for synchronous models. - Implement simple, synchronous models for CDB, greatly simplifying code and finally getting manual expansion right. Signed-off-by:
hjk <qtc-committer@nokia.com>
-
- Jun 24, 2009
-
-
hjk authored
-
- May 29, 2009
-
-
hjk authored
-
- May 19, 2009
- May 08, 2009
-
-
Alessandro Portale authored
-
- May 07, 2009
-
-
hjk authored
-
- May 06, 2009
-
-
hjk authored
-
- Apr 22, 2009
-
-
dt authored
Hopefully i didn't miss a plugin.
-
- Apr 17, 2009
-
-
Friedemann Kleint authored
Modify engine creation funcs to populate a list of option pages to be able to handle engine enabling independently of the actual engine creation.
-
- Apr 03, 2009
-
-
Friedemann Kleint authored
Do automatically expand first level (only on request), recurse only in completeModel.
-