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.10 - (hide annotations) (download)
Thu Jan 19 00:01:48 2006 UTC (18 years, 2 months ago) by orrisroot
Branch: MAIN
Changes since 1.9: +44 -0 lines
updated logs.

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

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