| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | | added v offset option to scope | Josh Blum | 2009-10-18 | 2 | -2/+5 |
* | | | | Merge commit '25a8' from git@gnuradio.org:jblum | Johnathan Corgan | 2009-10-15 | 8 | -11/+26 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | use clean numbers for waterfall ref and range | Josh Blum | 2009-10-09 | 1 | -6/+7 |
| * | | | tweaks to scope autoscaling | Josh Blum | 2009-10-09 | 1 | -5/+6 |
| * | | | registered key to hide/show control panel in wxgui windows | Josh Blum | 2009-10-09 | 7 | -0/+13 |
| | |/
| |/| |
|
* / | | fix so all handlers get called on event | Josh Blum | 2009-10-12 | 1 | -2/+5 |
|/ / |
|
* | | using gr copy in the wxgui connect, added gr copy to grc xml | Josh Blum | 2009-10-08 | 1 | -37/+19 |
* | | point label transpareny, horizontal offset, and toggle on/off capability | Josh Blum | 2009-10-08 | 2 | -3/+9 |
* | | simplify some params | Josh Blum | 2009-10-07 | 1 | -15/+13 |
* | | moved the wxgui connect helper functions into the wrapper class | Josh Blum | 2009-10-07 | 1 | -57/+80 |
* | | making use of update ui event | Josh Blum | 2009-10-07 | 1 | -11/+10 |
* | | setup special wxgui connect on sinks, needs testing | Josh Blum | 2009-10-07 | 7 | -40/+63 |
* | | working special connect for fftsink | Josh Blum | 2009-10-07 | 1 | -12/+13 |
* | | work on a special connect function that registers a callback | Josh Blum | 2009-10-06 | 2 | -2/+23 |
* | | added bind to visible event function to callback when visibility changes with... | Josh Blum | 2009-10-06 | 1 | -0/+35 |
|/ |
|
* | fixed bool converter in forms to work with non bool options | Josh Blum | 2009-09-14 | 1 | -2/+4 |
* | set text box bg color on change | Josh Blum | 2009-09-09 | 1 | -4/+8 |
* | Round the slider's value, but not the internal representation. | Josh Blum | 2009-09-09 | 2 | -3/+5 |
* | Merge branch 'grc' from http://gnuradio.org/git/jblum.git into master | Johnathan Corgan | 2009-09-04 | 1 | -3/+3 |
|\ |
|
| * | Recursive resolution of virtual sources. | Josh Blum | 2009-08-28 | 1 | -3/+3 |
* | | waterfall and fft use a common autoscale function | Josh Blum | 2009-09-02 | 3 | -23/+26 |
* | | Fix so that the waterfall texture is initialized with a buffer of the same size. | Josh Blum | 2009-09-02 | 1 | -1/+1 |
* | | Modified log power fft block so ref scale is peak to peak. | Josh Blum | 2009-08-31 | 2 | -9/+13 |
|/ |
|
* | automatic store for empty traces on enable | Josh Blum | 2009-08-22 | 1 | -2/+9 |
* | added traces to fft window | Josh Blum | 2009-08-22 | 2 | -13/+60 |
* | Added git ignore files auto created from svn:ignore properties. | git | 2009-08-14 | 5 | -0/+50 |
* | fixed fft reording | jblum | 2009-07-17 | 2 | -4/+4 |
* | There is no y per div, but there is a dynamic range. | jblum | 2009-07-16 | 1 | -2/+2 |
* | Implements ticket:401 and ticket:402. | jcorgan | 2009-07-11 | 1 | -1/+1 |
* | Refactor msgq thread classes to use gru.msgq_runner | jcorgan | 2009-07-10 | 4 | -100/+70 |
* | Merged r11309:11357 from grc branch. | jblum | 2009-07-06 | 2 | -1/+2 |
* | cast choices to a list because .index method DNE in python2.5 for tuple | jblum | 2009-06-26 | 1 | -1/+2 |
* | Merging r11186:11273 from grc branch. | jblum | 2009-06-23 | 2 | -6/+13 |
* | Defined a gr_sysconfdir in Makefile.common | jblum | 2009-06-13 | 1 | -1/+1 |
* | Merged wxgui/forms branch r11124:11183 | jblum | 2009-06-13 | 12 | -475/+1353 |
* | removed defunct base_value parameter from numbersink | jblum | 2009-05-29 | 1 | -1/+1 |
* | Merged r11123:11148 from jcorgan/np into trunk. | jcorgan | 2009-05-27 | 1 | -0/+2 |
* | Change wxgui style default now so 'auto' tries for OpenGL sinks and falls bac... | jcorgan | 2009-05-23 | 3 | -42/+33 |
* | Added arg to start non gl scope in xy mode. | jblum | 2009-05-15 | 1 | -1/+2 |
* | numbersink fix for when average=True on init | jblum | 2009-05-06 | 1 | -2/+3 |
* | Merged r10875:10880 from jcorgan/t161 into trunk. Implements ticket:161, all... | jcorgan | 2009-04-19 | 3 | -7/+4 |
* | added catchall **kwargs to scope sink gl | jblum | 2009-04-02 | 1 | -0/+1 |
* | option to enforce padding aspect ratio in grid plotters | jblum | 2009-03-30 | 1 | -0/+32 |
* | Merged r10463:10658 from jblum/gui_guts into trunk. Trunk passes distcheck. | jcorgan | 2009-03-20 | 27 | -1213/+1918 |
* | Add shutdown hook | jcorgan | 2009-03-11 | 1 | -0/+9 |
* | Fix radiobox label | jcorgan | 2009-03-08 | 1 | -3/+3 |
* | Merged r10504:10528 from michaelld/fix_local_data_install into trunk. Trunk ... | jcorgan | 2009-02-26 | 1 | -3/+2 |
* | Adds new simple gui class to gr-wxgui. Apps using it to come. | jcorgan | 2009-02-22 | 3 | -1/+128 |
* | fixed 2 scaling bugs in scopesink | jblum | 2009-01-28 | 2 | -3/+3 |
* | General housekeeping--removing ancient cruft mostly. | jcorgan | 2009-01-27 | 1 | -171/+0 |