Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | grc: nicer block documentation tooltip and properties dialog tab | Sebastian Koslowski | 2016-02-05 | 1 | -2/+5 |
| | |||||
* | grc: better message port handling for embedded python blocks | Sebastian Koslowski | 2016-02-01 | 1 | -2/+5 |
| | |||||
* | grc: move docstring extraction into subprocess | Sebastian Koslowski | 2015-11-13 | 1 | -9/+18 |
| | |||||
* | grc: update PropsDialog on external param change | Sebastian Koslowski | 2015-11-11 | 1 | -2/+2 |
| | |||||
* | grc: add embedded python block definition and support in GRC | Sebastian Koslowski | 2015-11-11 | 1 | -1/+95 |
| | |||||
* | grc: disconnect hidden blocks | Sebastian Koslowski | 2015-10-28 | 1 | -1/+4 |
| | |||||
* | grc: clean-up Block port counters | Sebastian Koslowski | 2015-07-17 | 1 | -12/+13 |
| | |||||
* | grc: add QT GUI hier blocks (#727) | Sebastian Koslowski | 2015-07-17 | 1 | -2/+13 |
| | |||||
* | Merge branch 'maint' | Johnathan Corgan | 2015-06-22 | 1 | -1/+2 |
|\ | |||||
| * | grc: fix generate mode error message (#800) | Sebastian Koslowski | 2015-06-19 | 1 | -1/+2 |
| | | |||||
* | | grc: add <flags> to blocks dtd (<throttle> still supported) | Sebastian Koslowski | 2015-06-11 | 1 | -3/+0 |
|/ | |||||
* | grc: add error to WX/QT GUI blocks not matching the selected generate option | Sebastian Koslowski | 2015-02-12 | 1 | -0/+6 |
| | |||||
* | grc: domain-specific port keys | Sebastian Koslowski | 2014-12-03 | 1 | -2/+7 |
| | |||||
* | Merge remote-tracking branch 'gnuradio-wg-grc/grc_variable_blocks' | Tom Rondeau | 2014-07-11 | 1 | -0/+10 |
|\ | |||||
| * | grc: design time values for object-like variables | Sebastian Koslowski | 2014-07-04 | 1 | -0/+10 |
| | | |||||
* | | Removing trailing/extra whitespaces before release. | Tom Rondeau | 2014-07-07 | 1 | -9/+9 |
|/ | | | | 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: doc fixes | Sebastian Koslowski | 2013-11-29 | 1 | -4/+5 |
| | |||||
* | grc: rename remove_duplicate -> remove_clone | Bastian Bloessl | 2013-11-29 | 1 | -1/+1 |
| | |||||
* | grc: rewrite of nports code (WIP) | Sebastian Koslowski | 2013-11-29 | 1 | -65/+20 |
| | |||||
* | grc: patches for 'allow varying number of message ports' (WIP) | Sebastian Koslowski | 2013-11-29 | 1 | -15/+10 |
| | |||||
* | allow varying number of message ports | Bastian Bloessl | 2013-11-29 | 1 | -2/+26 |
| | |||||
* | grc: Fix whitespace issue in grc to use proper spaces | Tim O'Shea | 2013-07-09 | 1 | -192/+184 |
| | | | | Remove all \t's to match the rest of GNU Radio | ||||
* | grc: add bus ports | Nicholas McCarthy | 2013-07-08 | 1 | -3/+28 |
| | | | | | Bus ports allow ganging together of block input or output ports into a single display item for connection to other bus ports. | ||||
* | docs: Modified argument formating in python docstrings in grc. | Ben Reynwar | 2012-08-14 | 1 | -7/+19 |
| | |||||
* | grc: replaced doxygen extracted docs with python docstrings | Josh Blum | 2011-11-17 | 1 | -3/+0 |
| | |||||
* | grc: added throttle tag to blocks that throttle | Josh Blum | 2011-10-19 | 1 | -0/+3 |
| | |||||
* | grc: append index to duplicated ports | Josh Blum | 2011-10-12 | 1 | -4/+10 |
| | |||||
* | grc: one line fix to fix port duplicator when removing ports | Josh Blum | 2011-09-22 | 1 | -1/+1 |
| | | | | was an issue when removing more than one port | ||||
* | grc: replaced asserts in python subdirectory | Josh Blum | 2011-04-14 | 1 | -7/+6 |
| | |||||
* | grc: expanded nports ability to have multiple port duplicators per side | Josh Blum | 2010-06-24 | 1 | -35/+39 |
| | |||||
* | Switched the python classes to inherit from the base and gui classes. | Josh Blum | 2009-08-30 | 1 | -1/+3 |
| | | | | | Use only **kwargs so all contructor parameters must be passed with keys. Moved gui input forms classes from base to gui param module. | ||||
* | made is_virtual_xxx a block level function, used by port and param classes | Josh Blum | 2009-08-28 | 1 | -0/+3 |
| | |||||
* | added rewrite methods to element to separate from validation logic | Josh Blum | 2009-08-26 | 1 | -1/+6 |
| | |||||
* | added validation check for msg type ports, added copy method for ports to ↵ | Josh Blum | 2009-08-15 | 1 | -12/+10 |
| | | | | cleanup nports code | ||||
* | params, sources, and sinks now stored internally as lists. The keys for said ↵ | Josh Blum | 2009-08-14 | 1 | -9/+11 |
| | | | | objects are now only stored in one place (in the object). | ||||
* | this time commit the file changes | Josh Blum | 2009-08-13 | 1 | -0/+2 |
| | |||||
* | Merged r11309:11357 from grc branch. | jblum | 2009-07-06 | 1 | -2/+2 |
| | | | | | | | | 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 | ||||
* | Added ability to extract category names from doxygen. | jblum | 2009-06-29 | 1 | -0/+6 |
| | | | | | | | | For now, this is commented out until the current block tree is overhauled. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11304 221aa14e-8319-0410-a670-987f0aec2ac5 | ||||
* | Merging r11186:11273 from grc branch. | jblum | 2009-06-23 | 1 | -0/+153 |
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 |