summaryrefslogtreecommitdiff
path: root/grc/python/Param.py
AgeCommit message (Collapse)Author
2011-04-14grc: replaced asserts in base subdirectoryJosh Blum
2011-04-14grc: replaced asserts in python subdirectoryJosh Blum
2011-03-01grc: work on generator for gui flowgraphs to simplify generationJosh Blum
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
2011-03-01grc: added tabbed widget in qtgui for grcJosh Blum
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.
2010-03-23work on the string representations for parameters (large vectors could be ↵Josh Blum
too much to render, ie use truncation)
2010-01-23grc bug fix from Dimitris SymeonidisJosh Blum
2009-12-06removed unused import statements, thanks pyflakesJosh Blum
2009-10-09Added window size param to all wxgui wrappers.Josh Blum
Modified type parser to allow blank values in vector types as empty vectors.
2009-09-18Re/evaluate the notebook blocks label because we dont garuntee the ↵Josh Blum
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.
2009-09-18added errors dialog to show all error messages in flow graphJosh Blum
2009-09-06Fixed the usrp and usrp2 probe scripts to work with the new gui param api.Josh Blum
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.
2009-09-06propsdialog tweaksJosh Blum
2009-09-02Evaluation fix in param.to_code().Josh Blum
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.
2009-08-30Switched the python classes to inherit from the base and gui classes.Josh Blum
Use only **kwargs so all contructor parameters must be passed with keys. Moved gui input forms classes from base to gui param module.
2009-08-30port and param types from an overloaded methodJosh Blum
2009-08-29Replaced TYPES in Port and Param with types parameter.Josh Blum
Replaced odict in options for storing options with a list. Fix virtual port check in flow graph template.
2009-08-28made is_virtual_xxx a block level function, used by port and param classesJosh Blum
2009-08-28added stream id type and checking in evaluateJosh Blum
2009-07-08short id fixjblum
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11380 221aa14e-8319-0410-a670-987f0aec2ac5
2009-07-08Adds short commandline parameter handling in GRC.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11376 221aa14e-8319-0410-a670-987f0aec2ac5
2009-07-06Merged r11309:11357 from grc branch.jblum
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
2009-06-23Merging r11186:11273 from grc branch.jblum
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