summaryrefslogtreecommitdiff
path: root/grc
AgeCommit message (Expand)Author
2009-10-05added freq offset sliderJosh Blum
2009-10-05added mpsk demod exampleJosh Blum
2009-10-03Added a run options to the "no gui" generate options.Josh Blum
2009-09-25Merge branch 'grc' of http://gnuradio.org/git/jblumJohnathan Corgan
2009-09-25hash the tuple of hashes to id the current paramsJosh 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-23Merge branch 'grc' of http://gnuradio.org/git/jblum into masterJohnathan Corgan
2009-09-19Added CVSD encoder/decoder to GRC, example appJohnathan Corgan
2009-09-18xor that hashJosh Blum
2009-09-18bug fix for handling loading of dynamic paramsJosh Blum
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