X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=grc%2Ftodo.txt;h=9dad05730198475b1be8c776da7c9a250a668453;hb=92f2da3450b3ae0a5d16d322ad42c7812c4ffc62;hp=577e4c3308799f180a7b2dc604a6aa7213bf1fd8;hpb=e6f9073f11e016fba2793c3a6d9c026399994e08;p=debian%2Fgnuradio diff --git a/grc/todo.txt b/grc/todo.txt index 577e4c33..9dad0573 100644 --- a/grc/todo.txt +++ b/grc/todo.txt @@ -25,8 +25,8 @@ * 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 +* messages for packet blocks and probe blocks ################################################## # Features @@ -36,7 +36,6 @@ * remove blocks in block tree covered by doxygen * param editor, expand entry boxes in focus * change param dialog to panel within main window -* search for blocks in category window * gui grid editor for configuring grid params/placing wxgui plots and controls * drag from one port to another to connect * per parameter docs @@ -55,12 +54,13 @@ * concept of a project, or project flow graph * collection of blocks, hier and top * system-wide, default/work, and user created +* use templates/macros to generate the repetative stuff in the xml ################################################## # 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 +68,9 @@ * 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 +* gr hier blocks have more diverse IO capabilities than we allow for ################################################## # Future