X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=grc%2Ftodo.txt;h=7fa68e523aae4af0a2ad254a9d42edc83d4f5aae;hb=ab55c4a6e5f9a21ea743b78ea5a8206cf3d4ffe6;hp=577e4c3308799f180a7b2dc604a6aa7213bf1fd8;hpb=07d9b76e4bf8799d87775bd5546abf1f9ac5c995;p=debian%2Fgnuradio diff --git a/grc/todo.txt b/grc/todo.txt index 577e4c33..7fa68e52 100644 --- a/grc/todo.txt +++ b/grc/todo.txt @@ -25,8 +25,7 @@ * size params for the graphical sinks * callbacks for set average on fft, waterfall, number sinks * add units to params: Sps, Hz, dB... -* command line options should replace _ with - for the --option - * add bool type to command line option store_true or store_false +* add bool type to command line option store_true or store_false ################################################## # Features @@ -59,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 @@ -68,15 +67,10 @@ * 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 +* the block's import data does not handle variable params + * call rewrite after load, if new params appear, try load again... ################################################## # Future