- Apr 06, 2010
-
-
Kai Koehne authored
Reviewed-by: Thomas Hartmann
-
Kai Koehne authored
Fixes multiple ways to crash QmlDesigner after last .qml file is closed by enforcing a switch to Edit mode then. Patch originally done by con.
-
Thomas Hartmann authored
-
Thomas Hartmann authored
-
Friedemann Kleint authored
Change order of protocols and default accordingly.
-
Christiaan Janssen authored
-
Christian Kamm authored
If the generated documentation doesn't contain the namespace name, we failed to look up the correct help page. Task-number: QTCREATORBUG-946 Reviewed-by: Erik Verbruggen
-
Erik Verbruggen authored
-
Erik Verbruggen authored
-
Christian Kamm authored
Since the revision of the current document doesn't change, we don't get rid of errors due to missing dependencies otherwise. Reviewed-by: Kai Koehne
-
Friedemann Kleint authored
Prevent window from popping up repeatedly on warnings. Task-number: QTCREATORBUG-1061
-
Erik Verbruggen authored
-
Kai Koehne authored
Reviewed-by: dt
-
Kai Koehne authored
Task-number: QTCREATORBUG-1040
-
Friedemann Kleint authored
Do not use localized Window Titles. Use objectName or default to dockWidget<n>". Task-number: QTCREATORBUG-1059
-
Oswald Buddenhagen authored
Task-number: QTCREATORBUG-1058
-
Kai Koehne authored
Make DesignModeWidget::showEditor reentrant save by explicitly checking the current status. The crash happens only reproducably when debugging creator inside creator (gdb-7.0-ubuntu!). Reviewed-by: Lasse Holmstedt
-
hjk authored
it.
-
Erik Verbruggen authored
Reviewed-by: ckamm
-
Christian Kamm authored
Previously we just scanned every directory containing a qml file for other qml files. This makes import ".." work. Reviewed-by: Erik Verbruggen
-
Erik Verbruggen authored
-
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
-