Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-04-07 | grc: fix for generating top block when in run to completion mode | Josh Blum | |
2011-03-07 | qtgui-grc: added suport in main template for theme icon | Josh Blum | |
2011-03-07 | qtgui-grc: minor tweaks to the various things | Josh Blum | |
2011-03-04 | qtgui-grc: use a vboxlayout for the top_layout | Josh Blum | |
2011-03-01 | qtgui-grc: enable start/stop control through qt widgets | Josh Blum | |
2011-03-01 | grc: work on generator for gui flowgraphs to simplify generation | Josh Blum | |
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 | |||
2011-03-01 | grc: moved wxgui blocks and python into gr-wxgui/grc | Josh Blum | |
Prefixed wxgui blocks with WX GUI in the block names. Added category to wxgui variables blocks (not in the main block tree.xml) | |||
2011-03-01 | grc: added tabbed widget in qtgui for grc | Josh Blum | |
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. | |||
2011-03-01 | qtgui: created a forms module with a slider and text box, implemented in grc | Josh Blum | |
2011-03-01 | grc: added qtgui support to grc (just added sink) | Josh Blum | |
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. |