- 19 Mar, 2009 2 commits
- 18 Mar, 2009 3 commits
-
-
Thorbjørn Lindeijer authored
It was missing for CustomExecutableRunConfiguration and Qt4RunConfiguration. Reviewed-by: dt
-
Friedemann Kleint authored
Fixes: Introduce a cpp settingspage containing file naming conventions (lower case and suffixes). Reorder VCS settings pages. Task: 241959, 248085 RevBy: Optics/Naming checked by con Details: Give IOptionPage an id() to differentiate from trName(). Make showOptionsDialog return a bool (applied) and give it an optional parent. Change Cpp and form class wizards, give them a Configure... button to change those settings.
-
Thorbjørn Lindeijer authored
Was a bit confusing that a MakeStep was constructed by a MakeBuildStepFactory and configured by a MakeBuildStepConfigWidget. The MakeStep of the generic project manager was renamed to GenericMakeStep.
-
- 17 Mar, 2009 2 commits
-
-
Thorbjørn Lindeijer authored
This stuff was all over the place, a relic from before the editor settings were unified. Now the initialization is only done in TextEditorSettings. Fixes the .pro file editor and the generic project files editor, which before only used the font settings.
-
dt authored
Reported on irc, and probably also have a task for that. Simply forgotten when i first implemented it.
-
- 16 Mar, 2009 3 commits
-
-
dt authored
Details: Move that code from qt4project to a common class.
-
dt authored
Made the cmake plugin even more usable by implementing: Pop up a wizard if there is a .user file but no .cbp file. (Fixes empty project reported on irc.) Pop up a wizard if the .cbp file is older then the CMakeLists.txt file, thus reparsing the file. (Note: There is a bug that we need to actually also check the last modified of all included files.) Reparse the cbp file to add new RunConfigurations / delete no longer existing RunConfigurations and update those that have changed.- Show a nicer title in the Projects/RunConfiguration pane
-
Thorbjørn Lindeijer authored
-
- 12 Mar, 2009 2 commits
- 11 Mar, 2009 1 commit
-
-
con authored
RevBy: Ossi
-
- 04 Mar, 2009 2 commits
-
-
Daniel Molkentin authored
Task: - RevBy: Thorbjorn AutoTest: -
-
hjk authored
-
- 27 Feb, 2009 2 commits
-
-
Oswald Buddenhagen authored
-
con authored
-
- 26 Feb, 2009 5 commits
-
-
Oswald Buddenhagen authored
once copied, these files are virtually an own project, so they need to have an own copy of the licenses.
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
-
Roberto Raggi authored
We use `cc' instead of `c++' and we also also moved the code in qt4project.cpp. Done by ossi reviewed by me.
-
Roberto Raggi authored
Done by ossi
-
- 25 Feb, 2009 2 commits
- 24 Feb, 2009 1 commit
-
-
con authored
-
- 17 Feb, 2009 2 commits
- 16 Feb, 2009 1 commit
-
-
dt authored
Details: This enables us to parse the build errors correctly. The makesteps of the qt4project and cmakeproject have some code dupliaction, which could be refactored. And the code to find out the correct build parser could probably also be done better, but we are now parsing the build output for cmake.
-
- 13 Feb, 2009 3 commits
-
-
Roberto Raggi authored
-
dt authored
Task: Also from irc.
-
dt authored
Task: Found on irc.
-
- 12 Feb, 2009 3 commits
- 11 Feb, 2009 2 commits
-
-
Daniel Molkentin authored
-
dt authored
Details: These classes replace a number of classes with differing interfaces by just one class. The design isn't quite perfect, but a lot better than what it used to be. Also moved the ToolChain classes to the projectexplorerm so that eventually the cmake plugin can also use them.
-
- 06 Feb, 2009 1 commit
-
-
dt authored
-
- 05 Feb, 2009 2 commits
- 04 Feb, 2009 1 commit
-
-
dt authored
Details: That hasn't worked in the last few months, since we changed the QtVersion class from being passed by value to being passed around by reference.
-