blob: 249ecda42a432fbc3da93a373e0a692a92fd9b7b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
|
##################################################
# Blocks
##################################################
-optparse block
-ofdm wrappers
-controlled step block
-simplify simple usrp
-probe: also non-float outputs
##################################################
# Features
##################################################
-param editor, expand entry boxes in focus
-change param dialog to panel within main window
-command line option for additional block wrappers
-hotkeys in action descriptions
-log slider gui control
-icons for certain blocks, + for add
-zoom in/out (cairo vector graphics) (use scroll wheel as control)
-search for blocks
-click and drag on whitespace to scroll
-expand preferences, allow for custom prefs, prefs dialog should infer structure
-drag connection to delete it
##################################################
# Problems
##################################################
-auto generate hier library
-auto clean hier library
-add hier blocks to tree without restart?
-dont hide vlen controller when vlen > 1
-dont generate py files in .grc file dir
-save/restore cwd
-special connection validation rules for disabled blocks
-threads dont die on exit in probe and queue module
##################################################
# External
##################################################
-simple usrp
-tune_result in usrp.py needs __str__ method
-global wxgui controls and top block window
##################################################
# Documentation
##################################################
-notes on throttle
-notes on xdg-utils
|