- Sep 01, 2010
-
-
Kai Koehne authored
-
Victor Ostashevsky authored
Merge-request: 172 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
hjk authored
-
hjk authored
-
- Aug 31, 2010
-
-
Thiago Macieira authored
This code used two hacks: it created a class with metaObject()->className() == "QTipLabel" to fool the code in Qt into applying the style properly to this class. But it did that by creating a class called QTipLabel. This works as long as the class in Qt is hidden by symbol visibility. When symbol visibility is disabled (for whatever reason), then Creator simply crashes due to size mismatches and memory corruptions (virtual tables, etc.) This patch makes the class be called TextEditor::Internal::QTipLabel, but fools moc into thinking it isn't. A proper solution would be to simply override the meta object. Signed-off-by:
Leandro Melo <leandro.melo@nokia.com>
-
Leandro Melo authored
-
Leandro Melo authored
-
Lasse Holmstedt authored
-
Leena Miettinen authored
Doc - Add link to practical information and code examples on how to minimize power consumption of Qt apps.
-
Leena Miettinen authored
Doc - Add information about the Help mode, adding bookmarks, and detaching the help window. Add screen shots.
-
Lasse Holmstedt authored
-
Olivier Goffart authored
Reorder the tab widgets so the inspector show up by default when debugging QML
-
Christian Kandeler authored
Reviewed-by: Alessandro Portale
-
Friedemann Kleint authored
Fixes e5f60a95
-
Lasse Holmstedt authored
It did more harm than good. Now, the auto detection is only done on run control change - this is something that Creator could also remember.
-
Lasse Holmstedt authored
-
Friedemann Kleint authored
Rubber-stamped-by: hjk
-
Kai Koehne authored
Initialize e.g. m_itemToNode before the view calls back to the model.
-
Christian Kamm authored
Reviewed-by: Roberto Raggi
-
Christian Kamm authored
Don't use QMultiHash::values(key), it rebuilds the values list from scratch for each lookup. Reviewed-by: Roberto Raggi
-
Lasse Holmstedt authored
Did not work e.g. for projects where non-project files are loaded.
-
Christian Kamm authored
-
- Aug 30, 2010
-
-
dt authored
Task-Nr: QTCREATORBUG-2069
-
Olivier Goffart authored
-
Christian Kandeler authored
-
Christian Kandeler authored
-
Christian Kandeler authored
Apparently, the sender can still be null even though it's deleted via deleteLater().
-
Christian Kandeler authored
This is needed for sourve packages, but interferes with binary ones.
-
Leena Miettinen authored
Reviewed-by: Christian Kandeler Reviewed-by: Tobias Hunger
-
dt authored
Task-Nr: QTCREATORBUG-1935
-
dt authored
The code is technically incorrect and easy to fool. See the comment in the patch.
-
dt authored
-
dt authored
Instead let the project explorer plugin handle that. Reviewed-By: danimo
-
dt authored
Task-Nr: QTCREATORBUG-2209
-
Tobias Hunger authored
* Make the name of the configuration about to be removed more visible.
-
hjk authored
-
hjk authored
-
hjk authored
-
Tobias Hunger authored
* Update the Qt name when entering the path to qmake via the text edit. Behaviour matches what used to happen when selecting qmake via the file browser now. Task-number: QTCREATORBUG-2145
-
Tobias Hunger authored
Do not save Qt versions without a qmake set. Makes no sense to keep those.
-