Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | grc: pep8 formatting | Josh Morman | 2021-11-24 | 1 | -5/+10 |
| | | | | Signed-off-by: Josh Morman <jmorman@gnuradio.org> | ||||
* | Revert " grc: restore pre-3.8 block id behavior" | Josh Morman | 2021-03-10 | 1 | -1/+1 |
| | | | | | | This reverts commit 1fbf9ba89c643f478024d6af797e0a0dbbdf5ba3. Signed-off-by: Josh Morman <jmorman@perspectalabs.com> | ||||
* | grc: restore pre-3.8 block id behavior | Jacob Gilbert | 2020-12-17 | 1 | -1/+1 |
| | | | | Prior to 3.8 block IDs were shown in the properties dialogue for every block as these are important for function of some GR features. #2795 brought this back as an option for 3.8+, however it forces the 'hide' value to effectively be 'none' instead of 'part' (not visible on the block canvas but visible in the properties dialogue) for all blocks. This changes this back to the pre-3.8 behavior where the ID value is not shown on the canvas but is shown in the properties dialogue. | ||||
* | grc: add wiki link to properties dialog docs (#3933) | Jeff Long | 2020-11-22 | 1 | -2/+9 |
| | | | So user's don't have to copy/paste the URL | ||||
* | grc: remove six | Clayton Smith | 2020-10-05 | 1 | -2/+1 |
| | |||||
* | 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 | ||||
* | Update license header to SPDX format | devnulling | 2020-01-27 | 1 | -13/+2 |
| | |||||
* | grc: Display documentation for blocks without category key | Vasil Velichkov | 2020-01-22 | 1 | -1/+1 |
| | | | | | | | | | | | | | Check that the category list is not empty before accessing its first element. Some OOT modules does not have category key and documentation tab is left empty because of this missing check. Traceback (most recent call last): File "/usr/local/lib64/python3.7/site-packages/gnuradio/grc/gui/PropsDialog.py", line 210, in update_gui self._update_docs_page() File "/usr/local/lib64/python3.7/site-packages/gnuradio/grc/gui/PropsDialog.py", line 220, in _update_docs_page if self._block.category[0] == "Core": IndexError: list index out of range | ||||
* | grc: removed the link to wiki page for the block if its an OOT block | Marc L | 2019-11-01 | 1 | -5/+6 |
| | |||||
* | grc: option toggle the show id on all blocks | Josh Morman | 2019-09-17 | 1 | -0/+4 |
| | | | | | | | | | Addresses the issue of losing access to the block id on many/most blocks though there are scenarios where you may need to see them in GRC Added a menu item tied into the grc prefs that will show the block ids Fixes #2780 | ||||
* | grc: added url to wiki page for each block in docs tab | Marc L | 2019-07-17 | 1 | -0/+7 |
| | |||||
* | grc: fix docs parsing without losing docs | Andrej Rode | 2018-07-30 | 1 | -5/+5 |
| | |||||
* | Merge branch 'merges/next' into merges/python3 | Sebastian Koslowski | 2017-10-26 | 1 | -3/+4 |
|\ | |||||
| * | Merge branch 'merges/master' into merges/next | Sebastian Koslowski | 2017-10-26 | 1 | -4/+6 |
| |\ | |||||
| | * | grc: make props dialog dark-theme friendly | Sebastian Koslowski | 2017-10-26 | 1 | -2/+2 |
| | | | |||||
| | * | Added parent (aka 'transient for') references to most (if not all) dialog ↵ | Ethan Trewhitt | 2017-10-25 | 1 | -2/+4 |
| | | | | | | | | | | | | boxes. First attempt at fixing #1494. | ||||
* | | | grc: added yaml/mako support | Sebastian Koslowski | 2017-06-29 | 1 | -22/+22 |
| | | | | | | | | | | | | Includes basic converter from XML/Cheetah to YAML/Mako based block format. | ||||
* | | | grc: gtk3: reimplemented custom bg colors for param entry boxes | Sebastian Koslowski | 2017-01-11 | 1 | -1/+1 |
| | | | |||||
* | | | Merge remote-tracking branch 'upstream/next' into gtk3 | Sebastian Koslowski | 2016-11-17 | 1 | -1/+3 |
|\| | | |||||
| * | | Merge branch 'master' into next | Johnathan Corgan | 2016-11-12 | 1 | -1/+3 |
| |\| | |||||
| | * | grc: respect display scaling for block positions, canvas size and props dialog | Sebastian Koslowski | 2016-10-26 | 1 | -1/+3 |
| | | | |||||
| * | | Merge branch 'master' into next | Johnathan Corgan | 2016-10-25 | 1 | -3/+2 |
| |\| | |||||
| | * | Revert "Merge remote-tracking branch 'skoslowski/dpi_fix' into maint" | Johnathan Corgan | 2016-10-25 | 1 | -3/+2 |
| | | | | | | | | | | | | | | | This reverts commit afadc5cb5564cb9b6136db046adccde5856edf57, reversing changes made to 915f1b02408a6a4f2ce2ffb2d9336643745aa939. | ||||
| * | | Merge branch 'master' into next | Johnathan Corgan | 2016-10-24 | 1 | -2/+3 |
| |\| | |||||
| | * | Merge remote-tracking branch 'skoslowski/dpi_fix' into maint | Johnathan Corgan | 2016-10-24 | 1 | -2/+3 |
| | |\ | |||||
| | | * | grc: respect display scaling for block positions, canvas size and props dialog | Sebastian Koslowski | 2016-10-21 | 1 | -2/+3 |
| | |/ | |/| | |||||
| | * | Backport GRC Python code for Python-2.6.6+ | Ben Hilburn | 2016-10-17 | 1 | -1/+1 |
| |/ | |||||
* | | grc: gtk3: fixup dialogs | Glenn Richardson | 2016-08-09 | 1 | -0/+1 |
| | | |||||
* | | grc: gtk3: remove deprecated add_with_viewport() | Sebastian Koslowski | 2016-08-08 | 1 | -4/+4 |
| | | |||||
* | | grc: refactor: remove get for port and param name | Sebastian Koslowski | 2016-07-29 | 1 | -1/+1 |
| | | |||||
* | | grc-refactor: make block.params a dict | Sebastian Koslowski | 2016-07-13 | 1 | -13/+27 |
| | | |||||
* | | grc-refactor: Block: make more public attribs | Sebastian Koslowski | 2016-07-13 | 1 | -3/+3 |
| | | |||||
* | | grc-refactor: Block: remove key getters | Sebastian Koslowski | 2016-07-13 | 1 | -1/+1 |
| | | |||||
* | | grc-refactor: Block: remove name getter | Sebastian Koslowski | 2016-07-13 | 1 | -1/+1 |
| | | |||||
* | | grc-refactor: block documentation prop | Sebastian Koslowski | 2016-07-13 | 1 | -1/+1 |
| | | |||||
* | | grc: py3k compat using python-modernize | Sebastian Koslowski | 2016-06-09 | 1 | -2/+4 |
| | | |||||
* | | grc: gtk3: remove canvas size and enable zooming | Sebastian Koslowski | 2016-05-31 | 1 | -1/+3 |
| | | |||||
* | | grc-refactor: move param input widgets to separate file | Sebastian Koslowski | 2016-05-30 | 1 | -4/+1 |
| | | |||||
* | | grc: gtk3: update props dialog | Sebastian Koslowski | 2016-05-30 | 1 | -81/+56 |
| | | |||||
* | | grc: remove all Cheetah templates from GUI | Sebastian Koslowski | 2016-05-30 | 1 | -6/+6 |
| | | |||||
* | | grc: Main window opens with pygobject and gtk3. Still throws tons of errors. | Seth Hitefield | 2016-05-24 | 1 | -41/+41 |
|/ | |||||
* | grc: nicer block documentation tooltip and properties dialog tab | Sebastian Koslowski | 2016-02-05 | 1 | -2/+36 |
| | |||||
* | grc: show epy_blocks and epy_module source in generated code preview | Sebastian Koslowski | 2015-12-04 | 1 | -1/+11 |
| | |||||
* | grc: update PropsDialog on external param change | Sebastian Koslowski | 2015-11-11 | 1 | -4/+4 |
| | |||||
* | grc: add support for dynamic param names | Sebastian Koslowski | 2015-07-17 | 1 | -1/+2 |
| | |||||
* | grc: only show code preview tab after user enables it | Sebastian Koslowski | 2015-07-17 | 1 | -9/+15 |
| | |||||
* | grc: show preview of generated code in each blocks properties dialog | Sebastian Koslowski | 2015-07-17 | 1 | -8/+41 |
| | |||||
* | grc: fix context menu in props dialog text displays | Sebastian Koslowski | 2015-06-22 | 1 | -3/+3 |
| | |||||
* | grc: stop using gtk forall() (#793) | Sebastian Koslowski | 2015-06-10 | 1 | -2/+5 |
| | |||||
* | grc: props dialog apply button was enabled unnecessarily | Sebastian Koslowski | 2015-04-09 | 1 | -2/+1 |
| |