- Apr 19, 2010
-
-
Daniel Molkentin authored
Also, the hint on milliseconds was wrong. The unit is seconds. As requested by Friedemann.
-
Erik Verbruggen authored
So now the "Applciation Output" can distinguish between these four, and handle them appropriately.
-
Erik Verbruggen authored
By introducing the OutputFormatter, RunControls can influence the formatting depening on the application started. A nice (and intended) side-effect is that the QML runtime specific formatting will not interfere anymore with anything else.
-
Thomas Hartmann authored
This adds gradient editing and is a solution for BAUHAUS-445
-
Thomas Hartmann authored
-
Thomas Hartmann authored
-
Thomas Hartmann authored
See: BAUHAUS-590
-
Tobias Hunger authored
... if it is part of the drive letter only.
-
hjk authored
-
hjk authored
-
hjk authored
-
ck authored
-
ck authored
Reviewed-by: kh1
-
ck authored
Reviewed-by: kh1
-
ck authored
Reviewed-by: kh1
-
ck authored
Reviewed-by: kh1
-
Christian Kamm authored
* Fix cv qualifiers being placed incorrectly. * Fix nested pointer to array to pointer being printed incorrectly. * Add autotest. Task-number: QTCREATORBUG-1037
-
Christian Kamm authored
Reviewed-by: Roberto Raggi
-
Christian Kamm authored
Fixes function argument list code completion not completing the cv qualifier. Regression from 9efa5d94. Task-number: QTCREATORBUG-1037 Reviewed-by: Roberto Raggi
-
hjk authored
-
- Apr 16, 2010
-
-
Thorbjørn Lindeijer authored
-
Thorbjørn Lindeijer authored
It is not considered a token by the C++ tokenizer, and was hence considered to be trailing whitespace. Use the highightLine method to make sure that any non-whitespace characters in this "trailing whitespace" are not highlighted as such. Task-number: QTCREATORBUG-987
-
hjk authored
-
hjk authored
-
Thorbjørn Lindeijer authored
-
Kai Koehne authored
QtCreator crashed on exit when the library/navigator/sidebar wasn't visible in the Design mode. This is caused by a double deletion: The widgets have the DesignModeWidget as the default parent + the side bar items try to delete them on exit. Fixed by removing default parent. Task-number: QTCREATORBUG-1197 Reviewed-by: Christiaan Janssen
-
kh1 authored
Reviewed-by: ck
-
con authored
When a build was started after a build had errors, the error widget would be made visible before it had a parent, leading to it being shown as a top level for a split second. So, clear the tasks before creating the new error widget, and assume that we start without errors in the error widget.
-
Friedemann Kleint authored
Preventing an the stack handler asserting on invalid index when requesting disassembling. Task-number: QTCREATORBUG-1173 Acked-by: hjk
-
Thorbjørn Lindeijer authored
It's annoying and not very useful if they get grabbed and handled by the completion list. This happened as a side effect of fc1780f1.
-
Thorbjørn Lindeijer authored
Reviewed-by: dt Task-number: QTCREATORBUG-1093
-
Friedemann Kleint authored
As they work only in a very limited way and slow down debugging.
-
Lasse Holmstedt authored
-
Lasse Holmstedt authored
now you can modify expression values after you set a watch on them. doesn't seem to work yet for all cases, but there must be some issues within the qml debug server holding things back.
-
Friedemann Kleint authored
Remove all hacks/conventions of considering the last generated file as project file, etc. and instead add attributes flags to Core::GeneratedFile, giving fine-grained control of what to do with the file. Implement static utility functions in wizards that handle it. Add boolean XML-attributes "openeditor"/"openproject" to the file elements used by the CustomWizard XML-specification. Manually set the attributes in all wizards. Task-number: QTCREATORBUG-1166
-
con authored
Reviewed-by: kkoehne
-
con authored
-
Erik Verbruggen authored
Reviewed-by: Thorbjorn Lindeijer
-
hjk authored
-
hjk authored
-