]> git.uio.no Git - u/mrichter/AliRoot.git/blame - EVE/Reve/ChangeLog
From Cvetan: fix orientation for C-side sectors.
[u/mrichter/AliRoot.git] / EVE / Reve / ChangeLog
CommitLineData
3df7a5d0 12006-06-19 Matevz Tadel <matevz.tadel@cern.ch>
2
3 * PointSet.cxx:
4 * PointSet.h:
5 In PointSetArray: added member for default daughter PointSet
6 capacity (fDefPointSetCapacity) and method DeleteBins(). Set
7 daughter polymarker stuff in InitBins() instead of CloseBins().
8
9 * RGValuators.cxx:
10 * RGValuators.h:
11 Consistently use nuber of slider positions in RGValuator.
12
13 * RenderElement.h:
14 Added method RenderElementListBase::RemoveElements().
15
cebac259 162006-06-14 Matevz Tadel <matevz.tadel@cern.ch>
17
18 * BoxSetGL.h:
19 Added non-protected wrapper Render() for DirectDraw().
20
21 * PointSet.cxx:
22 * PointSet.h:
23 Subclassed point-set-array from TAttMarker, propagate changes to
24 all children.
25
26 * PointSetArrayEditor.cxx:
27 Removed stale printout.
28
29 * RGTopFrame.cxx:
30 Print exceptions to terminal also.
31
23f3be31 322006-06-13 Matevz Tadel <matevz.tadel@cern.ch>
33
34 * Track.cxx:
35 Draw charged tracks as straight lines when magnetic field is near
36 zero.
37
4ba958ae 382006-06-12 Matevz Tadel <matevz.tadel@cern.ch>
39
40 * MCHelixLine.hi:
41 Formatting changes.
42
43 * RenderElement.cxx:
44 * RenderElement.h:
45 Renamed RenderElement::SetMainColorByPixel(Pixel_t) back to
46 RenderElement::SetMainColor(Pixel_t); there seemed to be a problem
47 when dependencies were not generated properly.
48
49 * Track.cxx:
50 * Track.h:
51 Added methods Track::ImportHits() and Track::ImportClusters();
52 fixed a charge value inconsistency yielding reconstructed
53 track charge to be 1/3.
54
cdb2119b 552006-06-09 Matevz Tadel <matevz.tadel@cern.ch>
56
cdb2119b 57 * PointSet.h:
58 Added friend PointSetArrayEditor.
59
60 * PointSetArrayEditor.cxx:
61 * PointSetArrayEditor.h:
62 * TrackEditors.cxx:
63 * TrackEditors.h:
64 Use RGDoubleValuator for range-selection widget.
65
66 * RGTopFrame.cxx:
67 Accept -mode cmd-line option as an alias for -revemode.
68
69 * RGValuators.cxx:
70 Added some padding for labels.
71
a9148d46 722006-06-02 Matevz Tadel <matevz.tadel@cern.ch>
73
a9148d46 74 * RGTopFrame.cxx:
75 * RGTopFrame.h:
76 Added method UndrawRenderElement().
77
78 * RenderElement.cxx:
79 * RenderElement.h:
80 Implemented dtor for RenderElement removing all instances from
81 browsers.
82
83 * RGValuators.cxx:
84 * RGValuators.h:
85 Added method RGValuator::SetEnabled().
86
9bea0c03 872006-06-01 Matevz Tadel <matevz.tadel@cern.ch>
88
9bea0c03 89 * BoxSet.cxx:
90 * BoxSetGL.cxx:
91 * QuadSet.cxx:
92 * QuadSet.h:
93 * QuadSetGL.cxx:
94 Added preprocessor conditionals to support ROOT > 5.11.2.
95
5987168b 962006-05-31 Matevz Tadel <matevz.tadel@cern.ch>
97
98 EVE-dev branch
99
100 * LinkDef.h:
101 * RGValuators.cxx:
102 * RGValuators.h:
103 New valuator widget classes RGValuator and RGDoubleValuator.
104
1052006-05-31 Matevz Tadel <matevz.tadel@cern.ch>
106
107 EVE-dev branch
108
109 * BoxSet.h:
110 Added method ArrTrans().
111
112 * Reve.cxx:
113 Added setup of macro/include paths into function
114 SetupEnvironment().
115
116 * reve_main/reve_main.cxx:
117 Removed macro/include path setup.
118
092578a7 1192006-05-23 Matevz Tadel <matevz.tadel@cern.ch>
120
121 EVE-dev branch
122
123 * RGBrowser.cxx:
124 * RGTopFrame.cxx:
125 Use RenderElement* as user-data of list-tree entries (it was
126 TObject* before).
127
128 * LinkDef.h:
129 * RenderElement.cxx:
130 * RenderElement.h:
131 Added class RenderElementObjPtr to allow display and control of
132 pure TObjects (see alice-macros/region_marker.C for an
133 example). This is not perfect as there is no way to get
134 color-change updates from the editor (can fix this when i get
135 control over TGedEditor::Update()). RenderElement::GetObject() is
136 now virtual.
137
138 * Reve.cxx:
139 * Reve.h:
140 Added function FindColorVar() to allow RenderElementObjPtr objects
141 to peek into appropriate color.
142
1432006-05-23 Matevz Tadel <matevz.tadel@cern.ch>
144
145 EVE-dev branch
146
147 * BoxSet.cxx:
148 * BoxSet.h:
149 Do not initialize bbox in ctor. Moved ctor to cxx file, removed
150 Init().
151
152 * RGBrowser.cxx:
153 * RGBrowser.h:
154 Fix for editor window not appearing under some window
155 managers. For me it was working OK under fvwm and KDE (any focus
156 policy) but not at all under Gnome. This fixed my gnome problem
157 but it's quite likely the problem is not completely solved.
158
915dabe1 1592006-05-18 Matevz Tadel <matevz.tadel@cern.ch>
160
161 EVE-dev branch
162
163 * RGTopFrame.cxx:
164 Added missing initializations. In particular, fCurrentEvent,
165 fCurrentEventLTI and fGeometryLTI were not initialized and this
166 caused segvs for usage without bootstrap with alieve_init.C macro.
167
1682006-05-17 Matevz Tadel <matevz.tadel@cern.ch>
169
170 EVE-dev branch
171
172 * LinkDef.h:
173 * Reve.h:
174 New class Reve::ReferenceCount; to be used as secondary base class.
175
1762006-05-15 Matevz Tadel <matevz.tadel@cern.ch>
177
178 EVE-dev branch
179
180 * Reve.cxx:
181 * Reve.h:
182 New function ColorFromIdx().
183
184 * BoxSet.cxx:
185 * BoxSet.h:
186 * BoxSetGL.cxx:
187 * BoxSetGL.h:
188 New files: a set of boxes with direct GL rendering.
189
190 * LinkDef.h:
191 Pragmas for BoxSet/GL.
192
193 * ChangeLog:
194 New file.