apply diff from previous commits
[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 * command line options should replace _ with - for the --option
29   * add bool type to command line option store_true or store_false
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 * search for blocks in category window
40 * gui grid editor for configuring grid params/placing wxgui plots and controls
41 * drag from one port to another to connect
42 * per parameter docs
43   * extract individual param docs from doxygen
44   * doc tag in param for handwritten notes
45 * separate generated code into top block and gui class
46   * use gui.py in gr-wxgui and remove custom top_block_gui
47 * configuration option for adding block paths
48 * orientations for ports (top, right, bottom, left)
49   * source defaults to right, sink defaults to left
50 * separation of variables and gui controls
51 * speedup w/ background layer and animation layer
52 * multiple doxygen directories (doc_dir becomes doc_path)
53 * use pango markup in tooltips for params
54 * use get_var_make to determine if it is a variable, not regexp
55 * concept of a project, or project flow graph
56   * collection of blocks, hier and top
57   * system-wide, default/work, and user created
58
59 ##################################################
60 # Problems
61 ##################################################
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 * overloaded gui classes for each platform, move param input objects into overloaded
70 * align param titles in paramsdialog
71 * better error for blank string params
72 * weird grid params misbehaving
73 * params dialog needs to dynamically update for all params
74   * will not update for non-enum params
75   * needs to account for added or removed params
76   * example with grid params need update after notebook change
77 * use .strip() on the hide property so we can do away with #slurp(s) in the templates
78
79 ##################################################
80 # Future
81 ##################################################
82 * require pygtk 2.12 for treeview tooltips
83   * remove try/except in BlockTreeWindow.py