summaryrefslogtreecommitdiff
path: root/grc
AgeCommit message (Expand)Author
2009-09-19Added CVSD encoder/decoder to GRC, example appJohnathan Corgan
2009-09-18Re/evaluate the notebook blocks label because we dont garuntee the evaluation...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-17bugfix: exclude disabled children from consideration in valid conditionJosh 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-09-05better error msg for empty statementsJosh Blum
2009-09-05Implement a recursive validation api in the base Element class.Josh Blum
2009-09-04Merge branch 'grc' from http://gnuradio.org/git/jblum.git into masterJohnathan Corgan
2009-09-03we dont use test() -> remove itJosh Blum
2009-09-03Made the window for the pass band filters integers (take firdes.WIN_XXX).Josh Blum
2009-09-02Evaluation fix in param.to_code().Josh Blum
2009-09-02Modifications to usrp2 source and sink so that set center freq is called afer...Josh Blum
2009-09-02Removed the flagging api and usage from the base classes.Josh Blum
2009-09-02added ref scale param to fft and waterfallJosh Blum
2009-09-02Modifications to the usrp blocks and wrapper so that the lo offset is set wit...Josh Blum
2009-08-30Switched the python classes to inherit from the base and gui classes.Josh Blum
2009-08-30port and param types from an overloaded methodJosh Blum
2009-08-29todoJosh Blum
2009-08-29Replaced TYPES in Port and Param with types parameter.Josh Blum
2009-08-28made is_virtual_xxx a block level function, used by port and param classesJosh Blum
2009-08-28added stream id type and checking in evaluateJosh Blum
2009-08-28avoid loopsJosh Blum
2009-08-28Recursive resolution of virtual sources.Josh Blum
2009-08-28added virtual source and added stream ids, logic to clone in portJosh 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-25removed repurposing of padsJosh Blum
2009-08-25Work on command line options for generated code.Josh Blum
2009-08-24Merge branch 'master' of http://gnuradio.org/git/gnuradio into grcJosh Blum
2009-08-24renamed the colors dialog to typesJosh Blum