Statistics
| Branch: | Tag: | Revision:

root / gr-wxgui @ 35940091

# Date Author Comment
ad13c00a 05/29/2010 03:02 am Johnathan Corgan

Make C++ shared libraries versioned

2057623c 05/13/2010 08:16 pm Johnathan Corgan

gr-wxgui: update copyrights

3a730f46 05/13/2010 08:11 pm Johnathan Corgan

gr-wxgui: Renamed "emulate analog" feature to "use persistence"

331542fc 05/13/2010 07:29 pm Johnathan Corgan

Merge remote branch 'nldudok1/gr-wxgui_emulate_analog' into master

  • nldudok1/gr-wxgui_emulate_analog:
    Add analog CRT screen afterglow emulation for gr-wxgui

Conflicts:
gr-wxgui/src/python/fftsink_gl.py
gr-wxgui/src/python/fftsink_nongl.py

8219bc01 04/28/2010 04:08 pm Marcus Leech

gr-wxgui: Added additional color table entries

49fa13f9 04/26/2010 05:40 pm Martin Dudok van Heel

Add analog CRT screen afterglow emulation for gr-wxgui

bd18b819 01/07/2010 06:08 am Josh Blum

Use numpy to do color table lookup.
You can index a numpy array with another numpy array
to get an array of looked-up values.
I did not know that numpy could do that!

f6a77079 12/27/2009 03:43 am Josh Blum

bug fix for waterfall plotter,
it seems that numpy choose changed

392b7f90 11/03/2009 03:11 pm Johnathan Corgan

gr-wxgui: cleanup for merge

6f068576 10/29/2009 02:26 pm Johnathan Corgan

Consolidated termsink into one class

ab901e7d 10/29/2009 02:00 pm Johnathan Corgan

Basic terminal window that takes raw text on input msgq and appends it

Works, but needs "--line-buffered" mode for GR buffering between blocks

00613b26 10/29/2009 02:00 pm Johnathan Corgan

Add placeholder panel for console, use old style window size

92f2da34 10/29/2009 02:00 pm Johnathan Corgan

Created skeleton wxgui term window component

8a0affcf 10/29/2009 01:52 pm Johnathan Corgan

Merge branch 'flattopwindow' of http://gnuradio.org/git/jblum

Merge-fix: Remove debugging print
Merge-fix: Update copyrights

  • 'flattopwindow' of http://gnuradio.org/git/jblum:
    Added window option to wxgui fft and waterfall sink.
    redid cos windows, added flattop and nuttall_cfd
230e062e 10/28/2009 11:17 pm Josh Blum

Added window option to wxgui fft and waterfall sink.
Added rectangular window function to window.py.

Average stays hidden in waterfall, fft, and numbersink wrappers (only avg_alpha shows/hides).
Fixed options in waterfall wrapper to model after fft and numbersink average params.

8e003a40 10/21/2009 09:20 pm Johnathan Corgan

Merge branch 'vrt' of http://gnuradio.org/git/jblum

Merge fix: added GRUEL_INCLUDES to vrt Makefile
Merge fix: added missing include in gr-vrt

76aa7a49 10/18/2009 09:25 pm Josh Blum

added v offset option to scope

c69f5205 10/15/2009 07:02 pm Johnathan Corgan

Merge commit '25a8' from :jblum

  • commit '25a8':
    use clean numbers for waterfall ref and range
    tweaks to scope autoscaling
    registered key to hide/show control panel in wxgui windows
    Added window size param to all wxgui wrappers.
    add canonical options for copy enable param
538e6fa4 10/14/2009 06:36 pm Josh Blum

fix so all handlers get called on event

e9e2ce03 10/13/2009 01:35 am Josh Blum

fix so all handlers get called on event

5b74bb4d 10/12/2009 07:16 pm Josh Blum

Merge commit '38d5389f3054164a2f04d6e4e8fe381aa5ee03fc' into vrt

25a8f7a8 10/09/2009 11:02 pm Josh Blum

use clean numbers for waterfall ref and range

9a958271 10/09/2009 10:35 pm Josh Blum

tweaks to scope autoscaling

a154cc5c 10/09/2009 08:41 pm Josh Blum

registered key to hide/show control panel in wxgui windows

38d5389f 10/09/2009 04:46 am Josh Blum

using gr copy in the wxgui connect, added gr copy to grc xml

23fa9183 10/09/2009 03:12 am Josh Blum

point label transpareny, horizontal offset, and toggle on/off capability

dfa5e0a5 10/08/2009 01:47 am Josh Blum

simplify some params

64a5167c 10/08/2009 01:01 am Josh Blum

moved the wxgui connect helper functions into the wrapper class

1e8aefec 10/07/2009 06:52 pm Josh Blum

