summaryrefslogtreecommitdiff
path: root/grc/scripts/gnuradio-companion
Commit message (Collapse)AuthorAgeFilesLines
* grc: pep8 formattingJosh Morman2021-11-241-0/+1
| | | | Signed-off-by: Josh Morman <jmorman@gnuradio.org>
* GRC: be tolerant against Gtk.init_check failure, which seems to be flimsyMarcus Müller2021-10-211-4/+8
| | | | Signed-off-by: Marcus Müller <mmueller@gnuradio.org>
* GRC: don't rely on GUI to inform about failure to initialize GUIMarcus Müller2021-10-211-4/+10
| | | | Signed-off-by: Marcus Müller <mmueller@gnuradio.org>
* grc: fix pylint C0303: Trailing whitespaceClayton Smith2020-10-201-1/+1
|
* Update license header to SPDX formatdevnulling2020-01-271-13/+2
|
* GRC/grcc: Update path warningsduggabe2020-01-251-2/+3
|
* grc: Fixed missing files in cmakeSeth Hitefield2017-07-281-6/+0
|
* grc: gtk3: update cmake requirementsSebastian Koslowski2017-01-231-0/+1
|
* grc: gtk3: python3 error, some cmake fixesSebastian Koslowski2017-01-111-0/+6
|
* Merge remote-tracking branch 'upstream/next' into gtk3Sebastian Koslowski2016-11-171-18/+16
|\
| * grc: rewrite grccSebastian Koslowski2016-09-231-18/+16
| |
* | grc: gtk3: Converted to Gtk.Application (ActionHandler) and ↵Seth Hitefield2016-09-221-0/+2
| | | | | | | | Gtk.ApplicationWindow (MainWindow)
* | Merge remote-tracking branch 'upstream/next' into gtk3Sebastian Koslowski2016-08-091-14/+74
|\|
| * grc: move startup checks into gnuradio-companion scriptSebastian Koslowski2016-08-021-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 checksSebastian Koslowski2016-07-131-4/+7
|/
* grc-refactor: CMake fixes, start-up script cleaned upSebastian Koslowski2016-04-151-113/+16
|
* grc-refactor: remove (hopefully) all deps to GR in core/ and gui/Sebastian Koslowski2016-04-051-1/+6
|
* grc-refactor: clean-up grc directorySebastian Koslowski2016-02-171-1/+1
|
* grc-refactor: move grc.base to grc.python.baseSebastian Koslowski2016-02-171-2/+2
|
* grc: defer check for gtk init until after arg parsingSebastian Koslowski2015-09-211-31/+33
|
* Merge branch 'maint'Johnathan Corgan2015-07-061-1/+7
|\
| * gnuradio-companion: Exit if gtk import fails.Philip Balister2015-07-021-1/+7
| | | | | | | | | | | | One known cause is missing X server. Signed-off-by: Philip Balister <philip@balister.org>
* | grc: Add check for GTK initializationDoug Geiger2015-04-221-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 modeSebastian Koslowski2015-04-091-1/+1
|
* grc: clean-up 'gnuradio-companion', add mode 'run from source'Sebastian Koslowski2015-04-021-33/+74
|
* grc: Fix whitespace issue in grc to use proper spacesTim O'Shea2013-07-091-27/+27
| | | | Remove all \t's to match the rest of GNU Radio
* grc: Fixed Bug #485 by gracefully exiting when user sets ↵Martin Braun2013-01-151-1/+10
| | | | GR_DONT_LOAD_PREFS=1 GRC_BLOCKS_PATH=
* grc: better error for import gr failJosh Blum2012-02-021-2/+11
|
* grc: rename execution binary from 'grc' to 'gnuradio-companion'Johnathan Corgan2010-05-181-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.