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