summaryrefslogtreecommitdiff
path: root/grc/gui/Actions.py
Commit message (Collapse)AuthorAgeFilesLines
* grc: pep8 formattingJosh Morman2021-11-241-23/+23
| | | | Signed-off-by: Josh Morman <jmorman@gnuradio.org>
* grc: added shortcuts zoom in/out/resetJeff Dumps2021-10-111-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 Uher2021-03-161-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 somethingMarcus Müller2021-01-131-2/+9
|
* GRC: Actions.py needed code formatting to be workableMarcus Müller2021-01-131-102/+197
|
* grc: remove sixClayton Smith2020-10-051-1/+0
|
* python: Remove unnecessary 'from __future__ import'Oleksandr Kravchuk2020-08-031-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 Actionsalekhgupta14412020-05-061-0/+5
|
* gnuradio-companion: add Meta modifier key for macOSDavide Gerhard2020-04-191-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 Gilbert2020-04-091-1/+4
| | | | shortcut help menu accordingly
* grc: Added a new menu option under Help for Keyboard-Shortcutsalekhgupta14412020-03-281-0/+6
|
* Update license header to SPDX formatdevnulling2020-01-271-13/+2
|
* grc: option toggle the show id on all blocksJosh Morman2019-09-171-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 typosluz.paz2019-07-171-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 hotkeysaru312019-02-141-4/+25
|
* Fixed a bug where GRC's Create New button and Ctrl+N were greyed out/didn't ↵Håkon Vågsether2018-10-061-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 Smith2018-09-221-2/+4
|
* Added the Delete key to the delete actionHåkon Vågsether2017-11-091-0/+1
|
* grc: gtk3: Converted actions to Gio.Action instead of Gtk.ActionSeth Hitefield2017-05-031-304/+329
|
* grc: fix regressions from gtk3 mergeSebastian Koslowski2017-03-221-4/+4
|
* Merge branch 'next' into python3Johnathan Corgan2017-03-161-0/+10
|\ | | | | | | | | | | Conflicts: gr-blocks/swig/blocks_swig.py.in gr-uhd/apps/uhd_app.py
| * grc: 'Save a copy' feature addedKartik Patel2017-01-261-0/+4
| |
| * grc: Add 'Create Duplicate' featureKartik Patel2017-01-261-0/+6
| |
* | grc: refactor: Moved preferences to Config.pySeth Hitefield2016-09-231-4/+4
| |
* | grc: refactor: Cleaned up importsSeth Hitefield2016-09-221-5/+1
| |
* | grc: gtk3: make screnshots as png, pdf and svgSebastian Koslowski2016-09-121-1/+1
| |
* | grc: py3k compat using python-modernizeSebastian Koslowski2016-06-091-4/+10
| |
* | gtk3: add flowgraph draw code and other gtk3 fixes (WIP)Sebastian Koslowski2016-05-241-10/+11
| |
* | grc: Main window opens with pygobject and gtk3. Still throws tons of errors.Seth Hitefield2016-05-241-90/+92
|/
* grc: Renamed reports window to console.Seth Hitefield2016-05-201-12/+12
|
* grc: Variable editor tweaks.Seth Hitefield2016-05-191-1/+1
|
* grc: Added the variable editor panelSeth Hitefield2016-05-181-0/+15
|
* grc: optionally hide all variable blocksSebastian Koslowski2016-05-181-0/+6
|
* grc: minor fixes/clean-upsSebastian Koslowski2016-05-181-1/+3
|
* grc: block alignment toolsGlenn Richardson2016-05-181-0/+39
|
* grc: add select all actionSebastian Koslowski2016-04-041-0/+6
|
* grc: #fff as canvas bg colorSebastian Koslowski2016-02-051-1/+1
|
* Merge branch 'maint'Johnathan Corgan2015-12-071-1/+1
|\
| * grc: typo in tooltipSebastian Koslowski2015-12-031-1/+1
| |
* | grc: fix Action to str methodSebastian Koslowski2015-11-241-2/+2
| |
* | grc: added recently opened flowgraph submenu and toolbar button dropdown menuGlenn Richardson2015-11-161-0/+5
| |
* | grc: open and update params from external editorSebastian Koslowski2015-11-111-0/+1
| |
* | grc: simple dialog for selecting QSS theme for QT GUI appsGlenn Richardson2015-10-011-0/+5
| |
* | grc: fixup Actions*.pySebastian Koslowski2015-10-011-27/+36
| |
* | grc: Flowgraph complexity. Shows under options block when enabled.Seth Hitefield2015-09-261-0/+6
| |
* | grc: rewrite Preferences.pySebastian Koslowski2015-08-131-4/+3
|/
* grc: only show code preview tab after user enables itSebastian Koslowski2015-07-171-2/+9
|
* grc: add default value to ToggleActionsSebastian Koslowski2015-07-171-8/+12
|
* grc: Added ability to bypass blocks (Suggested by Chris Headley).Seth Hitefield2015-06-111-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 commentsSebastian Koslowski2015-04-031-0/+5
|