- Sep 29, 2010
-
-
Tobias Hunger authored
Task-number: QTCREATORBUG-2489
-
- Sep 28, 2010
-
-
Tobias Hunger authored
TaskNumber: QTCREATORBUG-2479 Reviewed-by: Robert Loehning
-
- Sep 23, 2010
-
-
Tobias Hunger authored
Reviewed-by: dt
-
- Aug 24, 2010
-
-
Tobias Hunger authored
* Enable support for this in all ProjectConfiguration items (Targets, projects, BCs, DCs, RCs, etc.). This is nicer than having custom code in individual configuraiton items. Reviewed-by: dt
-
- Aug 12, 2010
-
-
Tobias Hunger authored
* Make the behaviour less implicit while doing this: Hopefully that will stop it from getting broken again.
-
- Aug 11, 2010
-
-
Tobias Hunger authored
* Add parser * Use it * Improve parser setup in Qt4 makestep * Add tests for the sbsv2parser
-
- Aug 03, 2010
-
-
Tobias Hunger authored
* Handle moc warnings there * Add unit tests * Use new parser in Qt's makestep Task-number: QTCREATORBUG-1908
-
- Aug 02, 2010
-
-
Tobias Hunger authored
* Add a DeployConfiguration class to hold settings related to deployment. * Add BuildStepsList to hold a list of buildsteps * Update BuildConfiguration to use BuildStepLists instead of manageing lists of buildsteps itself. * Update BuildManager to use BuildStepLists in its interfaces * Fix fallout introduced by API changes * Update .user file to new way of storing settings Task-number: QTCREATORBUG-1427 Task-number: QTCREATORBUG-1428 Task-number: QTCREATORBUG-1811 Task-number: QTCREATORBUG-1930
-
- Jul 15, 2010
-
-
dt authored
This changes the colors to be a mix of red/blue and the foreground color. If the regular text color is either of those, well...
-
- Jul 06, 2010
-
-
Tobias Hunger authored
* Move and rename the enum * Add Q_ENUMS macro Reviewed-by: dt
-
- Jun 08, 2010
-
-
dt authored
Is more then twice as fast
-
- Apr 09, 2010
-
-
Tobias Hunger authored
... ignoring a error code of 0 from Make. This is necessary to detect build failures on symbian Do not show errors when ignoring the return value of a BuildStep either. Task-number: QTCREATORBUG-985 Reviewed-by: dt
-
- Apr 07, 2010
-
-
dt authored
-
- Mar 17, 2010
-
-
Friedemann Kleint authored
-
- Mar 16, 2010
- Mar 05, 2010
-
-
hjk authored
-
- Feb 17, 2010
-
-
dt authored
-
- Feb 09, 2010
-
-
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
-
- Feb 01, 2010
-
-
Friedemann Kleint authored
QString: Use QChar where appropriate.
-
Tobias Hunger authored
* Use new BuildSteps interface (as seen in ProjectConfiguration). * Use new factory to construct/clone/restore them. Reviewed-by: dt
-
- Jan 13, 2010
-
-
dt authored
They do what you expect them to do, that is build only a subtree. The implementation is a little bit strange. We temporarly set the sub node to be built on the BuildConfiguration, enqueue that BuildConfiguration (which calls BuildStep::init()), and then reset that temporary value. A more general way would be to have the ability to extend BuildConfiguration::buildProject() in a way that additional data can be passed to the BuildSteps. Task-Nr: QTCREATOR-5 Task-Nr: QTCREATORBUG-44
-
- Jan 11, 2010
-
-
Tobias Hunger authored
Reviewed-by: thorbjorn
-
- Jan 07, 2010
-
-
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
-
- Dec 09, 2009
-
-
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
-
- Dec 07, 2009
-
-
dt authored
Should fix a lot of corner cases, might introduce a few bugs. Also rename functions/slots to be better named. Generic Project Manager and CMake Project Manager are missing from this patch.
-
- Nov 30, 2009
-
-
dt authored
Also rename some methods/signal to make clearer that those only are relevevant for user changes not for all arguments.
-
dt authored
-
dt authored
-
dt authored
-
dt authored
-
dt authored
instead of a Project. Since BuildSteps "should" only care about the BuildConfiguration not the Project. (Not 100% doable, but still.)
-
dt authored
Note: I didn't fix all the connects and there are a few missing things. This compiles, more work is coming.
-
dt authored
The project() should in most cases not matter, instead the BuildConfiguration should. This shows all the information that needs to move into the BuildConfiguration classes.
-
- Nov 19, 2009
- Nov 12, 2009
-
-
Tobias Hunger authored
Rename BuildParserInterface to IBuildParser to comply with latest naming conventions. Reviewed-By: con
-
- Nov 09, 2009
-
-
Tobias Hunger authored
This is a initial version including * ABLD error parsing * RVCT compiler output parsing. Reviewed-By: con
-
- Oct 29, 2009
-
-
dt authored
Also ensure that Qt4ProjectConfigWidget does not emit any signals from it's init method.
-
- Oct 28, 2009
-
-
dt authored
-