index
:
gnuradio/.git
master
GNU Radio fork v3.6
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
grc
/
python
/
Param.py
Age
Commit message (
Expand
)
Author
2011-10-29
grc: fix bug when displaying string params
Josh Blum
2011-04-14
grc: replaced asserts in base subdirectory
Josh Blum
2011-04-14
grc: replaced asserts in python subdirectory
Josh Blum
2011-03-01
grc: work on generator for gui flowgraphs to simplify generation
Josh Blum
2011-03-01
grc: added tabbed widget in qtgui for grc
Josh Blum
2010-03-23
work on the string representations for parameters (large vectors could be too...
Josh Blum
2010-01-23
grc bug fix from Dimitris Symeonidis
Josh Blum
2009-12-06
removed unused import statements, thanks pyflakes
Josh Blum
2009-10-09
Added window size param to all wxgui wrappers.
Josh Blum
2009-09-18
Re/evaluate the notebook blocks label because we dont garuntee the evaluation...
Josh Blum
2009-09-18
added errors dialog to show all error messages in flow graph
Josh Blum
2009-09-06
Fixed the usrp and usrp2 probe scripts to work with the new gui param api.
Josh Blum
2009-09-06
propsdialog tweaks
Josh Blum
2009-09-02
Evaluation fix in param.to_code().
Josh Blum
2009-08-30
Switched the python classes to inherit from the base and gui classes.
Josh Blum
2009-08-30
port and param types from an overloaded method
Josh Blum
2009-08-29
Replaced TYPES in Port and Param with types parameter.
Josh Blum
2009-08-28
made is_virtual_xxx a block level function, used by port and param classes
Josh Blum
2009-08-28
added stream id type and checking in evaluate
Josh Blum
2009-07-08
short id fix
jblum
2009-07-08
Adds short commandline parameter handling in GRC.
jcorgan
2009-07-06
Merged r11309:11357 from grc branch.
jblum
2009-06-23
Merging r11186:11273 from grc branch.
jblum