Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | grc: pep8 formatting | Josh Morman | 2021-11-24 | 1 | -41/+60 |
| | | | | Signed-off-by: Josh Morman <jmorman@gnuradio.org> | ||||
* | grc: Move menu init debug log to MainWindow.py | Mark Pentler | 2021-10-22 | 1 | -0/+1 |
| | | | | | | | | This code belongs in MainWindow and not Application since the menu is created in there. Additionally the commented-out code block below it can also come out. Signed-off-by: Mark Pentler <tehhustler@hotmail.com> | ||||
* | grc: Save config before execution and update recent file sub-menu. | David Pi | 2021-01-12 | 1 | -1/+2 |
| | | | | | | | | 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 C0326: wrong number of spaces | 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: show file path as tooltip in tab label | japm48 | 2020-04-03 | 1 | -0/+4 |
| | | | | Fixes #3294. | ||||
* | grc: disable save prompt on new blank pages | japm48 | 2020-03-30 | 1 | -1/+0 |
| | |||||
* | grc: fix ctrl+s keyboard shortcut on new flowgraphs | Chris Donohue | 2020-02-07 | 1 | -1/+3 |
| | |||||
* | Update license header to SPDX format | devnulling | 2020-01-27 | 1 | -13/+2 |
| | |||||
* | grc: Load builtin icon if no freedesktop is found | Volker Schroer | 2019-07-09 | 1 | -2/+2 |
| | | | A missing freedesktop icon is not correctly handled. | ||||
* | Use gnuradio icon if available | Volker Schroer | 2019-06-29 | 1 | -2/+5 |
| | | | The existence of a gnuradio ( theme ) icon is checked, but if found not set | ||||
* | fixup! GRC: Fix for GRC crash in case of flowgraph error | Martin Braun | 2019-06-19 | 1 | -1/+1 |
| | |||||
* | GRC: Fix for GRC crash in case of flowgraph error | Arpit Gupta | 2019-06-18 | 1 | -0/+7 |
| | |||||
* | [grc] fixes from recent commits (merges #1473) | Håkon Vågsether | 2017-09-30 | 1 | -2/+5 |
| | |||||
* | [grc] additional fixes from merging bokeh-gui (#1434) | Sebastian Koslowski | 2017-09-30 | 1 | -5/+2 |
| | |||||
* | Merge branch 'next' into python3 | Johnathan Corgan | 2017-09-25 | 1 | -2/+5 |
|\ | |||||
| * | grc: Avoid use of different style/color icons. | Ron Economos | 2017-08-26 | 1 | -2/+5 |
| | | |||||
* | | grc: added yaml/mako support | Sebastian Koslowski | 2017-06-29 | 1 | -1/+1 |
| | | | | | | | | Includes basic converter from XML/Cheetah to YAML/Mako based block format. | ||||
* | | grc: gtk3: Small fixes for PR 1299 | Seth Hitefield | 2017-05-11 | 1 | -2/+3 |
| | | |||||
* | | Merge branch 'next' into python3 | Johnathan Corgan | 2017-05-03 | 1 | -0/+3 |
|\| | |||||
| * | grc: Add window icon for main window | Paul Wicks | 2017-04-05 | 1 | -0/+3 |
| | | |||||
* | | grc: gtk3: Converted actions to Gio.Action instead of Gtk.Action | Seth Hitefield | 2017-05-03 | 1 | -8/+17 |
| | | |||||
* | | grc: refactor: Added logging | Seth Hitefield | 2016-09-23 | 1 | -0/+5 |
| | | |||||
* | | grc: refactor: Moved the notebook and console into separate classes. | Seth Hitefield | 2016-09-23 | 1 | -37/+27 |
| | | |||||
* | | grc: refactor: Moved preferences to Config.py | Seth Hitefield | 2016-09-23 | 1 | -16/+16 |
| | | |||||
* | | grc: refactor: Cleaned up imports | Seth Hitefield | 2016-09-22 | 1 | -6/+1 |
| | | |||||
* | | grc: gtk3: Converted to Gtk.Application (ActionHandler) and ↵ | Seth Hitefield | 2016-09-22 | 1 | -3/+4 |
| | | | | | | | | Gtk.ApplicationWindow (MainWindow) | ||||
* | | Merge remote-tracking branch 'upstream/next' into gtk3 | Sebastian Koslowski | 2016-09-12 | 1 | -6/+15 |
|\| | |||||
| * | grc: backwards compatibility fix for pygtk 2.16 (centos6) | Michael De Nil | 2016-09-09 | 1 | -6/+15 |
| | | |||||
* | | grc: gtk3: minor gui flowgraph cleanup | Sebastian Koslowski | 2016-08-30 | 1 | -2/+2 |
| | | |||||
* | | grc: gtk3: fixup dialogs | Glenn Richardson | 2016-08-09 | 1 | -4/+4 |
| | | |||||
* | | grc: refactor: Port, Param, Options init clean-up | Sebastian Koslowski | 2016-07-29 | 1 | -9/+1 |
| | | |||||
* | | grc-refactor: Block: remove key getters | Sebastian Koslowski | 2016-07-13 | 1 | -1/+1 |
| | | |||||
* | | grc: py3k compat using python-modernize | Sebastian Koslowski | 2016-06-09 | 1 | -2/+4 |
| | | |||||
* | | grc-refactor: replace some unnecessary getters | Sebastian Koslowski | 2016-06-01 | 1 | -38/+36 |
| | | |||||
* | | grc: gtk3: remove canvas size and enable zooming | Sebastian Koslowski | 2016-05-31 | 1 | -2/+2 |
| | | |||||
* | | grc: remove all Cheetah templates from GUI | Sebastian Koslowski | 2016-05-30 | 1 | -51/+18 |
| | | |||||
* | | gtk3: add flowgraph draw code and other gtk3 fixes (WIP) | Sebastian Koslowski | 2016-05-24 | 1 | -16/+12 |
| | | |||||
* | | grc: Main window opens with pygobject and gtk3. Still throws tons of errors. | Seth Hitefield | 2016-05-24 | 1 | -24/+31 |
|/ | |||||
* | grc: Renamed reports window to console. | Seth Hitefield | 2016-05-20 | 1 | -22/+22 |
| | |||||
* | grc: Added the variable editor panel | Seth Hitefield | 2016-05-18 | 1 | -21/+99 |
| | |||||
* | grc: remove 'Showing: ...' messages | Sebastian Koslowski | 2016-05-18 | 1 | -1/+0 |
| | |||||
* | grc-refactor: Platform.py | Sebastian Koslowski | 2016-02-17 | 1 | -2/+4 |
| | |||||
* | grc-refactor: move Messages to core | Sebastian Koslowski | 2016-02-17 | 1 | -13/+11 |
| | |||||
* | 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 | -4/+6 |
| | |||||
* | grc: add File->New submenu with generate modes preset, Bar.py refactoring | Sebastian Koslowski | 2015-10-01 | 1 | -2/+8 |
| | |||||
* | grc: fixup Actions*.py | Sebastian Koslowski | 2015-10-01 | 1 | -1/+1 |
| | |||||
* | grc: close unsaved pages first (for cancel save option) | Sebastian Koslowski | 2015-04-02 | 1 | -4/+7 |
| | |||||
* | grc: Default button in save dialog is now 'save' instead of 'close without ↵ | Ethan Trewhitt | 2015-04-02 | 1 | -1/+1 |
| | | | | saving' |