- Jun 10, 2010
-
-
dt authored
-
Leena Miettinen authored
-
Leena Miettinen authored
Reviewed-by: Christian Kamm
-
Leena Miettinen authored
-
Leena Miettinen authored
-
Leena Miettinen authored
-
Leena Miettinen authored
Reviewed-by: Niels Weber Reviewed-by: Tim Jenssen
-
Erik Verbruggen authored
Task-number: BAUHAUS-780 Reviewed-by: kkoehne
-
Tobias Hunger authored
* Fix displayed shadow build location * Fix shadow build location used by newly set up shadow builds Task-number: QTCREATORBUG-1599 Reviewed-by: dt (cherry picked from commit 1d8e1760)
-
Kai Koehne authored
Task-number: BAUHAUS-780
-
Kai Koehne authored
The heuristics to find the file to run and the logic that decides whether the show / debug button is shown weren't in sync. Also, don't try to run .qmlproject files if open in the editor. Reviewed-by: Lasse Holmstedt
-
Joerg Bornemann authored
On the project page isn't much information for the end user.
-
- Jun 09, 2010
-
-
Robert Loehning authored
-
Kai Koehne authored
Task-number: QTCREATORBUG-1609
-
Kai Koehne authored
Pointed out by static code analysis.
-
dt authored
Just disable them, but preserve them. This is different from qmake, but for qmake we do have different assumptions what a buildconfiguration is. Task-Nr: QTCREATORBUG-1591
-
dt authored
-
Robert Loehning authored
Reviewed-by: Friedemann Kleint
-
Oswald Buddenhagen authored
use local8bit instead of latin1 resp. 8bit-passthrough, after all. the situation was as follows: - if the pro files and file names were all ascii, everything just worked - if either contained non-ascii: - on unix, the evaluator would work as long as the file content encoding matched the file name encoding, and the ui would work as long as the file name encoding was latin1 (i.e., on no modern system) - on windows, both would work only if the ansi code page was latin1/cp1252 (i.e., on western systems) i.e., even in the low-level evaluator, only native latin1 systems with actual latin1 files worked consistently. given this situation, it makes little sense to make an encoding adapter between the evaluator and the ui as originally planned. instead, take the easy way out and use local8bit - this continues to work for native latin1 systems+files in the backend, and makes the ui work for everything the backend groks and some more. Reviewed-by: dt Task-number: QTCREATORBUG-930
-
Oswald Buddenhagen authored
every path should be separator-fixed Reviewed-by: dt
-
Oswald Buddenhagen authored
-
- Jun 08, 2010
-
-
Robert Loehning authored
-
dt authored
-
Jarek Kobus authored
Reviewed-by:
Friedemann Kleint <qtc-committer@nokia.com> Task-number: QTCREATORBUG-1601
-
dt authored
Saving another 20%
-
dt authored
-
dt authored
-
Jörg Schummer authored
Task-number: BAUHAUS-657
-
Kai Koehne authored
systems QWidget::grabMouse() might freeze if there are e.g. misbehaving virus scanners installed. This is why e.g. qdockwidget.cpp doesn't use grabMouse(), but QWidgetPrivate::grabMouseWhileInWindow(). As a hot fix we do the very same now in creator, at the cost of including the private header qwidget_p.h. Task-number: BAUHAUS-772 Task-number: QTBUG-11301
-
Christian Kamm authored
Such as property int foo: bar property int bar: foo. Task-number: QTCREATORBUG-1389 Reviewed-by: Roberto Raggi
-
dt authored
Is more then twice as fast
-
dt authored
-
dt authored
Reviewed-By: hunger
-
dt authored
-
Leandro Melo authored
Reviewed-by: hjk
-
Friedemann Kleint authored
-
Thorbjørn Lindeijer authored
Reviewed-by: mae
-
mae authored
Reviewed-by: thorbjorn
-
Oswald Buddenhagen authored
this fixes the recent appearance of qt_webkit_version.pri in all qt 4.7 based projects. in fact, the patch does somewhat more: it makes the evaluator provide the information to the higher layers which is necessary for a truly hierarchical display of includes. TBD later. Reviewed-by: dt Task-number: QTCREATORBUG-1590
-
- Jun 07, 2010
-
-
Jens Bache-Wiig authored
Cosmetic: I tweaked the colors, added shadows, highlights and introduced anti-aliasing where suitable. Behavior: I now delay emitting the colorChanged signal until you have released the mouse button on the color picker. This makes the application feel a lot more responsive. Reviewed-by: thorbjorn
-