-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathChangeLog
271 lines (153 loc) · 8.59 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
2012-01-22 Nicolas Bourdaud <[email protected]>
* AUTHORS, configure.ac, src/eegview.c: Update the copyright
2012-01-22 Nicolas Bourdaud <[email protected]>
* data/Makefile.am: Cleanup tarball generation
2012-01-22 Nicolas Bourdaud <[email protected]>
* data/Makefile.am, data/eegview.desktop.in, data/eegview.svg: Don't
use lab icon (cannot be used under LGPL)
2012-01-21 Nicolas Bourdaud <[email protected]>
* src/eegview.c: Fix warnings
2011-11-10 Nicolas Bourdaud <[email protected]>
* Makefile.am, configure.ac, doc/Makefile.am, doc/eegview.1: Adds a
eegview minimal manpage
2011-11-10 Nicolas Bourdaud <[email protected]>
* data/Makefile.am, data/eegview.conf, src/eegview.c: Supports for
eegview.conf configuration file
2011-11-01 Nicolas Bourdaud <[email protected]>
* src/eegview.c: bugfix: --ui-file opetion not taken into account
2011-11-10 Nicolas Bourdaud <[email protected]>
* Makefile.am, debian/changelog, debian/compat, debian/control,
debian/copyright, debian/docs, debian/menu, debian/rules: Remove
debian packaging from main development
2011-06-28 Nicolas Bourdaud <[email protected]>
* debian/changelog: alpha3 release
2011-06-28 Nicolas Bourdaud <[email protected]>
* src/eegview.c: cleanup commented lines
2011-06-28 Nicolas Bourdaud <[email protected]>
* src/eegview.c: bugfix: possible segfault in device info
2011-06-17 Nicolas Bourdaud <[email protected]>
* Makefile.am, configure.ac, data/Makefile.am,
data/eegview.desktop.in, data/eegview.svg, debian/menu,
src/Makefile.am: Install icon and desktop entry
2011-06-17 Nicolas Bourdaud <[email protected]>
* eegpanel.ui, settings.ini, src/fakeact2.c: Clean up old and
unnecessary files
2011-06-16 Nicolas Bourdaud <[email protected]>
* debian/changelog, src/eegview.c: bugfix: unclean exit when closed
before disconnection (alpha2)
2011-06-15 Nicolas Bourdaud <[email protected]>
* debian/changelog, debian/control: New version: alpha1
2011-06-15 Nicolas Bourdaud <[email protected]>
* src/eegview.c: Add device info button
2011-06-14 Nicolas Bourdaud <[email protected]>
* src/eegview.c: Reflect changes in mcpanel with tabconf
2011-06-11 Nicolas Bourdaud <[email protected]>
* src/eegview.c: Connect to eeg device only when connect is pressed
2011-06-09 Nicolas Bourdaud <[email protected]>
* src/eegview.c: Add prefiltering field in the recorded file
2011-06-04 Nicolas Bourdaud <[email protected]>
* src/eegview.c: init_mcp_lib => mcp_init_lib
2011-06-01 Nicolas Bourdaud <[email protected]>
* configure.ac, src/eegview.c: Use mcpanel library
2011-05-30 Nicolas Bourdaud <[email protected]>
* src/eegview.c: Set offsets scales to 25mV and 50mV only
2011-05-27 Nicolas Bourdaud <[email protected]>
* Makefile.am, configure.ac, debian/changelog, debian/compat,
debian/control, debian/copyright, debian/docs, debian/rules: Add
debian packaging and use the correct version scheme
2011-04-15 Nicolas Bourdaud <[email protected]>
* src/eegview.c: Make usage mention the correct options
2011-04-04 Nicolas Bourdaud <[email protected]>
* src/eegview.c: Use new eegdev API egd_open
2011-02-14 Nicolas Bourdaud <[email protected]>
* src/eegview.c: bugfix: fix race condition when closing file
2011-01-14 Nicolas Bourdaud <[email protected]>
* src/eegview.c: Update usage of egd_get_cap and egd_get_numch
2010-12-07 Nicolas Bourdaud <[email protected]>
* : commit fe95946a9449a997e217dbc9fdb4c2605cfc601c Author: Nicolas
Bourdaud <[email protected]> Date: Tue Dec 7 18:10:45 2010
+0100
2010-11-26 Nicolas Bourdaud <[email protected]>
* src/eegview.c: Small cleanups
2010-11-26 Nicolas Bourdaud <[email protected]>
* configure.ac, src/Makefile.am, src/configuration.c,
src/configuration.h, src/eegview.c: Adapt eegview to the new panel
(tab separated)
2010-11-11 Nicolas Bourdaud <[email protected]>
* src/eegview.c: Reenable the use of triggers and fix the biosemi
open func
2010-11-03 Nicolas Bourdaud <[email protected]>
* src/eegview.c: Get information from device (use egd_chinfo)
2010-10-18 Nicolas Bourdaud <[email protected]>
* src/eegview.c: externalize device connection from panel loop
2010-10-18 Nicolas Bourdaud <[email protected]>
* src/eegview.c: Add neurosky support
2010-10-01 Nicolas Bourdaud <[email protected]>
* configure.ac, src/eegview.c: Check that the system support the
requested number of channel
2010-10-01 Nicolas Bourdaud <[email protected]>
* configure.ac, src/configuration.c, src/configuration.h,
src/eegview.c: Switch to eegdev library Use of eegdev library now. As a consequence, the commandline options
handling code has been changed to specify the type of EEG device to
be used.
2010-08-02 Nicolas Bourdaud <[email protected]>
* src/eegview.c: Update to the new xdffileio API
2010-07-21 Nicolas Bourdaud <[email protected]>
* configure.ac: Remove unnecessary use of libtool
2010-06-29 Nicolas Bourdaud <[email protected]>
* configure.ac, src/eegview.c: Use of xdffileio library instead of
bdffileio
2010-03-13 Nicolas Bourdaud <[email protected]>
* src/eegview.c, src/fakeact2.c: Fix the bug of recording (provide a
way to fake eeg as well)
2009-12-16 Nicolas Bourdaud <[email protected]>
* src/eegview.c: Add popup message on bdf file error
2009-12-09 Nicolas Bourdaud <[email protected]>
* src/eegview.c: Fix the channel specification when creating the BDF
2009-12-09 Nicolas Bourdaud <[email protected]>
* configure.ac, src/Makefile.am, src/configuration.c,
src/configuration.h, src/eegview.c: Add configuration file
2009-12-07 Nicolas Bourdaud <[email protected]>
* src/eegview.c: Integrate change of eegpanel_create
2009-11-09 bourdaud <bourdaud@3b4714c8-b19d-487d-9711-26c957be2895>
* src/eegview.c: Fix bux in the creation of panel: DO NOT set
user_data to a junk value git-svn-id:
https://svn.epfl.ch/svn/activetwotools/trunk/applications/eegview@154 3b4714c8-b19d-487d-9711-26c957be2895
2009-11-09 bourdaud <bourdaud@3b4714c8-b19d-487d-9711-26c957be2895>
* src/eegview.c: Fix a bug the the creation of BDF file git-svn-id:
https://svn.epfl.ch/svn/activetwotools/trunk/applications/eegview@153 3b4714c8-b19d-487d-9711-26c957be2895
2009-11-09 bourdaud <bourdaud@3b4714c8-b19d-487d-9711-26c957be2895>
* src/eegview.c: stop the acquisition loop in case of acquisition
failure git-svn-id:
https://svn.epfl.ch/svn/activetwotools/trunk/applications/eegview@152 3b4714c8-b19d-487d-9711-26c957be2895
2009-08-21 bourdaud <bourdaud@3b4714c8-b19d-487d-9711-26c957be2895>
* src/eegview.c: clean synchronization git-svn-id:
https://svn.epfl.ch/svn/activetwotools/trunk/applications/eegview@125 3b4714c8-b19d-487d-9711-26c957be2895
2009-08-18 bourdaud <bourdaud@3b4714c8-b19d-487d-9711-26c957be2895>
* src/eegview.c: reflect change of eegpanel git-svn-id:
https://svn.epfl.ch/svn/activetwotools/trunk/applications/eegview@117 3b4714c8-b19d-487d-9711-26c957be2895
2009-08-03 bourdaud <bourdaud@3b4714c8-b19d-487d-9711-26c957be2895>
* src/eegview.c: Connect toggle recording function git-svn-id:
https://svn.epfl.ch/svn/activetwotools/trunk/applications/eegview@101 3b4714c8-b19d-487d-9711-26c957be2895
2009-08-03 bourdaud <bourdaud@3b4714c8-b19d-487d-9711-26c957be2895>
* src/eegview.c: Fix a bug in the exg-set cmdline option. Handle
disconnection git-svn-id:
https://svn.epfl.ch/svn/activetwotools/trunk/applications/eegview@99
3b4714c8-b19d-487d-9711-26c957be2895
2009-07-09 bourdaud <bourdaud@3b4714c8-b19d-487d-9711-26c957be2895>
* : Process the channel set options and fix a bug in specification
of channels needed in Connect function git-svn-id:
https://svn.epfl.ch/svn/activetwotools/trunk/applications/eegview@27
3b4714c8-b19d-487d-9711-26c957be2895
2009-07-07 Nicolas Bourdaud <[email protected]>
* src/eegview.c: Process the channel set options and fix a bug in
specification of channels needed in Connect function
2009-07-06 Nicolas Bourdaud <[email protected]>
* src/eegview.c: Fix: initialize chann to 0 and plug StopRecording
callback
2009-07-06 Nicolas Bourdaud <[email protected]>
* AUTHORS, COPYING, ChangeLog, Makefile, Makefile.am, NEWS, README,
config/.dummy, configure.ac, m4/.dummy, main.c, src/Makefile.am,
src/eegview.c: GNU package created
2009-07-03 Nicolas Bourdaud <[email protected]>
* Initial commit: bdf recording doesn't work yet