summaryrefslogtreecommitdiff
path: root/grc/python
Commit message (Expand)AuthorAgeFilesLines
* qtgui-grc: added suport in main template for theme iconJosh Blum2011-03-071-1/+2
* qtgui-grc: minor tweaks to the various thingsJosh Blum2011-03-071-0/+1
* qtgui-grc: use a vboxlayout for the top_layoutJosh Blum2011-03-041-1/+1
* qtgui-grc: enable start/stop control through qt widgetsJosh Blum2011-03-011-0/+2
* grc: work on generator for gui flowgraphs to simplify generationJosh Blum2011-03-013-43/+17
* grc: moved wxgui blocks and python into gr-wxgui/grcJosh Blum2011-03-011-1/+1
* grc: added tabbed widget in qtgui for grcJosh Blum2011-03-013-5/+37
* qtgui: created a forms module with a slider and text box, implemented in grcJosh Blum2011-03-011-4/+9
* grc: added qtgui support to grc (just added sink)Josh Blum2011-03-011-0/+9
* Merge branch 'master' into nextJohnathan Corgan2010-06-242-35/+41
|\
| * grc: expanded nports ability to have multiple port duplicators per sideJosh Blum2010-06-242-35/+41
* | Merge branch 'master' of http://gnuradio.org/git/gnuradio into uhdJosh Blum2010-04-151-12/+20
|\|
| * work on the string representations for parameters (large vectors could be too...Josh Blum2010-03-231-12/+20
* | added to uhd grc files, also removed warning for grc generator with uhd blocksJosh Blum2010-04-141-1/+1
|/
* Fixed bug in checking if path is writable.Josh Blum2010-03-031-1/+1
* If the directory is read-only, use the systems tmp directory for generated py...Josh Blum2010-03-031-1/+6
* updated wiki urlJosh Blum2010-02-241-2/+2
* grc bug fix from Dimitris SymeonidisJosh Blum2010-01-231-1/+1
* Merge branch 'wip/grc/cleanup' of http://gnuradio.org/git/jblumJohnathan Corgan2009-12-073-4/+0
|\
| * removed unused import statements, thanks pyflakesJosh Blum2009-12-063-4/+0
* | Allow for multiple io pads per hier flow graph.Josh Blum2009-12-033-33/+33
|/
* renamed msgq to msgq_in and msgq_out, block wrappers changed accordinglyJosh Blum2009-10-281-1/+1
* Created a grc_blockdir in makefile.common.Josh Blum2009-10-281-3/+3
* Merge commit '25a8' from git@gnuradio.org:jblumJohnathan Corgan2009-10-151-11/+17
|\
| * Added window size param to all wxgui wrappers.Josh Blum2009-10-091-11/+17
* | added noaa to extract doc matcherJosh Blum2009-10-071-1/+1
|/
* Added a run options to the "no gui" generate options.Josh Blum2009-10-031-0/+5
* Revert "Merge branch 'grc' of http://gnuradio.org/git/jblum"Johnathan Corgan2009-09-251-5/+0
* Added a run options to the "no gui" generate options.Josh Blum2009-09-251-0/+5
* Re/evaluate the notebook blocks label because we dont garuntee the evaluation...Josh Blum2009-09-181-1/+1
* added errors dialog to show all error messages in flow graphJosh Blum2009-09-181-1/+1
* use show signal to perform initial gui updateJosh Blum2009-09-081-1/+1
* Fixed the usrp and usrp2 probe scripts to work with the new gui param api.Josh Blum2009-09-061-1/+1
* propsdialog tweaksJosh Blum2009-09-061-3/+3
* better error msg for empty statementsJosh Blum2009-09-051-0/+1
* Evaluation fix in param.to_code().Josh Blum2009-09-021-3/+4
* Removed the flagging api and usage from the base classes.Josh Blum2009-09-021-3/+10
* Switched the python classes to inherit from the base and gui classes.Josh Blum2009-08-306-14/+30
* port and param types from an overloaded methodJosh Blum2009-08-302-22/+17
* Replaced TYPES in Port and Param with types parameter.Josh Blum2009-08-293-16/+26
* made is_virtual_xxx a block level function, used by port and param classesJosh Blum2009-08-283-12/+13
* added stream id type and checking in evaluateJosh Blum2009-08-281-4/+21
* avoid loopsJosh Blum2009-08-281-4/+13
* Recursive resolution of virtual sources.Josh Blum2009-08-283-16/+38
* added virtual source and added stream ids, logic to clone in portJosh Blum2009-08-281-5/+15
* added rewrite methods to element to separate from validation logicJosh Blum2009-08-262-7/+14
* Added virtual sink and logic to clone port.Josh Blum2009-08-261-0/+14
* removed repurposing of padsJosh Blum2009-08-251-28/+8
* Work on command line options for generated code.Josh Blum2009-08-251-6/+16
* added continuation mode for pad source and sinksJosh Blum2009-08-201-0/+17