summaryrefslogtreecommitdiff
path: root/grc/gui
AgeCommit message (Expand)Author
2009-10-28Created a grc_blockdir in makefile.common.Josh Blum
2009-10-07tweaks to the searchJosh Blum
2009-10-07a working block tree searchJosh Blum
2009-10-03Added a run options to the "no gui" generate options.Josh Blum
2009-09-25Revert "Merge branch 'grc' of http://gnuradio.org/git/jblum"Johnathan Corgan
2009-09-25Added a run options to the "no gui" generate options.Josh Blum
2009-09-18put the flow graph errors button into the toolbarJosh Blum
2009-09-18added errors dialog to show all error messages in flow graphJosh Blum
2009-09-14fixed issue where entry boxes lost focus (mishandling of hide changing)Josh Blum
2009-09-13tweaked key handling callbacksJosh Blum
2009-09-13fix for uniformity convention with gtk signal name stringsJosh Blum
2009-09-13Simply Actions module imports, using module prefix.Josh Blum
2009-09-13Reworked actions api and actions objects:Josh Blum
2009-09-13Move key press extraction logic into actions module.Josh Blum
2009-09-10rename variable, use keysyms in props dialogJosh Blum
2009-09-10use the keymap's translate_keyboard_state, use the key value rather than nameJosh Blum
2009-09-10ignore irrelevant modifiers and events pendingJosh Blum
2009-09-09properties dialog with ok/cancel buttonsJosh Blum
2009-09-08use show signal to perform initial gui updateJosh Blum
2009-09-06Fixed the usrp and usrp2 probe scripts to work with the new gui param api.Josh Blum
2009-09-06propsdialog tweaksJosh Blum
2009-09-05more code cleanup for properties dialogJosh Blum
2009-09-05Rework the params/properties dialog and param gui class:Josh Blum
2009-09-05renamed params dialog to props dialogJosh Blum
2009-09-05remove unused imports, copyright date update, tweakJosh Blum
2009-09-05Created recursive create labels and shapes method for gui element.Josh Blum
2009-09-05replaced dict[rot] storage of areas and lines with a single list for the curr...Josh Blum
2009-09-05standardized the Element inheritance __init__ usage in guiJosh Blum
2009-08-30Switched the python classes to inherit from the base and gui classes.Josh Blum
2009-08-26added rewrite methods to element to separate from validation logicJosh Blum
2009-08-26Added virtual sink and logic to clone port.Josh Blum
2009-08-24renamed the colors dialog to typesJosh Blum
2009-08-17Removed Source and Sink classes as Port subclasses.Josh Blum
2009-08-15Merged branch 'msgq' from http://gnuradio.org/git/jblum.gitJohnathan Corgan
2009-08-14params, sources, and sinks now stored internally as lists. The keys for said ...Josh Blum
2009-08-14Added git ignore files auto created from svn:ignore properties.git
2009-07-06Merged r11309:11357 from grc branch.jblum
2009-07-02removed redundant constants.py entry in makefilejblum
2009-06-29fixed screenshot capability, calls get pixbuf in drawing areajblum
2009-06-25better fix for selected ports, added variable config example to examplesjblum
2009-06-25minor fix so deleted elements are not referenced in the selected portsjblum
2009-06-23Merging r11186:11273 from grc branch.jblum