| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | combined param layouts | Josh Blum | 2009-12-05 | 2 | -8/+10 |
| |/ |
|
* / | Allow for multiple io pads per hier flow graph. | Josh Blum | 2009-12-03 | 5 | -50/+47 |
|/ |
|
* | gtk.Tooltips() is deprecated, use set_tooltip_text. | Josh Blum | 2009-11-19 | 1 | -12/+14 |
* | Merge branch 'wip/term' of git@gnuradio.org:jcorgan | Johnathan Corgan | 2009-11-03 | 3 | -0/+57 |
|\ |
|
| * | Consolidated termsink into one class | Johnathan Corgan | 2009-10-29 | 1 | -4/+4 |
| * | Basic terminal window that takes raw text on input msgq and appends it | Johnathan Corgan | 2009-10-29 | 1 | -1/+24 |
| * | Created skeleton wxgui term window component | Johnathan Corgan | 2009-10-29 | 3 | -0/+34 |
* | | grc: update block tree list for new pfb_clock_sync | Johnathan Corgan | 2009-10-31 | 1 | -1/+1 |
* | | core: added gr.pfb_clock_sync_fff based on _ccf version, updated example | Johnathan Corgan | 2009-10-31 | 1 | -4/+24 |
|/ |
|
* | Merge branch 'flattopwindow' of http://gnuradio.org/git/jblum | Johnathan Corgan | 2009-10-29 | 3 | -13/+83 |
|\ |
|
| * | Added window option to wxgui fft and waterfall sink. | Josh Blum | 2009-10-28 | 3 | -13/+83 |
* | | renamed msgq to msgq_in and msgq_out, block wrappers changed accordingly | Josh Blum | 2009-10-28 | 3 | -3/+3 |
* | | Created a grc_blockdir in makefile.common. | Josh Blum | 2009-10-28 | 8 | -38/+14 |
* | | Merge branch 'wip/grc/general' of jblum@blumhouse:~/git/gnuradio into wip/grc | Josh Blum | 2009-10-28 | 1 | -0/+3 |
|\ \
| |/
|/| |
|
| * | added to todo | Josh Blum | 2009-10-18 | 1 | -0/+3 |
* | | added v offset option to scope | Josh Blum | 2009-10-18 | 1 | -2/+12 |
|/ |
|
* | Merge commit '25a8' from git@gnuradio.org:jblum | Johnathan Corgan | 2009-10-15 | 7 | -11/+95 |
|\ |
|
| * | Added window size param to all wxgui wrappers. | Josh Blum | 2009-10-09 | 7 | -11/+95 |
| * | add canonical options for copy enable param | Josh Blum | 2009-10-09 | 1 | -0/+8 |
* | | fix usrp2 wrappers for vlen of 2 shorts | Josh Blum | 2009-10-14 | 2 | -0/+6 |
* | | Merge branch 'sync' of git@gnuradio.org:trondeau into master | Johnathan Corgan | 2009-10-12 | 28 | -8444/+79 |
|\ \ |
|
| * | | Cleaning up GRC PAM timing example and adding ability to do M-ary PAM. | Tom | 2009-10-09 | 1 | -1/+6 |
| * | | Adding imaginary stream to PAM demo to test IQ sync. Also properly setting be... | Tom | 2009-10-07 | 1 | -1/+2 |
| * | | Fixing previous checkin | Tom | 2009-10-06 | 1 | -1/+2 |
| * | | Adding accessor functions for both alpha and beta. | Tom | 2009-10-06 | 1 | -3/+8 |
| * | | Merge branch 'wip/examples' of http://gnuradio.org/git/jblum into sync | Matt Ettus | 2009-10-06 | 25 | -8442/+0 |
| |\ \ |
|
| | * | | moved grc examples to gnuradio-examples/grc | Josh Blum | 2009-10-06 | 26 | -9032/+0 |
| | * | | Merge branch 'sync' of http://gnuradio.org/git/matt into wip/examples | Josh Blum | 2009-10-06 | 6 | -14/+90 |
| | |\ \ |
|
| | * | | | added freq offset slider | Josh Blum | 2009-10-05 | 1 | -164/+254 |
| | * | | | added mpsk demod example | Josh Blum | 2009-10-05 | 2 | -0/+500 |
| * | | | | added more ports | Matt Ettus | 2009-10-06 | 1 | -0/+10 |
| | |/ /
| |/| | |
|
| * | | | rename and make output optional | Matt Ettus | 2009-10-06 | 3 | -6/+7 |
| * | | | Add gr.pfb_clock_recovery to GRC | Johnathan Corgan | 2009-10-06 | 3 | -2/+56 |
* | | | | add canonical options for copy enable param | Josh Blum | 2009-10-11 | 1 | -0/+8 |
* | | | | Added num_ports to various blocks that have infinite ports possible in io sig... | Josh Blum | 2009-10-11 | 7 | -3/+117 |
* | | | | Merge branch 'wip/wxgui' of http://gnuradio.org/git/jblum | Johnathan Corgan | 2009-10-08 | 5 | -1/+88 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | using gr copy in the wxgui connect, added gr copy to grc xml | Josh Blum | 2009-10-08 | 5 | -1/+88 |
| |/ / |
|
* | | | tweaks to the search | Josh Blum | 2009-10-07 | 2 | -13/+10 |
* | | | a working block tree search | Josh Blum | 2009-10-07 | 1 | -0/+21 |
* | | | added noaa to extract doc matcher | Josh Blum | 2009-10-07 | 1 | -1/+1 |
|/ / |
|
* / | Added a run options to the "no gui" generate options. | Josh Blum | 2009-10-03 | 3 | -12/+33 |
|/ |
|
* | Merge branch 'grc' of http://gnuradio.org/git/jblum | Johnathan Corgan | 2009-09-25 | 1 | -1/+1 |
|\ |
|
| * | hash the tuple of hashes to id the current params | Josh Blum | 2009-09-25 | 1 | -1/+1 |
* | | Revert "Merge branch 'grc' of http://gnuradio.org/git/jblum" | Johnathan Corgan | 2009-09-25 | 3 | -33/+12 |
|/ |
|
* | Added a run options to the "no gui" generate options. | Josh Blum | 2009-09-25 | 3 | -12/+33 |
* | Merge branch 'grc' of http://gnuradio.org/git/jblum into master | Johnathan Corgan | 2009-09-23 | 3 | -10/+17 |
|\ |
|
| * | xor that hash | Josh Blum | 2009-09-18 | 1 | -1/+1 |
| * | bug fix for handling loading of dynamic params | Josh Blum | 2009-09-18 | 3 | -10/+17 |
* | | Added CVSD encoder/decoder to GRC, example app | Johnathan Corgan | 2009-09-19 | 6 | -1/+991 |
|/ |
|
* | Re/evaluate the notebook blocks label because we dont garuntee the evaluation... | Josh Blum | 2009-09-18 | 1 | -1/+1 |