- Apr 06, 2010
-
-
Erik Verbruggen authored
-
Friedemann Kleint authored
As it has a special constructor and is rarely used. Task-number: QTCREATORBUG-1025
-
kh1 authored
Reviewed-by: Leena Miettinen
-
kh1 authored
The links have been taken before from the model, now we need to get them out of the help files, since the help eninge core does not provide (yet) such functionality. Also return a sensible amount of hits for the first character, limited for now to 300 for speed reasons. Reviewed-by: ck
-
Kai Koehne authored
-
- Apr 01, 2010
-
-
Christiaan Janssen authored
-
Oswald Buddenhagen authored
the previous fix did not consider that ProFiles are a further specialization of ProBlocks. Reviewed-by: dt Task-number: QTCREATORBUG-1003
-
Tobias Hunger authored
* "In blah method " messages are informative, not errors. * Be more picky about file names: Stops errors from ranlib, rm, etc. being reported as build issues.
-
Friedemann Kleint authored
Triggered by going back and forth. Reviewed-by: dt Task-number: QTCREATORBUG-1022
-
Thomas Hartmann authored
-
Thomas Hartmann authored
-
con authored
Instead of renaming it first. We agree on always deploying target.sis (where target is the qmake TARGET). For older Qt for Symbian versions we rename to match this.
-
Christian Kamm authored
A semantic rehighlight suffices. This should avoid some parsing cycles introduced earlier. Reviewed-by: Roberto Raggi
-
ck 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
-
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.
-
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
-