Merging r11186:11273 from grc branch.
[debian/gnuradio] / grc / todo.txt
1 ##################################################
2 # Examples
3 ##################################################
4 * Push-to-Talk example
5 * Variable Config usage example
6 * Start/Stop the flow graph
7
8 ##################################################
9 # Blocks
10 ##################################################
11 * probe: also non-float outputs
12 * log slider gui control
13 * generic usrp (when its ready)
14 * packet mod: whitening offset
15 * wx min window size in options block
16 * gr_adaptive_fir_ccf
17
18 ##################################################
19 # Features
20 ##################################################
21 * param editor, expand entry boxes in focus
22 * change param dialog to panel within main window
23 * search for blocks in category window
24 * gui grid editor for configuring grid params/placing wxgui plots and controls
25 * drag from one port to another to connect
26 * per parameter docs
27   * extract individual param docs from doxygen
28   * doc tag in param for handwritten notes
29 * separate generated code into top block and gui class
30   * use gui.py in gr-wxgui and remove custom top_block_gui
31 * configuration option for adding block paths
32 * orientations for ports (top, right, bottom, left)
33   * source defaults to right, sink defaults to left
34 * grid params take a notebook argument
35   * add a wx notebook block
36 * separation of variables and gui controls
37 * speedup w/ background layer and animation layer
38 * multiple doxygen directories (doc_dir becomes doc_path)
39 * use pango markup in tooltips for params
40 * use get_var_make to determine if it is a variable, not regexp
41 * concept of a project, or project flow graph
42   * collection of blocks, hier and top
43   * system-wide, default/work, and user created
44
45 ##################################################
46 # Problems
47 ##################################################
48 * hier block generation
49   * auto generate hier library on changes
50   * auto clean hier library when block removed
51   * add hier blocks to tree without restart
52 * dont generate py files in saved flowgraph dir
53 * save/restore cwd
54 * threads dont die on exit in probe and variable sink
55 * overloaded gui classes for each platform, move param input objects into overloaded
56 * align param titles in paramsdialog
57 * better error for blank string params
58 * weird grid params misbehaving
59 * params dialog needs to dynamically update for all params
60   * will not update for non-enum params
61   * needs to account for added or removed params
62
63 ##################################################
64 # Future
65 ##################################################
66 * require pygtk 2.12 for treeview tooltips
67   * remove try/except in BlockTreeWindow.py