Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | grc: pep8 formatting | Josh Morman | 2021-11-24 | 1 | -16/+30 |
| | | | | Signed-off-by: Josh Morman <jmorman@gnuradio.org> | ||||
* | grc: fix dark theme name not affecting colors | Chuang Zhu | 2021-06-01 | 1 | -3/+3 |
| | | | | Signed-off-by: Chuang Zhu <genelocated@yandex.com> | ||||
* | grc: fix dark theme on ParamWidgets | Chuang Zhu | 2021-06-01 | 1 | -1/+1 |
| | | | | Signed-off-by: Chuang Zhu <genelocated@yandex.com> | ||||
* | Fix typos throughout the code | luzpaz | 2020-10-29 | 1 | -2/+2 |
| | | | | | | | * Fix various typos Found via `codespell v2.0.dev` `codespell -q 3 -L ans,fo,hist,inout,ist,ith,nd,sinc,uint -S ./volk` | ||||
* | grc: fix pylint C0326: wrong number of spaces | Clayton Smith | 2020-10-20 | 1 | -7/+7 |
| | |||||
* | grc: fix pylint C0303: Trailing whitespace | Clayton Smith | 2020-10-20 | 1 | -4/+3 |
| | |||||
* | 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: Add dir_select parameter type | Yamakaja | 2020-07-23 | 1 | -0/+38 |
| | | | | | | | | This commit adds a new parameter type to GNURadio Companion that allows you to select directories using a gui. This functionality is very similar to that of the previously available "file_open" and "file_save" parameter types, and mainly differs by calling GTKs file chooser with FileChooserAction.SELECT_FOLDER. | ||||
* | grc: fix dark theme detection | Sebastian Koslowski | 2020-05-16 | 1 | -1/+1 |
| | | | | ...for systems with no theme set. | ||||
* | grc: do not assume gsettings exists | japm48 | 2020-04-20 | 1 | -3/+7 |
| | | | is_dark_theme() should not throw an exception gsettings is not found (can happen in Windows). | ||||
* | Update license header to SPDX format | devnulling | 2020-01-27 | 1 | -13/+2 |
| | |||||
* | GRC: Fix color for input boxes in parameter widget for dark themes | Arpit Gupta | 2020-01-07 | 1 | -28/+41 |
| | | | | Co-Authored-By: Martin Braun <martin@gnuradio.org> | ||||
* | Revert "Added switch button for bool types" | karel | 2019-11-01 | 1 | -17/+0 |
| | | | | This reverts commit 007923c64d2505b37dffb8e11cb1e3ecf4e489eb. | ||||
* | Fix PyGTKDeprecationWarning in FileChooserDialog | Volker Schroer | 2019-04-19 | 1 | -4/+4 |
| | |||||
* | Added switch button for bool types | Håkon Vågsether | 2018-09-22 | 1 | -0/+17 |
| | |||||
* | Merge branch 'merges/next' into merges/python3 | Sebastian Koslowski | 2017-10-26 | 1 | -12/+19 |
| | |||||
* | grc: added yaml/mako support | Sebastian Koslowski | 2017-06-29 | 1 | -15/+13 |
| | | | | Includes basic converter from XML/Cheetah to YAML/Mako based block format. | ||||
* | grc: gtk3: Converted actions to Gio.Action instead of Gtk.Action | Seth Hitefield | 2017-05-03 | 1 | -1/+1 |
| | |||||
* | grc: gtk3: reimplemented custom bg colors for param entry boxes | Sebastian Koslowski | 2017-01-11 | 1 | -16/+41 |
| | |||||
* | Merge remote-tracking branch 'upstream/next' into gtk3 | Sebastian Koslowski | 2016-11-17 | 1 | -2/+2 |
| | |||||
* | grc: gtk3: fixup dialogs | Glenn Richardson | 2016-08-09 | 1 | -1/+1 |
| | |||||
* | grc: gtk3: remove deprecated add_with_viewport() | Sebastian Koslowski | 2016-08-08 | 1 | -1/+1 |
| | |||||
* | grc: refactor: Port, Param, Options init clean-up | Sebastian Koslowski | 2016-07-29 | 1 | -8/+8 |
| | |||||
* | grc: gtk3: fix PythonEditorParam widget | Sebastian Koslowski | 2016-07-13 | 1 | -1/+1 |
| | |||||
* | grc-refactor: Block: remove key getters | Sebastian Koslowski | 2016-07-13 | 1 | -1/+1 |
| | |||||
* | grc-refactor: rewrite tree-api in core | Sebastian Koslowski | 2016-06-10 | 1 | -5/+3 |
| | |||||
* | grc: py3k compat using python-modernize | Sebastian Koslowski | 2016-06-09 | 1 | -0/+1 |
| | |||||
* | grc-refactor: move param input widgets to separate file | Sebastian Koslowski | 2016-05-30 | 1 | -6/+19 |
| | |||||
* | grc: gtk3: update props dialog | Sebastian Koslowski | 2016-05-30 | 1 | -0/+288 |