- 16 Apr, 2010 1 commit
-
-
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.
-
- 13 Apr, 2010 1 commit
-
-
dt authored
Task-Nr: QTCREATORBUG-1044
-
- 08 Apr, 2010 1 commit
-
-
dt authored
Reviewed-By: hunger
-
- 26 Mar, 2010 1 commit
-
-
dt authored
Reviewed-By: Robert Loehning
-
- 19 Mar, 2010 2 commits
-
-
Tobias Hunger authored
-
Kai Koehne authored
-
- 16 Mar, 2010 1 commit
-
-
dt authored
That is e.g. buildSteps() and cleanSteps() --> steps(type)
-
- 15 Mar, 2010 1 commit
-
-
dt authored
Task-Nr: QTCREATOR-7
-
- 12 Mar, 2010 1 commit
-
-
dt authored
Since otherwise we can't forward declare it.
-
- 05 Mar, 2010 2 commits
- 25 Feb, 2010 1 commit
-
-
Tobias Hunger authored
-
- 09 Feb, 2010 1 commit
-
-
Tobias Hunger authored
* Ease cross device development by introducing 'targets' which group build- and runsettings that are valid for this one target Most of the kudos for the code review go to dt. Con, thorbjorn, ckandler and others did also review parts of this patch. Reviewed-by: dt
-
- 29 Jan, 2010 1 commit
-
-
Oswald Buddenhagen authored
doing it in 1.3 as well to avoid possible later conflicts
-
- 13 Jan, 2010 1 commit
-
-
dt authored
Actually that's more correct. E.g. imagine building a project, and while the qmake step runs changing the working directory. The make step would be affected by that. With the change both the qmake and make step get their working directory on beeing added to the queue and so don't care if the setting is changed afterwards.
-
- 07 Jan, 2010 1 commit
-
-
Tobias Hunger authored
* Use id() for methods returning a string used to represent some type of object. * Use displayName() for strings that are meant to be user visible. * Quieten some warnings while touching the files anyway. * Move Factories to their products in the plugins where that was not done before. Reviewed-by: dt
-
- 09 Dec, 2009 1 commit
-
-
Tobias Hunger authored
* Rework IBuildParser: * Remove name() method. * Remove enterDirectory and leaveDirectory signals. * Allow chaining of parsers. * Rename IBuildParser to IOutputParser. * Implement GnuMakeParser. * Remove entering/leaving directory related code from all other parsers * Move filename fixup heuristic based on entering/leaving directory massages from gnumake here from AbstractMakeStep. * Add outputParser method to ToolChain: This removes the need to map toolchains to BuildParser names in the BuildSteps. * Enhance AbstractProcessStep to accept a IOutputParser to parse its output. * Remove AbstractMakeStep. * Set the appropriate Parsers in all classes deriving from AbstractProcessStep and append the ToolChain's parser to the parser chain. * Remove BuildParserFactories: There is no more need for them. * Remove constants used to identify the BuildParsers. * Clean up some names: * Replace stdOut with stdOutput. * Replace addToTaskWindow with addTask and addToOutputWindow with addOutput. Do this wherever it is not yet clear that this will end up in the Task/Output window. Reviewed-by: dt
-
- 30 Nov, 2009 2 commits
- 27 Nov, 2009 1 commit
-
-
con authored
Move the API to the progress manager. Added a first Mac implementation, other platforms are pending.
-
- 19 Nov, 2009 1 commit
-
-
dt authored
Enables users to change which buildsteps get run per buildconfiguration. Some further tweaks are probably necessary. This is a rather big change, though it should work. :)
-
- 12 Nov, 2009 1 commit
-
-
Tobias Hunger authored
* Use Task class in addToTaskWindow(...) signal. This introduces support for task categories into the BuildParsers. * Add a task category for buildsystem issues. * Update existing BuildParsers to new API and assign their tasks to the Compile or Buildsystem task category. Reviewed-By: dt
-
- 11 Nov, 2009 2 commits
-
-
Kai Koehne authored
-
Kai Koehne authored
The category differs between e.g. TODO tasks, compiler errors/warnings, qml syntax errrors ... Idea is that every plugin can manage it's own virtual list of tasks. Reviewed-by: dt
-
- 06 Oct, 2009 1 commit
-
-
dt authored
-
- 05 Oct, 2009 2 commits
- 29 Sep, 2009 1 commit
-
-
Friedemann Kleint authored
.. and purge unneeded includes.
-
- 25 Sep, 2009 1 commit
-
-
Friedemann Kleint authored
and ApplicationRunConfiguration to LocalApplicationRunConfiguration, preparing remote debugging. Change the interface canRun() to be const, run() to create() (since it does not run anything), use references to the QSharedPointer<Foo>. Introduce d-Pointer and remove unneeded headers from ProjectExplorerPlugin and add missing includes everywhere.
-
- 14 Aug, 2009 1 commit
-
-
hjk authored
-
- 17 Jul, 2009 1 commit
-
-
dt authored
Enough people want that, and it's not much code. Task-Nr: 254138
-
- 30 Jun, 2009 1 commit
-
-
dt authored
-
- 16 Jun, 2009 2 commits
-
-
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
-
- 25 May, 2009 1 commit
-
-
dt authored
-
- 07 May, 2009 1 commit
-
-
Friedemann Kleint authored
-
- 07 Apr, 2009 1 commit
-
-
dt authored
Parse percent output of cmake, report via QtConcurrent and modify the BuildManager to also report the progress to the ProgressManager.
-
- 25 Feb, 2009 2 commits
- 23 Jan, 2009 1 commit
-
-
Thorbjørn Lindeijer authored
-