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