Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | grc: pep8 formatting | Josh Morman | 2021-11-24 | 1 | -0/+1 |
| | | | | Signed-off-by: Josh Morman <jmorman@gnuradio.org> | ||||
* | GRC: be tolerant against Gtk.init_check failure, which seems to be flimsy | Marcus Müller | 2021-10-21 | 1 | -4/+8 |
| | | | | Signed-off-by: Marcus Müller <mmueller@gnuradio.org> | ||||
* | GRC: don't rely on GUI to inform about failure to initialize GUI | Marcus Müller | 2021-10-21 | 1 | -4/+10 |
| | | | | Signed-off-by: Marcus Müller <mmueller@gnuradio.org> | ||||
* | grc: fix pylint C0303: Trailing whitespace | Clayton Smith | 2020-10-20 | 1 | -1/+1 |
| | |||||
* | Update license header to SPDX format | devnulling | 2020-01-27 | 1 | -13/+2 |
| | |||||
* | GRC/grcc: Update path warnings | duggabe | 2020-01-25 | 1 | -2/+3 |
| | |||||
* | grc: Fixed missing files in cmake | Seth Hitefield | 2017-07-28 | 1 | -6/+0 |
| | |||||
* | grc: gtk3: update cmake requirements | Sebastian Koslowski | 2017-01-23 | 1 | -0/+1 |
| | |||||
* | grc: gtk3: python3 error, some cmake fixes | Sebastian Koslowski | 2017-01-11 | 1 | -0/+6 |
| | |||||
* | Merge remote-tracking branch 'upstream/next' into gtk3 | Sebastian Koslowski | 2016-11-17 | 1 | -18/+16 |
|\ | |||||
| * | grc: rewrite grcc | Sebastian Koslowski | 2016-09-23 | 1 | -18/+16 |
| | | |||||
* | | grc: gtk3: Converted to Gtk.Application (ActionHandler) and ↵ | Seth Hitefield | 2016-09-22 | 1 | -0/+2 |
| | | | | | | | | Gtk.ApplicationWindow (MainWindow) | ||||
* | | Merge remote-tracking branch 'upstream/next' into gtk3 | Sebastian Koslowski | 2016-08-09 | 1 | -14/+74 |
|\| | |||||
| * | grc: move startup checks into gnuradio-companion script | Sebastian Koslowski | 2016-08-02 | 1 | -15/+76 |
| | | | | | | | | ...where they have before some of the refactoring work. While having them in a separate file is cleaner, we can't do anything if they can't loaded from there in the first place. | ||||
* | | grc: gtk3: update main and checks | Sebastian Koslowski | 2016-07-13 | 1 | -4/+7 |
|/ | |||||
* | grc-refactor: CMake fixes, start-up script cleaned up | Sebastian Koslowski | 2016-04-15 | 1 | -113/+16 |
| | |||||
* | grc-refactor: remove (hopefully) all deps to GR in core/ and gui/ | Sebastian Koslowski | 2016-04-05 | 1 | -1/+6 |
| | |||||
* | grc-refactor: clean-up grc directory | Sebastian Koslowski | 2016-02-17 | 1 | -1/+1 |
| | |||||
* | grc-refactor: move grc.base to grc.python.base | Sebastian Koslowski | 2016-02-17 | 1 | -2/+2 |
| | |||||
* | grc: defer check for gtk init until after arg parsing | Sebastian Koslowski | 2015-09-21 | 1 | -31/+33 |
| | |||||
* | Merge branch 'maint' | Johnathan Corgan | 2015-07-06 | 1 | -1/+7 |
|\ | |||||
| * | gnuradio-companion: Exit if gtk import fails. | Philip Balister | 2015-07-02 | 1 | -1/+7 |
| | | | | | | | | | | | | One known cause is missing X server. Signed-off-by: Philip Balister <philip@balister.org> | ||||
* | | grc: Add check for GTK initialization | Doug Geiger | 2015-04-22 | 1 | -0/+9 |
|/ | | | | Ensure GTK can be initialized before application start-up (e.g. if X11 forwarding is not enabled on an SSH connection) to avoid a fatal error (e.g. segfault) | ||||
* | grc: use abs path for source tree run mode | Sebastian Koslowski | 2015-04-09 | 1 | -1/+1 |
| | |||||
* | grc: clean-up 'gnuradio-companion', add mode 'run from source' | Sebastian Koslowski | 2015-04-02 | 1 | -33/+74 |
| | |||||
* | grc: Fix whitespace issue in grc to use proper spaces | Tim O'Shea | 2013-07-09 | 1 | -27/+27 |
| | | | | Remove all \t's to match the rest of GNU Radio | ||||
* | grc: Fixed Bug #485 by gracefully exiting when user sets ↵ | Martin Braun | 2013-01-15 | 1 | -1/+10 |
| | | | | GR_DONT_LOAD_PREFS=1 GRC_BLOCKS_PATH= | ||||
* | grc: better error for import gr fail | Josh Blum | 2012-02-02 | 1 | -2/+11 |
| | |||||
* | grc: rename execution binary from 'grc' to 'gnuradio-companion' | Johnathan Corgan | 2010-05-18 | 1 | -0/+54 |
This change resolves a conflict with the Generic Colorizer application which also uses the binary name 'grc'. Interested users can add an alias to their shell environment to run gnuradio-companion when grc is invoked. |