summaryrefslogtreecommitdiff
path: root/grc/gui/Bars.py
Commit message (Collapse)AuthorAgeFilesLines
* grc: pep8 formattingJosh Morman2021-11-241-14/+28
| | | | Signed-off-by: Josh Morman <jmorman@gnuradio.org>
* grc: added shortcuts zoom in/out/resetJeff Dumps2021-10-111-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 Uher2021-03-161-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 Pi2021-01-121-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 indentationClayton Smith2020-10-201-35/+35
|
* grc: fix pylint C0303: Trailing whitespaceClayton Smith2020-10-201-1/+1
|
* 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 Barsalekhgupta14412020-05-061-1/+1
|
* grc: Added a new menu option under Help for Keyboard-Shortcutsalekhgupta14412020-03-281-1/+1
|
* Update license header to SPDX formatdevnulling2020-01-271-13/+2
|
* grc: option toggle the show id on all blocksJosh Morman2019-09-171-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 Economos2019-04-221-1/+0
|
* Make sure underscores are shown in "Open Recent" file listHåkon Vågsether2019-02-211-1/+1
|
* Remove "open recent" button from toolbar.Clayton Smith2018-11-011-2/+3
|
* Fixed a bug where GRC's Create New button and Ctrl+N were greyed out/didn't ↵Håkon Vågsether2018-10-061-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.ActionSeth Hitefield2017-05-031-263/+256
|
* Merge branch 'next' into python3Johnathan Corgan2017-03-161-0/+2
|\ | | | | | | | | | | Conflicts: gr-blocks/swig/blocks_swig.py.in gr-uhd/apps/uhd_app.py
| * grc: all actions moved to ActionHandlerKartik Patel2017-02-071-1/+1
| | | | | | | | grc: minor code edits
| * grc: 'Save a copy' feature addedKartik Patel2017-01-261-0/+1
| |
| * grc: Add 'Create Duplicate' featureKartik Patel2017-01-261-0/+1
| |
* | grc: refactor: Moved preferences to Config.pySeth Hitefield2016-09-231-2/+2
| |
* | grc: refactor: Cleaned up importsSeth Hitefield2016-09-221-4/+2
| |
* | grc: gtk3: update various deprecated gtk callsSebastian Koslowski2016-08-031-3/+3
| |
* | grc: py3k compat using python-modernizeSebastian Koslowski2016-06-091-1/+2
| |
* | gtk3: add flowgraph draw code and other gtk3 fixes (WIP)Sebastian Koslowski2016-05-241-1/+3
| |
* | grc: Main window opens with pygobject and gtk3. Still throws tons of errors.Seth Hitefield2016-05-241-30/+33
|/
* grc: Renamed reports window to console.Seth Hitefield2016-05-201-3/+3
|
* grc: Added the variable editor panelSeth Hitefield2016-05-181-0/+4
|
* grc: optionally hide all variable blocksSebastian Koslowski2016-05-181-0/+1
|
* grc: block alignment toolsGlenn Richardson2016-05-181-0/+1
|
* Merge branch 'maint_grcwg' into master_grcwgSebastian Koslowski2016-04-251-2/+2
|\
| * grc: show underscores in recent files menuSebastian Koslowski2016-04-251-2/+2
| |
* | grc: add select all actionSebastian Koslowski2016-04-041-0/+1
|/
* grc: Fixed issue where the recent file list includes files that do not exist.Seth Hitefield2015-12-071-1/+1
|
* grc: added recently opened flowgraph submenu and toolbar button dropdown menuGlenn Richardson2015-11-161-31/+93
|
* grc: simple dialog for selecting QSS theme for QT GUI appsGlenn Richardson2015-10-011-0/+1
|
* grc: add File->New submenu with generate modes preset, Bar.py refactoringSebastian Koslowski2015-10-011-41/+71
|
* grc: Flowgraph complexity. Shows under options block when enabled.Seth Hitefield2015-09-261-0/+2
|
* grc: only show code preview tab after user enables itSebastian Koslowski2015-07-171-0/+2
|
* grc: Added ability to bypass blocks (Suggested by Chris Headley).Seth Hitefield2015-06-111-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 commentsSebastian Koslowski2015-04-031-0/+1
|
* grc: move context def into Bars.py and add submenuSebastian Koslowski2015-04-021-3/+50
|
* grc: clean-up toolbarSebastian Koslowski2014-08-261-3/+0
|
* grc: added save_reports action.Seth Hitefield2014-08-261-0/+2
|
* Merge remote-tracking branch 'gnuradio-wg-grc/grc_snap_blocks_to_grid'Johnathan Corgan2014-08-201-0/+1
|\
| * grc: toggle action and mod1 modifier for snap-to-gridSebastian Koslowski2014-08-201-0/+1
| |
* | grc: renaming 'Build' menu to 'Run'Sebastian Koslowski2014-08-151-1/+1
|/ | | | Suggested by Mike Ossmann
* grc: toogle action to disable auto-hiding port labelsSebastian Koslowski2014-07-111-0/+3
|
* grc: Changed dialog to directly call the SCROLL_LOCK and CLEAR_REPORTS actions.Seth Hitefield2014-06-131-1/+2
| | | | Moved clear reports under view and grouped all Report menu items together
* grc: Fixed scroll functionality in GRC.Seth Hitefield2014-06-131-0/+3
| | | | Also added clear and scrollback capability for the logging window