- Mar 25, 2010
-
-
Tobias Hunger authored
... use it. Reviewed-by: dt
-
- Mar 22, 2010
-
-
con authored
Reviewed-by: dt
-
- Mar 18, 2010
-
-
Friedemann Kleint authored
-
- Mar 16, 2010
-
-
dt authored
That is e.g. buildSteps() and cleanSteps() --> steps(type)
-
- Mar 15, 2010
-
-
Thorbjørn Lindeijer authored
Previously it would be converted to an absolute path. Preserving the original path allows it to be set as relative to the project. Reviewed-by: dt
-
- Mar 12, 2010
-
-
Lasse Holmstedt authored
Go to About Plugins and enable/disable plugins from there. Reviewed-by: mae
-
Thorbjørn Lindeijer authored
The functionality was duplicated between the Qt4 and CMake build configurations and their configuration widgets. This change moves it down to BuildConfiguration, in addition also making it available for the Generic Project. Also provides an upgrade path for the configuration. Task-number: QTCREATOR-24 Reviewed-by: dt Reviewed-by: Tobias Hunger
-
- Mar 05, 2010
-
-
hjk authored
-
- Mar 01, 2010
-
-
con authored
-
- Feb 26, 2010
-
-
Thorbjørn Lindeijer authored
Task-number: QTCREATORBUG-372
-
- Feb 25, 2010
-
-
Thorbjørn Lindeijer authored
-
Laurent Desmecht authored
Merge-request: 117 Reviewed-by:
Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com> Reviewed-by: dt Reviewed-by: Tobias Hunger
-
Laurent Desmecht authored
GenericMakeStep is currently immutable. This is quite annoying since it's possible to create GenericMakeStep but it's not possible to remove them. Fix: make GenericMakeStep not immutable Merge-request: 117 Reviewed-by:
Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com> Reviewed-by: dt Reviewed-by: Tobias Hunger
-
Laurent Desmecht authored
Merge-request: 117 Reviewed-by:
Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>
-
- Feb 24, 2010
-
-
Tobias Hunger authored
Reviewed-by: thorbjorn
-
con authored
Doing it creates huge delays, because it resolves to a network path. Also rename FolderNode::setFolderName to FolderNode::setDisplayName, because that's the name of the property. Task-number: QTCREATORBUG-695
-
- Feb 19, 2010
-
-
Thorbjørn Lindeijer authored
Now it says "Import Existing Project", since this conveys more accurately what it does with less words. Also adjusted creation of a QML project based on an existing directory for consistency.
-
- Feb 18, 2010
-
-
Tobias Hunger authored
Seems like I missed some the first time round. Sorry for that!
-
- Feb 15, 2010
-
-
Friedemann Kleint authored
Use constructor initialization, const.
-
- Feb 11, 2010
-
-
Thorbjørn Lindeijer authored
Environment variables will now be expanded in the Generic Project file and include path lists. They have to be written like $$(VARIABLE), like in qmake .pro files. Task-number: QTCREATORBUG-366
-
- Feb 10, 2010
-
-
Thorbjørn Lindeijer authored
Unused stuff.
-
Thorbjørn Lindeijer authored
Don't mess up the original structure of the generic project file list by reconverting all the paths to be relative from the project directory. This allows whitespace or absolute paths to be preserved even when adding/removing files through Qt Creator.
-
con authored
Since the target names are translated, we cannot use the saved display name from the user file. Reviewed-by: Tobias Hunger
-
- 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 02, 2010
-
-
Tobias Hunger authored
This is in preparation of the addition of "targets" in the sense of "platforms to develop for" into the codebase. Reviewed-by: dt
-
- Feb 01, 2010
-
-
Friedemann Kleint authored
QString: Use QChar where appropriate.
-
Tobias Hunger authored
* That is what everybody else is using now. Reviewed-by: dt
-
Tobias Hunger authored
* This makes it easier to distinguish projects in the userfileaccessor
-
Tobias Hunger authored
* Make use of the ProjectConfiguration base class in the BuildConfigurations and update the factories accordingly. Reviewed-by: dt
-
Tobias Hunger authored
* Use new BuildSteps interface (as seen in ProjectConfiguration). * Use new factory to construct/clone/restore them. Reviewed-by: dt
-
- Jan 29, 2010
-
-
Oswald Buddenhagen authored
doing it in 1.3 as well to avoid possible later conflicts
-
- 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
-
con authored
-
- 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
-
dt authored
For folder nodes. Task-number: QTCREATORBUG-374 Reviewed-by: Thorbjorn
-
- Dec 08, 2009
-
-
dt authored
-
- Dec 07, 2009
-
-
dt authored
-
- Nov 30, 2009