Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | grc: pep8 formatting | Josh Morman | 2021-11-24 | 1 | -23/+23 |
| | | | | Signed-off-by: Josh Morman <jmorman@gnuradio.org> | ||||
* | grc: added shortcuts zoom in/out/reset | Jeff Dumps | 2021-10-11 | 1 | -2/+16 |
| | | | | | | Co-authored-by: Jeff Dumps <jeffdumps@gmail.com> Co-authored-by: Derek Kozel <derek@bitstovolts.com> Signed-off-by: Derek Kozel <derek@bitstovolts.com> | ||||
* | grc: optionally show variable names in graph #4109 (#4279) | Jason Uher | 2021-03-16 | 1 | -0/+14 |
| | | | | | | | | 1. Add option to show variable name only 2. Add option to show variable name and value 3. default to traditional behavior Signed-off-by: Jason Uher <jason.uher@jhuapl.edu> | ||||
* | GRC: Actions with preferences now explicitly default to something | Marcus Müller | 2021-01-13 | 1 | -2/+9 |
| | |||||
* | GRC: Actions.py needed code formatting to be workable | Marcus Müller | 2021-01-13 | 1 | -102/+197 |
| | |||||
* | grc: remove six | Clayton Smith | 2020-10-05 | 1 | -1/+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: Updated Actions | alekhgupta1441 | 2020-05-06 | 1 | -0/+5 |
| | |||||
* | gnuradio-companion: add Meta modifier key for macOS | Davide Gerhard | 2020-04-19 | 1 | -1/+5 |
| | | | | | implements support for the Meta key on macOS. Others platforms continue to use Ctrl. | ||||
* | grc: add hotkeys to clear/save console, and to toggle autoscroll, updated ↵ | Jacob Gilbert | 2020-04-09 | 1 | -1/+4 |
| | | | | shortcut help menu accordingly | ||||
* | grc: Added a new menu option under Help for Keyboard-Shortcuts | alekhgupta1441 | 2020-03-28 | 1 | -0/+6 |
| | |||||
* | Update license header to SPDX format | devnulling | 2020-01-27 | 1 | -13/+2 |
| | |||||
* | grc: option toggle the show id on all blocks | Josh Morman | 2019-09-17 | 1 | -0/+6 |
| | | | | | | | | | Addresses the issue of losing access to the block id on many/most blocks though there are scenarios where you may need to see them in GRC Added a menu item tied into the grc prefs that will show the block ids Fixes #2780 | ||||
* | Fix for misc. documentation + trivial typos | luz.paz | 2019-07-17 | 1 | -3/+3 |
| | | | | | | | | | | | | | 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: fix for GRC's block hotkeys | aru31 | 2019-02-14 | 1 | -4/+25 |
| | |||||
* | Fixed a bug where GRC's Create New button and Ctrl+N were greyed out/didn't ↵ | Håkon Vågsether | 2018-10-06 | 1 | -0/+2 |
| | | | | | | | work. The Create New dropdown list is now assigned to its own action, separate from Ctrl+N and the Create New button. | ||||
* | Give the GRC GUI a better default configuration. | Clayton Smith | 2018-09-22 | 1 | -2/+4 |
| | |||||
* | Added the Delete key to the delete action | Håkon Vågsether | 2017-11-09 | 1 | -0/+1 |
| | |||||
* | grc: gtk3: Converted actions to Gio.Action instead of Gtk.Action | Seth Hitefield | 2017-05-03 | 1 | -304/+329 |
| | |||||
* | grc: fix regressions from gtk3 merge | Sebastian Koslowski | 2017-03-22 | 1 | -4/+4 |
| | |||||
* | Merge branch 'next' into python3 | Johnathan Corgan | 2017-03-16 | 1 | -0/+10 |
|\ | | | | | | | | | | | Conflicts: gr-blocks/swig/blocks_swig.py.in gr-uhd/apps/uhd_app.py | ||||
| * | grc: 'Save a copy' feature added | Kartik Patel | 2017-01-26 | 1 | -0/+4 |
| | | |||||
| * | grc: Add 'Create Duplicate' feature | Kartik Patel | 2017-01-26 | 1 | -0/+6 |
| | | |||||
* | | grc: refactor: Moved preferences to Config.py | Seth Hitefield | 2016-09-23 | 1 | -4/+4 |
| | | |||||
* | | grc: refactor: Cleaned up imports | Seth Hitefield | 2016-09-22 | 1 | -5/+1 |
| | | |||||
* | | grc: gtk3: make screnshots as png, pdf and svg | Sebastian Koslowski | 2016-09-12 | 1 | -1/+1 |
| | | |||||
* | | grc: py3k compat using python-modernize | Sebastian Koslowski | 2016-06-09 | 1 | -4/+10 |
| | | |||||
* | | gtk3: add flowgraph draw code and other gtk3 fixes (WIP) | Sebastian Koslowski | 2016-05-24 | 1 | -10/+11 |
| | | |||||
* | | grc: Main window opens with pygobject and gtk3. Still throws tons of errors. | Seth Hitefield | 2016-05-24 | 1 | -90/+92 |
|/ | |||||
* | grc: Renamed reports window to console. | Seth Hitefield | 2016-05-20 | 1 | -12/+12 |
| | |||||
* | grc: Variable editor tweaks. | Seth Hitefield | 2016-05-19 | 1 | -1/+1 |
| | |||||
* | grc: Added the variable editor panel | Seth Hitefield | 2016-05-18 | 1 | -0/+15 |
| | |||||
* | grc: optionally hide all variable blocks | Sebastian Koslowski | 2016-05-18 | 1 | -0/+6 |
| | |||||
* | grc: minor fixes/clean-ups | Sebastian Koslowski | 2016-05-18 | 1 | -1/+3 |
| | |||||
* | grc: block alignment tools | Glenn Richardson | 2016-05-18 | 1 | -0/+39 |
| | |||||
* | grc: add select all action | Sebastian Koslowski | 2016-04-04 | 1 | -0/+6 |
| | |||||
* | grc: #fff as canvas bg color | Sebastian Koslowski | 2016-02-05 | 1 | -1/+1 |
| | |||||
* | Merge branch 'maint' | Johnathan Corgan | 2015-12-07 | 1 | -1/+1 |
|\ | |||||
| * | grc: typo in tooltip | Sebastian Koslowski | 2015-12-03 | 1 | -1/+1 |
| | | |||||
* | | grc: fix Action to str method | Sebastian Koslowski | 2015-11-24 | 1 | -2/+2 |
| | | |||||
* | | grc: added recently opened flowgraph submenu and toolbar button dropdown menu | Glenn Richardson | 2015-11-16 | 1 | -0/+5 |
| | | |||||
* | | grc: open and update params from external editor | Sebastian Koslowski | 2015-11-11 | 1 | -0/+1 |
| | | |||||
* | | grc: simple dialog for selecting QSS theme for QT GUI apps | Glenn Richardson | 2015-10-01 | 1 | -0/+5 |
| | | |||||
* | | grc: fixup Actions*.py | Sebastian Koslowski | 2015-10-01 | 1 | -27/+36 |
| | | |||||
* | | grc: Flowgraph complexity. Shows under options block when enabled. | Seth Hitefield | 2015-09-26 | 1 | -0/+6 |
| | | |||||
* | | grc: rewrite Preferences.py | Sebastian Koslowski | 2015-08-13 | 1 | -4/+3 |
|/ | |||||
* | grc: only show code preview tab after user enables it | Sebastian Koslowski | 2015-07-17 | 1 | -2/+9 |
| | |||||
* | grc: add default value to ToggleActions | Sebastian Koslowski | 2015-07-17 | 1 | -8/+12 |
| | |||||
* | grc: Added ability to bypass blocks (Suggested by Chris Headley). | Seth Hitefield | 2015-06-11 | 1 | -0/+6 |
| | | | | | Only for blocks that have a single source and sink of the same type. Feature can be disabled per block using the 'disable_bypass' flag in the block definition. | ||||
* | grc: add toggle switch to hide comments | Sebastian Koslowski | 2015-04-03 | 1 | -0/+5 |
| |