Merge remote branch 'ets/grc-usrp2-clock-source'
[debian/gnuradio] / grc / todo.txt
1 ##################################################
2 # Examples
3 ##################################################
4 * Push-to-Talk example
5 * Start/Stop the flow graph
6
7 ##################################################
8 # Blocks
9 ##################################################
10 * probe: also non-float outputs
11 * log slider gui control
12 * generic usrp (when its ready)
13 * packet mod: whitening offset
14 * wx min window size in options block
15 * gr_adaptive_fir_ccf
16 * ofdm  
17   * gr_ofdm_bpsk_demapper
18   * gr_ofdm_cyclic_prefixer
19   * gr_ofdm_demapper_vcb
20   * gr_ofdm_frame_acquisition
21   * gr_ofdm_frame_sink
22   * gr_ofdm_insert_preamble
23   * gr_ofdm_mapper_bcv
24   * gr_ofdm_sampler
25 * size params for the graphical sinks
26 * callbacks for set average on fft, waterfall, number sinks
27 * add units to params: Sps, Hz, dB...
28 * add bool type to command line option store_true or store_false
29 * messages for packet blocks and probe blocks
30
31 ##################################################
32 # Features
33 ##################################################
34 * extract category from doxygen
35   * fix up block tree to mirror current doxygen group
36   * remove blocks in block tree covered by doxygen
37 * param editor, expand entry boxes in focus
38 * change param dialog to panel within main window
39 * gui grid editor for configuring grid params/placing wxgui plots and controls
40 * drag from one port to another to connect
41 * per parameter docs
42   * extract individual param docs from doxygen
43   * doc tag in param for handwritten notes
44 * separate generated code into top block and gui class
45   * use gui.py in gr-wxgui and remove custom top_block_gui
46 * configuration option for adding block paths
47 * orientations for ports (top, right, bottom, left)
48   * source defaults to right, sink defaults to left
49 * separation of variables and gui controls
50 * speedup w/ background layer and animation layer
51 * multiple doxygen directories (doc_dir becomes doc_path)
52 * use pango markup in tooltips for params
53 * use get_var_make to determine if it is a variable, not regexp
54 * concept of a project, or project flow graph
55   * collection of blocks, hier and top
56   * system-wide, default/work, and user created
57 * use templates/macros to generate the repetative stuff in the xml
58
59 ##################################################
60 # Problems
61 ##################################################
62 * msg ports dont work with virtual connections
63   * dont fix this until pmts are used?
64 * hier block generation
65   * auto generate hier library on changes
66   * auto clean hier library when block removed
67   * add hier blocks to tree without restart
68 * dont generate py files in saved flowgraph dir
69 * save/restore cwd
70 * threads dont die on exit in probe and variable sink
71 * align param titles in properties dialog
72 * weird grid params misbehaving
73 * gr hier blocks have more diverse IO capabilities than we allow for
74
75 ##################################################
76 # Future
77 ##################################################
78 * require pygtk 2.12 for treeview tooltips
79   * remove try/except in BlockTreeWindow.py