Develop and Download Open Source Software

Browse CVS Repository

Diff of /satellite/neuromanager/ChangeLog

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

revision 1.12 by orrisroot, Sat Feb 4 13:17:13 2006 UTC revision 1.13 by orrisroot, Sat Feb 4 13:48:59 2006 UTC
# Line 1  Line 1 
1    2006-02-04 22:47  orrisroot
2    
3            * lib/libmcdata/ChangeLog, lib/libsl4/ChangeLog,
4              neuromanager/res/ChangeLog: removed change logs.
5    
6    2006-02-04 22:40  orrisroot
7    
8            * neuromanager/res/ChangeLog: added logs.
9    
10    2006-02-04 22:38  orrisroot
11    
12            * DataView.cpp, DataView.h, DataViewBar.cpp, DataViewBar.h,
13              DataViewContext.cpp, DataViewContext.h, DataViewProperties.cpp,
14              DataViewProperties.h, DataViewSplitter.cpp, DataViewSplitter.h,
15              ListCtrlEdit.cpp, ListCtrlEdit.h, MainFrm.cpp, MainFrm.h,
16              NeuroManager.cpp, NeuroManager.h, NeuroManager.rc,
17              NeuroManager.sln, NeuroManager.vcproj, NeuroManagerDoc.cpp,
18              NeuroManagerDoc.h, NeuroManagerView.cpp, NeuroManagerView.h,
19              PCScanData.cpp, PCScanData.h, SpikeData.cpp, SpikeData.h,
20              SpikeDetector.cpp, SpikeDetector.h, SpikeView.cpp, SpikeView.h,
21              SpikeViewBar.cpp, SpikeViewBar.h, SpikeViewProperties.cpp,
22              SpikeViewProperties.h, SpikeViewSplitter.cpp,
23              SpikeViewSplitter.h, resource.h, scbarg.cpp, scbarg.h,
24              sizecbar.cpp, sizecbar.h, stdafx.cpp, stdafx.h,
25              lib/libmcdata/libmcdata.vcproj, lib/libsl4/libsl4.vcproj,
26              neuromanager/DataView.cpp, neuromanager/DataView.h,
27              neuromanager/DataViewBar.cpp, neuromanager/DataViewBar.h,
28              neuromanager/DataViewContext.cpp, neuromanager/DataViewContext.h,
29              neuromanager/DataViewProperties.cpp,
30              neuromanager/DataViewProperties.h,
31              neuromanager/DataViewSplitter.cpp,
32              neuromanager/DataViewSplitter.h, neuromanager/ListCtrlEdit.cpp,
33              neuromanager/ListCtrlEdit.h, neuromanager/MainFrm.cpp,
34              neuromanager/MainFrm.h, neuromanager/NeuroManager.cpp,
35              neuromanager/NeuroManager.h, neuromanager/NeuroManager.rc,
36              neuromanager/NeuroManager.vcproj,
37              neuromanager/NeuroManagerDoc.cpp, neuromanager/NeuroManagerDoc.h,
38              neuromanager/NeuroManagerView.cpp,
39              neuromanager/NeuroManagerView.h, neuromanager/PCScanData.cpp,
40              neuromanager/PCScanData.h, neuromanager/SpikeData.cpp,
41              neuromanager/SpikeData.h, neuromanager/SpikeDetector.cpp,
42              neuromanager/SpikeDetector.h, neuromanager/SpikeView.cpp,
43              neuromanager/SpikeView.h, neuromanager/SpikeViewBar.cpp,
44              neuromanager/SpikeViewBar.h,
45              neuromanager/SpikeViewProperties.cpp,
46              neuromanager/SpikeViewProperties.h,
47              neuromanager/SpikeViewSplitter.cpp,
48              neuromanager/SpikeViewSplitter.h, neuromanager/resource.h,
49              neuromanager/scbarg.cpp, neuromanager/scbarg.h,
50              neuromanager/sizecbar.cpp, neuromanager/sizecbar.h,
51              neuromanager/stdafx.cpp, neuromanager/stdafx.h,
52              neuromanager/res/NeuroManager.ico,
53              neuromanager/res/NeuroManager.manifest,
54              neuromanager/res/NeuroManager.rc2,
55              neuromanager/res/NeuroManagerDoc.ico,
56              neuromanager/res/Toolbar.bmp: moved main application sources to
57              neuromanager directory.
58    
59    2006-02-04 22:13  orrisroot
60    
61            * lib/: libmcdata/ChangeLog, libsl4/ChangeLog: added logs.
62    
63  2006-02-04 22:11  orrisroot  2006-02-04 22:11  orrisroot
64    
65          * MultiChannelData.cpp, MultiChannelData.h, NeuroManager.sln,          * MultiChannelData.cpp, MultiChannelData.h, NeuroManager.sln,
66            NeuroManager.vcproj, PCScanData.cpp, PCScanData.h, stdafx.h:            NeuroManager.vcproj, PCScanData.cpp, PCScanData.h, stdafx.h,
67            imported satellite4 base library sources.  moved base class of            lib/libmcdata/MultiChannelData.cpp,
68            multi channel data class 'CMultiChannelData' to dll.            lib/libmcdata/MultiChannelData.h, lib/libmcdata/libmcdata.cpp,
69              lib/libmcdata/libmcdata.h, lib/libmcdata/libmcdata.rc,
70              lib/libmcdata/libmcdata.vcproj, lib/libmcdata/resource.h,
71              lib/libsl4/array.c, lib/libsl4/libsl4.c, lib/libsl4/libsl4.h,
72              lib/libsl4/libsl4.rc, lib/libsl4/libsl4.vcproj,
73              lib/libsl4/list.c, lib/libsl4/mutex.c, lib/libsl4/resource.h,
74              lib/libsl4/string.c: imported satellite4 base library sources.
75              moved base class of multi channel data class 'CMultiChannelData'
76              to dll.
77    
78  2006-02-02 16:33  orrisroot  2006-02-02 16:33  orrisroot
79    
# Line 100  Line 170 
170    
171  2006-01-12 10:32  orrisroot  2006-01-12 10:32  orrisroot
172    
173          * NeuroManager.rc: added copying to resource file.  translated          * NeuroManager.rc: added copying to resource file.  transrated
174            Japanese comment to English.            Japanese comment to English.
175    
176  2006-01-12 10:22  orrisroot  2006-01-12 10:22  orrisroot
# Line 136  Line 206 
206    
207          * DataView.cpp, DataView.h, DataViewBar.cpp, DataViewContext.cpp,          * DataView.cpp, DataView.h, DataViewBar.cpp, DataViewContext.cpp,
208            DataViewContext.h, DataViewProperties.cpp, DataViewProperties.h,            DataViewContext.h, DataViewProperties.cpp, DataViewProperties.h,
209            DataViewSplitter.cpp: moved variable of current viewing data            DataViewSplitter.cpp: moved current variable of viewing data
210            channel from CDataView class to CDataViewContext class.            channel from CDataView class to CDataViewContext class.
211    
212  2006-01-06 05:07  orrisroot  2006-01-06 05:07  orrisroot
# Line 188  Line 258 
258    
259  2005-12-23 06:22  orrisroot  2005-12-23 06:22  orrisroot
260    
261          * DataView.cpp, DataView.h: added mutex locking for multi thread          * ChangeLog, DataView.cpp, DataView.h: added mutex locking for
262            message sending.            multi thread message sending.
263    
264    2005-12-03 04:48  orrisroot
265    
266            * ChangeLog: chaged commiter display name from account to real.
267    
268    2005-12-03 03:31  orrisroot
269    
270            * ChangeLog: added change logs.
271    
272  2005-11-29 19:16  orrisroot  2005-11-29 19:16  orrisroot
273    

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

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