| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Removed Source and Sink classes as Port subclasses. | Josh Blum | 2009-08-17 | 2 | -4/+3 |
* | Merged branch 'msgq' from http://gnuradio.org/git/jblum.git | Johnathan Corgan | 2009-08-15 | 1 | -4/+4 |
|\ |
|
| * | params, sources, and sinks now stored internally as lists. The keys for said ... | Josh Blum | 2009-08-14 | 1 | -4/+4 |
* | | Added git ignore files auto created from svn:ignore properties. | git | 2009-08-14 | 1 | -0/+2 |
|/ |
|
* | Merged r11309:11357 from grc branch. | jblum | 2009-07-06 | 1 | -2/+1 |
* | removed redundant constants.py entry in makefile | jblum | 2009-07-02 | 1 | -1/+0 |
* | fixed screenshot capability, calls get pixbuf in drawing area | jblum | 2009-06-29 | 2 | -4/+6 |
* | better fix for selected ports, added variable config example to examples | jblum | 2009-06-25 | 1 | -4/+4 |
* | minor fix so deleted elements are not referenced in the selected ports | jblum | 2009-06-25 | 1 | -0/+4 |
* | Merging r11186:11273 from grc branch. | jblum | 2009-06-23 | 25 | -0/+3880 |