Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into next | Johnathan Corgan | 2010-06-24 | 2 | -35/+41 |
|\ | | | | | | | | | | | * master: added python script to fix copyright years based on git log grc: expanded nports ability to have multiple port duplicators per side | ||||
| * | grc: expanded nports ability to have multiple port duplicators per side | Josh Blum | 2010-06-24 | 2 | -35/+41 |
| | | |||||
* | | Merge branch 'master' of http://gnuradio.org/git/gnuradio into uhd | Josh Blum | 2010-04-15 | 1 | -12/+20 |
|\| | |||||
| * | work on the string representations for parameters (large vectors could be ↵ | Josh Blum | 2010-03-23 | 1 | -12/+20 |
| | | | | | | | | too much to render, ie use truncation) | ||||
* | | added to uhd grc files, also removed warning for grc generator with uhd blocks | Josh Blum | 2010-04-14 | 1 | -1/+1 |
|/ | |||||
* | Fixed bug in checking if path is writable. | Josh Blum | 2010-03-03 | 1 | -1/+1 |
| | | | | Some moron put quotes around the variable name... | ||||
* | If the directory is read-only, use the systems tmp directory for generated ↵ | Josh Blum | 2010-03-03 | 1 | -1/+6 |
| | | | | py files. | ||||
* | updated wiki url | Josh Blum | 2010-02-24 | 1 | -2/+2 |
| | |||||
* | grc bug fix from Dimitris Symeonidis | Josh Blum | 2010-01-23 | 1 | -1/+1 |
| | |||||
* | Merge branch 'wip/grc/cleanup' of http://gnuradio.org/git/jblum | Johnathan Corgan | 2009-12-07 | 3 | -4/+0 |
|\ | |||||
| * | removed unused import statements, thanks pyflakes | Josh Blum | 2009-12-06 | 3 | -4/+0 |
| | | |||||
* | | Allow for multiple io pads per hier flow graph. | Josh Blum | 2009-12-03 | 3 | -33/+33 |
|/ | | | | | | | | | Each io pad can have a different io signature. Uses the iosignaturev for hier implementation. Backwards compadible with exception: Pad blocks that used multiple ports must be replaced with multiple pad blocks as the new pad io blocks only support one port per block. | ||||
* | renamed msgq to msgq_in and msgq_out, block wrappers changed accordingly | Josh Blum | 2009-10-28 | 1 | -1/+1 |
| | |||||
* | Created a grc_blockdir in makefile.common. | Josh Blum | 2009-10-28 | 1 | -3/+3 |
| | | | | | Switched the grc src prefix in grc makefiles. Removed grc/Makefile.inc as it was no longer neededed. | ||||
* | Merge commit '25a8' from git@gnuradio.org:jblum | Johnathan Corgan | 2009-10-15 | 1 | -11/+17 |
|\ | | | | | | | | | | | | | | | | | * commit '25a8': use clean numbers for waterfall ref and range tweaks to scope autoscaling registered key to hide/show control panel in wxgui windows Added window size param to all wxgui wrappers. add canonical options for copy enable param | ||||
| * | Added window size param to all wxgui wrappers. | Josh Blum | 2009-10-09 | 1 | -11/+17 |
| | | | | | | | | Modified type parser to allow blank values in vector types as empty vectors. | ||||
* | | added noaa to extract doc matcher | Josh Blum | 2009-10-07 | 1 | -1/+1 |
|/ | |||||
* | Added a run options to the "no gui" generate options. | Josh Blum | 2009-10-03 | 1 | -0/+5 |
| | | | | | | | | | The user can select between run to completion and prompt for exit. Also fixed the props dialog is changed function to have better hashes. Now we hash a tuple of all "relevant" items which is "order aware". Since xoring the individual hashes proved faulty when 2 params alternated hiding. (cherry picked from commit fd37328c778ea8014e9ea9d932e61e5d229dd012) | ||||
* | Revert "Merge branch 'grc' of http://gnuradio.org/git/jblum" | Johnathan Corgan | 2009-09-25 | 1 | -5/+0 |
| | | | | This reverts commit 06281feea16143ca97a77348f72e1c6dd0616c57. | ||||
* | Added a run options to the "no gui" generate options. | Josh Blum | 2009-09-25 | 1 | -0/+5 |
| | | | | | | | | The user can select between run to completion and prompt for exit. Also fixed the props dialog is changed function to have better hashes. Now we hash a tuple of all "relevant" items which is "order aware". Since xoring the individual hashes proved faulty when 2 params alternated hiding. | ||||
* | Re/evaluate the notebook blocks label because we dont garuntee the ↵ | Josh Blum | 2009-09-18 | 1 | -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 graph | Josh Blum | 2009-09-18 | 1 | -1/+1 |
| | |||||
* | use show signal to perform initial gui update | Josh Blum | 2009-09-08 | 1 | -1/+1 |
| | |||||
* | Fixed the usrp and usrp2 probe scripts to work with the new gui param api. | Josh Blum | 2009-09-06 | 1 | -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 tweaks | Josh Blum | 2009-09-06 | 1 | -3/+3 |
| | |||||
* | better error msg for empty statements | Josh Blum | 2009-09-05 | 1 | -0/+1 |
| | |||||
* | Evaluation fix in param.to_code(). | Josh Blum | 2009-09-02 | 1 | -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. | ||||
* | Removed the flagging api and usage from the base classes. | Josh Blum | 2009-09-02 | 1 | -3/+10 |
| | | | | Far better to flag the namespace for renewing once in the flowgraph.py | ||||
* | Switched the python classes to inherit from the base and gui classes. | Josh Blum | 2009-08-30 | 6 | -14/+30 |
| | | | | | 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 | Josh Blum | 2009-08-30 | 2 | -22/+17 |
| | |||||
* | Replaced TYPES in Port and Param with types parameter. | Josh Blum | 2009-08-29 | 3 | -16/+26 |
| | | | | | 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 | Josh Blum | 2009-08-28 | 3 | -12/+13 |
| | |||||
* | added stream id type and checking in evaluate | Josh Blum | 2009-08-28 | 1 | -4/+21 |
| | |||||
* | avoid loops | Josh Blum | 2009-08-28 | 1 | -4/+13 |
| | |||||
* | Recursive resolution of virtual sources. | Josh Blum | 2009-08-28 | 3 | -16/+38 |
| | | | | | | Flow graph generation code working. Also, mod to fft window to use clean/nice Db/div. | ||||
* | added virtual source and added stream ids, logic to clone in port | Josh Blum | 2009-08-28 | 1 | -5/+15 |
| | |||||
* | added rewrite methods to element to separate from validation logic | Josh Blum | 2009-08-26 | 2 | -7/+14 |
| | |||||
* | Added virtual sink and logic to clone port. | Josh Blum | 2009-08-26 | 1 | -0/+14 |
| | | | | | Tweaks to the base validation routines. Validate twice in the update until rewrite functions are implemented. | ||||
* | removed repurposing of pads | Josh Blum | 2009-08-25 | 1 | -28/+8 |
| | |||||
* | Work on command line options for generated code. | Josh Blum | 2009-08-25 | 1 | -6/+16 |
| | | | | Simplified eng_option eng_float to reuse str_to_num code. | ||||
* | added continuation mode for pad source and sinks | Josh Blum | 2009-08-20 | 1 | -0/+17 |
| | |||||
* | Removed Source and Sink classes as Port subclasses. | Josh Blum | 2009-08-17 | 2 | -25/+14 |
| | | | | A port can be a source or a sink based on the dir parameter. | ||||
* | Merged branch 'msgq' from http://gnuradio.org/git/jblum.git | Johnathan Corgan | 2009-08-15 | 7 | -34/+59 |
|\ | | | | | | | | | | | This adds the ability to GRC to gave blocks with message ports. Signed-off-by: Johnathan Corgan <jcorgan@corganenterprises.com> | ||||
| * | added validation check for msg type ports, added copy method for ports to ↵ | Josh Blum | 2009-08-15 | 2 | -18/+23 |
| | | | | | | | | cleanup nports code | ||||
| * | params, sources, and sinks now stored internally as lists. The keys for said ↵ | Josh Blum | 2009-08-14 | 2 | -15/+11 |
| | | | | | | | | objects are now only stored in one place (in the object). | ||||
| * | this time commit the file changes | Josh Blum | 2009-08-13 | 7 | -11/+32 |
| | | |||||
| * | apply diff from previous commits | Josh Blum | 2009-08-10 | 4 | -19/+22 |
| | | |||||
* | | Added git ignore files auto created from svn:ignore properties. | git | 2009-08-14 | 1 | -0/+2 |
|/ | | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11592 221aa14e-8319-0410-a670-987f0aec2ac5 | ||||
* | make use of gr.version() | jblum | 2009-07-11 | 1 | -2/+2 |
| | | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11420 221aa14e-8319-0410-a670-987f0aec2ac5 | ||||
* | short id fix | jblum | 2009-07-08 | 2 | -8/+5 |
| | | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11380 221aa14e-8319-0410-a670-987f0aec2ac5 |