| Commit message (Expand) | Author | Age | Files | Lines |
* | grc: disable pythonw on darwin, apparently not needed | Josh Blum | 2011-06-09 | 1 | -2/+3 |
* | Merge branch 'mergeme/grc/cross_platform_work' | Tom Rondeau | 2011-05-02 | 9 | -79/+78 |
|\ |
|
| * | grc: added logic to discover the path to the python interpreter | Josh Blum | 2011-04-19 | 2 | -9/+17 |
| * | grc: replaced asserts in base subdirectory | Josh Blum | 2011-04-14 | 1 | -9/+6 |
| * | grc: replaced asserts in python subdirectory | Josh Blum | 2011-04-14 | 7 | -69/+63 |
| * | grc: define __doc__ for license in case its optimized out (that was easy) | Josh Blum | 2011-04-14 | 1 | -1/+1 |
* | | grc: fix hier block generation w/ multiple pad blocks | Josh Blum | 2011-04-21 | 3 | -27/+34 |
|/ |
|
* | grc: stop the top block after qapp exec for qtgui generation | Josh Blum | 2011-04-13 | 1 | -0/+1 |
* | grc: fix for generating top block when in run to completion mode | Josh Blum | 2011-04-07 | 1 | -1/+1 |
* | qtgui-grc: added suport in main template for theme icon | Josh Blum | 2011-03-07 | 1 | -1/+2 |
* | qtgui-grc: minor tweaks to the various things | Josh Blum | 2011-03-07 | 1 | -0/+1 |
* | qtgui-grc: use a vboxlayout for the top_layout | Josh Blum | 2011-03-04 | 1 | -1/+1 |
* | qtgui-grc: enable start/stop control through qt widgets | Josh Blum | 2011-03-01 | 1 | -0/+2 |
* | grc: work on generator for gui flowgraphs to simplify generation | Josh Blum | 2011-03-01 | 3 | -43/+17 |
* | grc: moved wxgui blocks and python into gr-wxgui/grc | Josh Blum | 2011-03-01 | 1 | -1/+1 |
* | grc: added tabbed widget in qtgui for grc | Josh Blum | 2011-03-01 | 3 | -5/+37 |
* | qtgui: created a forms module with a slider and text box, implemented in grc | Josh Blum | 2011-03-01 | 1 | -4/+9 |
* | grc: added qtgui support to grc (just added sink) | Josh Blum | 2011-03-01 | 1 | -0/+9 |
* | Merge branch 'master' into next | Johnathan Corgan | 2010-06-24 | 2 | -35/+41 |
|\ |
|
| * | 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 too... | Josh Blum | 2010-03-23 | 1 | -12/+20 |
* | | 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 |
* | If the directory is read-only, use the systems tmp directory for generated py... | Josh Blum | 2010-03-03 | 1 | -1/+6 |
* | 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 |
|/ |
|
* | 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 |
* | Merge commit '25a8' from git@gnuradio.org:jblum | Johnathan Corgan | 2009-10-15 | 1 | -11/+17 |
|\ |
|
| * | Added window size param to all wxgui wrappers. | Josh Blum | 2009-10-09 | 1 | -11/+17 |
* | | 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 |
* | Revert "Merge branch 'grc' of http://gnuradio.org/git/jblum" | Johnathan Corgan | 2009-09-25 | 1 | -5/+0 |
* | Added a run options to the "no gui" generate options. | Josh Blum | 2009-09-25 | 1 | -0/+5 |
* | Re/evaluate the notebook blocks label because we dont garuntee the evaluation... | Josh Blum | 2009-09-18 | 1 | -1/+1 |
* | 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 |
* | 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 |
* | Removed the flagging api and usage from the base classes. | Josh Blum | 2009-09-02 | 1 | -3/+10 |
* | Switched the python classes to inherit from the base and gui classes. | Josh Blum | 2009-08-30 | 6 | -14/+30 |
* | 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 |
* | made is_virtual_xxx a block level function, used by port and param classes | Josh Blum | 2009-08-28 | 3 | -12/+13 |