summaryrefslogtreecommitdiff
path: root/grc/python/Param.py
Commit message (Collapse)AuthorAgeFilesLines
* Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵Tom Rondeau2012-04-131-1/+1
| | | | | | this in the future. The sed script was provided by Moritz Fischer.
* grc: fix bug when displaying string paramsJosh Blum2011-10-291-0/+1
| | | | | | If the param contents evald successfully but not to a string, it would display None. This patch forces an exception, so the string will get auto-quoted and interpreted correctly.
* grc: replaced asserts in base subdirectoryJosh Blum2011-04-141-9/+6
|
* grc: replaced asserts in python subdirectoryJosh Blum2011-04-141-41/+37
|
* grc: work on generator for gui flowgraphs to simplify generationJosh Blum2011-03-011-1/+1
| | | | | | | generator does not differentiate between notebooks and controls, they are all block, but block are now sorted by variables present in the make also adjusted categories listed in the wx and qt widget related blocks
* grc: added tabbed widget in qtgui for grcJosh Blum2011-03-011-1/+24
| | | | | | created gui_hint type to handle tab descriptor + position markup, and to handle the generation of the name of the parent widget. No support python modules required in gr-qtgui.
* work on the string representations for parameters (large vectors could be ↵Josh Blum2010-03-231-12/+20
| | | | too much to render, ie use truncation)
* grc bug fix from Dimitris SymeonidisJosh Blum2010-01-231-1/+1
|
* removed unused import statements, thanks pyflakesJosh Blum2009-12-061-1/+0
|
* Added window size param to all wxgui wrappers.Josh Blum2009-10-091-11/+17
| | | | Modified type parser to allow blank values in vector types as empty vectors.
* Re/evaluate the notebook blocks label because we dont garuntee the ↵Josh Blum2009-09-181-1/+1
| | | | | | | evaluation priority. Meaning, we cant garuntee that the notebook block will be evaluated before this param, without explicitly calling evaluate on it when the value is needed.
* added errors dialog to show all error messages in flow graphJosh Blum2009-09-181-1/+1
|
* Fixed the usrp and usrp2 probe scripts to work with the new gui param api.Josh Blum2009-09-061-1/+1
| | | | | Also fixed the scripts to work since they were broken by previous changes. Get input in param class now pases a param instance (self) into the object.
* propsdialog tweaksJosh Blum2009-09-061-3/+3
|
* Evaluation fix in param.to_code().Josh Blum2009-09-021-3/+4
| | | | | | | | Dont force an evaluation in to code unless the type is string or list. Not doing so forces the variables to call evaluate before the namespace was bootstrapped. This fixes a bug that came up when the validate was replaced with rewrite in flowgraph.import_data(). By replacing the validate, evaluate was only called once, and the namespace was not bootstrapped.
* Switched the python classes to inherit from the base and gui classes.Josh Blum2009-08-301-9/+9
| | | | | Use only **kwargs so all contructor parameters must be passed with keys. Moved gui input forms classes from base to gui param module.
* port and param types from an overloaded methodJosh Blum2009-08-301-17/+14
|
* Replaced TYPES in Port and Param with types parameter.Josh Blum2009-08-291-10/+19
| | | | | Replaced odict in options for storing options with a list. Fix virtual port check in flow graph template.
* made is_virtual_xxx a block level function, used by port and param classesJosh Blum2009-08-281-3/+3
|
* added stream id type and checking in evaluateJosh Blum2009-08-281-4/+21
|
* short id fixjblum2009-07-081-7/+0
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11380 221aa14e-8319-0410-a670-987f0aec2ac5
* Adds short commandline parameter handling in GRC.jcorgan2009-07-081-0/+7
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11376 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged r11309:11357 from grc branch.jblum2009-07-061-6/+30
| | | | | | | | Adds notebook cabability to grc and its wxgui windows/controls. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11358 221aa14e-8319-0410-a670-987f0aec2ac5
* Merging r11186:11273 from grc branch.jblum2009-06-231-0/+380
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