- Apr 01, 2010
-
-
Leena Miettinen authored
Reviewed-by: kh1
-
Tobias Hunger authored
Hitting the remove button to delete buildconfigurations resulted in the wrong buildconfiguration getting removed. Reviewed-by: dt
-
Tobias Hunger authored
Reviewed-by: con
-
Christian Kamm authored
To solve import resolution issues on windows. Reviewed-by: Roberto Raggi
-
Christian Kamm authored
Previously, it could contain multiple directory separators, . or .. This makes using the filename safe for hashes like the ones used in the C++ and Qml code models. Reviewed-by: Roberto Raggi Reviewed-by: mae
-
kh1 authored
-
kh1 authored
To make the addition of the qml docs more prominent, make the content item the default one as it shows all available documentation sets. Task-number: QTCREATORBUG-1024 Reviewed-by: kkoehne
-
kh1 authored
Since the ne7ssh implementation starts the select thread directly inside the constructor, we would have it polling after initializing the project manager. Still we should apply the fix Thiago proposed for polling. Reviewed-by: ck
-
Jarek Kobus authored
-
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
-