|
SVN commit 1042050 by aclemens:
Put debug area codes into config-digikam.h, just in case we want to specify an area code manually sometimes. The question is should we change all the code again and remove debug.h, or should we move the defines in here into debug.h and just keep it this way? It will save us some work now, but in general debug.h is not needed anymore. If we want to remove it, I will volunteer to do this nasty job, the regexps are already set up ;-) CCMAIL:[hidden email] M +7 -0 config-digikam.h.cmake --- trunk/extragear/graphics/digikam/config-digikam.h.cmake #1042049:1042050 @@ -22,4 +22,11 @@ /* Define to 1 if you have Nepomuk shared libraries installed */ #cmakedefine HAVE_NEPOMUK 1 + +/* debug area codes */ +#define AREACODE_GENERAL ${AREA_CODE_GENERAL} +#define AREACODE_KIOSLAVES ${AREA_CODE_KIOSLAVES} +#define AREACODE_SHOWFOTO ${AREA_CODE_SHOWFOTO} +#define AREACODE_IMAGEPLUGINS ${AREA_CODE_IMAGEPLUGINS} + #endif /* CONFIG_DIGIKAM_H */ _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
|
I will remove debug.h, and keep the area codes in config-digikam.h, if we ever
want to use them manually. Andi On Thursday 29 October 2009 01:59:27 Andi Clemens wrote: > SVN commit 1042050 by aclemens: > > Put debug area codes into config-digikam.h, just in case we want to specify > an area code manually sometimes. > The question is should we change all the code again and remove debug.h, or > should we move the defines in here into debug.h and just keep it this way? > It will save us some work now, but in general debug.h is not needed > anymore. > > If we want to remove it, I will volunteer to do this nasty job, the regexps > are already set up ;-) > > CCMAIL:[hidden email] > > M +7 -0 config-digikam.h.cmake > > > --- trunk/extragear/graphics/digikam/config-digikam.h.cmake > #1042049:1042050 @@ -22,4 +22,11 @@ > /* Define to 1 if you have Nepomuk shared libraries installed */ > #cmakedefine HAVE_NEPOMUK 1 > > + > +/* debug area codes */ > +#define AREACODE_GENERAL ${AREA_CODE_GENERAL} > +#define AREACODE_KIOSLAVES ${AREA_CODE_KIOSLAVES} > +#define AREACODE_SHOWFOTO ${AREA_CODE_SHOWFOTO} > +#define AREACODE_IMAGEPLUGINS ${AREA_CODE_IMAGEPLUGINS} > + > #endif /* CONFIG_DIGIKAM_H */ > _______________________________________________ > Digikam-devel mailing list > [hidden email] > https://mail.kde.org/mailman/listinfo/digikam-devel > Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
|
fine for me
Gilles 2009/10/29 Andi Clemens <[hidden email]>: > I will remove debug.h, and keep the area codes in config-digikam.h, if we ever > want to use them manually. > > Andi > > On Thursday 29 October 2009 01:59:27 Andi Clemens wrote: >> SVN commit 1042050 by aclemens: >> >> Put debug area codes into config-digikam.h, just in case we want to specify >> an area code manually sometimes. >> The question is should we change all the code again and remove debug.h, or >> should we move the defines in here into debug.h and just keep it this way? >> It will save us some work now, but in general debug.h is not needed >> anymore. >> >> If we want to remove it, I will volunteer to do this nasty job, the regexps >> are already set up ;-) >> >> CCMAIL:[hidden email] >> >> M +7 -0 config-digikam.h.cmake >> >> >> --- trunk/extragear/graphics/digikam/config-digikam.h.cmake >> #1042049:1042050 @@ -22,4 +22,11 @@ >> /* Define to 1 if you have Nepomuk shared libraries installed */ >> #cmakedefine HAVE_NEPOMUK 1 >> >> + >> +/* debug area codes */ >> +#define AREACODE_GENERAL ${AREA_CODE_GENERAL} >> +#define AREACODE_KIOSLAVES ${AREA_CODE_KIOSLAVES} >> +#define AREACODE_SHOWFOTO ${AREA_CODE_SHOWFOTO} >> +#define AREACODE_IMAGEPLUGINS ${AREA_CODE_IMAGEPLUGINS} >> + >> #endif /* CONFIG_DIGIKAM_H */ >> _______________________________________________ >> Digikam-devel mailing list >> [hidden email] >> https://mail.kde.org/mailman/listinfo/digikam-devel >> > _______________________________________________ > Digikam-devel mailing list > [hidden email] > https://mail.kde.org/mailman/listinfo/digikam-devel > Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
| Free forum by Nabble | Edit this page |
