summaryrefslogtreecommitdiff
path: root/grc/gui/ParamWidgets.py
Commit message (Collapse)AuthorAgeFilesLines
* grc: pep8 formattingJosh Morman2021-11-241-16/+30
| | | | Signed-off-by: Josh Morman <jmorman@gnuradio.org>
* grc: fix dark theme name not affecting colorsChuang Zhu2021-06-011-3/+3
| | | | Signed-off-by: Chuang Zhu <genelocated@yandex.com>
* grc: fix dark theme on ParamWidgetsChuang Zhu2021-06-011-1/+1
| | | | Signed-off-by: Chuang Zhu <genelocated@yandex.com>
* Fix typos throughout the codeluzpaz2020-10-291-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 spacesClayton Smith2020-10-201-7/+7
|
* grc: fix pylint C0303: Trailing whitespaceClayton Smith2020-10-201-4/+3
|
* python: Remove unnecessary 'from __future__ import'Oleksandr Kravchuk2020-08-031-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 typeYamakaja2020-07-231-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 detectionSebastian Koslowski2020-05-161-1/+1
| | | | ...for systems with no theme set.
* grc: do not assume gsettings existsjapm482020-04-201-3/+7
| | | is_dark_theme() should not throw an exception gsettings is not found (can happen in Windows).
* Update license header to SPDX formatdevnulling2020-01-271-13/+2
|
* GRC: Fix color for input boxes in parameter widget for dark themesArpit Gupta2020-01-071-28/+41
| | | | Co-Authored-By: Martin Braun <martin@gnuradio.org>
* Revert "Added switch button for bool types"karel2019-11-011-17/+0
| | | | This reverts commit 007923c64d2505b37dffb8e11cb1e3ecf4e489eb.
* Fix PyGTKDeprecationWarning in FileChooserDialogVolker Schroer2019-04-191-4/+4
|
* Added switch button for bool typesHåkon Vågsether2018-09-221-0/+17
|
* Merge branch 'merges/next' into merges/python3Sebastian Koslowski2017-10-261-12/+19
|
* grc: added yaml/mako supportSebastian Koslowski2017-06-291-15/+13
| | | | Includes basic converter from XML/Cheetah to YAML/Mako based block format.
* grc: gtk3: Converted actions to Gio.Action instead of Gtk.ActionSeth Hitefield2017-05-031-1/+1
|
* grc: gtk3: reimplemented custom bg colors for param entry boxesSebastian Koslowski2017-01-111-16/+41
|
* Merge remote-tracking branch 'upstream/next' into gtk3Sebastian Koslowski2016-11-171-2/+2
|
* grc: gtk3: fixup dialogsGlenn Richardson2016-08-091-1/+1
|
* grc: gtk3: remove deprecated add_with_viewport()Sebastian Koslowski2016-08-081-1/+1
|
* grc: refactor: Port, Param, Options init clean-upSebastian Koslowski2016-07-291-8/+8
|
* grc: gtk3: fix PythonEditorParam widgetSebastian Koslowski2016-07-131-1/+1
|
* grc-refactor: Block: remove key gettersSebastian Koslowski2016-07-131-1/+1
|
* grc-refactor: rewrite tree-api in coreSebastian Koslowski2016-06-101-5/+3
|
* grc: py3k compat using python-modernizeSebastian Koslowski2016-06-091-0/+1
|
* grc-refactor: move param input widgets to separate fileSebastian Koslowski2016-05-301-6/+19
|
* grc: gtk3: update props dialogSebastian Koslowski2016-05-301-0/+288