Merge branch 'flattopwindow' of http://gnuradio.org/git/matt into flattop
[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
30 ##################################################
31 # Features
32 ##################################################
33 * extract category from doxygen
34   * fix up block tree to mirror current doxygen group
35   * remove blocks in block tree covered by doxygen
36 * param editor, expand entry boxes in focus
37 * change param dialog to panel within main window
38 * gui grid editor for configuring grid params/placing wxgui plots and controls
39 * drag from one port to another to connect
40 * per parameter docs
41   * extract individual param docs from doxygen
42   * doc tag in param for handwritten notes
43 * separate generated code into top block and gui class
44   * use gui.py in gr-wxgui and remove custom top_block_gui
45 * configuration option for adding block paths
46 * orientations for ports (top, right, bottom, left)
47   * source defaults to right, sink defaults to left
48 * separation of variables and gui controls
49 * speedup w/ background layer and animation layer
50 * multiple doxygen directories (doc_dir becomes doc_path)
51 * use pango markup in tooltips for params
52 * use get_var_make to determine if it is a variable, not regexp
53 * concept of a project, or project flow graph
54   * collection of blocks, hier and top
55   * system-wide, default/work, and user created
56
57 ##################################################
58 # Problems
59 ##################################################
60 * msg ports dont work with virtual connections
61   * dont fix this until pmts are used?
62 * hier block generation
63   * auto generate hier library on changes
64   * auto clean hier library when block removed
65   * add hier blocks to tree without restart
66 * dont generate py files in saved flowgraph dir
67 * save/restore cwd
68 * threads dont die on exit in probe and variable sink
69 * align param titles in properties dialog
70 * weird grid params misbehaving
71
72 ##################################################
73 # Future
74 ##################################################
75 * require pygtk 2.12 for treeview tooltips
76   * remove try/except in BlockTreeWindow.py