Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | grc: pep8 formatting | Josh Morman | 2021-11-24 | 1 | -14/+28 |
| | | | | Signed-off-by: Josh Morman <jmorman@gnuradio.org> | ||||
* | grc: added shortcuts zoom in/out/reset | Jeff Dumps | 2021-10-11 | 1 | -0/+3 |
| | | | | | | 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 | -1/+2 |
| | | | | | | | | 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: Save config before execution and update recent file sub-menu. | David Pi | 2021-01-12 | 1 | -11/+17 |
| | | | | | | | | Saves the grc prefs before executing a flowgraph to avoid losing them if anything goes wrong and grc needs to be forcibly closed. Also fixes recent files sub-menu refresh. When a file is opened, opened from recent, or saved as, the recent files sub-menu is now updated. | ||||
* | grc: fix pylint C0330: wrong hanging indentation | Clayton Smith | 2020-10-20 | 1 | -35/+35 |
| | |||||
* | grc: fix pylint C0303: Trailing whitespace | Clayton Smith | 2020-10-20 | 1 | -1/+1 |
| | |||||
* | 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 Bars | alekhgupta1441 | 2020-05-06 | 1 | -1/+1 |
| | |||||
* | grc: Added a new menu option under Help for Keyboard-Shortcuts | alekhgupta1441 | 2020-03-28 | 1 | -1/+1 |
| | |||||
* | 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 | -1/+1 |
| | | | | | | | | | 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 | ||||
* | grc: Squelch more debug messages. | Ron Economos | 2019-04-22 | 1 | -1/+0 |
| | |||||
* | Make sure underscores are shown in "Open Recent" file list | Håkon Vågsether | 2019-02-21 | 1 | -1/+1 |
| | |||||
* | Remove "open recent" button from toolbar. | Clayton Smith | 2018-11-01 | 1 | -2/+3 |
| | |||||
* | 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 | -4/+4 |
| | | | | | | | work. The Create New dropdown list is now assigned to its own action, separate from Ctrl+N and the Create New button. | ||||
* | grc: gtk3: Converted actions to Gio.Action instead of Gtk.Action | Seth Hitefield | 2017-05-03 | 1 | -263/+256 |
| | |||||
* | Merge branch 'next' into python3 | Johnathan Corgan | 2017-03-16 | 1 | -0/+2 |
|\ | | | | | | | | | | | Conflicts: gr-blocks/swig/blocks_swig.py.in gr-uhd/apps/uhd_app.py | ||||
| * | grc: all actions moved to ActionHandler | Kartik Patel | 2017-02-07 | 1 | -1/+1 |
| | | | | | | | | grc: minor code edits | ||||
| * | grc: 'Save a copy' feature added | Kartik Patel | 2017-01-26 | 1 | -0/+1 |
| | | |||||
| * | grc: Add 'Create Duplicate' feature | Kartik Patel | 2017-01-26 | 1 | -0/+1 |
| | | |||||
* | | grc: refactor: Moved preferences to Config.py | Seth Hitefield | 2016-09-23 | 1 | -2/+2 |
| | | |||||
* | | grc: refactor: Cleaned up imports | Seth Hitefield | 2016-09-22 | 1 | -4/+2 |
| | | |||||
* | | grc: gtk3: update various deprecated gtk calls | Sebastian Koslowski | 2016-08-03 | 1 | -3/+3 |
| | | |||||
* | | grc: py3k compat using python-modernize | Sebastian Koslowski | 2016-06-09 | 1 | -1/+2 |
| | | |||||
* | | gtk3: add flowgraph draw code and other gtk3 fixes (WIP) | Sebastian Koslowski | 2016-05-24 | 1 | -1/+3 |
| | | |||||
* | | grc: Main window opens with pygobject and gtk3. Still throws tons of errors. | Seth Hitefield | 2016-05-24 | 1 | -30/+33 |
|/ | |||||
* | grc: Renamed reports window to console. | Seth Hitefield | 2016-05-20 | 1 | -3/+3 |
| | |||||
* | grc: Added the variable editor panel | Seth Hitefield | 2016-05-18 | 1 | -0/+4 |
| | |||||
* | grc: optionally hide all variable blocks | Sebastian Koslowski | 2016-05-18 | 1 | -0/+1 |
| | |||||
* | grc: block alignment tools | Glenn Richardson | 2016-05-18 | 1 | -0/+1 |
| | |||||
* | Merge branch 'maint_grcwg' into master_grcwg | Sebastian Koslowski | 2016-04-25 | 1 | -2/+2 |
|\ | |||||
| * | grc: show underscores in recent files menu | Sebastian Koslowski | 2016-04-25 | 1 | -2/+2 |
| | | |||||
* | | grc: add select all action | Sebastian Koslowski | 2016-04-04 | 1 | -0/+1 |
|/ | |||||
* | grc: Fixed issue where the recent file list includes files that do not exist. | Seth Hitefield | 2015-12-07 | 1 | -1/+1 |
| | |||||
* | grc: added recently opened flowgraph submenu and toolbar button dropdown menu | Glenn Richardson | 2015-11-16 | 1 | -31/+93 |
| | |||||
* | grc: simple dialog for selecting QSS theme for QT GUI apps | Glenn Richardson | 2015-10-01 | 1 | -0/+1 |
| | |||||
* | grc: add File->New submenu with generate modes preset, Bar.py refactoring | Sebastian Koslowski | 2015-10-01 | 1 | -41/+71 |
| | |||||
* | grc: Flowgraph complexity. Shows under options block when enabled. | Seth Hitefield | 2015-09-26 | 1 | -0/+2 |
| | |||||
* | grc: only show code preview tab after user enables it | Sebastian Koslowski | 2015-07-17 | 1 | -0/+2 |
| | |||||
* | grc: Added ability to bypass blocks (Suggested by Chris Headley). | Seth Hitefield | 2015-06-11 | 1 | -0/+3 |
| | | | | | 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/+1 |
| | |||||
* | grc: move context def into Bars.py and add submenu | Sebastian Koslowski | 2015-04-02 | 1 | -3/+50 |
| | |||||
* | grc: clean-up toolbar | Sebastian Koslowski | 2014-08-26 | 1 | -3/+0 |
| | |||||
* | grc: added save_reports action. | Seth Hitefield | 2014-08-26 | 1 | -0/+2 |
| | |||||
* | Merge remote-tracking branch 'gnuradio-wg-grc/grc_snap_blocks_to_grid' | Johnathan Corgan | 2014-08-20 | 1 | -0/+1 |
|\ | |||||
| * | grc: toggle action and mod1 modifier for snap-to-grid | Sebastian Koslowski | 2014-08-20 | 1 | -0/+1 |
| | | |||||
* | | grc: renaming 'Build' menu to 'Run' | Sebastian Koslowski | 2014-08-15 | 1 | -1/+1 |
|/ | | | | Suggested by Mike Ossmann | ||||
* | grc: toogle action to disable auto-hiding port labels | Sebastian Koslowski | 2014-07-11 | 1 | -0/+3 |
| | |||||
* | grc: Changed dialog to directly call the SCROLL_LOCK and CLEAR_REPORTS actions. | Seth Hitefield | 2014-06-13 | 1 | -1/+2 |
| | | | | Moved clear reports under view and grouped all Report menu items together | ||||
* | grc: Fixed scroll functionality in GRC. | Seth Hitefield | 2014-06-13 | 1 | -0/+3 |
| | | | | Also added clear and scrollback capability for the logging window |