make maintainer-clean removes these, and we want a clean orig.tar.gz
[debian/gnuradio] / grc / todo.txt
index ad7e62ff68ffe32a35e56bf3c1e610ed4d5862ff..9dad05730198475b1be8c776da7c9a250a668453 100644 (file)
@@ -2,7 +2,6 @@
 # Examples
 ##################################################
 * Push-to-Talk example
-* Variable Config usage example
 * Start/Stop the flow graph
 
 ##################################################
 * packet mod: whitening offset
 * wx min window size in options block
 * gr_adaptive_fir_ccf
+* ofdm  
+  * gr_ofdm_bpsk_demapper
+  * gr_ofdm_cyclic_prefixer
+  * gr_ofdm_demapper_vcb
+  * gr_ofdm_frame_acquisition
+  * gr_ofdm_frame_sink
+  * 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
+* messages for packet blocks and probe blocks
 
 ##################################################
 # 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
 * gui grid editor for configuring grid params/placing wxgui plots and controls
 * drag from one port to another to connect
 * per parameter docs
@@ -31,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)
 * 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
 ##################################################
+* 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
 * dont generate py files in saved flowgraph dir
 * save/restore cwd
 * threads dont die on exit in probe and variable sink
-* overloaded gui classes for each platform, move param input objects into overloaded
-* align param titles in paramsdialog
-* better error for blank string params
+* align param titles in properties dialog
 * weird grid params misbehaving
-* params dialog needs to dynamically update for all params
-  * will not update for non-enum params
-  * needs to account for added or removed params
+* gr hier blocks have more diverse IO capabilities than we allow for
 
 ##################################################
 # Future