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