Imported Upstream version 3.0
[debian/gnuradio] / gr-wxgui / ChangeLog
1 2006-07-24  Eric Blossom  <eb@comsec.com>
2
3         * src/python/powermate.py (powermate._open_device): added additional
4         name for ID_SHUTTLE_XPRESS per Kwan Hong Lee <kwan@media.mit.edu>
5
6 2006-06-15  Eric Blossom  <eb@comsec.com>
7
8         * src/python/fftsink.py, src/python/waterfallsink.py,
9         src/python/scopesink.py: added set_sample_rate method.
10
11 2006-04-02  Eric Blossom  <eb@comsec.com>
12
13         * src/python/fftsink.py (default_fft_rate): query prefs for default.
14         * src/python/waterfallsink.py (default_fft_rate): query prefs for default.
15         * src/python/scopesink (default_frame_decim): query prefs for default.
16         
17 2006-03-29  Eric Blossom  <eb@comsec.com>
18
19         * src/python/fftsink.py: updated to use renamed stream_to_vector
20         instead of serial_to_parallel.  Updated ref_level and y_per_div in
21         builtin test case.
22
23 2006-02-02  Eric Blossom  <eb@comsec.com>
24
25         * src/python/scopesink.py: now supports manual as well as
26         autoscaling of the y-axis.  Thank to Jon Jacky.
27
28 2005-12-08  Eric Blossom  <eb@comsec.com>
29
30         * src/python/stdgui.py (stdapp.__init__): added redirect=False arg
31         to wx.App.__init__ for Mac users.  Thanks to Jon Jacky.
32
33 2005-11-15  Eric Blossom  <eb@comsec.com>
34
35         * src/python/fftsink.py, src/python/scopesink.py: refactored to
36         use messages and message queues instead of pipes to communicate
37         with the C++ side.  A side benefit is that the C++ side now will
38         not block when sending data to the gui.
39
40 2005-10-25  Eric Blossom  <eb@comsec.com>
41
42         * src/python/fftsink.py: added peak_hold function and menu item.
43
44 2005-10-14  Eric Blossom  <eb@comsec.com>
45
46         * src/python/form.py (quantized_slider_field): new field type,
47         very nice for quantized floats such as frequency, gain, etc.
48
49 2005-08-28  Eric Blossom  <eb@comsec.com>
50
51         * src/python/form.py: new.  tools for building forms based GUIs.
52
53 2005-08-15  Eric Blossom  <eb@comsec.com>
54
55         * src/python/waterfallsink.py: fftshift data so it comes out as
56         expected -- -ve freqs on the left, 0 in the middle, +ve freqs on
57         right.  Thanks to James Smith.
58
59 2005-08-15  Krzysztof Kamieniecki <krys@kamieniecki.com>
60
61         * src/python/powermate.py: on GNU/Linux get exclusive access to knob.
62
63 2005-07-02  Eric Blossom  <eb@comsec.com>
64
65         * config/gr_no_undefined.m4, config/gr_x86_64.m4: new, x86_64 support.
66         * config/gr_python.m4: backed out search for libpython, making
67         x86_64 work and breaking Cygwin/MinGW.
68         * configure.ac: mods for x86_64, $(NO_UNDEFINED)
69         
70 2005-06-19  Eric Blossom  <eb@comsec.com>
71
72         * src/python/waterfallsink.py:  reworked to use latest FFT sink stuff.
73         * src/python/fftsink.py (fft_sink_f.__init__): added missing call
74         to set_average.
75
76 2005-06-11  Eric Blossom  <eb@comsec.com>
77
78         * src/python/fftsink.py: normalized FFT by number of points.
79
80 2005-06-08  Krzysztof Kamieniecki <krys@kamieniecki.com>
81
82         * src/python/powermate.py: added support for ShuttlePRO v2.
83
84 2005-05-15  Eric Blossom  <eb@comsec.com>
85
86         * src/python/powermate.py: new.  Support the Griffin PowerMate and
87         Countour Shuttle/Jog usb knobs.  (Revised version of what I got
88         from Matt.)
89
90 2005-05-11  Eric Blossom  <eb@comsec.com>
91
92         * src/python/fftsink.py, src/python/scopesink.py: Use
93         gru.os_read_exactly instead of os.read to avoid problems with
94         short reads [thanks to Jon Jacky for troubleshooting].
95         Added throttle block to demo to keep it from sucking down all CPU.
96
97 2005-05-09  Stephane Fillod  <f8cfe@free.fr>
98
99         * config/gr_sysv_shm.m4: SysV shared memory not mandatory
100         * config/gr_pwin32.m4, config/gr_python.m4, config/lf_cxx.m4:
101           fixes for Cygwin, MinGW
102
103 2005-03-16  Eric Blossom  <eb@comsec.com>
104
105         * src/python/scopesink.py (graph_window.format_data): enabled legend.
106
107 2005-03-13  David Carr <dc@dcarr.org>
108
109         * src/python/waterfallsink.py: New faster, in color
110
111 2005-03-04  Eric Blossom  <eb@comsec.com>
112
113         * src/python/slider.py: high level interface to wx.Slider
114
115 2005-02-25  Eric Blossom  <eb@comsec.com>
116
117         Moved everything from src/python/gnuradio/wxgui to src/python and
118         removed the unnecessary hierarchy.
119
120 2004-11-15  Matt Ettus    <matt@ettus.com>
121
122         * src/python/gnuradio/wxgui/waterfallsink.py: new, from David Carr <dc@dcarr.org>
123
124 2004-10-13  Eric Blossom  <eb@comsec.com>
125
126         * configure.ac: upped rev to 0.1cvs
127
128 2004-10-11  Eric Blossom  <eb@comsec.com>
129
130         * configure.ac: bumped rev to 0.1, make release
131         * Makefile.am (EXTRA_DIST): added config.h.in
132
133 2004-09-23  Eric Blossom  <eb@comsec.com>
134
135         * config/usrp_fusb_tech.m4, config/bnv_have_qt.m4, config/cppunit.m4,
136         config/gr_check_mc4020.m4, config/gr_check_usrp.m4, config/gr_doxygen.m4,
137         config/gr_gprof.m4, config/gr_scripting.m4, config/gr_set_md_cpu.m4,
138         config/pkg.m4, config/usrp_fusb_tech.m4: added additional quoting
139         to first arg of AC_DEFUN to silence automake warning.
140
141 2004-09-19  Eric Blossom  <eb@comsec.com>
142
143         * src/python/gnuradio/wxgui/stdgui.py: reworked to really subclass
144         wx.App
145
146 2004-09-18  Eric Blossom  <eb@comsec.com>
147
148         * src/python/gnuradio/wxgui/stdgui.py: new.
149         * src/python/gnuradio/wxgui/fftsink.py: new.
150         * src/python/gnuradio/wxgui/scopesink.py: new.  Needs work
151
152 #
153 # Copyright 2004,2005,2006 Free Software Foundation, Inc.
154
155 # This file is part of GNU Radio
156
157 # GNU Radio is free software; you can redistribute it and/or modify
158 # it under the terms of the GNU General Public License as published by
159 # the Free Software Foundation; either version 2, or (at your option)
160 # any later version.
161
162 # GNU Radio is distributed in the hope that it will be useful,
163 # but WITHOUT ANY WARRANTY; without even the implied warranty of
164 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
165 # GNU General Public License for more details.
166
167 # You should have received a copy of the GNU General Public License
168 # along with GNU Radio; see the file COPYING.  If not, write to
169 # the Free Software Foundation, Inc., 51 Franklin Street,
170 # Boston, MA 02110-1301, USA.
171