Develop and Download Open Source Software

Browse CVS Repository

Annotation of /satellite/neuromanager/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.7 - (hide annotations) (download)
Tue Jan 10 02:32:19 2006 UTC (18 years, 3 months ago) by orrisroot
Branch: MAIN
Changes since 1.6: +5 -1 lines
update logs.

1 orrisroot 1.7 2006-01-10 11:29 orrisroot
2    
3     * DataView.cpp: added y size fixing code into UpdateScrollSizes().
4    
5 orrisroot 1.6 2006-01-06 08:16 orrisroot
6    
7     * DataView.cpp, DataView.h, DataViewContext.cpp,
8     DataViewProperties.cpp, DataViewProperties.h, MainFrm.cpp,
9     MainFrm.h, NeuroManager.cpp, NeuroManagerDoc.h,
10     NeuroManagerView.h, PCScanData.cpp, sizecbar.cpp: removed
11     OnInitialUpdate() method from CDataView class.
12    
13     2006-01-06 07:54 orrisroot
14    
15     * DataView.cpp, DataView.h, DataViewBar.cpp, DataViewContext.cpp,
16     DataViewContext.h, DataViewProperties.cpp, DataViewProperties.h,
17 orrisroot 1.7 DataViewSplitter.cpp: moved variable of current viewing data
18 orrisroot 1.6 channel from CDataView class to CDataViewContext class.
19    
20     2006-01-06 05:07 orrisroot
21    
22     * DataView.cpp, DataView.h: moved mutex lock position.
23    
24     2006-01-06 05:06 orrisroot
25    
26     * DataViewProperties.cpp, DataViewProperties.h: formated indents.
27    
28     2006-01-06 05:00 orrisroot
29    
30     * DataViewProperties.cpp, DataViewProperties.h: used '_T()' macro
31     for inline strings.
32    
33     2006-01-06 03:35 orrisroot
34    
35     * DataViewContext.cpp, DataViewProperties.cpp,
36     DataViewProperties.h: removed OnUpdate() message handler from
37     class 'DataViewProperties'.
38    
39     2006-01-05 23:11 orrisroot
40    
41     * DataViewContext.cpp, DataViewContext.h: changed method names
42     'Set/GetVisibleState()' to 'Set/GetVisibleChannelState()'. added
43     new method 'GetVisibleChannelSize()'.
44    
45     2006-01-05 22:25 orrisroot
46    
47     * DataView.cpp, DataView.h: implemented 'GetDataViewProperties()'
48     method.
49    
50 orrisroot 1.5 2006-01-05 22:08 orrisroot
51    
52     * DataView.cpp, DataView.h, DataViewBar.cpp, DataViewBar.h,
53     DataViewProperties.cpp, DataViewProperties.h,
54     DataViewSplitter.cpp, DataViewSplitter.h, MainFrm.cpp, MainFrm.h,
55     MultiChannelData.cpp, MultiChannelData.h, NeuroManager.cpp,
56     NeuroManager.h, NeuroManagerDoc.cpp, NeuroManagerDoc.h,
57     NeuroManagerView.cpp, NeuroManagerView.h, PCScanData.cpp,
58     PCScanData.h, resource.h, scbarg.cpp, scbarg.h, sizecbar.cpp,
59     sizecbar.h, stdafx.cpp, stdafx.h: formated source codes indent
60     style using 'astyle' command with '-tPb' arguments.
61    
62     2006-01-05 21:37 orrisroot
63    
64     * DataViewContext.cpp, DataViewContext.h, NeuroManager.vcproj:
65     added dataview context class 'CDataViewContext'.
66    
67 orrisroot 1.4 2005-12-23 06:22 orrisroot
68    
69     * DataView.cpp, DataView.h: added mutex locking for multi thread
70     message sending.
71    
72 orrisroot 1.3 2005-11-29 19:16 orrisroot
73 orrisroot 1.1
74     * DataView.cpp, DataView.h: fixed bug in data view window resizing.
75    
76 orrisroot 1.3 2005-11-28 21:04 orrisroot
77 orrisroot 1.1
78     * MainFrm.cpp: implemented all toolbar status storing and loading
79     using registry.
80    
81 orrisroot 1.3 2005-11-28 21:02 orrisroot
82 orrisroot 1.1
83     * DataView.cpp, DataView.h: fixed bug on initial drawing.
84     m_brushBackground was invalid brush.
85    
86 orrisroot 1.3 2005-11-28 18:11 orrisroot
87 orrisroot 1.1
88     * DataViewBar.cpp, MainFrm.cpp, MainFrm.h, stdafx.h: added dataview
89     bar size storing and loading using application registroy.
90    
91 orrisroot 1.3 2005-11-23 17:15 orrisroot
92 orrisroot 1.1
93     * DataView.cpp, DataView.h: added faster scrolling trick.
94    
95 orrisroot 1.3 2005-11-23 12:04 orrisroot
96 orrisroot 1.1
97     * DataView.cpp, DataView.h: added backing storing code.
98    
99 orrisroot 1.3 2005-11-23 10:58 orrisroot
100 orrisroot 1.1
101     * DataView.cpp, DataView.h: added buffered drawing code.
102    
103 orrisroot 1.3 2005-11-22 09:43 orrisroot
104 orrisroot 1.1
105     * DataView.cpp, DataView.h: disable to erase background.
106    
107 orrisroot 1.3 2005-11-17 14:12 orrisroot
108 orrisroot 1.1
109     * DataView.cpp, MultiChannelData.cpp, MultiChannelData.h,
110     NeuroManagerDoc.cpp, NeuroManagerDoc.h: tuned performance for
111     data drawing.
112    
113 orrisroot 1.3 2005-11-17 13:28 orrisroot
114 orrisroot 1.1
115     * DataView.cpp: escaped unknown compiler bug.
116    
117 orrisroot 1.3 2005-11-17 08:34 orrisroot
118 orrisroot 1.1
119     * DataView.cpp, DataView.h, DataViewProperties.cpp,
120     MultiChannelData.cpp, MultiChannelData.h, NeuroManagerDoc.cpp,
121     NeuroManagerDoc.h, PCScanData.cpp, stdafx.h: changed data type of
122     raw data size to 64bit integer. added drawing accelaration code.
123    
124 orrisroot 1.3 2005-11-17 05:53 orrisroot
125 orrisroot 1.1
126     * DataView.cpp, DataView.h: added magnification changing keyevent
127     'Ctrl-Shift-Left/Right'.
128    
129 orrisroot 1.3 2005-11-17 04:00 orrisroot
130 orrisroot 1.1
131     * DataView.cpp, DataView.h, DataViewProperties.cpp,
132     DataViewProperties.h, DataViewSplitter.cpp, DataViewSplitter.h,
133     NeuroManagerDoc.cpp, NeuroManagerDoc.h: moved current data
134     channel variable from CDocument to CView.
135    
136 orrisroot 1.3 2005-11-17 01:26 orrisroot
137 orrisroot 1.1
138     * DataView.cpp: added limitation of time positioning.
139    
140 orrisroot 1.3 2005-11-17 01:14 orrisroot
141 orrisroot 1.1
142     * DataView.cpp, DataView.h, DataViewBar.cpp,
143     DataViewProperties.cpp, DataViewProperties.h,
144     DataViewSplitter.cpp, DataViewSplitter.h, MultiChannelData.cpp,
145     MultiChannelData.h, NeuroManager.rc, NeuroManagerDoc.cpp,
146     NeuroManagerDoc.h, resource.h: added current time displaing.
147    
148 orrisroot 1.3 2005-11-15 23:12 orrisroot
149 orrisroot 1.1
150     * DataView.cpp, DataView.h: disabled middle click scrolling. it
151     does not works.
152    
153 orrisroot 1.3 2005-11-15 14:17 orrisroot
154 orrisroot 1.1
155     * DataView.cpp, DataView.h: clean up horizontal scrolling.
156    
157 orrisroot 1.3 2005-11-14 20:39 orrisroot
158 orrisroot 1.1
159     * DataView.cpp, DataView.h: implemented virtual horizontal scroll
160     feature. this is supports for x axis magnification changing.
161     but, this is still buggy. be carefull to use...
162    
163 orrisroot 1.3 2005-10-17 14:20 orrisroot
164 orrisroot 1.1
165     * DataView.cpp, DataView.h: changed pen color of axis to Gray.
166    
167 orrisroot 1.3 2005-10-15 04:04 orrisroot
168 orrisroot 1.1
169     * MultiChannelData.cpp, MultiChannelData.h: supported giga byte
170     sized binary data file.
171    
172 orrisroot 1.3 2005-10-14 16:00 orrisroot
173 orrisroot 1.1
174     * DataView.cpp, DataView.h: renamed private variable name.
175    
176 orrisroot 1.3 2005-10-13 20:43 orrisroot
177 orrisroot 1.1
178     * DataView.cpp, DataView.h: added data scroll handler by mouse
179     drag.
180    
181 orrisroot 1.3 2005-10-13 19:26 orrisroot
182 orrisroot 1.1
183     * DataView.cpp, DataView.h: added arrow key handling on data view
184     panel.
185    
186 orrisroot 1.3 2005-10-12 14:12 orrisroot
187 orrisroot 1.1
188     * DataView.cpp: changed scrolling size.
189    
190 orrisroot 1.3 2005-10-12 14:12 orrisroot
191 orrisroot 1.1
192     * MultiChannelData.cpp: changed pre reading buffer size to 200000.
193    
194 orrisroot 1.3 2005-10-11 13:45 orrisroot
195 orrisroot 1.1
196     * MainFrm.cpp: changed dataview subwindow title from constant value
197     to resource string.
198    
199 orrisroot 1.3 2005-10-09 03:07 orrisroot
200 orrisroot 1.1
201     * DataView.cpp, DataView.h, DataViewBar.cpp,
202     DataViewProperties.cpp, DataViewProperties.h,
203     DataViewSplitter.cpp, NeuroManager.cpp, NeuroManager.rc,
204     NeuroManager.vcproj, NeuroManagerDoc.cpp, NeuroManagerDoc.h,
205     resource.h: added property panel.
206    
207 orrisroot 1.3 2005-10-05 16:06 orrisroot
208 orrisroot 1.1
209     * DataView.cpp, DataView.h, MultiChannelData.cpp,
210     MultiChannelData.h, NeuroManagerDoc.cpp, NeuroManagerDoc.h,
211     PCScanData.cpp, PCScanData.h: added data pickup abstraction
212     method 'CMultiChannelData::GetData(UINT ch, DWORD pos)'.
213    
214 orrisroot 1.3 2005-10-04 16:29 orrisroot
215 orrisroot 1.1
216     * DataView.cpp, DataView.h, DataViewBar.cpp, NeuroManager.rc,
217     resource.h: fixed resources.
218    
219 orrisroot 1.3 2005-09-28 01:55 orrisroot
220 orrisroot 1.1
221     * DataView.cpp, DataView.h, DataViewBar.cpp, DataViewBar.h,
222     DataViewSplitter.cpp, DataViewSplitter.h, MainFrm.cpp, MainFrm.h,
223     NeuroManager.cpp, NeuroManager.vcproj, NeuroManagerDoc.cpp:
224     splited dataview bar.
225    
226 orrisroot 1.3 2005-09-25 02:47 orrisroot
227 orrisroot 1.1
228     * DataView.cpp, DataView.h: fixed zero point of graph in data view.
229    
230 orrisroot 1.3 2005-09-22 12:56 orrisroot
231 orrisroot 1.1
232     * NeuroManager.vcproj: removed unused source file from neuromanager
233     project.
234    
235 orrisroot 1.3 2005-09-21 21:56 orrisroot
236 orrisroot 1.1
237     * DataView.cpp, DataView.h, MultiChannelData.h,
238     NeuroManager.vcproj, NeuroManagerDoc.cpp, NeuroManagerDoc.h:
239     implemented drawing handler for real raw data.
240    
241 orrisroot 1.3 2005-09-20 21:35 orrisroot
242 orrisroot 1.1
243     * DataView.cpp, DataView.h, DataViewBar.cpp, DataViewBar.h,
244     MainFrm.cpp, MainFrm.h, NeuroManager.cpp: related document
245     instance to data scroll view instance.
246    
247 orrisroot 1.3 2005-09-16 18:47 orrisroot
248 orrisroot 1.1
249     * DataView.cpp, DataView.h, DataViewBar.cpp, DataViewBar.h,
250     MainFrm.cpp, NeuroManager.vcproj, NeuroManagerView.h: added
251     scroll view panel.
252    
253 orrisroot 1.3 2005-09-15 00:38 orrisroot
254 orrisroot 1.1
255     * MainFrm.h, MultiChannelData.cpp, MultiChannelData.h,
256     NeuroManager.h, NeuroManager.vcproj, NeuroManagerDoc.cpp,
257     NeuroManagerDoc.h, PCScanData.cpp, PCScanData.h, stdafx.h: added
258     first data type SONY PCScan Data type.
259    
260 orrisroot 1.3 2005-09-13 17:43 orrisroot
261 orrisroot 1.1
262     * NeuroManager.vcproj: removed unused file.
263    
264 orrisroot 1.3 2005-09-08 18:16 orrisroot
265 orrisroot 1.1
266     * NeuroManager.cpp, NeuroManager.rc, resource.h: fixed broken
267     document icon resourc.
268    
269 orrisroot 1.3 2005-09-08 16:41 orrisroot
270 orrisroot 1.1
271     * NeuroManager.rc: backout overwrited string.
272    
273 orrisroot 1.3 2005-09-08 16:12 orrisroot
274 orrisroot 1.1
275     * DataViewBar.cpp, DataViewBar.h, MainFrm.cpp, MainFrm.h,
276     NeuroManager.cpp, NeuroManager.rc, NeuroManager.vcproj,
277     NeuroManagerDoc.cpp, resource.h, stdafx.h: added sample code of
278     dataview bar.
279    
280 orrisroot 1.3 2005-09-08 16:11 orrisroot
281 orrisroot 1.1
282     * scbarg.cpp, scbarg.h, sizecbar.cpp, sizecbar.h: added dockable
283     bar base classes.
284    
285 orrisroot 1.3 2005-09-08 13:12 orrisroot
286 orrisroot 1.1
287     * NeuroManager.rc: added english dialog resource.
288    
289 orrisroot 1.3 2005-09-08 11:44 orrisroot
290 orrisroot 1.1
291     * NeuroManager.rc: added english resouces.
292    
293 orrisroot 1.3 2005-09-07 18:14 orrisroot
294 orrisroot 1.1
295     * MainFrm.cpp, MainFrm.h, NeuroManager.cpp, NeuroManager.h,
296     NeuroManager.rc, NeuroManager.sln, NeuroManager.vcproj,
297     NeuroManagerDoc.cpp, NeuroManagerDoc.h, NeuroManagerView.cpp,
298 orrisroot 1.3 NeuroManagerView.h, resource.h, stdafx.cpp, stdafx.h: Import
299     template sourcecode of spike analysis tool into CVS
300 orrisroot 1.1
301 orrisroot 1.3 2005-09-07 18:14 orrisroot
302 orrisroot 1.1
303     * MainFrm.cpp, MainFrm.h, NeuroManager.cpp, NeuroManager.h,
304     NeuroManager.rc, NeuroManager.sln, NeuroManager.vcproj,
305     NeuroManagerDoc.cpp, NeuroManagerDoc.h, NeuroManagerView.cpp,
306     NeuroManagerView.h, resource.h, stdafx.cpp, stdafx.h: Initial
307     revision
308    

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26