summaryrefslogtreecommitdiff
path: root/grc/gui/Platform.py
Commit message (Collapse)AuthorAgeFilesLines
* 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: disable auto-conversion and implement json cacheSebastian Koslowski2017-11-081-2/+2
|
* grc: added yaml/mako supportSebastian Koslowski2017-06-291-3/+11
| | | | Includes basic converter from XML/Cheetah to YAML/Mako based block format.
* grc: refactor: Cleaned up importsSeth Hitefield2016-09-221-1/+0
|
* grc: refactor: move drawables in subpackageSebastian Koslowski2016-09-131-12/+8
|
* grc: refactor: Port, Param, Options init clean-upSebastian Koslowski2016-07-291-3/+5
|
* grc: dynamic super-classing proof-of-concept =)Sebastian Koslowski2016-07-291-1/+2
|
* grc: refactor: minor clean-up and fixesSebastian Koslowski2016-07-141-17/+15
|
* grc: py3k compat using python-modernizeSebastian Koslowski2016-06-091-1/+3
|
* grc-refactor: remove (hopefully) all deps to GR in core/ and gui/Sebastian Koslowski2016-04-051-12/+15
|
* grc-refactor: move gui prefs to guiSebastian Koslowski2016-04-051-4/+8
|
* grc-refactor: Platform.pySebastian Koslowski2016-02-171-1/+2
|
* grc-refactor: rename grc/model/ to grc/core/Sebastian Koslowski2016-02-171-2/+2
|
* grc-refactor: clean-up grc directorySebastian Koslowski2016-02-171-2/+2
|
* grc-refactor: move grc.base to grc.python.baseSebastian Koslowski2016-02-171-5/+40
|
* grc: add user settings for canvas default size and canvas font size (+ ↵Sebastian Koslowski2015-07-171-1/+1
| | | | clean-ups)
* grc: nicer output of blocks paths and prefs fileSebastian Koslowski2014-04-091-1/+6
|
* grc: Fix whitespace issue in grc to use proper spacesTim O'Shea2013-07-091-1/+1
| | | | Remove all \t's to match the rest of GNU Radio
* standardized the Element inheritance __init__ usage in guiJosh Blum2009-09-051-1/+2
|
* Switched the python classes to inherit from the base and gui classes.Josh Blum2009-08-301-27/+2
| | | | | Use only **kwargs so all contructor parameters must be passed with keys. Moved gui input forms classes from base to gui param module.
* Removed Source and Sink classes as Port subclasses.Josh Blum2009-08-171-3/+2
| | | | A port can be a source or a sink based on the dir parameter.
* Merging r11186:11273 from grc branch.jblum2009-06-231-0/+48
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