History | View | Annotate | Download (17.4 kB)
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.
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.
grc: replaced asserts in base subdirectory
grc: replaced asserts in python subdirectory
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
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.
work on the string representations for parameters (large vectors could be too much to render, ie use truncation)
grc bug fix from Dimitris Symeonidis
removed unused import statements, thanks pyflakes
Added window size param to all wxgui wrappers.Modified type parser to allow blank values in vector types as empty vectors.
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.
added errors dialog to show all error messages in flow graph
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.
propsdialog tweaks
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()....
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.
port and param types from an overloaded method
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.
made is_virtual_xxx a block level function, used by port and param classes
added stream id type and checking in evaluate
short id fix
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11380 221aa14e-8319-0410-a670-987f0aec2ac5
Adds short commandline parameter handling in GRC.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11376 221aa14e-8319-0410-a670-987f0aec2ac5
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
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