- 09 May, 2011 18 commits
-
-
dt authored
Reported on irc by ckamm
-
Kai Koehne authored
-
Friedemann Kleint authored
Skip comments, move to end of multi-line statements and other things. Initial-patch-by:
Erik Verbruggen <erik.verbruggen@nokia.com>
-
Erik Verbruggen authored
-
Thomas Hartmann authored
-
Thomas Hartmann authored
This feature is not polished enough. Also since we use the complete canvas it does not make much sense. So I disable it until we have time to polish it or decide to remove it completely.
-
Erik Verbruggen authored
Reviewed-by: Roberto Raggi
-
Erik Verbruggen authored
Reviewed-by: Friedemann Kleint
-
Thorbjørn Lindeijer authored
The ScriptEngine does not support these actions, so make sure they are disabled in the debugger menu. Reviewed-by: hjk Task-number: QTCREATORBUG-2749
-
Pawel Polanski authored
Task-number: QTCREATORBUG-4808
-
Friedemann Kleint authored
-
dt authored
-
dt authored
-
Friedemann Kleint authored
-
hjk authored
-
hjk authored
-
hjk authored
-
hjk authored
Task-number: QTCREATORBUG-4797
-
- 06 May, 2011 22 commits
-
-
Christian Kandeler 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.
-
dt_ authored
Task-Nr: QTCREATORBUG-4781
-
Tobias Hunger authored
Change-Id: I8b73d583be1ee7183f4074bce49d5390e38631a2
-
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.
-