summaryrefslogtreecommitdiff
path: root/grc/python
AgeCommit message (Expand)Author
2011-05-02Merge branch 'mergeme/grc/cross_platform_work'Tom Rondeau
2011-04-21grc: fix hier block generation w/ multiple pad blocksJosh Blum
2011-04-19grc: added logic to discover the path to the python interpreterJosh Blum
2011-04-14grc: replaced asserts in base subdirectoryJosh Blum
2011-04-14grc: replaced asserts in python subdirectoryJosh Blum
2011-04-14grc: define __doc__ for license in case its optimized out (that was easy)Josh Blum
2011-04-13grc: stop the top block after qapp exec for qtgui generationJosh Blum
2011-04-07grc: fix for generating top block when in run to completion modeJosh Blum
2011-03-07qtgui-grc: added suport in main template for theme iconJosh Blum
2011-03-07qtgui-grc: minor tweaks to the various thingsJosh Blum
2011-03-04qtgui-grc: use a vboxlayout for the top_layoutJosh Blum
2011-03-01qtgui-grc: enable start/stop control through qt widgetsJosh Blum
2011-03-01grc: work on generator for gui flowgraphs to simplify generationJosh Blum
2011-03-01grc: moved wxgui blocks and python into gr-wxgui/grcJosh Blum
2011-03-01grc: added tabbed widget in qtgui for grcJosh Blum
2011-03-01qtgui: created a forms module with a slider and text box, implemented in grcJosh Blum
2011-03-01grc: added qtgui support to grc (just added sink)Josh Blum
2010-06-24Merge branch 'master' into nextJohnathan Corgan
2010-06-24grc: expanded nports ability to have multiple port duplicators per sideJosh Blum
2010-04-15Merge branch 'master' of http://gnuradio.org/git/gnuradio into uhdJosh Blum
2010-04-14added to uhd grc files, also removed warning for grc generator with uhd blocksJosh Blum
2010-03-23work on the string representations for parameters (large vectors could be too...Josh Blum
2010-03-03Fixed bug in checking if path is writable.Josh Blum
2010-03-03If the directory is read-only, use the systems tmp directory for generated py...Josh Blum
2010-02-24updated wiki urlJosh Blum
2010-01-23grc bug fix from Dimitris SymeonidisJosh Blum
2009-12-07Merge branch 'wip/grc/cleanup' of http://gnuradio.org/git/jblumJohnathan Corgan
2009-12-06removed unused import statements, thanks pyflakesJosh Blum
2009-12-03Allow for multiple io pads per hier flow graph.Josh Blum
2009-10-28renamed msgq to msgq_in and msgq_out, block wrappers changed accordinglyJosh Blum
2009-10-28Created a grc_blockdir in makefile.common.Josh Blum
2009-10-15Merge commit '25a8' from git@gnuradio.org:jblumJohnathan Corgan
2009-10-09Added window size param to all wxgui wrappers.Josh Blum
2009-10-07added noaa to extract doc matcherJosh Blum
2009-10-03Added a run options to the "no gui" generate options.Josh Blum
2009-09-25Revert "Merge branch 'grc' of http://gnuradio.org/git/jblum"Johnathan Corgan
2009-09-25Added a run options to the "no gui" generate options.Josh Blum
2009-09-18Re/evaluate the notebook blocks label because we dont garuntee the evaluation...Josh Blum
2009-09-18added errors dialog to show all error messages in flow graphJosh Blum
2009-09-08use show signal to perform initial gui updateJosh Blum
2009-09-06Fixed the usrp and usrp2 probe scripts to work with the new gui param api.Josh Blum
2009-09-06propsdialog tweaksJosh Blum
2009-09-05better error msg for empty statementsJosh Blum
2009-09-02Evaluation fix in param.to_code().Josh Blum
2009-09-02Removed the flagging api and usage from the base classes.Josh Blum
2009-08-30Switched the python classes to inherit from the base and gui classes.Josh Blum
2009-08-30port and param types from an overloaded methodJosh Blum
2009-08-29Replaced TYPES in Port and Param with types parameter.Josh Blum
2009-08-28made is_virtual_xxx a block level function, used by port and param classesJosh Blum
2009-08-28added stream id type and checking in evaluateJosh Blum