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.2 - (hide annotations) (download)
Fri Dec 2 19:48:39 2005 UTC (18 years, 4 months ago) by orrisroot
Branch: MAIN
Changes since 1.1: +52 -47 lines
chaged commiter display name from account to real.

1 orrisroot 1.2 2005-12-03 03:31 Yoshihiro OKUMURA
2    
3     * ChangeLog: added change logs.
4    
5     2005-11-29 19:16 Yoshihiro OKUMURA
6 orrisroot 1.1
7     * DataView.cpp, DataView.h: fixed bug in data view window resizing.
8    
9 orrisroot 1.2 2005-11-28 21:04 Yoshihiro OKUMURA
10 orrisroot 1.1
11     * MainFrm.cpp: implemented all toolbar status storing and loading
12     using registry.
13    
14 orrisroot 1.2 2005-11-28 21:02 Yoshihiro OKUMURA
15 orrisroot 1.1
16     * DataView.cpp, DataView.h: fixed bug on initial drawing.
17     m_brushBackground was invalid brush.
18    
19 orrisroot 1.2 2005-11-28 18:11 Yoshihiro OKUMURA
20 orrisroot 1.1
21     * DataViewBar.cpp, MainFrm.cpp, MainFrm.h, stdafx.h: added dataview
22     bar size storing and loading using application registroy.
23    
24 orrisroot 1.2 2005-11-23 17:15 Yoshihiro OKUMURA
25 orrisroot 1.1
26     * DataView.cpp, DataView.h: added faster scrolling trick.
27    
28 orrisroot 1.2 2005-11-23 12:04 Yoshihiro OKUMURA
29 orrisroot 1.1
30     * DataView.cpp, DataView.h: added backing storing code.
31    
32 orrisroot 1.2 2005-11-23 10:58 Yoshihiro OKUMURA
33 orrisroot 1.1
34     * DataView.cpp, DataView.h: added buffered drawing code.
35    
36 orrisroot 1.2 2005-11-22 09:43 Yoshihiro OKUMURA
37 orrisroot 1.1
38     * DataView.cpp, DataView.h: disable to erase background.
39    
40 orrisroot 1.2 2005-11-17 14:12 Yoshihiro OKUMURA
41 orrisroot 1.1
42     * DataView.cpp, MultiChannelData.cpp, MultiChannelData.h,
43     NeuroManagerDoc.cpp, NeuroManagerDoc.h: tuned performance for
44     data drawing.
45    
46 orrisroot 1.2 2005-11-17 13:28 Yoshihiro OKUMURA
47 orrisroot 1.1
48     * DataView.cpp: escaped unknown compiler bug.
49    
50 orrisroot 1.2 2005-11-17 08:34 Yoshihiro OKUMURA
51 orrisroot 1.1
52     * DataView.cpp, DataView.h, DataViewProperties.cpp,
53     MultiChannelData.cpp, MultiChannelData.h, NeuroManagerDoc.cpp,
54     NeuroManagerDoc.h, PCScanData.cpp, stdafx.h: changed data type of
55     raw data size to 64bit integer. added drawing accelaration code.
56    
57 orrisroot 1.2 2005-11-17 05:53 Yoshihiro OKUMURA
58 orrisroot 1.1
59     * DataView.cpp, DataView.h: added magnification changing keyevent
60     'Ctrl-Shift-Left/Right'.
61    
62 orrisroot 1.2 2005-11-17 04:00 Yoshihiro OKUMURA
63 orrisroot 1.1
64     * DataView.cpp, DataView.h, DataViewProperties.cpp,
65     DataViewProperties.h, DataViewSplitter.cpp, DataViewSplitter.h,
66     NeuroManagerDoc.cpp, NeuroManagerDoc.h: moved current data
67     channel variable from CDocument to CView.
68    
69 orrisroot 1.2 2005-11-17 01:26 Yoshihiro OKUMURA
70 orrisroot 1.1
71     * DataView.cpp: added limitation of time positioning.
72    
73 orrisroot 1.2 2005-11-17 01:14 Yoshihiro OKUMURA
74 orrisroot 1.1
75     * DataView.cpp, DataView.h, DataViewBar.cpp,
76     DataViewProperties.cpp, DataViewProperties.h,
77     DataViewSplitter.cpp, DataViewSplitter.h, MultiChannelData.cpp,
78     MultiChannelData.h, NeuroManager.rc, NeuroManagerDoc.cpp,
79     NeuroManagerDoc.h, resource.h: added current time displaing.
80    
81 orrisroot 1.2 2005-11-15 23:12 Yoshihiro OKUMURA
82 orrisroot 1.1
83     * DataView.cpp, DataView.h: disabled middle click scrolling. it
84     does not works.
85    
86 orrisroot 1.2 2005-11-15 14:17 Yoshihiro OKUMURA
87 orrisroot 1.1
88     * DataView.cpp, DataView.h: clean up horizontal scrolling.
89    
90 orrisroot 1.2 2005-11-14 20:39 Yoshihiro OKUMURA
91 orrisroot 1.1
92     * DataView.cpp, DataView.h: implemented virtual horizontal scroll
93     feature. this is supports for x axis magnification changing.
94     but, this is still buggy. be carefull to use...
95    
96 orrisroot 1.2 2005-10-17 14:20 Yoshihiro OKUMURA
97 orrisroot 1.1
98     * DataView.cpp, DataView.h: changed pen color of axis to Gray.
99    
100 orrisroot 1.2 2005-10-15 04:04 Yoshihiro OKUMURA
101 orrisroot 1.1
102     * MultiChannelData.cpp, MultiChannelData.h: supported giga byte
103     sized binary data file.
104    
105 orrisroot 1.2 2005-10-14 16:00 Yoshihiro OKUMURA
106 orrisroot 1.1
107     * DataView.cpp, DataView.h: renamed private variable name.
108    
109 orrisroot 1.2 2005-10-13 20:43 Yoshihiro OKUMURA
110 orrisroot 1.1
111     * DataView.cpp, DataView.h: added data scroll handler by mouse
112     drag.
113    
114 orrisroot 1.2 2005-10-13 19:26 Yoshihiro OKUMURA
115 orrisroot 1.1
116     * DataView.cpp, DataView.h: added arrow key handling on data view
117     panel.
118    
119 orrisroot 1.2 2005-10-12 14:12 Yoshihiro OKUMURA
120 orrisroot 1.1
121     * DataView.cpp: changed scrolling size.
122    
123 orrisroot 1.2 2005-10-12 14:12 Yoshihiro OKUMURA
124 orrisroot 1.1
125     * MultiChannelData.cpp: changed pre reading buffer size to 200000.
126    
127 orrisroot 1.2 2005-10-11 13:45 Yoshihiro OKUMURA
128 orrisroot 1.1
129     * MainFrm.cpp: changed dataview subwindow title from constant value
130     to resource string.
131    
132 orrisroot 1.2 2005-10-09 03:07 Yoshihiro OKUMURA
133 orrisroot 1.1
134     * DataView.cpp, DataView.h, DataViewBar.cpp,
135     DataViewProperties.cpp, DataViewProperties.h,
136     DataViewSplitter.cpp, NeuroManager.cpp, NeuroManager.rc,
137     NeuroManager.vcproj, NeuroManagerDoc.cpp, NeuroManagerDoc.h,
138     resource.h: added property panel.
139    
140 orrisroot 1.2 2005-10-05 16:06 Yoshihiro OKUMURA
141 orrisroot 1.1
142     * DataView.cpp, DataView.h, MultiChannelData.cpp,
143     MultiChannelData.h, NeuroManagerDoc.cpp, NeuroManagerDoc.h,
144     PCScanData.cpp, PCScanData.h: added data pickup abstraction
145     method 'CMultiChannelData::GetData(UINT ch, DWORD pos)'.
146    
147 orrisroot 1.2 2005-10-04 16:29 Yoshihiro OKUMURA
148 orrisroot 1.1
149     * DataView.cpp, DataView.h, DataViewBar.cpp, NeuroManager.rc,
150     resource.h: fixed resources.
151    
152 orrisroot 1.2 2005-09-28 01:55 Yoshihiro OKUMURA
153 orrisroot 1.1
154     * DataView.cpp, DataView.h, DataViewBar.cpp, DataViewBar.h,
155     DataViewSplitter.cpp, DataViewSplitter.h, MainFrm.cpp, MainFrm.h,
156     NeuroManager.cpp, NeuroManager.vcproj, NeuroManagerDoc.cpp:
157     splited dataview bar.
158    
159 orrisroot 1.2 2005-09-25 02:47 Yoshihiro OKUMURA
160 orrisroot 1.1
161     * DataView.cpp, DataView.h: fixed zero point of graph in data view.
162    
163 orrisroot 1.2 2005-09-22 12:56 Yoshihiro OKUMURA
164 orrisroot 1.1
165     * NeuroManager.vcproj: removed unused source file from neuromanager
166     project.
167    
168 orrisroot 1.2 2005-09-21 21:56 Yoshihiro OKUMURA
169 orrisroot 1.1
170     * DataView.cpp, DataView.h, MultiChannelData.h,
171     NeuroManager.vcproj, NeuroManagerDoc.cpp, NeuroManagerDoc.h:
172     implemented drawing handler for real raw data.
173    
174 orrisroot 1.2 2005-09-20 21:35 Yoshihiro OKUMURA
175 orrisroot 1.1
176     * DataView.cpp, DataView.h, DataViewBar.cpp, DataViewBar.h,
177     MainFrm.cpp, MainFrm.h, NeuroManager.cpp: related document
178     instance to data scroll view instance.
179    
180 orrisroot 1.2 2005-09-16 18:47 Yoshihiro OKUMURA
181 orrisroot 1.1
182     * DataView.cpp, DataView.h, DataViewBar.cpp, DataViewBar.h,
183     MainFrm.cpp, NeuroManager.vcproj, NeuroManagerView.h: added
184     scroll view panel.
185    
186 orrisroot 1.2 2005-09-15 00:38 Yoshihiro OKUMURA
187 orrisroot 1.1
188     * MainFrm.h, MultiChannelData.cpp, MultiChannelData.h,
189     NeuroManager.h, NeuroManager.vcproj, NeuroManagerDoc.cpp,
190     NeuroManagerDoc.h, PCScanData.cpp, PCScanData.h, stdafx.h: added
191     first data type SONY PCScan Data type.
192    
193 orrisroot 1.2 2005-09-13 17:43 Yoshihiro OKUMURA
194 orrisroot 1.1
195     * NeuroManager.vcproj: removed unused file.
196    
197 orrisroot 1.2 2005-09-08 18:16 Yoshihiro OKUMURA
198 orrisroot 1.1
199     * NeuroManager.cpp, NeuroManager.rc, resource.h: fixed broken
200     document icon resourc.
201    
202 orrisroot 1.2 2005-09-08 16:41 Yoshihiro OKUMURA
203 orrisroot 1.1
204     * NeuroManager.rc: backout overwrited string.
205    
206 orrisroot 1.2 2005-09-08 16:12 Yoshihiro OKUMURA
207 orrisroot 1.1
208     * DataViewBar.cpp, DataViewBar.h, MainFrm.cpp, MainFrm.h,
209     NeuroManager.cpp, NeuroManager.rc, NeuroManager.vcproj,
210     NeuroManagerDoc.cpp, resource.h, stdafx.h: added sample code of
211     dataview bar.
212    
213 orrisroot 1.2 2005-09-08 16:11 Yoshihiro OKUMURA
214 orrisroot 1.1
215     * scbarg.cpp, scbarg.h, sizecbar.cpp, sizecbar.h: added dockable
216     bar base classes.
217    
218 orrisroot 1.2 2005-09-08 13:12 Yoshihiro OKUMURA
219 orrisroot 1.1
220     * NeuroManager.rc: added english dialog resource.
221    
222 orrisroot 1.2 2005-09-08 11:44 Yoshihiro OKUMURA
223 orrisroot 1.1
224     * NeuroManager.rc: added english resouces.
225    
226 orrisroot 1.2 2005-09-07 18:14 Yoshihiro OKUMURA
227 orrisroot 1.1
228     * MainFrm.cpp, MainFrm.h, NeuroManager.cpp, NeuroManager.h,
229     NeuroManager.rc, NeuroManager.sln, NeuroManager.vcproj,
230     NeuroManagerDoc.cpp, NeuroManagerDoc.h, NeuroManagerView.cpp,
231 orrisroot 1.2 NeuroManagerView.h, resource.h, stdafx.cpp, stdafx.h (utags:
232     first): Import template sourcecode of spike analysis tool into
233     CVS
234 orrisroot 1.1
235 orrisroot 1.2 2005-09-07 18:14 Yoshihiro OKUMURA
236 orrisroot 1.1
237     * MainFrm.cpp, MainFrm.h, NeuroManager.cpp, NeuroManager.h,
238     NeuroManager.rc, NeuroManager.sln, NeuroManager.vcproj,
239     NeuroManagerDoc.cpp, NeuroManagerDoc.h, NeuroManagerView.cpp,
240     NeuroManagerView.h, resource.h, stdafx.cpp, stdafx.h: Initial
241     revision
242    

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