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 | -5/+10 |
| | | | | Signed-off-by: Josh Morman <jmorman@gnuradio.org> | ||||
* | grc: added shortcuts zoom in/out/reset | Jeff Dumps | 2021-10-11 | 1 | -0/+2 |
| | | | | | | 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: Make it possible to copy error message | Oleksandr Kravchuk | 2021-01-11 | 1 | -1/+17 |
| | |||||
* | grc: fix pylint C0326: wrong number of spaces | Clayton Smith | 2020-10-20 | 1 | -3/+3 |
| | |||||
* | grc: fix pylint C0303: Trailing whitespace | Clayton Smith | 2020-10-20 | 1 | -9/+9 |
| | |||||
* | grc: update the "Get Involved" dialog | Clayton Smith | 2020-10-05 | 1 | -3/+3 |
| | |||||
* | 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 Dialogs | alekhgupta1441 | 2020-05-06 | 1 | -1/+17 |
| | |||||
* | grc: use correct labels in log window context menu | japm48 | 2020-04-26 | 1 | -2/+2 |
| | | | | | | | | Previously 'gtk-clear' and 'gtk-save' were shown. Gtk.STOCK_* constants are deprecated in favor of translated strings. But grc is English-only, so it makes sense to stick to the simple hardcoded solution. | ||||
* | gnuradio-companion: add Meta modifier key for macOS | Davide Gerhard | 2020-04-19 | 1 | -1/+3 |
| | | | | | 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 | -11/+13 |
| | | | | shortcut help menu accordingly | ||||
* | grc: Added a new menu option under Help for Keyboard-Shortcuts | alekhgupta1441 | 2020-03-28 | 1 | -4/+44 |
| | |||||
* | Update license header to SPDX format | devnulling | 2020-01-27 | 1 | -13/+2 |
| | |||||
* | Typo | Hugh Pyle | 2019-08-12 | 1 | -1/+1 |
| | |||||
* | Fixing Name error in Dialog.py | Volker Schroer | 2019-06-29 | 1 | -1/+1 |
| | | | log is undefined in Dialog.py. Use Messages.send instead. | ||||
* | Fix some more depreciation warnings | Volker Schroer | 2019-04-19 | 1 | -3/+3 |
| | |||||
* | grc: Improve exception handling (bare and unnecessary) | Brennan Ashton | 2018-11-15 | 1 | -3/+3 |
| | |||||
* | grc: Starts on both Python 2 and 3 | Seth Hitefield | 2017-07-30 | 1 | -1/+4 |
| | |||||
* | grc: added yaml/mako support | Sebastian Koslowski | 2017-06-29 | 1 | -5/+5 |
| | | | | Includes basic converter from XML/Cheetah to YAML/Mako based block format. | ||||
* | grc: gtk3: reimplemented custom bg colors for param entry boxes | Sebastian Koslowski | 2017-01-11 | 1 | -3/+3 |
| | |||||
* | Merge remote-tracking branch 'upstream/next' into gtk3 | Sebastian Koslowski | 2016-11-17 | 1 | -1/+1 |
|\ | |||||
| * | grc: fix IndexError when consuming \b in console (#1043) | Sebastian Koslowski | 2016-10-21 | 1 | -1/+1 |
| | | |||||
* | | grc: gtk3: Renamed the ActionHandler to Application | Seth Hitefield | 2016-09-23 | 1 | -1/+1 |
| | | |||||
* | | grc: gtk3: fixup dialogs | Glenn Richardson | 2016-08-09 | 1 | -153/+248 |
| | | |||||
* | | grc-refactor: move more port type color stuff to gui | Sebastian Koslowski | 2016-07-13 | 1 | -2/+2 |
| | | |||||
* | | grc: py3k compat using python-modernize | Sebastian Koslowski | 2016-06-09 | 1 | -0/+1 |
| | | |||||
* | | grc: remove all Cheetah templates from GUI | Sebastian Koslowski | 2016-05-30 | 1 | -28/+20 |
| | | |||||
* | | grc: Main window opens with pygobject and gtk3. Still throws tons of errors. | Seth Hitefield | 2016-05-24 | 1 | -34/+39 |
|/ | |||||
* | grc: Renamed reports window to console. | Seth Hitefield | 2016-05-20 | 1 | -5/+5 |
| | |||||
* | grc-refactor: remove (hopefully) all deps to GR in core/ and gui/ | Sebastian Koslowski | 2016-04-05 | 1 | -12/+5 |
| | |||||
* | grc-refactor: Platform.py | Sebastian Koslowski | 2016-02-17 | 1 | -6/+6 |
| | |||||
* | grc-refactor: move Messages to core | Sebastian Koslowski | 2016-02-17 | 1 | -4/+2 |
| | |||||
* | grc: Added option to use the default editor when opening embedded python blocks | Seth Hitefield | 2015-11-24 | 1 | -16/+64 |
| | |||||
* | grc: open and update params from external editor | Sebastian Koslowski | 2015-11-11 | 1 | -2/+21 |
| | |||||
* | grc: add warning for invalid xterm setting (fixes #828) | Sebastian Koslowski | 2015-08-13 | 1 | -5/+26 |
| | |||||
* | grc: fix context menu in props dialog text displays | Sebastian Koslowski | 2015-06-22 | 1 | -4/+14 |
| | |||||
* | grc: Default button in save dialog is now 'save' instead of 'close without ↵ | Ethan Trewhitt | 2015-04-02 | 1 | -1/+3 |
| | | | | saving' | ||||
* | grc: Reworked save confirmation dialog to allow cancel option | Ethan Trewhitt | 2015-04-02 | 1 | -2/+4 |
| | |||||
* | grc: added save_reports action. | Seth Hitefield | 2014-08-26 | 1 | -0/+13 |
| | |||||
* | Removing trailing/extra whitespaces before release (for master). | Tom Rondeau | 2014-07-07 | 1 | -4/+4 |
| | | | | We should be more careful about letting these into the code in the future. In emacs, we can use (add-hook 'before-save-hook 'delete-trailing-whitespace). | ||||
* | grc: minor edits. removed extra whitespace | Sebastian Koslowski | 2014-06-13 | 1 | -11/+12 |
| | |||||
* | grc: Changed dialog to directly call the SCROLL_LOCK and CLEAR_REPORTS actions. | Seth Hitefield | 2014-06-13 | 1 | -3/+3 |
| | | | | 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/+41 |
| | | | | Also added clear and scrollback capability for the logging window | ||||
* | grc: make backspace chars work in TextDisplay | Sebastian Koslowski | 2013-11-07 | 1 | -1/+21 |
| | |||||
* | grc: Fix whitespace issue in grc to use proper spaces | Tim O'Shea | 2013-07-09 | 1 | -65/+65 |
| | | | | Remove all \t's to match the rest of GNU Radio | ||||
* | docs: Modified argument formating in python docstrings in grc. | Ben Reynwar | 2012-08-14 | 1 | -6/+14 |
| | |||||
* | removed unused import statements, thanks pyflakes | Josh Blum | 2009-12-06 | 1 | -1/+0 |
| | |||||
* | put the flow graph errors button into the toolbar | Josh Blum | 2009-09-18 | 1 | -1/+1 |
| | |||||
* | added errors dialog to show all error messages in flow graph | Josh Blum | 2009-09-18 | 1 | -0/+14 |
| |