- Apr 01, 2009
-
-
dt authored
Should help in debugging.
-
- Mar 31, 2009
-
-
dt authored
Found while investigating sth. different.
-
- Mar 26, 2009
-
-
Oswald Buddenhagen authored
-
- Mar 25, 2009
-
-
dt authored
Adds a little bit of code duplication, don't currently know how to best avoid it, so I'll leave that for now as is. To be tested once Andre pushes his stuff.
-
dt authored
-
hjk authored
-
dt authored
We used to build a helper library as part of the project. First with the qmake -after SOURCES= stuff and after until now with the gdbmacrosbuildstep. Now, the all new and fancy integretation directtly into the qt version dialog. You build the debugger library once for each qt version and then it's there ready to be loaded into each project build against that qt version. Saves a lot of time. And makes it possible to also load that library into while debuggign a cmake project. (Need to hook that up now.) Unfourtanetly this breaks the custom dumpers if you use a custom run executable.
-
- Mar 24, 2009
-
-
dt authored
-
- Mar 20, 2009
-
-
dt authored
-
- Mar 19, 2009
-
-
dt authored
The setting of msvc environments variables overwrote that. Fix that by running the script with the correct environment.
-
- Mar 18, 2009
-
-
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.
-
- Mar 16, 2009
-
-
dt authored
Details: Move that code from qt4project to a common class.
-
- Feb 25, 2009
- Feb 17, 2009
-
-
con authored
Task: - 243948
-
- Feb 12, 2009
- Feb 11, 2009
-
-
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.
-
- Feb 05, 2009
-
-
dt authored
Task: Reported on irc
-
- Feb 04, 2009
-
-
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.
-
- Jan 20, 2009
-
-
hjk authored
replace ExtensionSystem::PluginManager::instance()->getObject<Core::ICore>() by Core::ICore::instance()
-
- Jan 19, 2009
-
-
hjk authored
forward declaration is sufficient.
-
- Jan 13, 2009
-
-
Daniel Molkentin authored
-
Daniel Molkentin authored
-
Thorbjørn Lindeijer authored
The previous interface wasn't sufficient to properly support the Apply button, since it didn't separate applying the changes from the cleanup phase. Designer settings pages still need some fixing. Fixes Apply button causing problems for certain plugins, for example the QuickOpen.
-
- Dec 19, 2008
-
-
goro authored
-
- Dec 18, 2008
-
-
lowinu authored
RevBy: dt
-
- Dec 17, 2008
-
-
dt authored
-
- Dec 16, 2008
-
-
hjk authored
-
- Dec 09, 2008
- Dec 08, 2008
- Dec 05, 2008
-
-
Joerg Bornemann authored
RevBy: Found by me. (cherry picked from commit 58827feb)
-
Joerg Bornemann authored
RevBy: Found by me.
-
- Dec 02, 2008