updated todo
[debian/gnuradio] / grc / todo.txt
1 ##################################################
2 # Blocks
3 ##################################################
4 * probe: also non-float outputs
5 * log slider gui control
6 * generic usrp (when its ready)
7 * packet mod: whitening offset
8
9 ##################################################
10 # Features
11 ##################################################
12 * param editor, expand entry boxes in focus
13 * change param dialog to panel within main window
14 * search for blocks in category window
15 * gui grid editor for configuring grid params/placing wxgui plots and controls
16 * drag from one port to another to connect
17 * per parameter docs
18   * extract individual param docs from doxygen
19   * doc tag in param for handwritten notes
20 * separate generated code into top block and gui class
21   * use gui.py in gr-wxgui and remove custom top_block_gui
22 * configuration option for adding block paths
23 * data types guide/colors for the help menu
24
25 ##################################################
26 # Problems
27 ##################################################
28 * hier block generation
29   * auto generate hier library on changes
30   * auto clean hier library when block removed
31   * add hier blocks to tree without restart
32 * dont generate py files in saved flowgraph dir
33 * save/restore cwd
34 * threads dont die on exit in probe and variable sink
35 * overloaded gui classes for each platform, move param input objects into overloaded
36 * align param titles in paramsdialog
37
38 ##################################################
39 # Future
40 ##################################################
41 * require pygtk 2.12 for treeview tooltips
42   * remove try/except in BlockTreeWindow.py
43 * remove support for saved flow graphs ending in .xml
44 * remove converter script for previous format
45 * reorganize module structure