- Mar 04, 2010
-
-
Daniel Molkentin authored
Reviewed-By: Robert Loehning
-
Jens Bache-Wiig authored
We need to draw drop indicators for this. I made them semi transparent white rectangles for now.
-
Kai Koehne authored
Users also can now explicitly set the path to the private header files by passing "QT_PRIVATE_HEADERS=$PATH" to qmake, or force qmake to ignore the plugins by passing in an invalid /empty path. Reviewed-by: con
-
Tobias Hunger authored
... when creating a new project without any Qt version being available
-
hjk authored
breakpoints. Seems to be needed for "GNU gdb (GDB) SUSE (6.8.91.20090930-2.4)"
-
Tobias Hunger authored
-
Tobias Hunger authored
-
Tobias Hunger authored
-
Tobias Hunger authored
-
Friedemann Kleint authored
Detect SDKs before VC installations. Add static list of installations initialized on demand. List SDKs and VC with platforms settings depending on Qt-version. Detect installations properly, checking existence of setup scripts. Handle delayed shell variable expansion used by SDK setup scripts. Tested with SDK 6.1 onwards (32bit/64bit). Reviewed-by:
Daniel Molkentin <daniel.molkentin@nokia.com>
-
Kai Koehne authored
This fixes a crash when editing a file where e.g. PropertyChanges had an invalid target property. Reviewed-by: Lasse Holmstedt
-
hjk authored
-
con authored
Reviewed-by: Erik Verbruggen
-
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
-