| Commit message (Expand) | Author | Age | Files | Lines |
* | grc: ability to automatically create hier_blocks from a flowgraph. | Tom Rondeau | 2012-10-03 | 3 | -0/+138 |
* | grc: populate file variable correctly when we save. | Tom Rondeau | 2012-10-03 | 1 | -0/+1 |
* | added the ability to open custom GRC hier block definitions from graphs using... | Tim O'Shea | 2012-09-28 | 5 | -0/+15 |
* | adding GRC Reload Block XML action | Tim O'Shea | 2012-09-28 | 5 | -1/+20 |
* | Removed whitespace and added dtools/bin/remove-whitespace as a tool to do thi... | Tom Rondeau | 2012-04-13 | 2 | -2/+2 |
* | Removed autotools, gr-waveform, some cleanup | Johnathan Corgan | 2011-12-08 | 2 | -51/+0 |
* | grc: fix typos | Timo Juhani Lindfors | 2011-12-07 | 1 | -2/+2 |
* | grc: force param text to black to guarantee readability | Josh Blum | 2011-11-30 | 2 | -4/+12 |
* | gr: squashed cmakelists.txt into one commit | Josh Blum | 2011-07-20 | 1 | -0/+48 |
* | grc: replaced asserts in gui subdirectory | Josh Blum | 2011-04-14 | 4 | -12/+13 |
* | grc: swap store the subprocess object rather than the pid when executing | Josh Blum | 2011-03-13 | 3 | -23/+23 |
* | work on the string representations for parameters (large vectors could be too... | Josh Blum | 2010-03-23 | 1 | -2/+13 |
* | added a right click context menu for the flow graph elements | Josh Blum | 2010-03-09 | 2 | -12/+41 |
* | Merge branch 'wip/grc/cleanup' of http://gnuradio.org/git/jblum | Johnathan Corgan | 2009-12-07 | 4 | -6/+0 |
|\ |
|
| * | removed unused import statements, thanks pyflakes | Josh Blum | 2009-12-06 | 4 | -6/+0 |
* | | Created a pixmap rotation routine in Utils for handling those rotated labels. | Josh Blum | 2009-12-05 | 3 | -14/+35 |
* | | combined param layouts | Josh Blum | 2009-12-05 | 2 | -8/+10 |
|/ |
|
* | gtk.Tooltips() is deprecated, use set_tooltip_text. | Josh Blum | 2009-11-19 | 1 | -12/+14 |
* | Created a grc_blockdir in makefile.common. | Josh Blum | 2009-10-28 | 1 | -2/+2 |
* | tweaks to the search | Josh Blum | 2009-10-07 | 1 | -12/+10 |
* | a working block tree search | Josh Blum | 2009-10-07 | 1 | -0/+21 |
* | Added a run options to the "no gui" generate options. | Josh Blum | 2009-10-03 | 1 | -6/+5 |
* | Revert "Merge branch 'grc' of http://gnuradio.org/git/jblum" | Johnathan Corgan | 2009-09-25 | 1 | -5/+6 |
* | Added a run options to the "no gui" generate options. | Josh Blum | 2009-09-25 | 1 | -6/+5 |
* | put the flow graph errors button into the toolbar | Josh Blum | 2009-09-18 | 3 | -4/+5 |
* | added errors dialog to show all error messages in flow graph | Josh Blum | 2009-09-18 | 4 | -0/+25 |
* | fixed issue where entry boxes lost focus (mishandling of hide changing) | Josh Blum | 2009-09-14 | 1 | -1/+3 |
* | tweaked key handling callbacks | Josh Blum | 2009-09-13 | 2 | -9/+8 |
* | fix for uniformity convention with gtk signal name strings | Josh Blum | 2009-09-13 | 2 | -2/+2 |
* | Simply Actions module imports, using module prefix. | Josh Blum | 2009-09-13 | 4 | -24/+18 |
* | Reworked actions api and actions objects: | Josh Blum | 2009-09-13 | 7 | -246/+319 |
* | Move key press extraction logic into actions module. | Josh Blum | 2009-09-13 | 4 | -48/+40 |
* | rename variable, use keysyms in props dialog | Josh Blum | 2009-09-10 | 2 | -4/+5 |
* | use the keymap's translate_keyboard_state, use the key value rather than name | Josh Blum | 2009-09-10 | 2 | -44/+46 |
* | ignore irrelevant modifiers and events pending | Josh Blum | 2009-09-10 | 2 | -2/+2 |
* | properties dialog with ok/cancel buttons | Josh Blum | 2009-09-09 | 2 | -16/+17 |
* | use show signal to perform initial gui update | Josh Blum | 2009-09-08 | 2 | -19/+29 |
* | Fixed the usrp and usrp2 probe scripts to work with the new gui param api. | Josh Blum | 2009-09-06 | 2 | -6/+10 |
* | propsdialog tweaks | Josh Blum | 2009-09-06 | 2 | -26/+26 |
* | more code cleanup for properties dialog | Josh Blum | 2009-09-05 | 2 | -16/+1 |
* | Rework the params/properties dialog and param gui class: | Josh Blum | 2009-09-05 | 2 | -64/+85 |
* | renamed params dialog to props dialog | Josh Blum | 2009-09-05 | 3 | -4/+4 |
* | remove unused imports, copyright date update, tweak | Josh Blum | 2009-09-05 | 3 | -5/+3 |
* | Created recursive create labels and shapes method for gui element. | Josh Blum | 2009-09-05 | 5 | -26/+39 |
* | replaced dict[rot] storage of areas and lines with a single list for the curr... | Josh Blum | 2009-09-05 | 2 | -17/+13 |
* | standardized the Element inheritance __init__ usage in gui | Josh Blum | 2009-09-05 | 7 | -5/+10 |
* | Switched the python classes to inherit from the base and gui classes. | Josh Blum | 2009-08-30 | 4 | -33/+83 |
* | added rewrite methods to element to separate from validation logic | Josh Blum | 2009-08-26 | 1 | -4/+2 |
* | Added virtual sink and logic to clone port. | Josh Blum | 2009-08-26 | 2 | -2/+4 |
* | renamed the colors dialog to types | Josh Blum | 2009-08-24 | 4 | -8/+8 |