Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | grc: pep8 formatting | Josh Morman | 2021-11-24 | 1 | -4/+8 |
| | | | | Signed-off-by: Josh Morman <jmorman@gnuradio.org> | ||||
* | grc: Remove extra logger in grc/core/platform | Seth Hitefield | 2021-01-11 | 1 | -1/+9 |
| | | | | | | | | | | This is an update for PR #2424. The extra debug output from GRC was being generated by another logger instance in grc/core/platform that did not respect the command line arguments. This removes the extra logger and sets the logger level in main to whatever is requested from the command line. See grc/main.py:43 for more detail. | ||||
* | 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: Increase logging level to INFO. | Ron Economos | 2019-03-31 | 1 | -1/+1 |
| | |||||
* | grc: remove dead GTK2 call to window_set_default_icon | Brennan Ashton | 2018-11-15 | 1 | -5/+0 |
| | |||||
* | grc: Starts on both Python 2 and 3 | Seth Hitefield | 2017-07-30 | 1 | -1/+2 |
| | |||||
* | grc: added yaml/mako support | Sebastian Koslowski | 2017-06-29 | 1 | -0/+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 | -1/+0 |
| | |||||
* | grc: gtk3: Converted actions to Gio.Action instead of Gtk.Action | Seth Hitefield | 2017-05-03 | 1 | -6/+10 |
| | |||||
* | grc: refactor: Added logging | Seth Hitefield | 2016-09-23 | 1 | -1/+31 |
| | |||||
* | grc: gtk3: Renamed the ActionHandler to Application | Seth Hitefield | 2016-09-23 | 1 | -3/+3 |
| | |||||
* | grc: gtk3: Converted to Gtk.Application (ActionHandler) and ↵ | Seth Hitefield | 2016-09-22 | 1 | -6/+4 |
| | | | | Gtk.ApplicationWindow (MainWindow) | ||||
* | grc: refactor: make gr.prefs() optional (for testing) | Sebastian Koslowski | 2016-09-19 | 1 | -1/+1 |
| | |||||
* | grc: gtk3: update main and checks | Sebastian Koslowski | 2016-07-13 | 1 | -0/+2 |
| | |||||
* | Merge remote-tracking branch 'grcwg/next_grcwg' into gtk3 | Sebastian Koslowski | 2016-07-13 | 1 | -7/+6 |
|\ | |||||
| * | grc: gnuradio-companion use ArgumentParser | Jiří Pinkava | 2016-05-03 | 1 | -6/+6 |
| | | |||||
* | | grc: py3k compat using python-modernize | Sebastian Koslowski | 2016-06-09 | 1 | -0/+1 |
| | | |||||
* | | grc: Main window opens with pygobject and gtk3. Still throws tons of errors. | Seth Hitefield | 2016-05-24 | 1 | -3/+6 |
|/ | |||||
* | grc-refactor: CMake fixes, start-up script cleaned up | Sebastian Koslowski | 2016-04-15 | 1 | -0/+55 |