- Jun 08, 2010
-
-
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
-
Daniel Molkentin authored
Reviewed-By: Leena Miettinen Reviewed-By: kh1
-
Daniel Molkentin authored
Reviewed-By: Leena Miettinen
-
Daniel Molkentin authored
Reviewed-By: kh1
-
Lasse Holmstedt authored
Reviewed-by: jbache
-
- Jun 04, 2010
-
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
the async re-parsing code breaks the assumption that project parsing only ever starts with a single non-concurrent evaluation (of the top-level project file), so the population of the base values in the shared ProFileOption was happily causing crashes. Reviewed-by: dt Task-number: QTCREATORBUG-1569
-
Oswald Buddenhagen authored
-
Robert Loehning authored
Reviewed-by: Leena Miettinen
-
Leena Miettinen authored
-