- 06 May, 2011 27 commits
-
-
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
-
Thomas Hartmann authored
In some cases object() != m_nodeInstance->object(). Reading on the worng type of QObject can lead to very interesting effects. (e. g. decrementing the pointer to the vtable) Task-Nr: QTCREATORBUG-4675 Reviewed-by: Marco Bubke
-
Thomas Hartmann authored
-
Thomas Hartmann authored
Adding a context for the navigator + some cleanup
-
Thomas Hartmann authored
This patch adds for tool buttons that allow sliding and reparenting in the navigator.
-
Christian Kamm authored
Reviewed-by: Thomas Hartmann
-
Thorbjørn Lindeijer authored
They're still separate filters, but by default they share the same prefix, which will now make sure that only one entry shows up in the list of filters. Done-with: Christian Kamm Task-number: QTCREATORBUG-4796
-
- 05 May, 2011 5 commits
-
-
Christian Kandeler authored
-
Christian Kandeler authored
Reviewed-by: dt
-
Christiaan Janssen authored
Task-number: QTCREATORBUG-3391 Reviewed-by: Kai Koehne
-
Christiaan Janssen authored
Reviewed-by: Kai Koehne
-
Friedemann Kleint authored
-
- 04 May, 2011 8 commits
-
-
Kai Koehne authored
Reviewed-by: Christiaan Janssen
-
Kai Koehne authored
-
Kai Koehne authored
-
Friedemann Kleint authored
-
Friedemann Kleint authored
-
Friedemann Kleint authored
-
Tobias Hunger authored
-
Tobias Hunger authored
-