Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-09-09 | properties dialog with ok/cancel buttons | Josh Blum | |
2009-09-08 | use show signal to perform initial gui update | Josh Blum | |
2009-09-06 | Fixed 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-06 | propsdialog tweaks | Josh Blum | |
2009-09-05 | more code cleanup for properties dialog | Josh Blum | |
2009-09-05 | Rework the params/properties dialog and param gui class: | Josh Blum | |
Better handles dynamic changes and subsequent code cleanup. | |||
2009-09-05 | renamed params dialog to props dialog | Josh Blum | |
2009-09-05 | remove unused imports, copyright date update, tweak | Josh Blum | |
2009-09-05 | Created recursive create labels and shapes method for gui element. | Josh Blum | |
Replaces update methods in the gui classes and simplifies calls. The master update method in flow graph calls create labels and shapes. | |||
2009-09-05 | replaced dict[rot] storage of areas and lines with a single list for the ↵ | Josh Blum | |
current rotation | |||
2009-09-05 | standardized the Element inheritance __init__ usage in gui | Josh Blum | |
2009-09-05 | better error msg for empty statements | Josh Blum | |
2009-09-05 | Implement a recursive validation api in the base Element class. | Josh Blum | |
The rewrite and validate methods will invoke themselves on the child elements. The error messages are now a super-list of element and child error messages. As a side-effect, this cleans up code in base Block and Flowgraph class. | |||
2009-09-04 | Merge branch 'grc' from http://gnuradio.org/git/jblum.git into master | Johnathan Corgan | |
we dont use test() -> remove it Made the window for the pass band filters integers (take firdes.WIN_XXX). Evaluation fix in param.to_code(). Removed the flagging api and usage from the base classes. added ref scale param to fft and waterfall Switched the python classes to inherit from the base and gui classes. port and param types from an overloaded method todo Replaced TYPES in Port and Param with types parameter. made is_virtual_xxx a block level function, used by port and param classes added stream id type and checking in evaluate avoid loops Recursive resolution of virtual sources. added virtual source and added stream ids, logic to clone in port added rewrite methods to element to separate from validation logic Added virtual sink and logic to clone port. removed repurposing of pads Work on command line options for generated code. renamed the colors dialog to types use pkgpythondir ... | |||
2009-09-03 | we dont use test() -> remove it | Josh Blum | |
2009-09-03 | Made the window for the pass band filters integers (take firdes.WIN_XXX). | Josh Blum | |
Now a window can be controlled by a variable such as a chooser. | |||
2009-09-02 | Evaluation 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-09-02 | Modifications to usrp2 source and sink so that set center freq is called ↵ | Josh Blum | |
afer set lo offset. | |||
2009-09-02 | Removed the flagging api and usage from the base classes. | Josh Blum | |
Far better to flag the namespace for renewing once in the flowgraph.py | |||
2009-09-02 | added ref scale param to fft and waterfall | Josh Blum | |
2009-09-02 | Modifications to the usrp blocks and wrapper so that the lo offset is set ↵ | Josh Blum | |
with the lo frequency. | |||
2009-08-30 | Switched 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-30 | port and param types from an overloaded method | Josh Blum | |
2009-08-29 | todo | Josh Blum | |
2009-08-29 | Replaced 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-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-08-28 | avoid loops | Josh Blum | |
2009-08-28 | Recursive resolution of virtual sources. | Josh Blum | |
Flow graph generation code working. Also, mod to fft window to use clean/nice Db/div. | |||
2009-08-28 | added virtual source and added stream ids, logic to clone in port | Josh Blum | |
2009-08-26 | added rewrite methods to element to separate from validation logic | Josh Blum | |
2009-08-26 | Added virtual sink and logic to clone port. | Josh Blum | |
Tweaks to the base validation routines. Validate twice in the update until rewrite functions are implemented. | |||
2009-08-25 | removed repurposing of pads | Josh Blum | |
2009-08-25 | Work on command line options for generated code. | Josh Blum | |
Simplified eng_option eng_float to reuse str_to_num code. | |||
2009-08-24 | Merge branch 'master' of http://gnuradio.org/git/gnuradio into grc | Josh Blum | |
2009-08-24 | renamed the colors dialog to types | Josh Blum | |
2009-08-23 | use pkgpythondir | Josh Blum | |
2009-08-23 | Added blks2.pfb_arb_resampler_ccf to GRC block list | Johnathan Corgan | |
* New block XML file * Added set_taps callback to blks2 hier block * GRC example showing pre- and post-resampling swept spectrum | |||
2009-08-20 | added continuation mode for pad source and sinks | Josh Blum | |
2009-08-17 | Removed Source and Sink classes as Port subclasses. | Josh Blum | |
A port can be a source or a sink based on the dir parameter. | |||
2009-08-15 | Merged branch 'msgq' from http://gnuradio.org/git/jblum.git | Johnathan Corgan | |
This adds the ability to GRC to gave blocks with message ports. Signed-off-by: Johnathan Corgan <jcorgan@corganenterprises.com> | |||
2009-08-15 | added validation check for msg type ports, added copy method for ports to ↵ | Josh Blum | |
cleanup nports code | |||
2009-08-14 | params, sources, and sinks now stored internally as lists. The keys for said ↵ | Josh Blum | |
objects are now only stored in one place (in the object). | |||
2009-08-14 | Added git ignore files auto created from svn:ignore properties. | git | |
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11592 221aa14e-8319-0410-a670-987f0aec2ac5 | |||
2009-08-13 | this time commit the file changes | Josh Blum | |
2009-08-13 | Added generation of message queues in flow graph template. | Josh Blum | |
Added message source and sink blocks to test. TODO: Port and Block require new validation checks. | |||
2009-08-10 | apply diff from previous commits | Josh Blum | |
2009-07-29 | gr_not xml fix: only one input for not | jblum | |
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11516 221aa14e-8319-0410-a670-987f0aec2ac5 | |||
2009-07-16 | There is no y per div, but there is a dynamic range. | jblum | |
Added **kwargs to nongl for backwards compadibility. Updated todo. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11448 221aa14e-8319-0410-a670-987f0aec2ac5 | |||
2009-07-11 | make use of gr.version() | jblum | |
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11420 221aa14e-8319-0410-a670-987f0aec2ac5 |