]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Record changes.
authormtadel <mtadel@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 16 Nov 2006 20:37:15 +0000 (20:37 +0000)
committermtadel <mtadel@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 16 Nov 2006 20:37:15 +0000 (20:37 +0000)
EVE/Alieve/ChangeLog
EVE/ChangeLog
EVE/Reve/ChangeLog

index fb763358ce0d10623314d7ee227c10b096844eec..961bb86c0cbb1edb525b838b0d651c1b95e461e9 100644 (file)
@@ -1,3 +1,10 @@
+2006-11-16  Matevz Tadel  <matevz.tadel@cern.ch>
+
+       * ITSModule.cxx:
+       * ITSModule.h:
+       Set palette and frame-box via setters to allow proper
+       reference-count management; cleanup.
+
 2006-11-14  Matevz Tadel  <matevz.tadel@cern.ch>
 
        * TPCSectorData.h:
index 23e3e5663c2a73b4ca10d1c5404ced89cb2bc973..eb21ad8575d12a872a6c751760d07a78eed6c40c 100644 (file)
@@ -1,3 +1,16 @@
+2006-11-16  Matevz Tadel  <matevz.tadel@cern.ch>
+
+       * 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  <matevz.tadel@cern.ch>
 
        * alice-macros/esd_V0.C:
index 9f0b5252bda693f0c0df70dba53caec95d3f41aa..41366b2e290a3b345af13d6c0384aadf68499755 100644 (file)
@@ -1,3 +1,50 @@
+2006-11-16  Matevz Tadel  <matevz.tadel@cern.ch>
+
+       * 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  <matevz.tadel@cern.ch>
 
        * BoxSet.cxx: