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.8 - (hide annotations) (download)
Thu Jan 12 01:42:22 2006 UTC (18 years, 3 months ago) by orrisroot
Branch: MAIN
Changes since 1.7: +34 -0 lines
updated logs.

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

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