Draw charged tracks as straight lines when magnetic field is near zero.
[u/mrichter/AliRoot.git] / EVE / Reve / ChangeLog
CommitLineData
4ba958ae 12006-06-12 Matevz Tadel <matevz.tadel@cern.ch>
2
3 * MCHelixLine.hi:
4 Formatting changes.
5
6 * RenderElement.cxx:
7 * RenderElement.h:
8 Renamed RenderElement::SetMainColorByPixel(Pixel_t) back to
9 RenderElement::SetMainColor(Pixel_t); there seemed to be a problem
10 when dependencies were not generated properly.
11
12 * Track.cxx:
13 * Track.h:
14 Added methods Track::ImportHits() and Track::ImportClusters();
15 fixed a charge value inconsistency yielding reconstructed
16 track charge to be 1/3.
17
cdb2119b 182006-06-09 Matevz Tadel <matevz.tadel@cern.ch>
19
20 HEAD
21
22 * PointSet.h:
23 Added friend PointSetArrayEditor.
24
25 * PointSetArrayEditor.cxx:
26 * PointSetArrayEditor.h:
27 * TrackEditors.cxx:
28 * TrackEditors.h:
29 Use RGDoubleValuator for range-selection widget.
30
31 * RGTopFrame.cxx:
32 Accept -mode cmd-line option as an alias for -revemode.
33
34 * RGValuators.cxx:
35 Added some padding for labels.
36
a9148d46 372006-06-02 Matevz Tadel <matevz.tadel@cern.ch>
38
39 HEAD
40
41 * RGTopFrame.cxx:
42 * RGTopFrame.h:
43 Added method UndrawRenderElement().
44
45 * RenderElement.cxx:
46 * RenderElement.h:
47 Implemented dtor for RenderElement removing all instances from
48 browsers.
49
50 * RGValuators.cxx:
51 * RGValuators.h:
52 Added method RGValuator::SetEnabled().
53
9bea0c03 542006-06-01 Matevz Tadel <matevz.tadel@cern.ch>
55
56 HEAD
57
58 * BoxSet.cxx:
59 * BoxSetGL.cxx:
60 * QuadSet.cxx:
61 * QuadSet.h:
62 * QuadSetGL.cxx:
63 Added preprocessor conditionals to support ROOT > 5.11.2.
64
5987168b 652006-05-31 Matevz Tadel <matevz.tadel@cern.ch>
66
67 EVE-dev branch
68
69 * LinkDef.h:
70 * RGValuators.cxx:
71 * RGValuators.h:
72 New valuator widget classes RGValuator and RGDoubleValuator.
73
742006-05-31 Matevz Tadel <matevz.tadel@cern.ch>
75
76 EVE-dev branch
77
78 * BoxSet.h:
79 Added method ArrTrans().
80
81 * Reve.cxx:
82 Added setup of macro/include paths into function
83 SetupEnvironment().
84
85 * reve_main/reve_main.cxx:
86 Removed macro/include path setup.
87
092578a7 882006-05-23 Matevz Tadel <matevz.tadel@cern.ch>
89
90 EVE-dev branch
91
92 * RGBrowser.cxx:
93 * RGTopFrame.cxx:
94 Use RenderElement* as user-data of list-tree entries (it was
95 TObject* before).
96
97 * LinkDef.h:
98 * RenderElement.cxx:
99 * RenderElement.h:
100 Added class RenderElementObjPtr to allow display and control of
101 pure TObjects (see alice-macros/region_marker.C for an
102 example). This is not perfect as there is no way to get
103 color-change updates from the editor (can fix this when i get
104 control over TGedEditor::Update()). RenderElement::GetObject() is
105 now virtual.
106
107 * Reve.cxx:
108 * Reve.h:
109 Added function FindColorVar() to allow RenderElementObjPtr objects
110 to peek into appropriate color.
111
1122006-05-23 Matevz Tadel <matevz.tadel@cern.ch>
113
114 EVE-dev branch
115
116 * BoxSet.cxx:
117 * BoxSet.h:
118 Do not initialize bbox in ctor. Moved ctor to cxx file, removed
119 Init().
120
121 * RGBrowser.cxx:
122 * RGBrowser.h:
123 Fix for editor window not appearing under some window
124 managers. For me it was working OK under fvwm and KDE (any focus
125 policy) but not at all under Gnome. This fixed my gnome problem
126 but it's quite likely the problem is not completely solved.
127
915dabe1 1282006-05-18 Matevz Tadel <matevz.tadel@cern.ch>
129
130 EVE-dev branch
131
132 * RGTopFrame.cxx:
133 Added missing initializations. In particular, fCurrentEvent,
134 fCurrentEventLTI and fGeometryLTI were not initialized and this
135 caused segvs for usage without bootstrap with alieve_init.C macro.
136
1372006-05-17 Matevz Tadel <matevz.tadel@cern.ch>
138
139 EVE-dev branch
140
141 * LinkDef.h:
142 * Reve.h:
143 New class Reve::ReferenceCount; to be used as secondary base class.
144
1452006-05-15 Matevz Tadel <matevz.tadel@cern.ch>
146
147 EVE-dev branch
148
149 * Reve.cxx:
150 * Reve.h:
151 New function ColorFromIdx().
152
153 * BoxSet.cxx:
154 * BoxSet.h:
155 * BoxSetGL.cxx:
156 * BoxSetGL.h:
157 New files: a set of boxes with direct GL rendering.
158
159 * LinkDef.h:
160 Pragmas for BoxSet/GL.
161
162 * ChangeLog:
163 New file.