- 06 May, 2011 10 commits
-
-
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 25 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
-
Kai Koehne authored
-
Kai Koehne authored
QFileInfo::absoluteFilePath() uses the current working directory to make a file absolute. This is often not what you want (say you're developing another qtcreator version in another directory). Reviewed-by: Friedemann Kleint
-
Kai Koehne authored
It's just easier if all the classes related with the QmlProject file format start with the same prefix.
-
Kai Koehne authored
-
Kai Koehne authored
MSVC on some system might complain "C4566: character represented by universal-character-name '\u03BCs' cannot be represented in the current code page". Fix this by forcing the string to be wchar_t based.
-
Robert Loehning authored
Reviewed-by: Christian Kandeler
-
Christian Kamm authored
Task-number: QTCREATORBUG-4094 Reviewed-by: Leandro Melo
-
Pawel Polanski authored
-
Pawel Polanski authored
The problem here is in the callback mechanism. When CodaGdbAdapter is closed it tries to close the application on the mobile. If the CodaGdbAdapter is destroyed short afterwards the response is propagated to an invalid object. Task-number: QTCREATORBUG-4713
-
Friedemann Kleint authored
-
Friedemann Kleint authored
Preset with stack frame address.
-
Christian Kamm authored
-
Tobias Hunger authored
Task-number: QTCREATORBUG-3822
-
Tobias Hunger authored
-
Christian Kamm authored
Task-number: QTCREATORBUG-2306
-
Friedemann Kleint authored
Task-number: QTCREATORBUG-4762
-
Friedemann Kleint authored
-