From: mtadel Date: Thu, 16 Nov 2006 20:37:15 +0000 (+0000) Subject: Record changes. X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=commitdiff_plain;h=6755b986843e344575084b21fa4a864371bb07b8 Record changes. --- diff --git a/EVE/Alieve/ChangeLog b/EVE/Alieve/ChangeLog index fb763358ce0..961bb86c0cb 100644 --- a/EVE/Alieve/ChangeLog +++ b/EVE/Alieve/ChangeLog @@ -1,3 +1,10 @@ +2006-11-16 Matevz Tadel + + * ITSModule.cxx: + * ITSModule.h: + Set palette and frame-box via setters to allow proper + reference-count management; cleanup. + 2006-11-14 Matevz Tadel * TPCSectorData.h: diff --git a/EVE/ChangeLog b/EVE/ChangeLog index 23e3e5663c2..eb21ad8575d 100644 --- a/EVE/ChangeLog +++ b/EVE/ChangeLog @@ -1,3 +1,16 @@ +2006-11-16 Matevz Tadel + + * alice-macros/esd_Cascade.C: + From Ludovic, new file: macro to display and interact with + reconstructed cascades. + + * alice-macros/esd_V0.C: + From Ludovic: updates for V0 visualization. + + * alice-macros/its_digits.C: + Raffele forgot to increase global module counter when some layers + were turned off; alignment of assignemt statements. + 2006-11-14 Matevz Tadel * alice-macros/esd_V0.C: diff --git a/EVE/Reve/ChangeLog b/EVE/Reve/ChangeLog index 9f0b5252bda..41366b2e290 100644 --- a/EVE/Reve/ChangeLog +++ b/EVE/Reve/ChangeLog @@ -1,3 +1,50 @@ +2006-11-16 Matevz Tadel + + * Cascade.cxx: + * Cascade.h: + * CascadeEditors.cxx: + * CascadeEditors.h: + From Ludovic, new files for visualization of cascades. + + * LinkDef.h: + From Ludovic: register new classes. Reorganize some entries so + that a class, editor and gl-renderer are listed together. + + * V0.cxx: + * V0Editors.cxx: + * V0Editors.h: + From Ludovic: updates for V0 visualization. + + * QuadSet.cxx: + * QuadSet.h: + Main color now set from frame-box (instead of default palette + color). + + * QuadSetGL.cxx: + Use new color-query function from RGBAPalette; validity of digit + value was not honoured in line-drawing modes. + + * RGBAPalette.cxx: + * RGBAPalette.h: + * RGBAPaletteEditor.cxx: + * RGBAPaletteEditor.h: + Reimplementation of over/undershoot handling with separate modes + for both ends (cut, mark, clip and wrap); this works marvelously. + + * QuadSetEditor.cxx: + * QuadSetEditor.h: + New files, editor for QuadSet gluing together translation and + palette sub-editors. + + * RGValuators.cxx: + * RGValuators.h: + Added int version of SetLimits for RGDoubleValuator; added + getters for value limits (Ludovic). + + * Plex.cxx: + * TriangleSet.cxx: + Added some comments. + 2006-11-14 Matevz Tadel * BoxSet.cxx: