- Apr 16, 2010
-
-
Thorbjørn Lindeijer authored
Renamed RunConfiguration::configurationWidget to createConfigurationWidget. Reviewed-by: dt
-
hjk authored
Done with mae.
-
hjk authored
-
Marco Bubke authored
This is fixing a crash because the code was asuming that list could be only readonly properties. Task-Number: BAUHAUS-589 Task-Number: BAUHAUS-568 Reviewed-by: kkoehne
-
Erik Verbruggen authored
-
mae authored
It now behaves less logical but closer to what vim does. Since this is the main target group, the change is probably right. In detail: Overwrite cursor no longer shows *what* will get overwritten, but instead it simply indicates *that* the editor is in overwrite mode, with a more or less fixed size (fixed when the font is truly monospace).
-
Erik Verbruggen authored
The added logic is that if the font has more than one style, to ask for the point-sizes of the first style. If that's also empty, return the list of standard point-sizes. Task-number: QTCREATORBUG-1153
-
Erik Verbruggen authored
The QML task manager behaviour is to show warnings/errors for _saved_ files only.
-
Erik Verbruggen authored
-
Tobias Hunger authored
... in the ldparser.
-
Thorbjørn Lindeijer authored
-
Friedemann Kleint authored
to able to scroll long lists again.
-
Thorbjørn Lindeijer authored
Caused by uninitialized variable and failure to check for the case where nothing is found. Done-with: mae
-
kh1 authored
Reviewed-by: ck
-
hjk authored
-
con authored
-
Christian Kamm authored
Reviewed-by: Erik Verbruggen
-
Friedemann Kleint authored
-
con authored
Reviewed-by: Friedemann Kleint
-
con authored
Task-number: QTCREATORBUG-1118
-
Lasse Holmstedt authored
-
Lasse Holmstedt authored
-
- Apr 15, 2010
-
-
Thorbjørn Lindeijer authored
Turns out the <nobr> actually caused wrapping in some cases because the tag made the QToolTip turn on its wrapping feature due to the text being rich text. So avoid adding it to plain text tooltips unnecessarily. Reviewed-by: hunger Task-number: QTCREATORBUG-1169
-
Thorbjørn Lindeijer authored
In the GTK style the scroll bar likes to be outside of the scroll area frame. Like with the completion widget, we put the visible frame explicitly outside of the scroll bar. Reviewed-by: Jens Bache-Wiig
-
Thorbjørn Lindeijer authored
Looks blurry in combination with the one pixel splitters Reviewed-by: Jens Bache-Wiig
-
hjk authored
-
Tobias Hunger authored
Tasknumber: QTCREATORBUG-1148
-
Tobias Hunger authored
Nothing to fix in master, move on;-) Tasknumber: QTCREATORBUG-1165
-
Tobias Hunger authored
-
Jens Bache-Wiig authored
This was a workaround for an issue that is no longer present so we might as well use the same spacing
-
Kai Koehne authored
-
Jens Bache-Wiig authored
We didnt set manhattan style properties properly on the tool bars. This would look rather broken in certain styles.
-
Friedemann Kleint authored
Remove HTML-formatting and replace by properties set in constructor. Use in forms.
-
ck authored
-
Christian Kamm authored
Reviewed-by: Roberto Raggi
-
Thorbjørn Lindeijer authored
Also put it at the top, since it looks better there with the icon.
-
Thorbjørn Lindeijer authored
Done with mae and Jens Bache-Wiig.
-
Thorbjørn Lindeijer authored
-
Thorbjørn Lindeijer authored
Reviewed-by: mae
-
Lasse Holmstedt authored
It's not yet possible to attach to an external app running a qml debugging server, because the server is only started on startup if an env variable is set. Changing this requires action from Brisbane, but even the current solution works for C++ apps with QML in them. Task-number: BAUHAUS-585 Reviewed-by: dt
-