Record changes.
authormtadel <mtadel@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 2 Jun 2006 18:16:46 +0000 (18:16 +0000)
committermtadel <mtadel@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 2 Jun 2006 18:16:46 +0000 (18:16 +0000)
EVE/Alieve/ChangeLog
EVE/ChangeLog
EVE/Reve/ChangeLog

index beccd640d3d6c772ec7db138d1852587373c3834..973894d3a5a9fbfef911616ef02cb5db8fc03f47 100644 (file)
@@ -1,3 +1,20 @@
+2006-06-02  Matevz Tadel  <matevz.tadel@cern.ch>
+
+       * LinkDef.h:
+       * TPCLoader.cxx:
+       * TPCLoader.h:
+       * TPCLoaderEditor.cxx:
+       * TPCLoaderEditor.h:
+       New class TPCLoader providing (graphical) interface for navigation
+       through the TPC sector data.
+
+       * TPCSector3D.cxx:
+       Proper initialization of bounding box for fBoxSet.
+
+       * TPCSector2DEditor.cxx:
+       * TPCSectorViz.cxx:
+       Removed some comment crap.
+
 2006-06-01  Bogdan Vulpescu  <vulpescu@clermont.in2p3.fr>
 
        HEAD
index a3ace8015dc36f8f191a61a48e56afafe6056221..2cdb431ed6eef9f896a494dbcde1cadf26f47b50 100644 (file)
@@ -1,3 +1,8 @@
+2006-06-02  Matevz Tadel  <matevz.tadel@cern.ch>
+
+       * test-macros/tpc_gui.C:
+       New macro file demonstrating use of TPCLoader.
+
 2006-06-01  Bogdan Vulpescu  <vulpescu@clermont.in2p3.fr>
 
        HEAD
index fc40878b1521943fdbc623a1f7a03f8b83f63c9d..29f95e3eb9128877303eecd2e1a443182b21e4dc 100644 (file)
@@ -1,3 +1,20 @@
+2006-06-02  Matevz Tadel  <matevz.tadel@cern.ch>
+
+       HEAD
+
+       * RGTopFrame.cxx:
+       * RGTopFrame.h:
+       Added method UndrawRenderElement().
+
+       * RenderElement.cxx:
+       * RenderElement.h:
+       Implemented dtor for RenderElement removing all instances from
+       browsers.
+
+       * RGValuators.cxx:
+       * RGValuators.h:
+       Added method RGValuator::SetEnabled().
+
 2006-06-01  Matevz Tadel  <matevz.tadel@cern.ch>
 
        HEAD