summaryrefslogtreecommitdiff
path: root/grc/todo.txt
diff options
context:
space:
mode:
authorjblum <jblum@221aa14e-8319-0410-a670-987f0aec2ac5>2009-06-23 20:38:18 +0000
committerjblum <jblum@221aa14e-8319-0410-a670-987f0aec2ac5>2009-06-23 20:38:18 +0000
commit9988664127b367fa8fee4409f8460673d6f265e1 (patch)
tree96752c15b7f1447e5e78a7282d1de141f9e0000b /grc/todo.txt
parent885e6fe1fd0e06476511c79515f34ffcef50287d (diff)
Merging r11186:11273 from grc branch.
Fixes, features, and reorganization for grc. Minor fixes and features for wxgui forms. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11274 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'grc/todo.txt')
-rw-r--r--grc/todo.txt30
1 files changed, 26 insertions, 4 deletions
diff --git a/grc/todo.txt b/grc/todo.txt
index b4f020c0f8..ad7e62ff68 100644
--- a/grc/todo.txt
+++ b/grc/todo.txt
@@ -1,10 +1,19 @@
##################################################
+# Examples
+##################################################
+* Push-to-Talk example
+* Variable Config usage example
+* Start/Stop the flow graph
+
+##################################################
# Blocks
##################################################
* probe: also non-float outputs
* log slider gui control
* generic usrp (when its ready)
* packet mod: whitening offset
+* wx min window size in options block
+* gr_adaptive_fir_ccf
##################################################
# Features
@@ -20,7 +29,18 @@
* separate generated code into top block and gui class
* use gui.py in gr-wxgui and remove custom top_block_gui
* configuration option for adding block paths
-* data types guide/colors for the help menu
+* 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)
+* use pango markup in tooltips for params
+* use get_var_make to determine if it is a variable, not regexp
+* concept of a project, or project flow graph
+ * collection of blocks, hier and top
+ * system-wide, default/work, and user created
##################################################
# Problems
@@ -34,12 +54,14 @@
* threads dont die on exit in probe and variable sink
* overloaded gui classes for each platform, move param input objects into overloaded
* align param titles in paramsdialog
+* better error for blank string params
+* weird grid params misbehaving
+* params dialog needs to dynamically update for all params
+ * will not update for non-enum params
+ * needs to account for added or removed params
##################################################
# Future
##################################################
* require pygtk 2.12 for treeview tooltips
* remove try/except in BlockTreeWindow.py
-* remove support for saved flow graphs ending in .xml
-* remove converter script for previous format
-* reorganize module structure