]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Record changes.
authormtadel <mtadel@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 26 Sep 2006 18:58:26 +0000 (18:58 +0000)
committermtadel <mtadel@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 26 Sep 2006 18:58:26 +0000 (18:58 +0000)
EVE/ChangeLog
EVE/Reve/ChangeLog

index 9eecf3f87f1c528168f2ce9787ff6e379ae6e476..a107e207cfe77732f4c11ef71f18d437a3d2ed26 100644 (file)
@@ -1,3 +1,14 @@
+2006-09-26  Matevz Tadel  <matevz.tadel@cern.ch>
+
+       * alice-macros/clusters_from_label.C:
+       Add point-set containing clusters directly as render element (it
+       was wrapped in a RenderElementObjPtr by mistake (not fixed when
+       changing it from TPolyMarker3D)).
+
+       * alice-macros/primary_vertex.C:
+       Removed code that gave vertex markers some volume (to avoid being
+       discarded by a too smart GLViewer).
+
 2006-09-04  Matevz Tadel  <matevz.tadel@cern.ch>
 
        * alice-macros/its_hits.C:
index 6326652eadc29f129370f45b205e8e9301f33be4..f635d525baa0f788a9032b1816eb3f10bd1c30d6 100644 (file)
@@ -1,3 +1,29 @@
+2006-09-26  Matevz Tadel  <matevz.tadel@cern.ch>
+
+       * RGBrowser.cxx:
+       Hack to fix RenderElementObjPtr's colors in tree-view is no longer
+       needed.
+
+       * RGEditor.cxx:
+       * RGEditor.h:
+       Properly update items of render-elements; call gReve::Redraw3D()
+       instead of pad modified/update. Added separate method
+       DisplayRenderElement() that caches the render-element in a
+       data-member to update it on change (needed for RenderElementObjPtr).
+
+       * RGTopFrame.cxx:
+       Use RGEditor::DisplayRenderElement() instead of
+       DisplayObject(). Removed some never-used static structures.
+
+       * RenderElement.cxx:
+       Removed Redraw3D() from UpdateItems() as it can now be called from
+       RGEditor::Update(); optimized item-updates in SetRnrElement() and
+       SetMainColor().
+
+       * PointSetArrayEditor.cxx:
+       * TrackEditors.cxx:
+       Added call to Update() in SetRange() methods.
+
 2006-09-26  Matevz Tadel  <matevz.tadel@cern.ch>
 
        * RGBrowser.cxx: