Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | grc-refactor: clean-up grc directory | Sebastian Koslowski | 2016-02-17 | 1 | -336/+0 |
| | |||||
* | grc-refactor: move grc.base to grc.python.base | Sebastian Koslowski | 2016-02-17 | 1 | -4/+2 |
| | |||||
* | grc: initialize attributes flow graph eval (fixes Bug #885) | Sebastian Koslowski | 2016-02-05 | 1 | -1/+4 |
| | |||||
* | grc: add embedded python modules | Sebastian Koslowski | 2015-12-04 | 1 | -4/+18 |
| | |||||
* | grc: some clean-up | Sebastian Koslowski | 2015-12-02 | 1 | -7/+8 |
| | |||||
* | grc: auto-generate missing hier_blocks | Sebastian Koslowski | 2015-11-13 | 1 | -1/+20 |
| | |||||
* | grc: add user settings for canvas default size and canvas font size (+ ↵ | Sebastian Koslowski | 2015-07-17 | 1 | -1/+0 |
| | | | | clean-ups) | ||||
* | grc: port domain code clean-up | Sebastian Koslowski | 2014-12-19 | 1 | -2/+2 |
| | |||||
* | grc: make Generator use gr_message domain | Sebastian Koslowski | 2014-12-05 | 1 | -5/+12 |
| | |||||
* | grc: refactor/enhance hier block generation | Sebastian Koslowski | 2014-11-07 | 1 | -29/+51 |
| | |||||
* | Merge remote-tracking branch 'gnuradio-wg-grc/grc_variable_blocks' | Tom Rondeau | 2014-07-11 | 1 | -1/+1 |
|\ | |||||
| * | grc: design time values for object-like variables | Sebastian Koslowski | 2014-07-04 | 1 | -1/+1 |
| | | |||||
* | | Removing trailing/extra whitespaces before release. | Tom Rondeau | 2014-07-07 | 1 | -25/+25 |
|/ | | | | We should be more careful about letting these into the code in the future. In emacs, we can use (add-hook 'before-save-hook 'delete-trailing-whitespace). | ||||
* | grc: fix pad port keys in connect() | Sebastian Koslowski | 2014-06-13 | 1 | -0/+17 |
| | |||||
* | Allow variable vlen in GRC generated hier blocks | Sebastian Koslowski | 2013-10-25 | 1 | -1/+1 |
| | |||||
* | some omissions from orig. buspot delivery | Nicholas McCarthy | 2013-07-15 | 1 | -0/+34 |
| | |||||
* | grc: Fix whitespace issue in grc to use proper spaces | Tim O'Shea | 2013-07-09 | 1 | -233/+186 |
| | | | | Remove all \t's to match the rest of GNU Radio | ||||
* | grc: add bus ports | Nicholas McCarthy | 2013-07-08 | 1 | -2/+78 |
| | | | | | Bus ports allow ganging together of block input or output ports into a single display item for connection to other bus ports. | ||||
* | ctrlport: When creating a ControlPort monitor app, the key /must/ include ↵ | Tom Rondeau | 2013-02-06 | 1 | -1/+1 |
| | | | | 'ctrlport_monitor' in it somewhere. | ||||
* | GRC: can get list of ControlPort monitors to start them after top_block starts. | Tom Rondeau | 2013-02-06 | 1 | -0/+8 |
| | | | | For any GUI type (wx, qt, none), the ControlPort monitors will be started after the flowgraph is started to make sure the endpoints and blocks are created and available. | ||||
* | Merge branch 'master' into next | Johnathan Corgan | 2012-12-07 | 1 | -0/+10 |
|\ | | | | | | | | | Conflicts: gnuradio-core/src/lib/runtime/gr_basic_block.h | ||||
| * | core: added gr_tuntap_pdu, gr_socket_pdu, and msg passing enhancements | Tim O'Shea | 2012-12-07 | 1 | -0/+10 |
| | | |||||
* | | Merge branch 'master' into next | Johnathan Corgan | 2012-10-05 | 1 | -0/+1 |
|\| | |||||
| * | grc: added optional flag to pad source and sink | Josh Blum | 2012-10-04 | 1 | -0/+1 |
| | | |||||
* | | docs: Modified argument formating in python docstrings in grc. | Ben Reynwar | 2012-08-14 | 1 | -13/+35 |
|/ | |||||
* | grc: fix hier block generation w/ multiple pad blocks | Josh Blum | 2011-04-21 | 1 | -14/+17 |
| | |||||
* | Merge branch 'wip/grc/cleanup' of http://gnuradio.org/git/jblum | Johnathan Corgan | 2009-12-07 | 1 | -2/+0 |
|\ | |||||
| * | removed unused import statements, thanks pyflakes | Josh Blum | 2009-12-06 | 1 | -2/+0 |
| | | |||||
* | | Allow for multiple io pads per hier flow graph. | Josh Blum | 2009-12-03 | 1 | -21/+13 |
|/ | | | | | | | | | Each io pad can have a different io signature. Uses the iosignaturev for hier implementation. Backwards compadible with exception: Pad blocks that used multiple ports must be replaced with multiple pad blocks as the new pad io blocks only support one port per block. | ||||
* | better error msg for empty statements | Josh Blum | 2009-09-05 | 1 | -0/+1 |
| | |||||
* | Removed the flagging api and usage from the base classes. | Josh Blum | 2009-09-02 | 1 | -3/+10 |
| | | | | Far better to flag the namespace for renewing once in the flowgraph.py | ||||
* | Switched the python classes to inherit from the base and gui classes. | Josh Blum | 2009-08-30 | 1 | -1/+6 |
| | | | | | Use only **kwargs so all contructor parameters must be passed with keys. Moved gui input forms classes from base to gui param module. | ||||
* | Merged r11309:11357 from grc branch. | jblum | 2009-07-06 | 1 | -10/+1 |
| | | | | | | | | 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 | ||||
* | Merging r11186:11273 from grc branch. | jblum | 2009-06-23 | 1 | -0/+155 |
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 |