[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] r11262 - gnuradio/branches/developers/jblum/grc/grc
From: |
jblum |
Subject: |
[Commit-gnuradio] r11262 - gnuradio/branches/developers/jblum/grc/grc |
Date: |
Mon, 22 Jun 2009 23:19:09 -0600 (MDT) |
Author: jblum
Date: 2009-06-22 23:19:09 -0600 (Mon, 22 Jun 2009)
New Revision: 11262
Modified:
gnuradio/branches/developers/jblum/grc/grc/todo.txt
Log:
updated todo
Modified: gnuradio/branches/developers/jblum/grc/grc/todo.txt
===================================================================
--- gnuradio/branches/developers/jblum/grc/grc/todo.txt 2009-06-22 19:06:10 UTC
(rev 11261)
+++ gnuradio/branches/developers/jblum/grc/grc/todo.txt 2009-06-23 05:19:09 UTC
(rev 11262)
@@ -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
@@ -22,6 +31,16 @@
* 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)
+* 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
@@ -35,6 +54,11 @@
* 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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Commit-gnuradio] r11262 - gnuradio/branches/developers/jblum/grc/grc,
jblum <=