Statistics
| Branch: | Tag: | Revision:

root / grc / python / Param.py @ cacfd391

History | View | Annotate | Download (17.4 kB)

# Date Author Comment
f919f9dc 04/13/2012 10:36 pm Tom Rondeau

Removed whitespace and added dtools/bin/remove-whitespace as a tool to do this in the future.

The sed script was provided by Moritz Fischer.

037c5f60 10/29/2011 11:46 pm Josh Blum

grc: fix bug when displaying string params

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.

66d7b234 04/14/2011 05:40 pm Josh Blum

grc: replaced asserts in base subdirectory

4cdd41c1 04/14/2011 05:05 pm Josh Blum

grc: replaced asserts in python subdirectory

47f621a1 03/02/2011 01:02 am Josh Blum

grc: work on generator for gui flowgraphs to simplify generation

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

e30f0a7c 03/02/2011 01:02 am Josh Blum

grc: added tabbed widget in qtgui for grc

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.

96a20bb0 03/24/2010 06:39 am Josh Blum

work on the string representations for parameters (large vectors could be too much to render, ie use truncation)

fcf9efa7 01/23/2010 07:53 pm Josh Blum

grc bug fix from Dimitris Symeonidis

61830989 12/07/2009 04:18 am Josh Blum

removed unused import statements, thanks pyflakes

5c00e226 10/09/2009 08:26 pm Josh Blum

Added window size param to all wxgui wrappers.
Modified type parser to allow blank values in vector types as empty vectors.

54f91387 09/18/2009 04:51 pm Josh Blum

Re/evaluate the notebook blocks label because we dont garuntee the 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.

14895064 09/18/2009 09:10 am Josh Blum

added errors dialog to show all error messages in flow graph

6b1d8817 09/06/2009 08:58 am Josh Blum

Fixed the usrp and usrp2 probe scripts to work with the new gui param api.
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.

e39507bf 09/06/2009 08:17 am Josh Blum

propsdialog tweaks

56a58932 09/02/2009 11:58 pm Josh Blum

Evaluation fix in param.to_code().

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()....

152fcbc2 08/30/2009 05:34 pm Josh Blum

Switched the python classes to inherit from the base and gui classes.
Use only **kwargs so all contructor parameters must be passed with keys.
Moved gui input forms classes from base to gui param module.

cc13a273 08/30/2009 04:35 pm Josh Blum

port and param types from an overloaded method

576d3978 08/29/2009 08:04 am Josh Blum

Replaced TYPES in Port and Param with types parameter.
Replaced odict in options for storing options with a list.
Fix virtual port check in flow graph template.

cb794a7c 08/29/2009 04:06 am Josh Blum

made is_virtual_xxx a block level function, used by port and param classes

9ae19105 08/29/2009 03:57 am Josh Blum

added stream id type and checking in evaluate

eefb51c0 07/08/2009 07:50 pm Josh Blum

short id fix

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11380 221aa14e-8319-0410-a670-987f0aec2ac5

54e02f64 07/08/2009 06:32 am Johnathan Corgan

Adds short commandline parameter handling in GRC.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11376 221aa14e-8319-0410-a670-987f0aec2ac5

25c5d91f 07/06/2009 02:28 am Josh Blum

Merged r11309:11357 from grc branch.
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

99886641 06/23/2009 08:38 pm Josh Blum

Merging r11186:11273 from grc branch.
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