X-Git-Url: https://git.gag.com/?a=blobdiff_plain;ds=sidebyside;f=grc%2Ftodo.txt;h=ef94abfb5ff00afb8984262abc5b4f839925de5a;hb=9ae19105d745ef2c7be8fbe3c2206a0a6ca6632b;hp=de43d3677c4ac4e5c4a44bef0fec9305addb6e77;hpb=25c5d91fb7c4b54f1e7d77fd9af213a3675a8339;p=debian%2Fgnuradio diff --git a/grc/todo.txt b/grc/todo.txt index de43d367..ef94abfb 100644 --- a/grc/todo.txt +++ b/grc/todo.txt @@ -24,11 +24,15 @@ * gr_ofdm_sampler * size params for the graphical sinks * callbacks for set average on fft, waterfall, number sinks +* add units to params: Sps, Hz, dB... +* add bool type to command line option store_true or store_false ################################################## # Features ################################################## * extract category from doxygen + * fix up block tree to mirror current doxygen group + * remove blocks in block tree covered by doxygen * param editor, expand entry boxes in focus * change param dialog to panel within main window * search for blocks in category window @@ -69,6 +73,7 @@ * will not update for non-enum params * needs to account for added or removed params * example with grid params need update after notebook change +* use .strip() on the hide property so we can do away with #slurp(s) in the templates ################################################## # Future