- 09 May, 2011 4 commits
- 06 May, 2011 36 commits
-
-
Christian Kandeler authored
-
Thomas Hartmann authored
-
Thomas Hartmann authored
-
Thomas Hartmann authored
-
Thomas Hartmann authored
-
Thomas Hartmann authored
Task-Nr: QTCREATORBUG-4676
-
Thomas Hartmann authored
-
Thomas Hartmann authored
-
Tobias Hunger authored
Task-number: QTCREATORBUG-4771
-
Friedemann Kleint authored
Introduce AnalzyerTool::initializeDockWidgets to do that. Work around exit crash in callgrind.
-
Leena Miettinen authored
-
Leena Miettinen authored
-
Leena Miettinen authored
-
Leena Miettinen authored
-
Leena Miettinen authored
-
Leena Miettinen authored
-
dt_ authored
Task-Nr: QTCREATORBUG-4781
-
Tobias Hunger authored
Change-Id: I8b73d583be1ee7183f4074bce49d5390e38631a2
-
Tobias Hunger authored
Change-Id: I71b41d7837a0901c5d1ab718dc8f93e4122231fa
-
Tobias Hunger authored
Change-Id: I2909a4610afa074e7ace56406b176336b43f7b3f
-
Tobias Hunger authored
Remove class that does something similar. Reviewed-by: Christian Kandeler Change-Id: I7acfa119cf18d96c22d1873a464b1c004c78e132
-
Tobias Hunger authored
-
Thomas Hartmann authored
Fixes: d05992d0 Reviewed-by: Christian Kamm
-
Friedemann Kleint authored
Avoid adding all dock widgets of all tools to the mainwindow to save the default settings during initialization.
-
Daniel Molkentin authored
-
dt_ authored
Those classes are needed to implement a custom Qt4BaseTarget derived class.
-
dt_ authored
Really fixes Task-Nr: QTCREATORBUG-4649
-
Christian Kamm authored
To avoid order-of-initialization problems. Reviewed-by: Thomas Hartmann
-
Thomas Hartmann authored
We only skip Model if they are the root node. I kept the isSkippedNode since it might become useful again.
-
Thomas Hartmann authored
QVariants can store QObjects. The model property of ListView is a QVariant for example.
-
Thomas Hartmann authored
-
Thomas Hartmann authored
This patch enables us to create objects with custom parsers like ListModel and XmlListModel.
-
Thomas Hartmann authored
Focus is needed to allow keyboard shortcuts and cursor navigation.
-
Thomas Hartmann authored
I also added __model_data and fixed some bugs. Implicit components with Component {} e.g. delegate are now explicit components in the model to avoid confusion.
-
Thomas Hartmann authored
This should be const to be consistent with the rest.
-
Thomas Hartmann authored
When entering the design mode the property editor is reset. This reduces complexity since the property editor is reset instead of having to react to all the possible changes from text. The same is done for the NodeInstanceView
-