- Mar 04, 2010
-
-
hjk authored
-
Friedemann Kleint authored
Polish the process dialog. Task-number: QTCREATORBUG-800
-
Friedemann Kleint authored
Check on path is too strict (since the documents are already limited to the ones including the header). Task-number: QTCREATORBUG-746
-
- Mar 03, 2010
-
-
Lasse Holmstedt authored
Task-number: BAUHAUS-428 Reviewed-by: marco
-
hjk authored
-
hjk authored
mechanism for breakpoints.
-
hjk authored
supresses wiggly lines ...
-
Thorbjørn Lindeijer authored
The warning shows when passing an empty string to the constructor of a QColor. It has been removed again, but still made it into the alpha, so let's work it around for now. Reviewed-by: con
-
Christiaan Janssen authored
-
Christiaan Janssen authored
-
mae authored
Currently the 10second auto-save timer is started when an editor is opened or close, or when a bookmark or breakpoint is set or removed. The change ensures that users do not lose their session state should creator crash (e.g. when a laptop runs out of battery) Task-number: QTCREATORBUG-188 Reviewed-by: con
-
Lasse Holmstedt authored
Task-number: BAUHAUS-430 Reviewed-by: marco
-
Friedemann Kleint authored
Reviewed-by: con
-
Christiaan Janssen authored
-
Roberto Raggi authored
-
Kai Koehne authored
Task-number: BAUHAUS-424 Reviewed-by: Lasse Holmstedt
-
Jens Bache-Wiig authored
We previously allowed fully white and yellow colors as the base color for our interface. This does not work with our icons or other interface elements. Instead I now constrain the selectable colors within a certain range of saturation and brightness. This still leaves the user in control but will prevent the common case where the user selects an overly saturated color from the color picker and ends up with an unusable or extremely ugly panel.
-
Friedemann Kleint authored
Set mode variable correctly, suppress unwanted debug output. Reviewed-by:
hjk <qtc-committer@nokia.com>
-
- Mar 02, 2010
-
-
Robert Loehning authored
Reviewed-by: dt
-
Jens Bache-Wiig authored
The problem is that on windows, mouse events are replayed if you click outside a popup to close it. If you hit the project selector button to toggle it, this will cause the popup to reopen on mouse release. Which we do not want. Hence we set the DontReplay flag on mouseClick. A similar workaround can be found in QComboBox.
-
kh1 authored
-
kh1 authored
Reviewed-by: ck
-
Daniel Molkentin authored
Do this for the fakevim plugin as well, which uses a slightly modified version for its settings.
-
Daniel Molkentin authored
Those who do not like it can get the old behavior back by setting the action to Ctrl+W in the shortcut settings. Fixes: QTCREATORBUG-767
-
Thomas Hartmann authored
"#000000" and "true" is not really an expression and is handled as value now - this keeps consistency with rewriting and the QmlDom
-
Lasse Holmstedt authored
Task-number: BAUHAUS-425 Reviewed-by: marco
-
Thomas Hartmann authored
-
Thomas Hartmann authored
-
Thomas Hartmann authored
-
hjk authored
-
Thomas Hartmann authored
-
Lasse Holmstedt authored
-
Thomas Hartmann authored
-
Thomas Hartmann authored
-
Thomas Hartmann authored
-
Daniel Molkentin authored
Reviewed-By: con
-
kh1 authored
Reviewed-by: ck
-
- Mar 01, 2010
-
-
con authored
-
Jens Bache-Wiig authored
I added a new focus rect for combo boxes with manhattan style. To reduce the visual impact I follow the same policy we use on windows where we do not show the focus rect unless it is called upon by tabfocus.
-
Christiaan Janssen authored
-