- May 13, 2009
-
-
dt authored
-
- May 04, 2009
-
-
dt authored
-
- Apr 28, 2009
-
-
dt authored
Qt Creator wouldn't find the correct target if shadow building a project that uses $$OUT_PWD, like for example itemviews-ng. We didn't set the necessary variable on the ProFileReader *, simplified the code to always use a ProFileReader created for the exact profilenode.
-
dt authored
After all I don't need all that stuff in the cmakeplugin, all i needed is now bundled in debugginghelper.h/cpp
-
- Apr 24, 2009
-
-
dt authored
Remove duplicated code from cmakeprojectmanager.
-
- Apr 22, 2009
-
-
dt authored
The Debugger, cmake and Qt4 plugin all need it. More refactoring to it coming.
-
- Apr 20, 2009
-
-
Oswald Buddenhagen authored
-
- Apr 15, 2009
-
-
Alessandro Portale authored
-
- Apr 08, 2009
-
-
Thorbjørn Lindeijer authored
-
- Apr 06, 2009
-
-
dt authored
Save a relative path to the .pro file. This means RunConfigurations can now be shared between platforms. Note: BuildConfigurations have two problems: The qt version id and the shadow build option. If the user doesn't use those two, then he is fine.
-
- Mar 26, 2009
- Mar 25, 2009
-
-
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 20, 2009
-
-
Thorbjørn Lindeijer authored
Fixes issues with handling additional dots in the filename in many places. Task: 246390
-
- Mar 19, 2009
-
-
con authored
-
dt authored
-
dt authored
-
dt authored
Task: 247606 Details: Remove all the magic which build on top of the cumalative parser. Instead trust the exact parsing to get those variables correct. This required a bug fix in the profile evaluator, done with ossi. Hopefully this doesn't break windows/mac. Will check.
-
- Mar 18, 2009
-
-
Thorbjørn Lindeijer authored
It was missing for CustomExecutableRunConfiguration and Qt4RunConfiguration. Reviewed-by: dt
-
- Mar 11, 2009
-
-
con authored
RevBy: Ossi
-
- Feb 27, 2009
-
-
Oswald Buddenhagen authored
-
- Feb 25, 2009
- Jan 29, 2009
-
-
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
-
- Jan 27, 2009
-
-
dt authored
Task: 242465 Details: connect quite a few signals. It doesn't work 100%, since it really depends on to many things.
-
- 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 14, 2009
-
-
dt authored
Task: Found on irc by ferret_svk Details: Even if CONFIG is debug_and_release we are interested wheter debug or release is the default.
-
- Jan 13, 2009
-
-
Daniel Molkentin authored
-
Daniel Molkentin authored
-
- Dec 17, 2008
-
-
dt authored
-
- Dec 16, 2008
-
-
hjk authored
-
- Dec 09, 2008
- Dec 02, 2008