- Jul 07, 2010
-
-
hjk authored
-
Alessandro Portale authored
-
- Jul 06, 2010
- Jul 05, 2010
-
-
hjk authored
-
- Jul 02, 2010
-
-
hjk authored
... by stripping out 'const', 'volatile', 'struct' and 'class'.
-
- Jul 01, 2010
- Jun 30, 2010
-
-
hjk authored
-
- Jun 29, 2010
- Jun 28, 2010
- Jun 25, 2010
- Jun 23, 2010
-
-
Pierre Rossi authored
updated the strings. Let's try to get French back in for 2.1
-
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.
-
- 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 21, 2010
-
-
axasia authored
Merge-request: 152 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
Christian Kamm authored
It'll be much saver to move to the qmldump based functionality once it has been moved into Qt. Essentially reverts: 45415783 Reviewed-by: Erik Verbruggen
-
- Jun 14, 2010
-
-
Sergey Belyashov authored
Merge-request: 150 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
hjk authored
-
- Jun 11, 2010
- Jun 10, 2010
-
-
hjk authored
-
hjk authored
-
hjk authored
-
hjk authored
-
hjk authored
-
Tobias Hunger authored
* The standard says all preprocessor directives have to start at column 0.
-
Christian Kamm authored
The type information is now generated at runtime.
-
- Jun 08, 2010
- Jun 07, 2010
-
-
Christian Kamm authored
Reviewed-by: Roberto Raggi
-