Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | grc: pep8 formatting | Josh Morman | 2021-11-24 | 1 | -3/+7 |
| | | | | Signed-off-by: Josh Morman <jmorman@gnuradio.org> | ||||
* | Fix drag n' drop issue with Quartz (macOS) backend | Emmanuel Blot | 2021-01-14 | 1 | -1/+2 |
| | |||||
* | 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: remove canvas_size as a flowgraph option | Josh Morman | 2020-01-08 | 1 | -2/+0 |
| | | | | | | It was mostly removed with the feature of auto-resizing the canvase This just removes the option from the options block and some other unused code | ||||
* | GRC: Fix color for input boxes in parameter widget for dark themes | Arpit Gupta | 2020-01-07 | 1 | -0/+11 |
| | | | | Co-Authored-By: Martin Braun <martin@gnuradio.org> | ||||
* | grc: gtk3: curved connections | Sebastian Koslowski | 2017-01-11 | 1 | -2/+2 |
| | |||||
* | Merge remote-tracking branch 'upstream/next' into gtk3 | Sebastian Koslowski | 2016-11-17 | 1 | -2/+8 |
|\ | |||||
| * | grc: respect display scaling for block positions, canvas size and props dialog | Sebastian Koslowski | 2016-10-26 | 1 | -0/+3 |
| | | |||||
| * | Revert "Merge remote-tracking branch 'skoslowski/dpi_fix' into maint" | Johnathan Corgan | 2016-10-25 | 1 | -2/+0 |
| | | | | | | | | | | This reverts commit afadc5cb5564cb9b6136db046adccde5856edf57, reversing changes made to 915f1b02408a6a4f2ce2ffb2d9336643745aa939. | ||||
| * | Merge remote-tracking branch 'skoslowski/dpi_fix' into maint | Johnathan Corgan | 2016-10-24 | 1 | -0/+2 |
| |\ | |||||
| | * | grc: respect display scaling for block positions, canvas size and props dialog | Sebastian Koslowski | 2016-10-21 | 1 | -0/+2 |
| | | | |||||
| * | | grc: change default filepath to documents dir for windows only | gnieboer | 2016-10-21 | 1 | -1/+1 |
| |/ | |||||
* | | grc: refactor: Moved preferences to Config.py | Seth Hitefield | 2016-09-23 | 1 | -0/+1 |
| | | |||||
* | | grc: gtk3: rewrite file dialogs and support multiple extentions for screenshots | Sebastian Koslowski | 2016-09-12 | 1 | -4/+0 |
| | | |||||
* | | grc: various clean-ups and fixes | Sebastian Koslowski | 2016-07-29 | 1 | -0/+1 |
| | | |||||
* | | grc: gtk3: update main and checks | Sebastian Koslowski | 2016-07-13 | 1 | -2/+1 |
| | | |||||
* | | Merge remote-tracking branch 'grcwg/next_grcwg' into gtk3 | Sebastian Koslowski | 2016-07-13 | 1 | -0/+7 |
|\| | |||||
* | | grc: py3k compat using python-modernize | Sebastian Koslowski | 2016-06-09 | 1 | -0/+1 |
| | | |||||
* | | grc: gtk3: remove canvas size and enable zooming | Sebastian Koslowski | 2016-05-31 | 1 | -4/+1 |
| | | |||||
* | | grc: gtk3: update props dialog | Sebastian Koslowski | 2016-05-30 | 1 | -1/+1 |
| | | |||||
* | | grc: Main window opens with pygobject and gtk3. Still throws tons of errors. | Seth Hitefield | 2016-05-24 | 1 | -2/+4 |
|/ | |||||
* | grc: Renamed reports window to console. | Seth Hitefield | 2016-05-20 | 1 | -1/+1 |
| | |||||
* | grc-refactor: remove (hopefully) all deps to GR in core/ and gui/ | Sebastian Koslowski | 2016-04-05 | 1 | -42/+21 |
| | |||||
* | grc-refactor: move gui prefs to gui | Sebastian Koslowski | 2016-04-05 | 1 | -0/+10 |
| | |||||
* | grc: open and update params from external editor | Sebastian Koslowski | 2015-11-11 | 1 | -6/+8 |
| | |||||
* | grc: simple dialog for selecting QSS theme for QT GUI apps | Glenn Richardson | 2015-10-01 | 1 | -1/+1 |
| | |||||
* | grc: Flowgraph complexity. Shows under options block when enabled. | Seth Hitefield | 2015-09-26 | 1 | -1/+0 |
| | |||||
* | grc: add user settings for canvas default size and canvas font size (+ ↵ | Sebastian Koslowski | 2015-07-17 | 1 | -24/+50 |
| | | | | clean-ups) | ||||
* | grc: move font size definition in Constants.py | Sebastian Koslowski | 2014-10-01 | 1 | -0/+7 |
| | |||||
* | grc: always show the label of the selected port | Sebastian Koslowski | 2014-08-27 | 1 | -0/+1 |
| | | | | Suggested by Seth Hitefield | ||||
* | grc: added save_reports action. | Seth Hitefield | 2014-08-26 | 1 | -1/+2 |
| | |||||
* | grc: snap-to-grid (WIP) | Sebastian Koslowski | 2014-08-19 | 1 | -1/+4 |
| | |||||
* | Merging r11186:11273 from grc branch. | jblum | 2009-06-23 | 1 | -0/+83 |
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 |