summaryrefslogtreecommitdiff
path: root/grc/main.py
Commit message (Collapse)AuthorAgeFilesLines
* grc: pep8 formattingJosh Morman2021-11-241-4/+8
| | | | Signed-off-by: Josh Morman <jmorman@gnuradio.org>
* grc: Remove extra logger in grc/core/platformSeth Hitefield2021-01-111-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 whitespaceClayton Smith2020-10-201-1/+1
|
* Update license header to SPDX formatdevnulling2020-01-271-13/+2
|
* grc: Increase logging level to INFO.Ron Economos2019-03-311-1/+1
|
* grc: remove dead GTK2 call to window_set_default_iconBrennan Ashton2018-11-151-5/+0
|
* grc: Starts on both Python 2 and 3Seth Hitefield2017-07-301-1/+2
|
* grc: added yaml/mako supportSebastian Koslowski2017-06-291-0/+1
| | | | Includes basic converter from XML/Cheetah to YAML/Mako based block format.
* grc: gtk3: Small fixes for PR 1299Seth Hitefield2017-05-111-1/+0
|
* grc: gtk3: Converted actions to Gio.Action instead of Gtk.ActionSeth Hitefield2017-05-031-6/+10
|
* grc: refactor: Added loggingSeth Hitefield2016-09-231-1/+31
|
* grc: gtk3: Renamed the ActionHandler to ApplicationSeth Hitefield2016-09-231-3/+3
|
* grc: gtk3: Converted to Gtk.Application (ActionHandler) and ↵Seth Hitefield2016-09-221-6/+4
| | | | Gtk.ApplicationWindow (MainWindow)
* grc: refactor: make gr.prefs() optional (for testing)Sebastian Koslowski2016-09-191-1/+1
|
* grc: gtk3: update main and checksSebastian Koslowski2016-07-131-0/+2
|
* Merge remote-tracking branch 'grcwg/next_grcwg' into gtk3Sebastian Koslowski2016-07-131-7/+6
|\
| * grc: gnuradio-companion use ArgumentParserJiří Pinkava2016-05-031-6/+6
| |
* | grc: py3k compat using python-modernizeSebastian Koslowski2016-06-091-0/+1
| |
* | grc: Main window opens with pygobject and gtk3. Still throws tons of errors.Seth Hitefield2016-05-241-3/+6
|/
* grc-refactor: CMake fixes, start-up script cleaned upSebastian Koslowski2016-04-151-0/+55