Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-06-24 | Merge branch 'master' into next | Johnathan Corgan | |
* master: added python script to fix copyright years based on git log grc: expanded nports ability to have multiple port duplicators per side | |||
2010-06-24 | grc: expanded nports ability to have multiple port duplicators per side | Josh Blum | |
2010-04-15 | Merge branch 'master' of http://gnuradio.org/git/gnuradio into uhd | Josh Blum | |
2010-04-14 | added to uhd grc files, also removed warning for grc generator with uhd blocks | Josh Blum | |
2010-03-23 | work on the string representations for parameters (large vectors could be ↵ | Josh Blum | |
too much to render, ie use truncation) | |||
2010-03-03 | Fixed bug in checking if path is writable. | Josh Blum | |
Some moron put quotes around the variable name... | |||
2010-03-03 | If the directory is read-only, use the systems tmp directory for generated ↵ | Josh Blum | |
py files. | |||
2010-02-24 | updated wiki url | Josh Blum | |
2010-01-23 | grc bug fix from Dimitris Symeonidis | Josh Blum | |
2009-12-07 | Merge branch 'wip/grc/cleanup' of http://gnuradio.org/git/jblum | Johnathan Corgan | |
2009-12-06 | removed unused import statements, thanks pyflakes | Josh Blum | |
2009-12-03 | Allow for multiple io pads per hier flow graph. | Josh Blum | |
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. | |||
2009-10-28 | renamed msgq to msgq_in and msgq_out, block wrappers changed accordingly | Josh Blum | |
2009-10-28 | Created a grc_blockdir in makefile.common. | Josh Blum | |
Switched the grc src prefix in grc makefiles. Removed grc/Makefile.inc as it was no longer neededed. | |||
2009-10-15 | Merge commit '25a8' from git@gnuradio.org:jblum | Johnathan Corgan | |
* 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 | |||
2009-10-09 | Added window size param to all wxgui wrappers. | Josh Blum | |
Modified type parser to allow blank values in vector types as empty vectors. | |||
2009-10-07 | added noaa to extract doc matcher | Josh Blum | |
2009-10-03 | Added a run options to the "no gui" generate options. | Josh Blum | |
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) | |||
2009-09-25 | Revert "Merge branch 'grc' of http://gnuradio.org/git/jblum" | Johnathan Corgan | |
This reverts commit 06281feea16143ca97a77348f72e1c6dd0616c57. | |||
2009-09-25 | Added a run options to the "no gui" generate options. | Josh Blum | |
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. | |||
2009-09-18 | Re/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-18 | added errors dialog to show all error messages in flow graph | 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 | better error msg for empty statements | Josh Blum | |
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 | 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-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 | 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-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-10 | apply diff from previous commits | Josh Blum | |
2009-07-11 | make use of gr.version() | jblum | |
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11420 221aa14e-8319-0410-a670-987f0aec2ac5 | |||
2009-07-08 | short id fix | jblum | |
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11380 221aa14e-8319-0410-a670-987f0aec2ac5 |