summaryrefslogtreecommitdiff
path: root/grc/gui
Commit message (Expand)AuthorAgeFilesLines
* 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
* Removed Source and Sink classes as Port subclasses.Josh Blum2009-08-172-4/+3
* Merged branch 'msgq' from http://gnuradio.org/git/jblum.gitJohnathan Corgan2009-08-151-4/+4
|\
| * params, sources, and sinks now stored internally as lists. The keys for said ...Josh Blum2009-08-141-4/+4
* | Added git ignore files auto created from svn:ignore properties.git2009-08-141-0/+2
|/
* Merged r11309:11357 from grc branch.jblum2009-07-061-2/+1
* removed redundant constants.py entry in makefilejblum2009-07-021-1/+0
* fixed screenshot capability, calls get pixbuf in drawing areajblum2009-06-292-4/+6
* better fix for selected ports, added variable config example to examplesjblum2009-06-251-4/+4
* minor fix so deleted elements are not referenced in the selected portsjblum2009-06-251-0/+4
* Merging r11186:11273 from grc branch.jblum2009-06-2325-0/+3880