- May 26, 2010
-
-
ck authored
Task-number: QTCREATORBUG-1461 (part 1) Conflicts: src/plugins/qt4projectmanager/qt-maemo/maemosshthread.cpp src/plugins/qt4projectmanager/qt-maemo/maemosshthread.h
-
Friedemann Kleint authored
Attach icons to TaskModel. Reviewed-by:
Daniel Molkentin <daniel.molkentin@nokia.com>
-
- May 25, 2010
-
-
Daniel Molkentin authored
Reviewed-by: dt
-
Daniel Molkentin authored
Reviewed-by: dt
-
- May 21, 2010
- May 20, 2010
-
-
kh1 authored
Fixes: - react on build/ run configuration changes - now notices environment changes, like switching Qt versions - start button is now only shown if we have a valid qemu runtime - enabled/ disabled state works properly when loading a project Task-number: QTCREATOR-210, QTCREATORBUG-1252, QTCREATORBUG-1082 Reviewed-by: ck
-
Friedemann Kleint authored
-
ck authored
-
- May 19, 2010
- May 18, 2010
-
-
dt authored
-
dt authored
-
dt authored
And refuse to add it twice. The check is pretty simplistic in that it doesn't take scopes or which variable it's exactly in into account. But in those cases you need to edit the .pro file manually anyway. Task-Nr: QTCREATORBUG-932 Task-Nr: QTCREATORBUG-891 Task-Nr: QTCREATORBUG-653
-
dt authored
-
dt authored
That is e.g. SOURCES instead of whatever variable is used first in the project file. Reviewed-By: ossi
-
kh1 authored
Fixes broken enabled/ disabled qemu start button behavior.
-
dt authored
Task-Nr: QTCREATORBUG-765
-
- May 17, 2010
-
-
Thorbjørn Lindeijer authored
Quick fix by copying code also found in Qt4 and QML project managers. Would be better to have some common solution... Task-number: QTCREATORBUG-1383
-
- May 14, 2010
-
-
Leena Miettinen authored
Reviewed-by: ossi
-
- May 12, 2010
-
-
dt authored
-
Daniel Molkentin authored
Reviewed-by: Leena Miettinen
-
- May 10, 2010
-
-
dt authored
The symbian makefile generator don't support shadow builds. Thus they always pollute the source directory with build artefacts. Mixing in-source and shadow builds is obviously broken. We do as good as we can, setting OBJECTS_DIR, MOC_DIR, UI_DIR, RCC_DIR to .obj, .moc, .ui and .rcc, which keeps the source dir clean of at least some of the artefacts. This is as good as we can, but not really good. Task-Nr: QTCREATORBUG-1293 (cherry picked from commit 33ef722b)
-
- May 07, 2010
- May 05, 2010
-
-
Robert Loehning authored
Task-number: QTCREATORBUG-1341
-
- Apr 30, 2010
-
-
Tobias Hunger authored
-
Tobias Hunger authored
... as default whenever that is selected
-
Tobias Hunger authored
-
- Apr 29, 2010
-
-
Jens Bache-Wiig authored
We already have it in the projects mode so we might as well use the same in "Getting Started". Reviewed-by: danimo
-
Jens Bache-Wiig authored
By popular request I added a "open project" option. We don't currently have a way of differentiating project types from other files so I had to hardcode .pro and .qmlproject for now. Themed icons was also added to the new and open buttons. Reviewed-by: danimo Task-number: QTCREATORBUG-1142
-
Daniel Molkentin authored
Reviewed-By: Jens Bache-Wiig
-
- Apr 28, 2010
-
-
kh1 authored
-