- Apr 01, 2010
-
-
Tobias Hunger authored
Fix possible crash on import of projects into creator with only one valid Qt version set up. Reviewed-by: dt Task-number: QTCREATORBUG-1017
-
Tobias Hunger authored
... in the TargetSetupPage. Make sure that if there is only one thing we can check that it is checked. Reviewed-by: dt
-
Christian Kamm authored
Using canonical paths breaks with symlinked components. Also the editor filename isn't canonical, so comparing them breaks. This reverts commit efcdadd2.
-
Kai Koehne authored
Also unify path handling somewhat
-
Friedemann Kleint authored
-
Leena Miettinen authored
Task-number: QTCREATORBUG-81 Reviewed-by: Friedemann Kleint
-
Tobias Hunger authored
Reviewed-by: Roberto Raggi
-
Tobias Hunger authored
Reviewed-by: Roberto Raggi
-
Christian Kamm authored
Also change the filename->document map to a hash. Reviewed-by: Roberto Raggi
-
ck authored
-
Friedemann Kleint authored
Extend the environment instead of clobbering it with the Python setup. Reviewed-by: dt
-
Oswald Buddenhagen authored
in my quest to de-virtualize the ProItems i also devirtualized their d'tors without providing a replacement. whoops. Reviewed-by: dt Task-number: QTCREATORBUG-1003
-
Christian Kamm authored
Otherwise the paths may end up with ../ or /./ in them and confuse the Qml import resolving. Reviewed-by: Thomas Hartmann
-
- Mar 31, 2010
-
-
Jens Bache-Wiig authored
We no longer allow it to collapse below it's size hint. I also reduced the bottom margin.
-
Thomas Hartmann authored
qmlRegisterType<QDeclarativePen>("Qt",4,6,"Pen"); qmlRegisterType<QDeclarativeScaleGrid>("Qt",4,6,"ScaleGrid"); Rectangle and BorderImage work now
-
Thomas Hartmann authored
-
Thomas Hartmann authored
-
Thomas Hartmann authored
QDeclarativePropertyMap changed void valueChanged(const QString &key, const QVariant &value); ==> void valueChanged(const QString &key);
-
Thomas Hartmann authored
-
Thomas Hartmann authored
-
Thomas Hartmann authored
-
Thomas Hartmann authored
-
Thomas Hartmann authored
-
kh1 authored
-
con authored
-
Leena Miettinen authored
-
Rohan Shetty authored
-
Leena Miettinen authored
Task-number: QTCREATORBUG-863 Reviewed-by: Friedemann Kleint
-
Mladen Zagorac authored
-
Rohan Shetty authored
-
Rohan Shetty authored
-
Rohan Shetty authored
-
Rohan Shetty authored
-
Leena Miettinen authored
Task-number: QTCREATORBUG-948 Reviewed-by: dt
-
Leena Miettinen authored
-
Rohan Shetty authored
-
Rohan Shetty authored
-
Leena Miettinen authored
Update terminology QML project becomes Qt Quick project. Add information about creating Qt Quick applications.
-
Rohan Shetty authored
-
Rohan Shetty authored
-