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.9 - (hide annotations) (download)
Thu Jan 12 05:45:32 2006 UTC (18 years, 3 months ago) by orrisroot
Branch: MAIN
Changes since 1.8: +7 -0 lines
update logs.

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

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