summaryrefslogtreecommitdiff
path: root/grc/gui
Commit message (Expand)AuthorAgeFilesLines
* grc: ability to automatically create hier_blocks from a flowgraph.Tom Rondeau2012-10-033-0/+138
* grc: populate file variable correctly when we save.Tom Rondeau2012-10-031-0/+1
* added the ability to open custom GRC hier block definitions from graphs using...Tim O'Shea2012-09-285-0/+15
* adding GRC Reload Block XML actionTim O'Shea2012-09-285-1/+20
* Removed whitespace and added dtools/bin/remove-whitespace as a tool to do thi...Tom Rondeau2012-04-132-2/+2
* Removed autotools, gr-waveform, some cleanupJohnathan Corgan2011-12-082-51/+0
* grc: fix typosTimo Juhani Lindfors2011-12-071-2/+2
* grc: force param text to black to guarantee readabilityJosh Blum2011-11-302-4/+12
* gr: squashed cmakelists.txt into one commitJosh Blum2011-07-201-0/+48
* grc: replaced asserts in gui subdirectoryJosh Blum2011-04-144-12/+13
* grc: swap store the subprocess object rather than the pid when executingJosh Blum2011-03-133-23/+23
* work on the string representations for parameters (large vectors could be too...Josh Blum2010-03-231-2/+13
* added a right click context menu for the flow graph elementsJosh Blum2010-03-092-12/+41
* Merge branch 'wip/grc/cleanup' of http://gnuradio.org/git/jblumJohnathan Corgan2009-12-074-6/+0
|\
| * removed unused import statements, thanks pyflakesJosh Blum2009-12-064-6/+0
* | Created a pixmap rotation routine in Utils for handling those rotated labels.Josh Blum2009-12-053-14/+35
* | combined param layoutsJosh Blum2009-12-052-8/+10
|/
* gtk.Tooltips() is deprecated, use set_tooltip_text.Josh Blum2009-11-191-12/+14
* Created a grc_blockdir in makefile.common.Josh Blum2009-10-281-2/+2
* tweaks to the searchJosh Blum2009-10-071-12/+10
* a working block tree searchJosh Blum2009-10-071-0/+21
* Added a run options to the "no gui" generate options.Josh Blum2009-10-031-6/+5
* Revert "Merge branch 'grc' of http://gnuradio.org/git/jblum"Johnathan Corgan2009-09-251-5/+6
* Added a run options to the "no gui" generate options.Josh Blum2009-09-251-6/+5
* put the flow graph errors button into the toolbarJosh Blum2009-09-183-4/+5
* added errors dialog to show all error messages in flow graphJosh Blum2009-09-184-0/+25
* fixed issue where entry boxes lost focus (mishandling of hide changing)Josh Blum2009-09-141-1/+3
* tweaked key handling callbacksJosh Blum2009-09-132-9/+8
* fix for uniformity convention with gtk signal name stringsJosh Blum2009-09-132-2/+2
* Simply Actions module imports, using module prefix.Josh Blum2009-09-134-24/+18
* Reworked actions api and actions objects:Josh Blum2009-09-137-246/+319
* Move key press extraction logic into actions module.Josh Blum2009-09-134-48/+40
* rename variable, use keysyms in props dialogJosh Blum2009-09-102-4/+5
* use the keymap's translate_keyboard_state, use the key value rather than nameJosh Blum2009-09-102-44/+46
* ignore irrelevant modifiers and events pendingJosh Blum2009-09-102-2/+2
* properties dialog with ok/cancel buttonsJosh Blum2009-09-092-16/+17
* use show signal to perform initial gui updateJosh Blum2009-09-082-19/+29
* Fixed the usrp and usrp2 probe scripts to work with the new gui param api.Josh Blum2009-09-062-6/+10
* propsdialog tweaksJosh Blum2009-09-062-26/+26
* more code cleanup for properties dialogJosh Blum2009-09-052-16/+1
* Rework the params/properties dialog and param gui class:Josh Blum2009-09-052-64/+85
* renamed params dialog to props dialogJosh Blum2009-09-053-4/+4
* remove unused imports, copyright date update, tweakJosh Blum2009-09-053-5/+3
* Created recursive create labels and shapes method for gui element.Josh Blum2009-09-055-26/+39
* replaced dict[rot] storage of areas and lines with a single list for the curr...Josh Blum2009-09-052-17/+13
* standardized the Element inheritance __init__ usage in guiJosh Blum2009-09-057-5/+10
* Switched the python classes to inherit from the base and gui classes.Josh Blum2009-08-304-33/+83
* added rewrite methods to element to separate from validation logicJosh Blum2009-08-261-4/+2
* Added virtual sink and logic to clone port.Josh Blum2009-08-262-2/+4
* renamed the colors dialog to typesJosh Blum2009-08-244-8/+8