make maintainer-clean removes these, and we want a clean orig.tar.gz
[debian/gnuradio] / grc / todo.txt
index 7fa68e523aae4af0a2ad254a9d42edc83d4f5aae..9dad05730198475b1be8c776da7c9a250a668453 100644 (file)
@@ -26,6 +26,7 @@
 * 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
+* messages for packet blocks and probe blocks
 
 ##################################################
 # Features
@@ -35,7 +36,6 @@
   * 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
 * gui grid editor for configuring grid params/placing wxgui plots and controls
 * drag from one port to another to connect
 * per parameter docs
@@ -54,6 +54,7 @@
 * concept of a project, or project flow graph
   * collection of blocks, hier and top
   * system-wide, default/work, and user created
+* use templates/macros to generate the repetative stuff in the xml
 
 ##################################################
 # Problems
@@ -69,8 +70,7 @@
 * threads dont die on exit in probe and variable sink
 * align param titles in properties dialog
 * weird grid params misbehaving
-* the block's import data does not handle variable params
-  * call rewrite after load, if new params appear, try load again...
+* gr hier blocks have more diverse IO capabilities than we allow for
 
 ##################################################
 # Future