summaryrefslogtreecommitdiff
path: root/grc/python/Platform.py
Commit message (Collapse)AuthorAgeFilesLines
* grc-refactor: clean-up grc directorySebastian Koslowski2016-02-171-155/+0
|
* grc-refactor: move grc.base to grc.python.baseSebastian Koslowski2016-02-171-26/+6
|
* grc: nicer block documentation tooltip and properties dialog tabSebastian Koslowski2016-02-051-12/+13
|
* grc: auto-generate missing hier_blocksSebastian Koslowski2015-11-131-0/+53
|
* grc: try to load block class from <import> and <make> to extract docstringSebastian Koslowski2015-11-131-1/+5
|
* grc: finish doc_string extraction in the background (faster start-up)Sebastian Koslowski2015-11-131-3/+6
|
* grc: move docstring extraction into subprocessSebastian Koslowski2015-11-131-8/+32
|
* grc: move gui prefs file to ~/.gnuradio/grc.confSebastian Koslowski2015-08-131-9/+28
|
* grc: change url in about dialog to gnuradio.orgSebastian Koslowski2015-08-041-1/+1
|
* grc: update copyright year in about dialogSebastian Koslowski2015-08-041-2/+2
|
* grc: adding version information to flowgraph files using XML processing ↵Seth Hitefield2014-08-261-1/+1
| | | | instructions
* grc: python 2.6 compatibility fixSebastian Koslowski2014-07-221-7/+1
|
* grc: nicer output of blocks paths and prefs fileSebastian Koslowski2014-04-091-17/+10
|
* grc: honour order of block paths, print them out on startup, override hier ↵Balint Seeber2014-04-091-1/+15
| | | | block and pref file path with GRC_HIER_PATH & GRC_PREFS_PATH
* grc: Fix whitespace issue in grc to use proper spacesTim O'Shea2013-07-091-33/+33
| | | | Remove all \t's to match the rest of GNU Radio
* grc: added new IO typesJosh Blum2011-10-121-14/+1
| | | | | | | | | | Added all complex/real float/integer types. Used volk naming convention: fc32, etc... The port type checking now relies on IO size, therefore a short vector of length 2 can connect to a complex short, a float can connect to an int. Basically, the same size checking done in gnuradio runtime.
* grc: replaced asserts in python subdirectoryJosh Blum2011-04-141-1/+1
|
* grc: define __doc__ for license in case its optimized out (that was easy)Josh Blum2011-04-141-1/+1
|
* grc: moved wxgui blocks and python into gr-wxgui/grcJosh Blum2011-03-011-1/+1
| | | | | Prefixed wxgui blocks with WX GUI in the block names. Added category to wxgui variables blocks (not in the main block tree.xml)
* updated wiki urlJosh Blum2010-02-241-2/+2
|
* Switched the python classes to inherit from the base and gui classes.Josh Blum2009-08-301-1/+3
| | | | | 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.
* apply diff from previous commitsJosh Blum2009-08-101-1/+2
|
* make use of gr.version()jblum2009-07-111-2/+2
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11420 221aa14e-8319-0410-a670-987f0aec2ac5
* Merging r11186:11273 from grc branch.jblum2009-06-231-0/+81
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