- Apr 01, 2010
-
-
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.
-
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
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
-
kh1 authored
-
con authored
-
Christiaan Janssen authored
-
Friedemann Kleint authored
Prepare translations of wizards shipped by Nokia to be searched in Qt Creator's qm-files.
-
con authored
Qt Quick Designer.
-
Christian Kamm authored
-
Kai Koehne authored
Reviewed-by: ckamm
-
Roberto Raggi authored
-
Jarek Kobus authored
-
Christian Kamm authored
Reviewed-by: Roberto Raggi
-
Kai Koehne authored
'variant' has been removed from the qml grammar: d1f019567, it's now 'var' only.
-
Marco Bubke authored
Reviewed-by: Thomas Hartmann Task-Number: BAUHAUS-536
-
con authored
-
con authored
from text editor.
-
Christian Kamm authored
The Document thought it was a JS file as it doesn't have the .qml extension.
-
kh1 authored
-
kh1 authored
-
Marco Bubke authored
-
Friedemann Kleint authored
-
Friedemann Kleint authored
Remove unused page from stacked widget form, move duplicated code into utility functions, reduce state variables and string comparisons in RssFetcher, clean out includes. Give WelcomeModeTreeWidget uniform row height.
-
Christiaan Janssen authored
-
Tobias Hunger authored
-
Kai Koehne authored
Use explicit DEFINE to enable additional API in node instances for testing, not QT_BUILD_INTERNAL.
-
Christiaan Janssen authored
The run configuration id changed, leaving restored qmlproject without any run configuration. Reviewed-by: kkoehne
-