Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | grc: pep8 formatting | Josh Morman | 2021-11-24 | 1 | -22/+39 |
| | | | | Signed-off-by: Josh Morman <jmorman@gnuradio.org> | ||||
* | grc: Fix category and module tooltips | Clayton Smith | 2021-10-01 | 1 | -1/+1 |
| | | | | | | | | | | | Category and module tooltips have been broken since GNU Radio 3.8. The _format_cat_tooltip function expects a tuple representing the module & category hierarchy, but a single string is passed in. As a result, everyhing is treated as a category, and only the last letter of the category or module name is displayed. I've fixed the problem by passing in the full tuple instead. Signed-off-by: Clayton Smith <argilo@gmail.com> | ||||
* | grc: remove six | Clayton Smith | 2020-10-05 | 1 | -4/+2 |
| | |||||
* | python: Remove unnecessary 'from __future__ import' | Oleksandr Kravchuk | 2020-08-03 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | All of the removed `from __future__ import` were needed in older versions of Python (mostly 2.5.x and below) but later became mandatory in most versions of Python 3 hence are not necessary anymore. More specifically, according to __future__.py[1]: - unicode_literals is part of Python since versions 2.6.0 and 3.0.0; - print_function is part of Python since versions 2.6.0 and 3.0.0; - absolute_import is part of Python since versions 2.5.0 and 3.0.0; - division is part of Python since versions 2.2.0 and 3.0.0; Get rid of those unnecessary imports to slightly clean up the codebase. [1] https://github.com/python/cpython/blob/master/Lib/__future__.py | ||||
* | Update license header to SPDX format | devnulling | 2020-01-27 | 1 | -13/+2 |
| | |||||
* | grc: fix docs parsing without losing docs | Andrej Rode | 2018-07-30 | 1 | -1/+1 |
| | |||||
* | grc: added yaml/mako support | Sebastian Koslowski | 2017-06-29 | 1 | -2/+2 |
| | | | | Includes basic converter from XML/Cheetah to YAML/Mako based block format. | ||||
* | Merge remote-tracking branch 'upstream/next' into gtk3 | Sebastian Koslowski | 2016-08-09 | 1 | -2/+2 |
|\ | |||||
| * | grc: fix docstring update handler | Sebastian Koslowski | 2016-07-26 | 1 | -1/+1 |
| | | |||||
| * | grc: fix docstring update error with empty categories | Sebastian Koslowski | 2016-07-07 | 1 | -3/+3 |
| | | |||||
* | | grc: gtk3: update various deprecated gtk calls | Sebastian Koslowski | 2016-08-03 | 1 | -8/+7 |
| | | |||||
* | | grc: gtk3: fix drag and drop from block tree | Sebastian Koslowski | 2016-08-03 | 1 | -2/+3 |
| | | |||||
* | | grc: gtk3: update main and checks | Sebastian Koslowski | 2016-07-13 | 1 | -5/+1 |
| | | |||||
* | | grc-refactor: Block: remove key getters | Sebastian Koslowski | 2016-07-13 | 1 | -2/+2 |
| | | |||||
* | | grc-refactor: Block: remove name getter | Sebastian Koslowski | 2016-07-13 | 1 | -2/+2 |
| | | |||||
* | | grc-refactor: block documentation prop | Sebastian Koslowski | 2016-07-13 | 1 | -2/+2 |
| | | |||||
* | | Merge remote-tracking branch 'grcwg/next_grcwg' into gtk3 | Sebastian Koslowski | 2016-07-13 | 1 | -34/+48 |
|\| | |||||
| * | grc: add helpful tooltips to Core and Others in block tree | Sebastian Koslowski | 2016-05-27 | 1 | -11/+33 |
| | | |||||
| * | grc: separate core and OOT block trees via the category of each block | Sebastian Koslowski | 2016-05-27 | 1 | -17/+24 |
| | | | | | | | | | | | | | | Each block get assigned a module based on the root of its category. The category is set via a block_tree.xml or else from its <category> tag. The category root is only interpreted as module name if it is in square brackets. Else the default module 'Others' is used. | ||||
* | | grc: py3k compat using python-modernize | Sebastian Koslowski | 2016-06-09 | 1 | -5/+9 |
| | | |||||
* | | grc-refactor: replace some unnecessary getters | Sebastian Koslowski | 2016-06-01 | 1 | -17/+15 |
| | | |||||
* | | grc: gtk3: remove canvas size and enable zooming | Sebastian Koslowski | 2016-05-31 | 1 | -1/+1 |
| | | |||||
* | | grc: remove all Cheetah templates from GUI | Sebastian Koslowski | 2016-05-30 | 1 | -34/+23 |
| | | |||||
* | | grc: Main window opens with pygobject and gtk3. Still throws tons of errors. | Seth Hitefield | 2016-05-24 | 1 | -31/+32 |
|/ | |||||
* | grc-refactor: Platform.py | Sebastian Koslowski | 2016-02-17 | 1 | -3/+3 |
| | |||||
* | grc: nicer block documentation tooltip and properties dialog tab | Sebastian Koslowski | 2016-02-05 | 1 | -17/+35 |
| | |||||
* | Merge branch 'maint_grcwg' into docstring_gui_fixes | Sebastian Koslowski | 2016-02-05 | 1 | -14/+14 |
|\ | |||||
| * | grc: not all tooltips in block library were updated after docstring ↵ | Sebastian Koslowski | 2016-02-05 | 1 | -14/+11 |
| | | | | | | | | extraction finished | ||||
| * | grc: limit tooltip size in block library | Sebastian Koslowski | 2016-02-05 | 1 | -0/+3 |
| | | |||||
* | | grc: remove [] around categories in the block library | Sebastian Koslowski | 2016-02-05 | 1 | -1/+1 |
|/ | |||||
* | grc: finish doc_string extraction in the background (faster start-up) | Sebastian Koslowski | 2015-11-13 | 1 | -19/+40 |
| | |||||
* | grc: fix #858 category string splitting | Johnathan Corgan | 2015-11-11 | 1 | -1/+1 |
| | |||||
* | grc: fix exception when hitting Enter on a category row in the block library | Sebastian Koslowski | 2015-07-03 | 1 | -1/+1 |
| | |||||
* | grc: no icon in search entry box for old PyGTK versions | Sebastian Koslowski | 2014-10-01 | 1 | -4/+7 |
| | |||||
* | grc: switched to ToggleActions; made visibility settings persistent | Sebastian Koslowski | 2013-11-24 | 1 | -1/+1 |
| | |||||
* | grc: toggle visibility of report and block tree widgets | Sebastian Koslowski | 2013-11-22 | 1 | -0/+4 |
| | |||||
* | grc: Typo in search action and clean-up | Sebastian Koslowski | 2013-10-30 | 1 | -4/+2 |
| | |||||
* | grc: slash key activates search | Sebastian Koslowski | 2013-10-28 | 1 | -0/+3 |
| | |||||
* | Removed the 'Add' button. Who used that anyway? | Sebastian Koslowski | 2013-10-24 | 1 | -21/+0 |
| | |||||
* | Add 'Find Blocks' action and auto-hide search entry box | Sebastian Koslowski | 2013-10-24 | 1 | -0/+7 |
| | |||||
* | filter-based block tree search | Sebastian Koslowski | 2013-10-24 | 1 | -45/+97 |
| | |||||
* | grc: Sorts the block tree column at start-up. | Julien Olivain | 2013-08-26 | 1 | -1/+2 |
| | |||||
* | grc: Fix whitespace issue in grc to use proper spaces | Tim O'Shea | 2013-07-09 | 1 | -168/+168 |
| | | | | Remove all \t's to match the rest of GNU Radio | ||||
* | Merge branch 'master' into next | Tom Rondeau | 2013-04-04 | 1 | -0/+2 |
|\ | |||||
| * | grc: adding sorting ability to GRC category tree. | Gregory Warnes | 2013-04-04 | 1 | -0/+2 |
| | | |||||
* | | Merge branch 'master' into next | Johnathan Corgan | 2012-09-28 | 1 | -0/+5 |
|\| | |||||
| * | adding GRC Reload Block XML action | Tim O'Shea | 2012-09-28 | 1 | -0/+5 |
| | | |||||
* | | docs: Modified argument formating in python docstrings in grc. | Ben Reynwar | 2012-08-14 | 1 | -5/+11 |
|/ | |||||
* | Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵ | Tom Rondeau | 2012-04-13 | 1 | -1/+1 |
| | | | | | | this in the future. The sed script was provided by Moritz Fischer. | ||||
* | tweaks to the search | Josh Blum | 2009-10-07 | 1 | -12/+10 |
| |