- Jul 15, 2010
-
-
dt authored
This time by porting to the ApplicationOutputwindow cherry-pick of fd01cc976aff8da1efe55bc8ad9eeb05a04f08e1
-
- Apr 19, 2010
-
-
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.
-
- Apr 16, 2010
-
-
Thorbjørn Lindeijer authored
-
- Mar 05, 2010
-
-
hjk authored
-
- Feb 22, 2010
-
-
Thorbjørn Lindeijer authored
Just click it to jump to the location of the error. Task-number: QTCREATORBUG-580
-
- Jan 29, 2010
-
-
Oswald Buddenhagen authored
doing it in 1.3 as well to avoid possible later conflicts
-
- Jan 25, 2010
-
-
Friedemann Kleint authored
-
- Dec 16, 2009
-
-
Thorbjørn Lindeijer authored
This reverts commit cdf2f70c. This new feature didn't belong in 1.3. It will remain on master.
-
- Dec 09, 2009
-
-
Pierre Rossi authored
Maybe we'll need to add an option to toggle that on, or tweak the blending (50:50 at the moment) Reviewed-by: dt
-
- Sep 21, 2009
-
-
mae authored
panes when output was appended while the window was not visible.
-
- Sep 16, 2009
-
-
mae authored
line wrap were appended, also appendOutput and appendOutputInline ended up doing almost the same thing. It might be that appendOutput is called in some places where appendOutputInline would be more adequate. The code now tries to called QPlainTextEdit::appendPlainText() whenever it can because of its update optimizations when it comes to enforcing maximum block count. We want application output to be processed fast, even if the maximum block count was reached!
-
- Aug 14, 2009
-
-
hjk authored
-
- Aug 04, 2009
-
-
Robert Loehning authored
Reviewed-by: dt
-
- Jun 16, 2009
-
-
con authored
Reviewed-by: Trust Me Conflicts: src/libs/cplusplus/CppBindings.cpp src/libs/cplusplus/CppBindings.h src/libs/cplusplus/FastPreprocessor.cpp src/libs/cplusplus/FastPreprocessor.h src/plugins/cpptools/cppcurrentdocumentfilter.cpp src/plugins/cpptools/cppcurrentdocumentfilter.h src/plugins/cpptools/cppsemanticsearch.cpp src/plugins/cpptools/cppsemanticsearch.h src/plugins/duieditor/parser/qmljs.g src/plugins/duieditor/parser/qmljsast.cpp src/plugins/duieditor/parser/qmljsast_p.h src/plugins/duieditor/parser/qmljsastfwd_p.h src/plugins/duieditor/parser/qmljsastvisitor.cpp src/plugins/duieditor/parser/qmljsastvisitor_p.h src/plugins/duieditor/parser/qmljsengine_p.cpp src/plugins/duieditor/parser/qmljsengine_p.h src/plugins/duieditor/parser/qmljsgrammar.cpp src/plugins/duieditor/parser/qmljsgrammar_p.h src/plugins/duieditor/parser/qmljslexer.cpp src/plugins/duieditor/parser/qmljslexer_p.h src/plugins/duieditor/parser/qmljsmemorypool_p.h src/plugins/duieditor/parser/qmljsnodepool_p.h src/plugins/duieditor/parser/qmljsparser.cpp src/plugins/duieditor/parser/qmljsparser_p.h src/plugins/duieditor/parser/qmljsprettypretty.cpp src/plugins/duieditor/parser/qmljsprettypretty_p.h src/plugins/duieditor/rewriter/rewriter.cpp src/plugins/duieditor/rewriter/rewriter_p.h src/plugins/duieditor/rewriter/textwriter.cpp src/plugins/duieditor/rewriter/textwriter_p.h src/shared/cplusplus/ASTClone.cpp tests/manual/cplusplus/main.cpp
-
Jason McDonald authored
Reviewed-by: Trust Me
-
- Apr 30, 2009
-
-
dt authored
This one has some magic inside to always use the current outputpane. This solves the issue that I don't want Search and Build Issues list to have its own set of next/prev shortcuts. todo is a better definition of next for the build issues and/or a way to restrict it only to errors.
-
- Apr 08, 2009
-
-
Thorbjørn Lindeijer authored
Removed "void" from functions that take no parameters, removed a few "get" prefixes, etc.
-
- Feb 25, 2009
- Feb 19, 2009
-
-
dt authored
Details: We should stop all running runners, while the plugins are still alive.
-
- Jan 20, 2009
-
-
hjk authored
-
- Jan 15, 2009
-
-
Oswald Buddenhagen authored
- drop prefix magic - avoid inserting stray newlines this also fixes the overquoting of app output.
-
- Jan 13, 2009
-
-
Daniel Molkentin authored
-
Daniel Molkentin authored
-
- Jan 09, 2009
-
-
Thorbjørn Lindeijer authored
Default shortcut is Ctrl+Shift+R now, but maybe there's something better or more widely accepted. No menu entry yet.
-
Thorbjørn Lindeijer authored
Changing nothing, just preventing next patch to be scrambled by it.
-
- Dec 16, 2008
-
-
hjk authored
-
- Dec 02, 2008