summaryrefslogtreecommitdiff
path: root/grc/base
Commit message (Collapse)AuthorAgeFilesLines
...
| * grc: switch timestamp in grc files from modified to createdSebastian Koslowski2014-10-011-7/+13
| |
* | grc: fix lagging drag and drop, round twoSebastian Koslowski2014-10-011-4/+11
| |
* | grc: yet another py26 incompatibilitySebastian Koslowski2014-10-011-1/+1
|/
* grc: start using file format tagsSebastian Koslowski2014-08-263-6/+31
|
* Merge remote-tracking branch 'gnuradio-wg-grc/master_grcwg'Johnathan Corgan2014-08-264-21/+51
|\
| * grc: moving xml pi into nested dataSebastian Koslowski2014-08-264-67/+35
| |
| * grc: adding version information to flowgraph files using XML processing ↵Seth Hitefield2014-08-262-2/+63
| | | | | | | | instructions
| * grc: Reload marks page as modified only if an error occured during import ↵Seth Hitefield2014-08-261-6/+7
| | | | | | | | (i.e. ports no longer exist)
* | Merge branch 'maint'Johnathan Corgan2014-08-261-16/+18
|\ \ | |/ |/|
| * grc: only fix old message connections if both ends are validSebastian Koslowski2014-08-261-16/+18
| |
* | Merge branch 'maint'Johnathan Corgan2014-08-211-1/+2
|\|
| * grc: python 2.6 compatibility fixSebastian Koslowski2014-07-221-1/+2
| |
* | Merge remote-tracking branch 'gnuradio-wg-grc/grc_hide_ports'Tom Rondeau2014-07-111-15/+16
|\ \ | | | | | | | | | | | | | | | Conflicts: grc/base/Port.py grc/gui/Block.py
| * | grc: allow blocks to dynamically hide some of their portsSebastian Koslowski2014-07-061-15/+16
| | |
* | | Merge remote-tracking branch 'gnuradio-wg-grc/grc_variable_blocks'Tom Rondeau2014-07-111-2/+5
|\ \ \ | |_|/ |/| |
| * | grc: design time values for object-like variablesSebastian Koslowski2014-07-041-2/+5
| |/
* | Merge branch 'maint'Tom Rondeau2014-07-078-63/+63
|\ \ | |/ |/|
| * Removing trailing/extra whitespaces before release.Tom Rondeau2014-07-079-92/+92
| | | | | | | | 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: adding advanced tab feature to set a block's alias.Tom Rondeau2014-05-171-31/+40
|/ | | | | | | | Does not allow for setting individual block aliases underneath a hier_block. runtime: updates block registery to support updating block's alias that's then accessible through alias(). Adds an update_symbolic_name to the block_registry to delete the old key and add the new one. The block_registry only keeps the symbol_name (which never changes during the lifetime of the block) and the latest alias name that was set.
* Merge remote-tracking branch 'gnuradio-wg-grc/grc_block_and_prefs_path'Johnathan Corgan2014-04-151-0/+1
|\
| * grc: nicer output of blocks paths and prefs fileSebastian Koslowski2014-04-091-0/+1
| |
* | grc: adding param templatesSebastian Koslowski2014-04-102-4/+12
|/
* Merge remote-tracking branch 'skoslowski/grc_show_missing_blocks'Tom Rondeau2014-03-172-13/+54
|\
| * grc: show dummy blocks when opening grc blocksSebastian Koslowski2014-03-152-13/+54
| |
* | grc: tabbed PropsDialogSebastian Koslowski2014-03-153-4/+21
|/
* grc: detect block (category) tree files by name (not by trail and error)Sebastian Koslowski2014-01-181-51/+66
|
* grc: xml parser errors dialog fixes and refactoringSebastian Koslowski2014-01-182-14/+29
|
* grc: adding a page that captures and stores some XML parsing errorsTim O'Shea2014-01-182-2/+10
|
* grc: fix flowgraph loading: update message ports keysSebastian Koslowski2013-12-201-1/+24
|
* grc: adding ability to manipulate set_max_output_buffer based on block ↵Tim O'Shea2013-11-071-0/+10
| | | | properties (please use caution when using this, realize there are a number of other constraints that will ultimately lead to the chosen buffer size)
* GRC: show categories from XML tree files in searchSebastian Koslowski2013-10-262-6/+7
|
* grc: checks for virtual/pad source/sink and ignores them for affinity and ↵Tom Rondeau2013-07-191-2/+11
| | | | buffer size fields.
* grc: portability fix for older grc files that have missing affinity and ↵Tim O'Shea2013-07-191-0/+6
| | | | minoutbuf keys
* grc: allow set_min_output_buffer on any blocks that have output portsTim O'Shea2013-07-191-0/+10
|
* runtime: added support for setting thread affinity to all blocks under a ↵Tom Rondeau2013-07-171-2/+10
| | | | | | | | | | | | | hier_block2. grc: added field to all blocks to set the thread affinity to a list of processors. docs: updated docs on thread affinity for new features. Conflicts: grc/base/Block.py grc/python/flow_graph.tmpl
* indent error fixNicholas McCarthy2013-07-151-12/+12
|
* some omissions from orig. buspot deliveryNicholas McCarthy2013-07-151-0/+15
|
* grc: Fix whitespace issue in grc to use proper spacesTim O'Shea2013-07-0911-1368/+1324
| | | | Remove all \t's to match the rest of GNU Radio
* grc: add bus portsNicholas McCarthy2013-07-086-6/+247
| | | | | Bus ports allow ganging together of block input or output ports into a single display item for connection to other bus ports.
* Merge branch 'master' into nextJohnathan Corgan2012-09-282-0/+5
|\
| * added the ability to open custom GRC hier block definitions from graphs ↵Tim O'Shea2012-09-281-0/+1
| | | | | | | | using an instance of them
| * adding GRC Reload Block XML actionTim O'Shea2012-09-281-0/+4
| |
* | docs: Modified argument formating in python docstrings in grc.Ben Reynwar2012-08-149-82/+202
|/
* Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵Tom Rondeau2012-04-134-11/+11
| | | | | | this in the future. The sed script was provided by Moritz Fischer.
* Removed autotools, gr-waveform, some cleanupJohnathan Corgan2011-12-082-43/+0
| | | | Nick Foster owes Nick Corgan a six-pack of beer!
* gr: the CMakeLists.txt took a chill pillJosh Blum2011-10-081-1/+1
|
* gr: squashed cmakelists.txt into one commitJosh Blum2011-07-201-0/+42
|
* grc: replaced asserts in base subdirectoryJosh Blum2011-04-147-45/+54
|
* grc: replaced asserts in python subdirectoryJosh Blum2011-04-141-1/+1
|
* grc: remove integrity checks, we wont need them when I'm doneJosh Blum2011-04-141-10/+0
|