-
Notifications
You must be signed in to change notification settings - Fork 5
/
ChangeLog
657 lines (412 loc) · 24 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
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
2012-01-17 Nicolas Bourdaud <nicolas.bourdaud@gmail.com>
* src/Makefile.am, src/led.license: Change led image because of
license I have lost track of who were the authors of the previously used led
images as well as their exaect license terms. So I prefer to use new
one that I know the origins.
2011-11-10 Nicolas Bourdaud <nicolas.bourdaud@gmail.com>
* src/default.ui: Change default channel colors of the scopes
2011-11-10 Nicolas Bourdaud <nicolas.bourdaud@gmail.com>
* src/mcp_gui.c: Supports uifile key in configuration file
2011-11-09 Nicolas Bourdaud <nicolas.bourdaud@gmail.com>
* src/Makefile.am, src/bartab.c, src/mcp_gui.c, src/mcp_gui.h,
src/mcp_shared.h, src/mcpanel.c, src/mcpanel.h, src/misc.c,
src/misc.h, src/scopetab.c, src/signaltab.h, test/Makefile.am,
test/mcpanel.conf, test/test.conf, test/thread_panel.c: Implement
default settings using a keyfile If the keyfile is present and the corresponding key are set, the gui
will start the those settings. The basename of the keyfile can be
set in PanelCb structure. If none are set, "mcpanel" will be used.
The path is then: $XDG_CONFIG_HOME/<basename>.conf
2011-11-08 Nicolas Bourdaud <nicolas.bourdaud@gmail.com>
* src/bartab.c, src/mcp_gui.c, src/scopetab.c, src/signaltab.c,
src/signaltab.h: group signal configuration into struct tabconf
2011-11-04 Nicolas Bourdaud <nicolas.bourdaud@gmail.com>
* src/bartab.c, src/scopetab.c, src/signaltab.c: Get signatabs
initial settings from the ui file
2011-11-04 Nicolas Bourdaud <nicolas.bourdaud@gmail.com>
* src/mcp_gui.c, src/mcpanel.c, src/scopetab.c: Bugfix: timewnd
initial values not taken into account
2011-11-07 Nicolas Bourdaud <nicolas.bourdaud@gmail.com>
* m4/funcarg.m4: Fix warnings of new version of autoconf
2011-11-04 Nicolas Bourdaud <nicolas.bourdaud@gmail.com>
* Makefile.am, debian/changelog, debian/compat, debian/control,
debian/copyright, debian/docs, debian/libmcpanel0-dev.install,
debian/libmcpanel0.install, debian/rules: Remove debian packaging
from main development branches
2011-06-23 Nicolas Bourdaud <nicolas.bourdaud@epfl.ch>
* configure.ac, src/gtk-led.c, src/mcp_gui.c: bugfix: data files
cannot be found once installed
2011-06-15 Nicolas Bourdaud <nicolas.bourdaud@epfl.ch>
* configure.ac, debian/libmcpanel0.install, src/Makefile.am,
src/gtk-led.c, src/mcp_gui.c: install the data in package subfolder
2011-06-15 Nicolas Bourdaud <nicolas.bourdaud@epfl.ch>
* build-aux/file-to-string.sh, configure.ac, src/Makefile.am,
src/mcp_gui.c: Don't build default.ui into the shared library
2011-06-15 Nicolas Bourdaud <nicolas.bourdaud@epfl.ch>
* build-aux/convert-image.sh, configure.ac, m4/ax_define_dir.m4,
src/Makefile.am, src/gtk-led.c, test/Makefile.am: Do not built image
data into the shared library
2011-06-15 Nicolas Bourdaud <nicolas.bourdaud@epfl.ch>
* debian/changelog: Release mcpanel0.0-0alpha0
2011-06-15 Nicolas Bourdaud <nicolas.bourdaud@epfl.ch>
* src/default.ui, src/mcp_gui.c, src/mcp_gui.h, src/mcpanel.c,
src/mcpanel.h, test/thread_panel.c: Add custom buttons facilities
2011-06-04 Nicolas Bourdaud <nicolas.bourdaud@epfl.ch>
* src/mcpanel.c, src/mcpanel.h, test/signal_panel.c,
test/thread_panel.c: Rename init_mcp_lib to mcp_init_lib (to be
consistent)
2011-06-04 Nicolas Bourdaud <nicolas.bourdaud@epfl.ch>
* src/bargraph.c, src/binary-scope.c, src/gtk-led.c,
src/labelized-plot.c, src/mcp_gui.c, src/plot-area.c, src/scope.c:
Don't export *_get_type functions
2011-06-01 Nicolas Bourdaud <nicolas.bourdaud@epfl.ch>
* Makefile.am, README, configure.ac, debian/changelog,
debian/control, debian/libeegpanel0-dev.install,
debian/libeegpanel0.install, debian/libmcpanel0-dev.install,
debian/libmcpanel0.install, src/Makefile.am, src/bargraph.c,
src/bargraph.h, src/binary-scope.c, src/binary-scope.h,
src/eegpanel.c, src/eegpanel.h, src/eegpanel_gui.c,
src/eegpanel_gui.h, src/eegpanel_shared.h,
src/eegpanel_sighandler.c, src/eegpanel_sighandler.h,
src/gtk-led.c, src/gtk-led.h, src/labelized-plot.c,
src/labelized-plot.h, src/mcp_gui.c, src/mcp_gui.h,
src/mcp_shared.h, src/mcp_sighandler.c, src/mcp_sighandler.h,
src/mcpanel.c, src/mcpanel.h, src/plot-area.c, src/plot-area.h,
src/plottk-types.h, src/scope.c, src/scope.h, src/scopetab.c,
src/signaltab.c, test/Makefile.am, test/signal_panel.c,
test/test_filter.c, test/thread_panel.c: rename the library:
eegpanel -> mcpanel EEGPanel* -> eegpanel* All API function are now prefixed by mcp_
instead of eegpanel_
2011-05-30 Nicolas Bourdaud <nicolas.bourdaud@epfl.ch>
* src/default.ui: Increase the area for channels/scales labels
2011-05-27 Nicolas Bourdaud <nicolas.bourdaud@epfl.ch>
* Makefile.am, README, configure.ac, debian/changelog,
debian/compat, debian/control, debian/copyright, debian/docs,
debian/libeegpanel0-dev.install, debian/libeegpanel0.install,
debian/rules: Add debian packaging and use the correct version
scheme
2010-12-22 Nicolas Bourdaud <nicolas.bourdaud@epfl.ch>
* test/thread_panel.c: Keep refresh rate constant in thread-panel
test
2010-12-22 Nicolas Bourdaud <nicolas.bourdaud@epfl.ch>
* src/bartab.c, test/thread_panel.c: bugfix: segfault if ns added is
too big
2010-12-17 Nicolas Bourdaud <nicolas.bourdaud@epfl.ch>
* src/scope.c: Redraw scope per rectangle
2010-12-17 Nicolas Bourdaud <nicolas.bourdaud@epfl.ch>
* src/scope.c: Request scope redraw in one pass (use a region)
2010-12-16 Nicolas Bourdaud <nicolas.bourdaud@epfl.ch>
* src/scopetab.c: Correct scopetab filter initialization
2010-12-16 Nicolas Bourdaud <nicolas.bourdaud@epfl.ch>
* src/eegpanel_gui.c, src/signaltab.c: memleak fix: signal tabs not
destroyed
2010-12-08 Nicolas Bourdaud <nicolas.bourdaud@epfl.ch>
* src/bartab.c, src/default.ui: Add lowpass to bartab
2010-12-08 Nicolas Bourdaud <nicolas.bourdaud@epfl.ch>
* build-aux/convert-image.sh, configure.ac: Disable glib type check
on cast Define G_DISABLE_CAST_CHECK to disable useless check and improve
runtime speed. The option "enable-debug" in the configure script
reenable those checks
2010-12-07 Nicolas Bourdaud <nicolas.bourdaud@epfl.ch>
* src/scope.c, test/signal_panel.c: Fix display glitches in the
scope
2010-12-07 Nicolas Bourdaud <nicolas.bourdaud@epfl.ch>
* src/bargraph.c, src/binary-scope.c, src/gtk-led.c,
src/labelized-plot.c, src/plot-area.c, src/scope.c: Widgets: set
evrything not static as LOCAL_FN
2010-11-26 Nicolas Bourdaud <nicolas.bourdaud@epfl.ch>
* src/default.ui, src/eegpanel.c, src/eegpanel.h: Add custom signals
2010-11-25 Nicolas Bourdaud <nicolas.bourdaud@epfl.ch>
* src/eegpanel.c, src/eegpanel.h: Add callback registration
2010-11-25 Nicolas Bourdaud <nicolas.bourdaud@epfl.ch>
* src/scope.c: Limits drawing in the scope in the plotting area
2010-11-25 Nicolas Bourdaud <nicolas.bourdaud@epfl.ch>
* src/eegpanel_sighandler.c: bugfix: pass user_data to pause
recording callback when stopping
2010-11-24 Nicolas Bourdaud <nicolas.bourdaud@epfl.ch>
* src/scopetab.c: scopetab now filter always whole incoming data This avoids several reset in filter and glitch in the referencing
2010-11-24 Nicolas Bourdaud <nicolas.bourdaud@epfl.ch>
* src/bartab.c, src/scopetab.c: Select all channel on define_input
2010-11-24 Nicolas Bourdaud <nicolas.bourdaud@epfl.ch>
* src/bartab.c, src/eegpanel.h, src/eegpanel_gui.c, src/scopetab.c,
src/signaltab.c, src/signaltab.h, test/thread_panel.c: Provide a way
to override scales default in tabs
2010-11-08 Nicolas Bourdaud <nicolas.bourdaud@epfl.ch>
* src/Makefile.am, src/bargraph.c, src/bartab.c,
src/binary-scope.c, src/default.ui, src/eegpanel.c, src/eegpanel.h,
src/eegpanel_dataproc.c, src/eegpanel_dataproc.h,
src/eegpanel_gui.c, src/eegpanel_gui.h, src/eegpanel_shared.h,
src/eegpanel_sighandler.c, src/gtk-led.c, src/labelized-plot.c,
src/plot-area.c, src/scopetab.c, src/signaltab.c, src/signaltab.h,
test/signal_panel.c, test/thread_panel.c: Add tab on demand (major
rework) Huge rework: all the code related to tabs have been separated.
Consequently, several API function have been added to add tabs,
configure their input, and feed them with data. Now trigger data is
separated
2010-11-24 Nicolas Bourdaud <nicolas.bourdaud@epfl.ch>
* src/bargraph.c: bugfix: bargraph y axis is inverted (only the
axis)
2010-11-17 Nicolas Bourdaud <nicolas.bourdaud@epfl.ch>
* Makefile.am, build-aux/file-to-string.sh, configure.ac: Add lib to
the distribution and make file-to-string.sh MSYS compliant
2010-11-10 Nicolas Bourdaud <nicolas.bourdaud@epfl.ch>
* src/labelized-plot.c, src/plot-area.c, src/scope.c: Fix warning in
custom widgets
2010-11-02 Nicolas Bourdaud <nicolas.bourdaud@epfl.ch>
* src/eegpanel.c, src/eegpanel_gui.c, src/eegpanel_sighandler.c,
src/gtk-led.c: Fix deadlocks in win32 The problem came actually from a bad locking schema. The bugs were
actually silent in linux (although could be seen in certain
circumstance) but existed as well. Now protect whenever necessary
with gdk_threads_{enter/leave}
2010-11-02 Nicolas Bourdaud <nicolas.bourdaud@epfl.ch>
* configure.ac, test/Makefile.am, test/main.c, test/signal_panel.c,
test/thread_panel.c: Separate test into 2 test (signal based or
thread). Remove pthread dependency
2010-11-01 Nicolas Bourdaud <nicolas.bourdaud@epfl.ch>
* configure.ac, lib/Makefile.am, lib/clock_gettime.c,
lib/clock_gettime.h, lib/clock_nanosleep.c, lib/clock_nanosleep.h,
lib/convfiletime.h, lib/timespec.h, m4/api-exports.m4,
m4/funcarg.m4, src/Makefile.am, test/Makefile.am, test/main.c: Win32
build works (test not running in wine)
2010-09-24 Nicolas Bourdaud <nicolas.bourdaud@epfl.ch>
* src/eegpanel.c, src/eegpanel.h, src/eegpanel_gui.c,
src/eegpanel_gui.h, src/eegpanel_sighandler.c, test/main.c: Add
close_panel callback This adds an optional callback named close_panel which is called
when the user presses the quit button of the panel. As a
consequence, all the closure code related to device connection and
recording has been dropped and should be implemented by the user
himself (much better).
2010-09-23 Nicolas Bourdaud <nicolas.bourdaud@epfl.ch>
* configure.ac, src/Makefile.am: Add silent build and modernize
build system
2010-09-23 Nicolas Bourdaud <nicolas.bourdaud@epfl.ch>
* configure.ac, src/eegpanel_dataproc.c, src/eegpanel_dataproc.h:
Integrates the changes of rtfilter API
2010-01-04 Nicolas Bourdaud <nicolas.bourdaud@epfl.ch>
* test/main.c: minor change in the test
2009-12-15 Nicolas Bourdaud <nicolas.bourdaud@epfl.ch>
* src/eegpanel.c, src/eegpanel_gui.c, src/eegpanel_sighandler.c,
test/main.c: Notification system added
2009-12-15 Nicolas Bourdaud <nicolas.bourdaud@epfl.ch>
* src/eegpanel.c, src/eegpanel.h, src/eegpanel_gui.c,
src/eegpanel_gui.h, test/main.c: Modified open_filename_dialog and
clean this part of the code
2009-12-14 Nicolas Bourdaud <nicolas.bourdaud@epfl.ch>
* src/default.ui, src/eegpanel.c, src/eegpanel.h,
src/eegpanel_gui.c, src/eegpanel_gui.h, src/eegpanel_sighandler.c,
test/main.c: Simplify and clean the code for outoftheloop gui call
prepare gui func for notifications
2009-12-11 Nicolas Bourdaud <nicolas.bourdaud@epfl.ch>
* src/eegpanel.c, src/eegpanel_dataproc.c, src/eegpanel_dataproc.h,
src/eegpanel_sighandler.c: Clean the dataproc a little bit
2009-12-09 Nicolas Bourdaud <nicolas.bourdaud@epfl.ch>
* src/eegpanel.c, src/eegpanel.h, test/main.c: Change the settings
structure
2009-12-07 Nicolas Bourdaud <nicolas.bourdaud@epfl.ch>
* src/eegpanel.c, src/eegpanel.h, src/eegpanel_dataproc.c,
src/eegpanel_dataproc.h, test/main.c: Pass default settings at
creation by structure
2009-12-05 Nicolas Bourdaud <nicolas.bourdaud@epfl.ch>
* src/eegpanel.c, test/main.c: Fix init of filters
2009-12-04 Nicolas Bourdaud <nicolas.bourdaud@epfl.ch>
* src/eegpanel.c, test/main.c, test/settings.ini: Fix integration of
settings file
2009-11-09 bourdaud <bourdaud@3b4714c8-b19d-487d-9711-26c957be2895>
* src/Makefile.am, src/eegpanel_dataproc.c: Fix the the new usage of
rtfilter git-svn-id:
https://svn.epfl.ch/svn/activetwotools/trunk/visualization/eegpanel@151 3b4714c8-b19d-487d-9711-26c957be2895
2009-11-09 bourdaud <bourdaud@3b4714c8-b19d-487d-9711-26c957be2895>
* configure.ac, src/eegpanel_dataproc.c: Integrate the change of
rtfilter library git-svn-id:
https://svn.epfl.ch/svn/activetwotools/trunk/visualization/eegpanel@150 3b4714c8-b19d-487d-9711-26c957be2895
2009-08-21 bourdaud <bourdaud@3b4714c8-b19d-487d-9711-26c957be2895>
* src/eegpanel.c, src/eegpanel_dataproc.c, src/eegpanel_dataproc.h,
src/eegpanel_shared.h, src/eegpanel_sighandler.c: Implement tricks
to minimize the update of filter params git-svn-id:
https://svn.epfl.ch/svn/activetwotools/trunk/visualization/eegpanel@124 3b4714c8-b19d-487d-9711-26c957be2895
2009-08-18 bourdaud <bourdaud@3b4714c8-b19d-487d-9711-26c957be2895>
* src/eegpanel_gui.c: Fix labels displayed in scopes git-svn-id:
https://svn.epfl.ch/svn/activetwotools/trunk/visualization/eegpanel@118 3b4714c8-b19d-487d-9711-26c957be2895
2009-08-18 bourdaud <bourdaud@3b4714c8-b19d-487d-9711-26c957be2895>
* configure.ac, src/Makefile.am, src/eegpanel.c,
src/eegpanel_dataproc.c, src/eegpanel_dataproc.h,
src/eegpanel_gui.c, src/filter.c, src/filter.h: Base filtering on
rtfilter library and fix memory leaks git-svn-id:
https://svn.epfl.ch/svn/activetwotools/trunk/visualization/eegpanel@116 3b4714c8-b19d-487d-9711-26c957be2895
2009-08-18 bourdaud <bourdaud@3b4714c8-b19d-487d-9711-26c957be2895>
* src/eegpanel.c, src/eegpanel_dataproc.c, src/eegpanel_gui.c: Clean
alloc (replace g_malloc when code does not really depends on glib) git-svn-id:
https://svn.epfl.ch/svn/activetwotools/trunk/visualization/eegpanel@115 3b4714c8-b19d-487d-9711-26c957be2895
2009-08-18 bourdaud <bourdaud@3b4714c8-b19d-487d-9711-26c957be2895>
* src/eegpanel.c, src/eegpanel_gui.c, test/main.c: Seems to work
(same functionality than before the separation) git-svn-id:
https://svn.epfl.ch/svn/activetwotools/trunk/visualization/eegpanel@114 3b4714c8-b19d-487d-9711-26c957be2895
2009-08-18 bourdaud <bourdaud@3b4714c8-b19d-487d-9711-26c957be2895>
* src/eegpanel_sighandler.c, src/eegpanel_sighandler.h: Forgot
sighandler git-svn-id:
https://svn.epfl.ch/svn/activetwotools/trunk/visualization/eegpanel@113 3b4714c8-b19d-487d-9711-26c957be2895
2009-08-18 bourdaud <bourdaud@3b4714c8-b19d-487d-9711-26c957be2895>
* src/labelized-plot.c: Do not hold font description anymore git-svn-id:
https://svn.epfl.ch/svn/activetwotools/trunk/visualization/eegpanel@112 3b4714c8-b19d-487d-9711-26c957be2895
2009-08-18 bourdaud <bourdaud@3b4714c8-b19d-487d-9711-26c957be2895>
* src/binary-scope.c: Fix small bug in displaying the values
(possible out of range read fixed) git-svn-id:
https://svn.epfl.ch/svn/activetwotools/trunk/visualization/eegpanel@111 3b4714c8-b19d-487d-9711-26c957be2895
2009-08-18 bourdaud <bourdaud@3b4714c8-b19d-487d-9711-26c957be2895>
* src/eegpanel.c, src/eegpanel_gui.c, src/eegpanel_gui.h,
test/main.c: Add popup dialog function, thread safe (not yet
working) git-svn-id:
https://svn.epfl.ch/svn/activetwotools/trunk/visualization/eegpanel@110 3b4714c8-b19d-487d-9711-26c957be2895
2009-08-18 bourdaud <bourdaud@3b4714c8-b19d-487d-9711-26c957be2895>
* src/Makefile.am, src/eegpanel.c, src/eegpanel_dataproc.c,
src/eegpanel_dataproc.h, src/eegpanel_gui.c, src/eegpanel_gui.h,
src/eegpanel_shared.h, test/main.c: code separated (still bugged) git-svn-id:
https://svn.epfl.ch/svn/activetwotools/trunk/visualization/eegpanel@109 3b4714c8-b19d-487d-9711-26c957be2895
2009-08-18 bourdaud <bourdaud@3b4714c8-b19d-487d-9711-26c957be2895>
* src/Makefile.am, src/eegpanel.c, src/eegpanel_dataproc.c,
src/eegpanel_dataproc.h, src/eegpanel_gui.c, src/eegpanel_gui.h,
src/eegpanel_shared.h: started separation of gui, API and data proc
code (not yet functional) git-svn-id:
https://svn.epfl.ch/svn/activetwotools/trunk/visualization/eegpanel@108 3b4714c8-b19d-487d-9711-26c957be2895
2009-08-18 bourdaud <bourdaud@3b4714c8-b19d-487d-9711-26c957be2895>
* src/eegpanel.c, src/eegpanel.h, test/main.c: remove private data,
make the whole panel struct hidden git-svn-id:
https://svn.epfl.ch/svn/activetwotools/trunk/visualization/eegpanel@107 3b4714c8-b19d-487d-9711-26c957be2895
2009-08-03 bourdaud <bourdaud@3b4714c8-b19d-487d-9711-26c957be2895>
* src/eegpanel.c: Toggle off and stop recording when closing the
panel (and toggle off when stopping recording) git-svn-id:
https://svn.epfl.ch/svn/activetwotools/trunk/visualization/eegpanel@100 3b4714c8-b19d-487d-9711-26c957be2895
2009-07-17 bourdaud <bourdaud@3b4714c8-b19d-487d-9711-26c957be2895>
* src/default.ui, src/eegpanel.c: Initial values based on ui git-svn-id:
https://svn.epfl.ch/svn/activetwotools/trunk/visualization/eegpanel@73 3b4714c8-b19d-487d-9711-26c957be2895
2009-07-17 bourdaud <bourdaud@3b4714c8-b19d-487d-9711-26c957be2895>
* src/default.ui, src/eegpanel.c: Add values less than 1 to time
window combo git-svn-id:
https://svn.epfl.ch/svn/activetwotools/trunk/visualization/eegpanel@72 3b4714c8-b19d-487d-9711-26c957be2895
2009-07-17 bourdaud <bourdaud@3b4714c8-b19d-487d-9711-26c957be2895>
* test/main.c: Integrate recording change into the test git-svn-id:
https://svn.epfl.ch/svn/activetwotools/trunk/visualization/eegpanel@71 3b4714c8-b19d-487d-9711-26c957be2895
2009-07-17 bourdaud <bourdaud@3b4714c8-b19d-487d-9711-26c957be2895>
* configure.ac, src/default.ui, src/eegpanel.c, src/eegpanel.h,
test/main.c: Feature recording git-svn-id:
https://svn.epfl.ch/svn/activetwotools/trunk/visualization/eegpanel@70 3b4714c8-b19d-487d-9711-26c957be2895
2009-07-14 bourdaud <bourdaud@3b4714c8-b19d-487d-9711-26c957be2895>
* README: Fill README git-svn-id:
https://svn.epfl.ch/svn/activetwotools/trunk/visualization/eegpanel@47 3b4714c8-b19d-487d-9711-26c957be2895
2009-07-09 bourdaud <bourdaud@3b4714c8-b19d-487d-9711-26c957be2895>
* : commit 4cfdc1c873f8fae5f36b5a0c96d2afb6356f1c94 Author: Nicolas
Bourdaud <nicolas.bourdaud@epfl.ch> Date: Fri Jul 3 16:40:13 2009
+0200
2009-07-03 Nicolas Bourdaud <nicolas.bourdaud@epfl.ch>
* build-aux/file-to-string.sh, configure.ac, src/Makefile.am,
src/default.ui, src/eegpanel.c, src/eegpanel.h, test/Makefile.am,
test/eegpanel.ui, test/main.c: Integrate default ui into the code
and provide way to specify ui and settings
2009-06-19 bourdaud <bourdaud@3b4714c8-b19d-487d-9711-26c957be2895>
* : Add missing test/Makefile.am git-svn-id:
https://svn.epfl.ch/svn/activetwotools/trunk/visualization/eegpanel@6 3b4714c8-b19d-487d-9711-26c957be2895
2009-02-12 Nicolas Bourdaud <nicolas.bourdaud@epfl.ch>
* test/Makefile.am: Add missing test/Makefile.am
2009-02-12 Nicolas Bourdaud <nicolas.bourdaud@epfl.ch>
* config/.dummy, m4/.dummy, src/bargraph.c, src/bargraph.h,
src/binary-scope.c, src/binary-scope.h, src/eegpanel.c,
src/eegpanel.h, src/filter.c, src/filter.h, src/gtk-led.c,
src/gtk-led.h, src/labelized-plot.c, src/labelized-plot.h,
src/plot-area.c, src/plot-area.h, src/plottk-types.h, src/scope.c,
src/scope.h, test/test_filter.c: Add copyright and config and m4
folders
2008-12-03 Nicolas Bourdaud <nicolas.bourdaud@idiap.ch>
* Makefile.am, build-aux/convert-image.sh, configure.ac,
test/main.c: check for verion of the GTK libs
2008-12-01 Nicolas Bourdaud <nicolas.bourdaud@idiap.ch>
* AUTHORS, COPYING, ChangeLog, INSTALL, Makefile, Makefile.am,
NEWS, README, bargraph.c, bargraph.h, binary-scope.c,
binary-scope.h, build-aux/convert-image.sh, configure.ac,
eegpanel.c, eegpanel.glade, eegpanel.h, eegpanel.ui, filter.c,
filter.h, gtk-led.c, gtk-led.h, labelized-plot.c, labelized-plot.h,
main.c, plot-area.c, plot-area.h, plottk-types.h, scope.c, scope.h,
src/Makefile.am, src/bargraph.c, src/bargraph.h,
src/binary-scope.c, src/binary-scope.h, src/eegpanel.c,
src/eegpanel.h, src/filter.c, src/filter.h, src/gtk-led.c,
src/gtk-led.h, src/labelized-plot.c, src/labelized-plot.h,
src/plot-area.c, src/plot-area.h, src/plottk-types.h, src/scope.c,
src/scope.h, test/eegpanel.glade, test/eegpanel.ui, test/main.c,
test/settings.ini, test/test_filter.c: Making an GNU package
2008-11-27 Nicolas Bourdaud <nicolas.bourdaud@idiap.ch>
* Makefile, eegpanel.c, eegpanel.ui, filter.c, filter.h: fix error
and warning caused by the newer version of GTK
2008-07-01 Nicolas Bourdaud <nicolas.bourdaud@idiap.ch>
* bargraph.c, binary-scope.c, binary-scope.h, eegpanel.c,
eegpanel.glade, eegpanel.h, eegpanel.ui, gtk-led.c, main.c: add
eegpanel_open_filename_dialog and eegpanel_popup_message and fix
mask for triggers
2008-06-24 Nicolas Bourdaud <nicolas.bourdaud@idiap.ch>
* Makefile, eegpanel.c: add default channel labels loaded from
settings.ini
2008-06-23 Nicolas Bourdaud <nicolas.bourdaud@idiap.ch>
* Makefile, eegpanel.c, eegpanel.h, eegpanel.ui, gtk-led.c: add low
scales and correct some warnings
2008-06-23 Nicolas Bourdaud <nicolas.bourdaud@idiap.ch>
* Makefile, bargraph.c, eegpanel.c, filter.c, filter.h, main.c: fix
the bug of compute_chebychev and removes some warnings
2008-06-17 Nicolas Bourdaud <nicolas.bourdaud@idiap.ch>
* eegpanel.c, eegpanel.glade, eegpanel.ui, main.c: Make cms in range
and low battery functional
2008-06-10 Nicolas Bourdaud <nbourdau@tapadufrix.(none)>
* Makefile, eegpanel.c, eegpanel.ui, gtk-led.c: embed led icon files
into the code and start to provide settings to the panel
2008-06-09 Nicolas Bourdaud <nbourdau@tapadufrix.(none)>
* bargraph.c, eegpanel.c, main.c: prevent deadlocks by moving the
redraw code in a idle function
2008-06-06 Nicolas Bourdaud <nbourdau@tapadufrix.(none)>
* Makefile, eegpanel.c, eegpanel.h, eegpanel.ui, main.c: panel is
ready but there are still deadlocks it seems
2008-05-28 Nicolas Bourdaud <nbourdau@tapadufrix.(none)>
* eegpanel.c, eegpanel.ui, labelized-plot.c, main.c: make the panel
almost thread safe
2008-05-28 Nicolas Bourdaud <nbourdau@tapadufrix.(none)>
* Makefile, eegpanel.c, eegpanel.ui: implemented eeg offset scopes
2008-05-28 Nicolas Bourdaud <nbourdau@tapadufrix.(none)>
* eegpanel.c, eegpanel.glade, eegpanel.ui: eeg tab looks fully
implemented
2008-05-27 Nicolas Bourdaud <nbourdau@tapadufrix.(none)>
* eegpanel.c, eegpanel.ui: referencing
2008-05-27 Nicolas Bourdaud <nbourdau@tapadufrix.(none)>
* eegpanel.c, main.c: implement eeg, exg signal processing in the
panel (mainly filtering)
2008-05-27 Nicolas Bourdaud <nbourdau@tapadufrix.(none)>
* eegpanel.c, filter.c, main.c: implemented filter part of the gui
2008-05-27 Nicolas Bourdaud <nbourdau@tapadufrix.(none)>
* filter.c, filter.h, main.c: butterworth and chebyshev filter
finished but stability problems encountered
2008-05-26 Nicolas Bourdaud <nbourdau@tapadufrix.(none)>
* filter.c: implemented almost everyting for iir filter
2008-05-26 Nicolas Bourdaud <nbourdau@tapadufrix.(none)>
* eegpanel.c, eegpanel.ui, labelized-plot.c: display_length can
change
2008-05-26 Nicolas Bourdaud <nbourdau@tapadufrix.(none)>
* eegpanel.c, eegpanel.ui, main.c: add scaling stuff
2008-05-25 Nicolas Bourdaud <nbourdau@tapadufrix.(none)>
* eegpanel.c, eegpanel.ui, main.c, scope.c: scale and stuff
2008-05-21 Nicolas Bourdaud <nbourdau@tapadufrix.(none)>
* eegpanel.c, eegpanel.glade, eegpanel.ui: change some widget name
and add right panel part
2008-05-21 Nicolas Bourdaud <nbourdau@tapadufrix.(none)>
* eegpanel.c, eegpanel.glade, eegpanel.ui, filter.c, filter.h,
main.c: Use a table to check the validity of the widgets provided in
the ui file
2008-05-20 Nicolas Bourdaud <nbourdau@tapadufrix.(none)>
* eegpanel.glade, eegpanel.ui: removed warnings (removed default
selection in combos)
2008-05-20 Nicolas Bourdaud <nbourdau@tapadufrix.(none)>
* eegpanel.ui: eegpanel.ui works with warnings
2008-05-20 Nicolas Bourdaud <nbourdau@tapadufrix.(none)>
* eegpanel.glade, eegpanel.ui: add eegpanel.ui
2008-05-20 Nicolas Bourdaud <nbourdau@tapadufrix.(none)>
* eegpanel.glade: change names of leds
2008-05-20 Nicolas Bourdaud <nbourdau@tapadufrix.(none)>
* eegpanel.glade: change small things in the glade file
2008-05-20 Nicolas Bourdaud <nbourdau@tapadufrix.(none)>
* eegpanel.glade, gtk-led.c, gtk-led.h: Add color properties of the
LED and finished the panel
2008-05-20 Nicolas Bourdaud <nicolas.bourdaud@idiap.ch>
* Initial commit