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.11 - (hide annotations) (download)
Thu Jan 19 02:51:13 2006 UTC (18 years, 2 months ago) by orrisroot
Branch: MAIN
Changes since 1.10: +4 -0 lines
updated logs.

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

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