Adding accessor functions for both alpha and beta.
[debian/gnuradio] / grc / todo.txt
index ad02bf79065f77ba6dce8d0fc552d423195035f6..b4e3af39d671f9a98b17079a124277c21514a845 100644 (file)
@@ -58,8 +58,8 @@
 ##################################################
 # Problems
 ##################################################
-* need a way to make an id param in the xml that will override the default
-  * ex: display pad sink id in continuation mode using hide tag for id param
+* msg ports dont work with virtual connections
+  * dont fix this until pmts are used?
 * hier block generation
   * auto generate hier library on changes
   * auto clean hier library when block removed
 * dont generate py files in saved flowgraph dir
 * save/restore cwd
 * 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
+* align param titles in properties dialog
 * 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
-  * example with grid params need update after notebook change
-* use .strip() on the hide property so we can do away with #slurp(s) in the templates
 
 ##################################################
 # Future