Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cmake: replace deprecated distutils | Volker Schroer | 2021-12-20 | 1 | -1/+1 |
| | | | | | | | | | | | * gnuradio: replace deprecated distutils Check if python packaging is available Signed-off-by: Volker Schroer <3470424+dl1ksv@users.noreply.github.com> * Add packaging requirement Signed-off-by: Volker Schroer <3470424+dl1ksv@users.noreply.github.com> | ||||
* | grc: pep8 formatting | Josh Morman | 2021-11-24 | 1 | -27/+39 |
| | | | | Signed-off-by: Josh Morman <jmorman@gnuradio.org> | ||||
* | grc: Fix desync when dragging block | David Winter | 2021-07-09 | 1 | -4/+10 |
| | | | | | | | | This commit fixes what's basically a broken numerical integration in the block dragging code, leading to a position desynchronization between mouse pointer and block. Signed-off-by: David Winter <david.winter@analog.com> | ||||
* | grc : fix block can move outside top and left boundary | Christophe SEGUINOT | 2021-04-06 | 1 | -1/+16 |
| | | | | | | * gui : fix block can move outside top and left boundary Signed-off-by: Christophe Seguinot <christophe.seguinot@univ-lille.fr> Co-authored-by: Sebastian Koslowski <sebastian.koslowski@gmail.com> | ||||
* | grc: Don't draw disabled and hidden blocks, even if they are selected | Håkon Vågsether | 2021-01-13 | 1 | -1/+3 |
| | | | | Signed-off-by: Håkon Vågsether <hauk142@gmail.com> | ||||
* | grc: fix pylint C0330: wrong hanging indentation | Clayton Smith | 2020-10-20 | 1 | -1/+1 |
| | |||||
* | grc: fix pylint C0326: wrong number of spaces | Clayton Smith | 2020-10-20 | 1 | -2/+2 |
| | |||||
* | grc: remove six | Clayton Smith | 2020-10-05 | 1 | -2/+0 |
| | |||||
* | 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 | ||||
* | grc: draw selected elements last | Sebastian Koslowski | 2020-05-28 | 1 | -0/+3 |
| | |||||
* | grc: auto-shift colliding blocks when pasting | Sebastian Koslowski | 2020-05-28 | 1 | -1/+6 |
| | |||||
* | grc: fix pasting connections when block were renamed (fixes #3499) | Sebastian Koslowski | 2020-05-28 | 1 | -14/+11 |
| | |||||
* | grc: iterate all selected blocks when changing port type (fixes #3500) | Sebastian Koslowski | 2020-05-28 | 1 | -2/+2 |
| | | | | previously the first hit terminated further processing | ||||
* | Update license header to SPDX format | devnulling | 2020-01-27 | 1 | -13/+2 |
| | |||||
* | grc: Fix drag style block connection with auto-hide port labels | CMorin | 2020-01-03 | 1 | -2/+2 |
| | |||||
* | grc: include comments in flowgraph extent calculation (fixes #2854) | Sebastian Koslowski | 2019-11-01 | 1 | -5/+11 |
| | | | | | previously the extent (upper left und lower right bounding points) only included blocks, ports and connections. | ||||
* | grc: restore copy/paste behavior | Josh Morman | 2019-07-19 | 1 | -2/+8 |
| | | | | | | | | | Restores the gnuradio 3.7 copy/paste behavior where the variable name is changed to x_# of the copied block if the name is in conflict. The issue in 3.8 was that blocks always got copied as variable_# even when there was no conflict in naming Fixes #2614 | ||||
* | Fix for misc. documentation + trivial typos | luz.paz | 2019-07-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | Found via `codespell -q 3 -L ans,sinc,hist,ist,ith,uint,fo -S ./volk` Fix typos in gnuradio-runtime/ Fix typos in gr-digital/ Fix typos in gr-qtgui/ Fix typos in gr-channels/ Fix typos in grc/ Fix typos gr-filter/ Fix typos in gr-uhd/ Fix typos in gr-blocks/ Fix typos in gr-fec/ | ||||
* | grc: add busports back into 3.8 | Josh Morman | 2019-07-15 | 1 | -1/+7 |
| | | | | | | | | Bus ports had not been added back in since the refactor of grc Hopefully this fully enables busports though there are still some issues with the gr-fec flowgraphs Fixes #2277 | ||||
* | grc: Restore right click menu. Fixes #2062 | Brennan Ashton | 2018-11-02 | 1 | -4/+32 |
| | |||||
* | Merge branch 'python3_fix' into python3_merge | Andrej Rode | 2018-06-23 | 1 | -2/+2 |
|\ | |||||
| * | Merge branch 'merges/next' into merges/python3 | Sebastian Koslowski | 2017-10-26 | 1 | -2/+2 |
| | | |||||
* | | Fixed pasting blocks from clipboard | Håkon Vågsether | 2018-03-22 | 1 | -27/+16 |
|/ | |||||
* | grc: added yaml/mako support | Sebastian Koslowski | 2017-06-29 | 1 | -13/+11 |
| | | | | Includes basic converter from XML/Cheetah to YAML/Mako based block format. | ||||
* | grc: gtk3: drag to connect | Sebastian Koslowski | 2017-01-11 | 1 | -11/+45 |
| | |||||
* | grc: gtk3: curved connections | Sebastian Koslowski | 2017-01-11 | 1 | -8/+6 |
| | |||||
* | grc: gtk3: reimplemented custom bg colors for param entry boxes | Sebastian Koslowski | 2017-01-11 | 1 | -0/+1 |
| | |||||
* | grc: gtk3: fix block layout sizes when zooming | Sebastian Koslowski | 2017-01-11 | 1 | -5/+4 |
| | |||||
* | grc: gtk3: fix canvas extent after zooming | Sebastian Koslowski | 2017-01-06 | 1 | -8/+5 |
| | |||||
* | grc: gtk3: fix multi-block move | Sebastian Koslowski | 2016-09-23 | 1 | -10/+11 |
| | |||||
* | grc: refactor: Cleaned up imports | Seth Hitefield | 2016-09-22 | 1 | -1/+2 |
| | |||||
* | grc: refactor: move drawables in subpackage | Sebastian Koslowski | 2016-09-13 | 1 | -0/+754 |