Commit Graph

22 Commits

Author SHA1 Message Date
Oswald Buddenhagen
605c0317b1 add licenses during the custom dumper build step.
once copied, these files are virtually an own project, so they need to
have an own copy of the licenses.
2009-02-26 17:53:39 +01:00
Oswald Buddenhagen
8739f45d84 don't duplicate list of files to copy during build 2009-02-26 17:53:39 +01:00
Oswald Buddenhagen
fa39d31461 optimize GdbMacrosBuildStep: don't copy files which are already current 2009-02-26 17:53:39 +01:00
hjk
84c82a669b Fixes: change license headers to LGPL 2009-02-25 09:02:17 +01:00
con
c05e9347bb Fixes: - Make sure that we find make command for gdbmacros library.
Task:     - 244273
Details:  - We need to search in the path for it.
2009-02-17 12:59:58 +01:00
Thorbjørn Lindeijer
f37360d0fa Some feedback about 2-3 second delay before running qmake
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
2009-01-26 14:32:04 +01:00
hjk
113b81e9db replace ExtensionSystem::PluginManager::instance()->getObject<Core::ICore>() by Core::ICore::instance() 2009-01-20 11:52:04 +01:00
hjk
cc5ff1ec74 Remove #include <extensionsystem/pluginmanager.h> from icore.h, a
forward declaration is sufficient.
2009-01-19 12:39:20 +01:00
dt
33da8c0410 Fixes: Gdbmacros are left even after clean.
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.
2009-01-16 13:25:38 +01:00
Daniel Molkentin
59affcfffc Bump year in licence header. 2009-01-13 19:22:14 +01:00
dt
d402ed2955 Fixes: Replace QTC_ASSERT with QT_ASSERT. 2008-12-17 15:51:48 +01:00
dt
3ba192af7e Merge branch '0.9.1-beta' 2008-12-17 14:21:03 +01:00
hjk
da3cb14483 chancge Nokia GPL exception version from 1.2 to 1.3 2008-12-16 17:20:00 +01:00
dt
9ab11269f8 Fixes: Noisy debugt output from gdbmacrosbuildstep.cpp 2008-12-12 17:21:26 +01:00
hjk
4a552ead9f use QTC_ASSERT instead of Q_ASSERT 2008-12-09 15:25:01 +01:00
hjk
342caa2141 some more whitespace changes 2008-12-09 11:07:24 +01:00
dt
a690949f30 Fixes: Fixes mem leak in gdbmacrosbuildstep. 2008-12-02 18:09:02 +01:00
dt
f3578aa76c Fixes: Allow adding gdbmacrosstep only for Qt4Projects.
Details:  Noticed while working on cmake.
2008-12-02 17:58:51 +01:00
hjk
cf11b69643 more code cosmetics 2008-12-02 16:19:05 +01:00
hjk
ab83dcd87c off-by-one in headers 2008-12-02 14:20:25 +01:00
hjk
8a43d9b9f3 end-of-line whitespace correction of the new headers 2008-12-02 14:17:16 +01:00
con
05c35356ab Initial import 2008-12-02 12:01:29 +01:00