- 25 Feb, 2009 1 commit
-
-
hjk authored
-
- 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 2 commits
- 02 Feb, 2009 1 commit
-
-
hjk authored
Task: 180315
-
- 29 Jan, 2009 2 commits
-
-
dt authored
Task: 242513 Details: That should fix several parsing problems for .pro files with scopes. Enable it, see how many bug reports we get, for stuff we accidentaly parsed correctly. Shouldn't be many. So we parse the follwing now correctly: unix { TEMP=unix } win32 { TEMP=win32 } DESTDIR=$$TEMP
-
con authored
Details: - Seems that we use colons in forms.
-
- 28 Jan, 2009 1 commit
-
-
dt authored
Details: This should improve performance a bit. Instead of starting on indexer per .pro file, schedule and compress updates of ui files. And don't update if we have a full project code model update scheduled anyway. Which helps the startup case.
-
- 27 Jan, 2009 3 commits
-
-
dt authored
Task: 242465 Details: connect quite a few signals. It doesn't work 100%, since it really depends on to many things.
-
Jens Bache-Wiig authored
-
Jens Bache-Wiig authored
Details: This patch makes use of system icons as a base and draws overlay on top. This should blend a bit better into the native icon theme.
-
- 26 Jan, 2009 2 commits
-
-
hjk authored
-
Thorbjørn Lindeijer authored
The GdbMacrosBuildStep is taking quite long and didn't tell the user what it was doing. This message helps a bit, but we should fix the delay. Reviewed-by: dt
-
- 23 Jan, 2009 1 commit
-
-
Thorbjørn Lindeijer authored
-
- 21 Jan, 2009 1 commit
-
-
Thorbjørn Lindeijer authored
Many singletons have their own instance() method, in which case there is no need to use ICore::instance() to get access to them.
-
- 20 Jan, 2009 3 commits
-
-
hjk authored
-
hjk authored
replace ExtensionSystem::PluginManager::instance()->getObject<Core::ICore>() by Core::ICore::instance()
-
Thorbjørn Lindeijer authored
-
- 19 Jan, 2009 1 commit
-
-
hjk authored
forward declaration is sufficient.
-
- 16 Jan, 2009 3 commits
-
-
Thorbjørn Lindeijer authored
Dependencies between projects can now be edited in the Projects mode. You can simply check for each project the projects that it depends on, and they will be built first. A message box pops up when you try to create a circular dependency. Could use some testing.
-
dt authored
Task: 235982
-
dt authored
Task: 241374 Details: Clean up what we leave behind, take care to not remove anything else. We run make distclean and remove the files we copies there plus the debug and release directories.
-
- 15 Jan, 2009 2 commits
-
-
Friedemann Kleint authored
RevBy: Marco
-
dt authored
Details: Adjust comments to actual situation
-
- 14 Jan, 2009 2 commits