- Jun 09, 2010
-
-
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
-
Jens Bache-Wiig authored
I added a second drop shadow to make the panel a bit nicer. This also makes it clearer what the scrollbar does. Reviewed-by:thorbjorn
-
Kai Koehne authored
This reverts commit 5234c775 and 21065291.
-
Robert Loehning authored
-
Friedemann Kleint authored
Match at beginning of line. Task-number: QTCREATORBUG-1526 Reviewed-by:
thorbjorn <thorbjorn.lindeijer@nokia.com>
-
Robert Loehning authored
Initial-patch-by:
Shane Kearns <shane.kearns@accenture.com>
-
Robert Loehning authored
-
dt authored
-
Friedemann Kleint authored
Make VCS-generated editors read-only, enable editing when opening a patch. Make VCS-Editor non-read-only by default, add setter for "Forced read-only" that makes it a temporary, read-only file. Task-number: QTCREATORBUG-1528 Reviewed-by:
Thorbjorn Lindeijer <thorbjorn.lindeijer@nokia.com>
-
con authored
-
hjk authored
-
Erik Verbruggen authored
Reviewed-by: holmstedt
-
dt authored
Do the project restore for each project directly after opening and only then processEvents(). A project might be in a intermediate state between opening and restoring.
-
Robert Loehning authored
Task-number: QTCREATORBUG-1567 Reviewed-by: Friedemann Kleint
-