From 4cc3667b348d58ef4fb30f0ecbe494cdb109fc83 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Sat, 5 Sep 2009 00:54:56 -0700 Subject: better error msg for empty statements --- grc/todo.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'grc/todo.txt') diff --git a/grc/todo.txt b/grc/todo.txt index ffc9d64db..ca9a68180 100644 --- a/grc/todo.txt +++ b/grc/todo.txt @@ -68,7 +68,6 @@ * save/restore cwd * threads dont die on exit in probe and variable sink * 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 -- cgit From 79bace9eb9e441405535e082f3f0ee1a26740fe0 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Sat, 5 Sep 2009 21:11:51 -0700 Subject: renamed params dialog to props dialog --- grc/todo.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'grc/todo.txt') diff --git a/grc/todo.txt b/grc/todo.txt index ca9a68180..8afd2f145 100644 --- a/grc/todo.txt +++ b/grc/todo.txt @@ -73,6 +73,8 @@ * will not update for non-enum params * needs to account for added or removed params * example with grid params need update after notebook change + * idea: hash the current param keys list and types, + if changed, redo the whole dialog (params part) ################################################## # Future -- cgit From 49b8dd0586241f59df4b74679349718cbe946fde Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Sat, 5 Sep 2009 23:41:49 -0700 Subject: Rework the params/properties dialog and param gui class: Better handles dynamic changes and subsequent code cleanup. --- grc/todo.txt | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'grc/todo.txt') diff --git a/grc/todo.txt b/grc/todo.txt index 8afd2f145..99351a912 100644 --- a/grc/todo.txt +++ b/grc/todo.txt @@ -67,14 +67,9 @@ * dont generate py files in saved flowgraph dir * save/restore cwd * threads dont die on exit in probe and variable sink -* align param titles in paramsdialog +* 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 - * idea: hash the current param keys list and types, - if changed, redo the whole dialog (params part) +* properties dialog needs to show connection errors ################################################## # Future -- cgit From a6cb9eceeb62593e852b6dea0f640436381ec947 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Sat, 5 Sep 2009 23:49:34 -0700 Subject: more code cleanup for properties dialog --- grc/todo.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'grc/todo.txt') diff --git a/grc/todo.txt b/grc/todo.txt index 99351a912..2735ff2af 100644 --- a/grc/todo.txt +++ b/grc/todo.txt @@ -70,6 +70,7 @@ * align param titles in properties dialog * weird grid params misbehaving * properties dialog needs to show connection errors +* fix param input stuff for usrp probes ################################################## # Future -- cgit From e39507bf32666f9b17d2249106aac0d6cbcacc58 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Sun, 6 Sep 2009 01:17:35 -0700 Subject: propsdialog tweaks --- grc/todo.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'grc/todo.txt') diff --git a/grc/todo.txt b/grc/todo.txt index 2735ff2af..c675859d1 100644 --- a/grc/todo.txt +++ b/grc/todo.txt @@ -69,7 +69,6 @@ * threads dont die on exit in probe and variable sink * align param titles in properties dialog * weird grid params misbehaving -* properties dialog needs to show connection errors * fix param input stuff for usrp probes ################################################## -- cgit From 6b1d8817a7fc6dd99a770cb11fac7ca48a3c81b0 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Sun, 6 Sep 2009 01:58:25 -0700 Subject: Fixed the usrp and usrp2 probe scripts to work with the new gui param api. Also fixed the scripts to work since they were broken by previous changes. Get input in param class now pases a param instance (self) into the object. --- grc/todo.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'grc/todo.txt') diff --git a/grc/todo.txt b/grc/todo.txt index c675859d1..b4e3af39d 100644 --- a/grc/todo.txt +++ b/grc/todo.txt @@ -69,7 +69,6 @@ * threads dont die on exit in probe and variable sink * align param titles in properties dialog * weird grid params misbehaving -* fix param input stuff for usrp probes ################################################## # Future -- cgit From ab55c4a6e5f9a21ea743b78ea5a8206cf3d4ffe6 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Thu, 10 Sep 2009 16:17:25 -0700 Subject: use the keymap's translate_keyboard_state, use the key value rather than name --- grc/todo.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'grc/todo.txt') diff --git a/grc/todo.txt b/grc/todo.txt index b4e3af39d..7fa68e523 100644 --- a/grc/todo.txt +++ b/grc/todo.txt @@ -69,6 +69,8 @@ * threads dont die on exit in probe and variable sink * align param titles in properties dialog * weird grid params misbehaving +* the block's import data does not handle variable params + * call rewrite after load, if new params appear, try load again... ################################################## # Future -- cgit From 24b3c103b859737d086d4813d6d345882b926e81 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Fri, 18 Sep 2009 20:37:05 -0700 Subject: bug fix for handling loading of dynamic params --- grc/todo.txt | 2 -- 1 file changed, 2 deletions(-) (limited to 'grc/todo.txt') diff --git a/grc/todo.txt b/grc/todo.txt index 7fa68e523..b4e3af39d 100644 --- a/grc/todo.txt +++ b/grc/todo.txt @@ -69,8 +69,6 @@ * threads dont die on exit in probe and variable sink * align param titles in properties dialog * weird grid params misbehaving -* the block's import data does not handle variable params - * call rewrite after load, if new params appear, try load again... ################################################## # Future -- cgit