- 06 Jul, 2010 1 commit
-
-
hjk authored
-
- 05 Jul, 2010 1 commit
-
-
hjk authored
-
- 02 Jul, 2010 1 commit
-
-
hjk authored
... by stripping out 'const', 'volatile', 'struct' and 'class'.
-
- 01 Jul, 2010 2 commits
-
-
-
hjk authored
-
- 29 Jun, 2010 3 commits
- 28 Jun, 2010 3 commits
- 25 Jun, 2010 2 commits
- 23 Jun, 2010 1 commit
-
-
hjk authored
This is handled by the generic pointer case nowadays and was (now) wrong as it was impossible to see the 'bald pointer' version of it.
-
- 22 Jun, 2010 1 commit
-
-
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).
-
- 14 Jun, 2010 1 commit
-
-
hjk authored
-
- 11 Jun, 2010 1 commit
-
-
hjk authored
refactoring
-
- 10 Jun, 2010 5 commits
- 01 Jun, 2010 1 commit
-
-
hjk authored
-
- 26 May, 2010 2 commits
-
-
hjk authored
The value was adjusted to the referenced value but it was not used when dumping the members, basically leading to an empty child list in such cases.
- 20 May, 2010 1 commit
-
-
hjk authored
-
- 19 May, 2010 2 commits
- 23 Apr, 2010 1 commit
-
-
hjk authored
Now it's easy to suppress "uninformative" intermediate levels in the Locals & Watchers by using the new Dumper.putFields() function. Used in qdump__QUrl
-
- 21 Apr, 2010 1 commit
-
-
hjk authored
-
- 16 Apr, 2010 3 commits
- 12 Apr, 2010 1 commit
-
-
hjk authored
Doh! In contrast to the C++ version we are operating on ushort* here.
-
- 09 Apr, 2010 1 commit
-
-
Friedemann Kleint authored
-
- 08 Apr, 2010 2 commits
- 07 Apr, 2010 1 commit
-
-
hjk authored
-
- 30 Mar, 2010 1 commit
-
-
Friedemann Kleint authored
Reviewed-by: hjk
-
- 25 Mar, 2010 1 commit
-
-
hjk authored
-