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.4 - (hide annotations) (download)
Thu Dec 22 21:24:35 2005 UTC (18 years, 3 months ago) by orrisroot
Branch: MAIN
Changes since 1.3: +5 -0 lines
update logs.

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