making use of update ui event

af5e21e3 10/07/2009 04:48 pm Josh Blum

setup special wxgui connect on sinks, needs testing

bbecdd83 10/07/2009 08:47 am Josh Blum

working special connect for fftsink

645ab0cf 10/07/2009 05:28 am Josh Blum

work on a special connect function that registers a callback

69d09a30 10/07/2009 04:52 am Josh Blum

added bind to visible event function to callback when visibility changes within tabs

57e810d3 09/29/2009 10:34 pm Josh Blum

added access methods for gps stuff

880a6ea7 09/15/2009 05:27 am Josh Blum

fixed bool converter in forms to work with non bool options

3b5fc174 09/09/2009 08:57 pm Josh Blum

set text box bg color on change

7d4915f7 09/09/2009 08:05 pm Josh Blum

Round the slider's value, but not the internal representation.
Now, the slider can operate on any step size without killing the precision for other forms.

d80add60 09/04/2009 10:47 pm Johnathan Corgan

Merge branch 'grc' from http://gnuradio.org/git/jblum.git into master

we dont use test() -> remove it
Made the window for the pass band filters integers (take firdes.WIN_XXX).
Evaluation fix in param.to_code().
Removed the flagging api and usage from the base classes....
a70c291e 09/02/2009 09:18 pm Josh Blum

waterfall and fft use a common autoscale function

eb1d1b5c 09/02/2009 09:06 pm Josh Blum

Fix so that the waterfall texture is initialized with a buffer of the same size.

If the fft size was a non power of two, the buffer would be a different size.
This would cause a segfault. Particularly because fft_window was throwing out a bin.

0c68c486 09/01/2009 01:18 am Josh Blum

Modified log power fft block so ref scale is peak to peak.
Tweaked fft sink autoscale routine to come up with better numbers.
Modified scope sink ac couple block to use constant tap.
The previous tap calculation would cause failure for very small sample rates.

cadc9548 08/29/2009 01:15 am Josh Blum

Recursive resolution of virtual sources.
Flow graph generation code working.

Also, mod to fft window to use clean/nice Db/div.

b6c19491 08/23/2009 05:01 am Josh Blum

automatic store for empty traces on enable

f3c5010f 08/22/2009 10:08 pm Josh Blum

added traces to fft window

253018c6 08/14/2009 06:10 pm git

Added git ignore files auto created from svn:ignore properties.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11592 221aa14e-8319-0410-a670-987f0aec2ac5

59927916 07/17/2009 12:36 am Josh Blum

fixed fft reording

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11450 221aa14e-8319-0410-a670-987f0aec2ac5

f9f8e50a 07/16/2009 05:06 am Josh Blum

There is no y per div, but there is a dynamic range.
Added **kwargs to nongl for backwards compadibility.
Updated todo.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11448 221aa14e-8319-0410-a670-987f0aec2ac5

3b0db383 07/11/2009 02:34 am Johnathan Corgan

Implements ticket:401 and ticket:402.

Adds several API functions to determine build constants at runtime, and
a convenience command line program to display them:

From C++:

const std::string gr_prefix();
const std::string gr_sysconfdir();
const std::string gr_prefsdir();...

a9154607 07/10/2009 01:26 am Johnathan Corgan

Refactor msgq thread classes to use gru.msgq_runner

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11407 221aa14e-8319-0410-a670-987f0aec2ac5

25c5d91f 07/06/2009 02:28 am Josh Blum

Merged r11309:11357 from grc branch.
Adds notebook cabability to grc and its wxgui windows/controls.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11358 221aa14e-8319-0410-a670-987f0aec2ac5

f728f2dd 06/26/2009 03:37 pm Josh Blum

cast choices to a list because .index method DNE in python2.5 for tuple

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11294 221aa14e-8319-0410-a670-987f0aec2ac5

99886641 06/23/2009 08:38 pm Josh Blum

Merging r11186:11273 from grc branch.
Fixes, features, and reorganization for grc.
Minor fixes and features for wxgui forms.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11274 221aa14e-8319-0410-a670-987f0aec2ac5

37082c20 06/13/2009 10:35 pm Josh Blum

Defined a gr_sysconfdir in Makefile.common
Modified uses of etcdir to use gr_sysconfdir.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11185 221aa14e-8319-0410-a670-987f0aec2ac5

51af4269 06/13/2009 09:26 pm Josh Blum

Merged wxgui/forms branch r11124:11183

The forms module is set of wxgui forms wrapped in pubsub aware convenience classes.
The forms module will be used by the wxgui window classes (fft, scope, waterfall...)
The forms module will be used in grc generated flowgraphs....

efc3d118 05/29/2009 12:25 am Josh Blum

