summaryrefslogtreecommitdiff
path: root/grc/todo.txt
diff options
context:
space:
mode:
authorjblum <jblum@221aa14e-8319-0410-a670-987f0aec2ac5>2009-07-06 02:28:52 +0000
committerjblum <jblum@221aa14e-8319-0410-a670-987f0aec2ac5>2009-07-06 02:28:52 +0000
commit25c5d91fb7c4b54f1e7d77fd9af213a3675a8339 (patch)
tree317d2e623aa9de602197089dab6dcc4fbb17da6f /grc/todo.txt
parenta6396abe127c504f890d0cd45171c46ebfbb0f3d (diff)
Merged r11309:11357 from grc branch.
Adds notebook cabability to grc and its wxgui windows/controls. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11358 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'grc/todo.txt')
-rw-r--r--grc/todo.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/grc/todo.txt b/grc/todo.txt
index 3f47a1bfcb..de43d3677c 100644
--- a/grc/todo.txt
+++ b/grc/todo.txt
@@ -22,6 +22,8 @@
* gr_ofdm_insert_preamble
* gr_ofdm_mapper_bcv
* gr_ofdm_sampler
+* size params for the graphical sinks
+* callbacks for set average on fft, waterfall, number sinks
##################################################
# Features
@@ -40,8 +42,6 @@
* configuration option for adding block paths
* orientations for ports (top, right, bottom, left)
* source defaults to right, sink defaults to left
-* grid params take a notebook argument
- * add a wx notebook block
* separation of variables and gui controls
* speedup w/ background layer and animation layer
* multiple doxygen directories (doc_dir becomes doc_path)
@@ -68,6 +68,7 @@
* params dialog needs to dynamically update for all params
* will not update for non-enum params
* needs to account for added or removed params
+ * example with grid params need update after notebook change
##################################################
# Future