port and param types from an overloaded method
[debian/gnuradio] / grc / todo.txt
index 3f47a1bfcbc60b8ab9e0ef2ac4da533568767784..dbf526551cb61c26641b44ab096ffb9955a7666e 100644 (file)
   * gr_ofdm_insert_preamble
   * gr_ofdm_mapper_bcv
   * 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
@@ -40,8 +46,6 @@
 * configuration option for adding block paths
 * orientations for ports (top, right, bottom, left)
   * source defaults to right, sink defaults to left
-* grid params take a notebook argument
-  * add a wx notebook block
 * separation of variables and gui controls
 * speedup w/ background layer and animation layer
 * multiple doxygen directories (doc_dir becomes doc_path)
@@ -54,6 +58,8 @@
 ##################################################
 # Problems
 ##################################################
+* msg ports dont work with virtual connections
+  * dont fix this until pmts are used?
 * hier block generation
   * auto generate hier library on changes
   * auto clean hier library when block removed
@@ -68,6 +74,7 @@
 * params dialog needs to dynamically update for all params
   * will not update for non-enum params
   * needs to account for added or removed params
+  * example with grid params need update after notebook change
 
 ##################################################
 # Future