removed defunct base_value parameter from numbersink

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11162 221aa14e-8319-0410-a670-987f0aec2ac5

40b8a57d 05/27/2009 01:54 am Johnathan Corgan

Merged r11123:11148 from jcorgan/np into trunk.

Adds --enable-python option to configure (defaults to yes).

Using --disable-python or --enable-python=no will cause only
C++ API targets to be created and installed.

Several new shared libraries are now created. Where in the past,...

2cd2d8f3 05/23/2009 04:43 pm Johnathan Corgan

Change wxgui style default now so 'auto' tries for OpenGL sinks and falls back to non-GL sinks.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11091 221aa14e-8319-0410-a670-987f0aec2ac5

45981ced 05/15/2009 05:48 pm Josh Blum

Added arg to start non gl scope in xy mode.
Harmless and backwards compadible.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11047 221aa14e-8319-0410-a670-987f0aec2ac5

88164b0c 05/06/2009 08:58 pm Josh Blum

numbersink fix for when average=True on init

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10979 221aa14e-8319-0410-a670-987f0aec2ac5

77bfe4fa 04/19/2009 08:45 pm Johnathan Corgan

Merged r10875:10880 from jcorgan/t161 into trunk. Implements ticket:161, allowing multiple internal blocks to be connected to a hier_block2 external input.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10881 221aa14e-8319-0410-a670-987f0aec2ac5

cb9b98a7 04/02/2009 08:02 pm Josh Blum

added catchall **kwargs to scope sink gl

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10745 221aa14e-8319-0410-a670-987f0aec2ac5

22b2e334 03/30/2009 08:57 pm Josh Blum

option to enforce padding aspect ratio in grid plotters

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10714 221aa14e-8319-0410-a670-987f0aec2ac5

d9744799 03/20/2009 02:16 am Johnathan Corgan

Merged r10463:10658 from jblum/gui_guts into trunk. Trunk passes distcheck.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10660 221aa14e-8319-0410-a670-987f0aec2ac5

48ecbf11 03/11/2009 08:52 pm Johnathan Corgan

Add shutdown hook

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10582 221aa14e-8319-0410-a670-987f0aec2ac5

1df84e32 03/08/2009 02:38 am Johnathan Corgan

Fix radiobox label

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10574 221aa14e-8319-0410-a670-987f0aec2ac5

503efe1f 02/26/2009 11:39 pm Johnathan Corgan

Merged r10504:10528 from michaelld/fix_local_data_install into trunk. Trunk passes distcheck.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10529 221aa14e-8319-0410-a670-987f0aec2ac5

f92986d6 02/22/2009 08:20 pm Johnathan Corgan

Adds new simple gui class to gr-wxgui. Apps using it to come.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10474 221aa14e-8319-0410-a670-987f0aec2ac5

f6d78800 01/28/2009 07:52 pm Josh Blum

fixed 2 scaling bugs in scopesink

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10329 221aa14e-8319-0410-a670-987f0aec2ac5

85b76dd5 01/27/2009 06:00 pm Johnathan Corgan

General housekeeping--removing ancient cruft mostly.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10315 221aa14e-8319-0410-a670-987f0aec2ac5

1fc72526 01/05/2009 06:59 pm Johnathan Corgan

Update configuration file to not use inline comments

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10194 221aa14e-8319-0410-a670-987f0aec2ac5

3fc664ec 10/10/2008 09:13 pm Josh Blum

check for samples before autoscale, avoids potential error condition

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9767 221aa14e-8319-0410-a670-987f0aec2ac5

73f3c91a 10/09/2008 01:42 am Josh Blum

proper custom wxPython event, in wxPython style

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9760 221aa14e-8319-0410-a670-987f0aec2ac5

55ef8d97 10/08/2008 02:56 pm Josh Blum

custom wx event to post data, avoid threading issues

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9749 221aa14e-8319-0410-a670-987f0aec2ac5

c77463ef 09/22/2008 02:05 pm Josh Blum

removed redundant pref

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9638 221aa14e-8319-0410-a670-987f0aec2ac5

407bbe4b 09/22/2008 02:37 am Josh Blum

config properties and rates for gl sinks

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9637 221aa14e-8319-0410-a670-987f0aec2ac5

924831af 09/10/2008 01:23 am Josh Blum

Replaced """! with """. Exclamation mark showed in doxygen docs.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9549 221aa14e-8319-0410-a670-987f0aec2ac5

580a21ac 09/02/2008 06:13 pm Josh Blum

patched channel plotter -> Stefan BrĂ¼ns

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9484 221aa14e-8319-0410-a670-987f0aec2ac5

ec6d18c9 09/02/2008 07:24 am Josh Blum

replaced semaphore with primitive lock, adjusted drawing bounds

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9482 221aa14e-8319-0410-a670-987f0aec2ac5

