Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | grc: pep8 formatting | Josh Morman | 2021-11-24 | 1 | -5/+9 |
| | | | | Signed-off-by: Josh Morman <jmorman@gnuradio.org> | ||||
* | grc: remove six | Clayton Smith | 2020-10-05 | 1 | -11/+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 | ||||
* | grc: use cmake --build instead of make | japm48 | 2020-04-26 | 1 | -0/+19 |
| | | | | | This allows the use of other toolchains (ninja, MSVC, etc.). Also, use all available CPU cores (equivalent of "make -j$(nproc)"). | ||||
* | gnuradio-companion: add Meta modifier key for macOS | Davide Gerhard | 2020-04-19 | 1 | -0/+22 |
| | | | | | implements support for the Meta key on macOS. Others platforms continue to use Ctrl. | ||||
* | Update license header to SPDX format | devnulling | 2020-01-27 | 1 | -13/+2 |
| | |||||
* | grc: move some of the param checkers to separate file | Sebastian Koslowski | 2017-11-09 | 1 | -1/+3 |
| | |||||
* | grc: gtk3: fix #1290 | Sebastian Koslowski | 2017-08-30 | 1 | -0/+3 |
| | |||||
* | grc: gtk3: Converted actions to Gio.Action instead of Gtk.Action | Seth Hitefield | 2017-05-03 | 1 | -1/+5 |
| | |||||
* | grc: gtk3: curved connections | Sebastian Koslowski | 2017-01-11 | 1 | -2/+3 |
| | |||||
* | grc: gtk3: fix block layout sizes when zooming | Sebastian Koslowski | 2017-01-11 | 1 | -1/+1 |
| | |||||
* | grc: gtk3: fix canvas extent after zooming | Sebastian Koslowski | 2017-01-06 | 1 | -1/+1 |
| | |||||
* | Merge remote-tracking branch 'upstream/next' into gtk3 | Sebastian Koslowski | 2016-11-17 | 1 | -0/+10 |
|\ | |||||
| * | Merge branch 'master' into next | Johnathan Corgan | 2016-11-12 | 1 | -0/+4 |
| |\ | |||||
| | * | grc: fix column widths on dpi scalings != 1 | Sebastian Müller | 2016-11-02 | 1 | -0/+4 |
| | | | |||||
| * | | Merge branch 'master' into next | Johnathan Corgan | 2016-11-12 | 1 | -1/+6 |
| |\| | |||||
| | * | grc: respect display scaling for block positions, canvas size and props dialog | Sebastian Koslowski | 2016-10-26 | 1 | -1/+6 |
| | | | |||||
| * | | Merge branch 'master' into next | Johnathan Corgan | 2016-10-25 | 1 | -6/+1 |
| |\| | |||||
| | * | Revert "Merge remote-tracking branch 'skoslowski/dpi_fix' into maint" | Johnathan Corgan | 2016-10-25 | 1 | -6/+1 |
| | | | | | | | | | | | | | | | This reverts commit afadc5cb5564cb9b6136db046adccde5856edf57, reversing changes made to 915f1b02408a6a4f2ce2ffb2d9336643745aa939. | ||||
| * | | Merge branch 'master' into next | Johnathan Corgan | 2016-10-24 | 1 | -1/+6 |
| |\| | |||||
| | * | Merge remote-tracking branch 'skoslowski/dpi_fix' into maint | Johnathan Corgan | 2016-10-24 | 1 | -1/+6 |
| | |\ | |||||
| | | * | grc: respect display scaling for block positions, canvas size and props dialog | Sebastian Koslowski | 2016-10-21 | 1 | -1/+6 |
| | |/ | |/| | |||||
| | * | Backport GRC Python code for Python-2.6.6+ | Ben Hilburn | 2016-10-17 | 1 | -1/+1 |
| |/ | |||||
* | | grc: gtk3: make screnshots as png, pdf and svg | Sebastian Koslowski | 2016-09-12 | 1 | -4/+40 |
| | | |||||
* | | grc: refactor: Port, Param, Options init clean-up | Sebastian Koslowski | 2016-07-29 | 1 | -11/+34 |
| | | |||||
* | | grc: refactor: minor clean-up and fixes | Sebastian Koslowski | 2016-07-14 | 1 | -1/+1 |
| | | |||||
* | | grc: gtk3: update main and checks | Sebastian Koslowski | 2016-07-13 | 1 | -2/+0 |
| | | |||||
* | | grc: py3k compat using python-modernize | Sebastian Koslowski | 2016-06-09 | 1 | -2/+6 |
| | | |||||
* | | grc: gtk3: remove canvas size and enable zooming | Sebastian Koslowski | 2016-05-31 | 1 | -29/+1 |
| | | |||||
* | | grc: remove all Cheetah templates from GUI | Sebastian Koslowski | 2016-05-30 | 1 | -24/+0 |
| | | |||||
* | | grc: Main window opens with pygobject and gtk3. Still throws tons of errors. | Seth Hitefield | 2016-05-24 | 1 | -8/+11 |
|/ | |||||
* | grc: minor fixes/clean-ups | Sebastian Koslowski | 2016-05-18 | 1 | -4/+5 |
| | |||||
* | grc: cache compiled Cheetah templates | Sebastian Koslowski | 2015-12-10 | 1 | -13/+20 |
| | |||||
* | grc: replace non-printable characters instead of ignoring them | Seth Hitefield | 2015-07-27 | 1 | -1/+1 |
| | |||||
* | grc: ensure only valid utf-8 is passed to markup_escape_text (fixes #813) | Sebastian Koslowski | 2015-07-21 | 1 | -7/+12 |
| | |||||
* | grc: clean-up gui/Utils.py | Sebastian Koslowski | 2015-07-21 | 1 | -18/+20 |
| | |||||
* | grc: snap-to-grid (WIP) | Sebastian Koslowski | 2014-08-19 | 1 | -1/+9 |
| | |||||
* | Removing trailing/extra whitespaces before release. | Tom Rondeau | 2014-07-07 | 1 | -7/+7 |
| | | | | We should be more careful about letting these into the code in the future. In emacs, we can use (add-hook 'before-save-hook 'delete-trailing-whitespace). | ||||
* | grc: Fix whitespace issue in grc to use proper spaces | Tim O'Shea | 2013-07-09 | 1 | -77/+77 |
| | | | | Remove all \t's to match the rest of GNU Radio | ||||
* | grc: add bus ports | Nicholas McCarthy | 2013-07-08 | 1 | -0/+6 |
| | | | | | Bus ports allow ganging together of block input or output ports into a single display item for connection to other bus ports. | ||||
* | docs: Modified argument formating in python docstrings in grc. | Ben Reynwar | 2012-08-14 | 1 | -12/+26 |
| | |||||
* | grc: replaced asserts in gui subdirectory | Josh Blum | 2011-04-14 | 1 | -2/+3 |
| | |||||
* | Created a pixmap rotation routine in Utils for handling those rotated labels. | Josh Blum | 2009-12-05 | 1 | -0/+23 |
| | | | | | | | The rotation is now performed by the gtk pixbuf class and not manually in python. In addition, the block and port classes now draw from pixmaps and not from images. Pixmaps are server-side objects, where images are client-side (meaning: possible speed-up). | ||||
* | Move key press extraction logic into actions module. | Josh Blum | 2009-09-13 | 1 | -18/+2 |
| | | | | | | Replaced xml encode with gtk escape text. Added templates for category and docs tool tips. Other various code tweaks in gui modules. | ||||
* | Merging r11186:11273 from grc branch. | jblum | 2009-06-23 | 1 | -0/+82 |
Fixes, features, and reorganization for grc. Minor fixes and features for wxgui forms. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11274 221aa14e-8319-0410-a670-987f0aec2ac5 |