summaryrefslogtreecommitdiff
path: root/grc/gui/Constants.py
Commit message (Collapse)AuthorAgeFilesLines
* grc: pep8 formattingJosh Morman2021-11-241-3/+7
| | | | Signed-off-by: Josh Morman <jmorman@gnuradio.org>
* Fix drag n' drop issue with Quartz (macOS) backendEmmanuel Blot2021-01-141-1/+2
|
* 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
* Update license header to SPDX formatdevnulling2020-01-271-13/+2
|
* grc: remove canvas_size as a flowgraph optionJosh Morman2020-01-081-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 themesArpit Gupta2020-01-071-0/+11
| | | | Co-Authored-By: Martin Braun <martin@gnuradio.org>
* grc: gtk3: curved connectionsSebastian Koslowski2017-01-111-2/+2
|
* Merge remote-tracking branch 'upstream/next' into gtk3Sebastian Koslowski2016-11-171-2/+8
|\
| * grc: respect display scaling for block positions, canvas size and props dialogSebastian Koslowski2016-10-261-0/+3
| |
| * Revert "Merge remote-tracking branch 'skoslowski/dpi_fix' into maint"Johnathan Corgan2016-10-251-2/+0
| | | | | | | | | | This reverts commit afadc5cb5564cb9b6136db046adccde5856edf57, reversing changes made to 915f1b02408a6a4f2ce2ffb2d9336643745aa939.
| * Merge remote-tracking branch 'skoslowski/dpi_fix' into maintJohnathan Corgan2016-10-241-0/+2
| |\
| | * grc: respect display scaling for block positions, canvas size and props dialogSebastian Koslowski2016-10-211-0/+2
| | |
| * | grc: change default filepath to documents dir for windows onlygnieboer2016-10-211-1/+1
| |/
* | grc: refactor: Moved preferences to Config.pySeth Hitefield2016-09-231-0/+1
| |
* | grc: gtk3: rewrite file dialogs and support multiple extentions for screenshotsSebastian Koslowski2016-09-121-4/+0
| |
* | grc: various clean-ups and fixesSebastian Koslowski2016-07-291-0/+1
| |
* | grc: gtk3: update main and checksSebastian Koslowski2016-07-131-2/+1
| |
* | Merge remote-tracking branch 'grcwg/next_grcwg' into gtk3Sebastian Koslowski2016-07-131-0/+7
|\|
* | grc: py3k compat using python-modernizeSebastian Koslowski2016-06-091-0/+1
| |
* | grc: gtk3: remove canvas size and enable zoomingSebastian Koslowski2016-05-311-4/+1
| |
* | grc: gtk3: update props dialogSebastian Koslowski2016-05-301-1/+1
| |
* | grc: Main window opens with pygobject and gtk3. Still throws tons of errors.Seth Hitefield2016-05-241-2/+4
|/
* grc: Renamed reports window to console.Seth Hitefield2016-05-201-1/+1
|
* grc-refactor: remove (hopefully) all deps to GR in core/ and gui/Sebastian Koslowski2016-04-051-42/+21
|
* grc-refactor: move gui prefs to guiSebastian Koslowski2016-04-051-0/+10
|
* grc: open and update params from external editorSebastian Koslowski2015-11-111-6/+8
|
* grc: simple dialog for selecting QSS theme for QT GUI appsGlenn Richardson2015-10-011-1/+1
|
* grc: Flowgraph complexity. Shows under options block when enabled.Seth Hitefield2015-09-261-1/+0
|
* grc: add user settings for canvas default size and canvas font size (+ ↵Sebastian Koslowski2015-07-171-24/+50
| | | | clean-ups)
* grc: move font size definition in Constants.pySebastian Koslowski2014-10-011-0/+7
|
* grc: always show the label of the selected portSebastian Koslowski2014-08-271-0/+1
| | | | Suggested by Seth Hitefield
* grc: added save_reports action.Seth Hitefield2014-08-261-1/+2
|
* grc: snap-to-grid (WIP)Sebastian Koslowski2014-08-191-1/+4
|
* Merging r11186:11273 from grc branch.jblum2009-06-231-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