6039ba34 08/19/2008 08:53 pm Josh Blum

plotter: require double buffering

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9333 221aa14e-8319-0410-a670-987f0aec2ac5

e92e82dd 08/18/2008 08:44 pm Johnathan Corgan

Make gl selection more robust for testing

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9315 221aa14e-8319-0410-a670-987f0aec2ac5

a04daa74 08/15/2008 04:08 pm Josh Blum

dont import plotter

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9298 221aa14e-8319-0410-a670-987f0aec2ac5

c5241cca 08/14/2008 10:07 pm Josh Blum

constsink in scope wrapper (backwards compadible)

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9294 221aa14e-8319-0410-a670-987f0aec2ac5

2956c43f 08/14/2008 07:53 pm Josh Blum

more backwards compadibility, marker for scope/xy plotter

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9293 221aa14e-8319-0410-a670-987f0aec2ac5

c3c6eb14 08/14/2008 07:20 pm Josh Blum

changed glcanvas test (fedora fix)

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9292 221aa14e-8319-0410-a670-987f0aec2ac5

36649d4e 08/14/2008 06:43 pm Johnathan Corgan

Merged changeset r9241:9289 from jblum/glwxgui into trunk. Adds OpenGL versions of fftsink, waterfallsink, and scopesink, and new constsink. See README.gl for use. (Josh Blum)

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9290 221aa14e-8319-0410-a670-987f0aec2ac5

6051d803 06/12/2008 09:49 pm Josh Blum

fftsink: stretch spacer for better fit

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8586 221aa14e-8319-0410-a670-987f0aec2ac5

fbf65619 06/12/2008 09:33 pm Josh Blum

fftsink: y_per_div issue fixed

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8585 221aa14e-8319-0410-a670-987f0aec2ac5

1c8207ec 06/12/2008 07:08 pm Josh Blum

fft stretch fix and control panel update

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8584 221aa14e-8319-0410-a670-987f0aec2ac5

77284eb9 06/12/2008 12:29 am Josh Blum

fft sink gui with control panel

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8581 221aa14e-8319-0410-a670-987f0aec2ac5

d8e26417 04/26/2008 03:26 am Johnathan Corgan

Fix race on startup in fftsink2 (Josh Blum)

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8279 221aa14e-8319-0410-a670-987f0aec2ac5

5eefec8e 04/24/2008 11:24 pm Johnathan Corgan

Make fftsink2 average and peak hold modes independent.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8275 221aa14e-8319-0410-a670-987f0aec2ac5

19591599 04/24/2008 11:02 pm Johnathan Corgan

Changed fftsink2 peak hold to be concurrent with live trace.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8274 221aa14e-8319-0410-a670-987f0aec2ac5

7916dd86 03/24/2008 03:42 pm Johnathan Corgan

Add missing peak hold initialization (Josh Blum)

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8095 221aa14e-8319-0410-a670-987f0aec2ac5

0388ecb6 03/12/2008 05:52 pm Johnathan Corgan

Fix incorrect FFT size compensation in fftsink2

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7997 221aa14e-8319-0410-a670-987f0aec2ac5

c7da4a90 02/28/2008 11:14 pm Johnathan Corgan

Adjust ref-scale to match observed amplitude on oscope.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7871 221aa14e-8319-0410-a670-987f0aec2ac5

5ede0e2b 02/28/2008 07:03 pm Johnathan Corgan

Added reference scaling to fftsink2. Default behavior is unchanged.

The new parameter 'ref_scale', defaulting to 1.0, represents a 0 dB
y-axis value.

Updated usrp_fft.py to display dBFS by setting ref_scale to 32768.0
and ref_level to 0. This results in the full 100 dB of dynamic range...

2e613682 02/26/2008 07:04 pm Johnathan Corgan

Fix bitmap update on Win32 (Don Ward).

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7840 221aa14e-8319-0410-a670-987f0aec2ac5

c6bb9986 02/24/2008 01:42 am Johnathan Corgan

Fixed waterfallsink2 display with wxGTK-2.8, remove duplicated code. Thanks to Tobias Gresch.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7801 221aa14e-8319-0410-a670-987f0aec2ac5

242ce170 02/14/2008 12:07 am Matt Ettus

Allow variable number of vertical divisions on FFT sinks

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7666 221aa14e-8319-0410-a670-987f0aec2ac5

42d9c6f4 02/08/2008 11:32 pm Johnathan Corgan

Merged r7478:7608 from michaelld/t186 into trunk. Adds ability to compile GNU Radio modules individually, using already installed dependent libraries and include files. New functionality is enabled using --with-* on configure command line; existing build options should remain unchanged. Nice work by Michael Dickens, still needs documentation update on wiki....