added stream id type and checking in evaluate
[debian/gnuradio] / grc / todo.txt
index de43d3677c4ac4e5c4a44bef0fec9305addb6e77..ef94abfb5ff00afb8984262abc5b4f839925de5a 100644 (file)
   * 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