Changeset 5713 for trunk/MagicSoft/Mars/Changelog
- Timestamp:
- 01/05/05 19:40:26 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r5701 r5713 23 23 2005/01/05 Thomas Bretz 24 24 25 * mbase/MStatusDisplay.cc:26 - fixed some lines in pulldown-menus27 - add TPads to ListOfCleanups in ClonePad (workaround!)28 29 25 * mcalib/MCalibrationBlindPix.cc, mcalib/MCalibrationChargeCalc.cc, 30 26 mhcalib/MHCalibrationRelTimeCam.cc: … … 41 37 - made sure that LoGain is flagged non-valid if no lo-gain exists 42 38 - push time back at the edge of the allowed limits if outside 39 40 * mbase/MGList.[h,cc]: 41 - introduced new functions Delete and DeletePictures 42 - SetBit(kMustCleanup) in constructor. Otherwise it is not 43 correctly removed from ListOfCleanups 44 45 * mbase/MLog.cc: 46 - SetBit(kMustCleanup) if adding a plugin to make sure it is cleaned 47 from the list 48 49 * mbase/MParContainer.[h,cc]: 50 - replaced return type of GetDescriptor by TString. The old version 51 was terribly wrong! The returned memory wasn't removed as soon 52 as the function returned. 53 54 * mbase/MStatusDisplay.[h,cc]: 55 - for security (thread safty) replaced all Form() by MString::Form() 56 - implemented a more secure scheme of Closing (Clone()) this was 57 a hint given by valgrind 58 - set kMustCleanup for all new object in ClonePad not only kCanDelete 59 - fixed some lines in pulldown-menus 60 - add TPads to ListOfCleanups in ClonePad (workaround!) 61 62 * mbase/MString.[h,cc]: 63 - implemented a new static Form() function returning a copy of 64 the result 65 66 * mbase/MTask.[h,cc]: 67 - replaced return type of GetDescriptor by TString. The old version 68 was terribly wrong! The returned memory wasn't removed as soon 69 as the function returned. 70 - Made GetDescriptor thread safe using MString::Form 71 72 * mfileio/MWriteRootFile.cc: 73 - Use GetDescriptor().Data() when using any kind of printf function 74 75 * mhbase/MFillH.cc: 76 - replaced string concatenation in all constructors by a Form 77 (also suggested by valgrind) 78 79 * mhcalib/MHCalibrationRelTimeCam.cc: 80 - made some output fit into 80col boundary 43 81 44 82
Note:
See TracChangeset
for help on using the changeset viewer.