From 5ab8ce161aa6b124f4cc578fd6f7012a1d057f2f Mon Sep 17 00:00:00 2001 From: Manolis Papadakis Date: Wed, 17 Jan 2024 22:02:06 -0800 Subject: [PATCH 1/4] Update TODO.md --- TODO.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TODO.md b/TODO.md index 44c97c8..65a8cae 100644 --- a/TODO.md +++ b/TODO.md @@ -57,3 +57,5 @@ - [ ] Vertical scrolling within the "control widgets" group Currently if there is not enough vertical space, the "Controls" and "Search" boxes will overlap the footer with the "Show Controls" button, and there is no way to access that, or any controls that are out of view. The footer should always be visible, and anything on top of it should reflow within the available vertical space, with a vertical scrollbar. + +- [ ] Combine "Expand by kind" and "Collapse by kind" (if any lines from the clicked group are collapsed then a click expands; if all are expanded then a click collapses) From 6de80d04c066b550fc4936010f9d8857186a26af Mon Sep 17 00:00:00 2001 From: Manolis Papadakis Date: Wed, 17 Jan 2024 22:03:29 -0800 Subject: [PATCH 2/4] Update TODO.md --- TODO.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TODO.md b/TODO.md index 65a8cae..1f68bf3 100644 --- a/TODO.md +++ b/TODO.md @@ -58,4 +58,4 @@ Currently if there is not enough vertical space, the "Controls" and "Search" boxes will overlap the footer with the "Show Controls" button, and there is no way to access that, or any controls that are out of view. The footer should always be visible, and anything on top of it should reflow within the available vertical space, with a vertical scrollbar. -- [ ] Combine "Expand by kind" and "Collapse by kind" (if any lines from the clicked group are collapsed then a click expands; if all are expanded then a click collapses) +- [ ] Combine "Expand by kind" and "Collapse by kind" (if any lines belonging to the clicked group are collapsed then a click expands all; if all are expanded then a click collapses all) From 416cdabbb48e099e4781b1c4d525ab78e1e5556a Mon Sep 17 00:00:00 2001 From: Manolis Papadakis Date: Wed, 17 Jan 2024 22:35:16 -0800 Subject: [PATCH 3/4] Update TODO.md --- TODO.md | 1 + 1 file changed, 1 insertion(+) diff --git a/TODO.md b/TODO.md index 1f68bf3..a8c7906 100644 --- a/TODO.md +++ b/TODO.md @@ -59,3 +59,4 @@ Currently if there is not enough vertical space, the "Controls" and "Search" boxes will overlap the footer with the "Show Controls" button, and there is no way to access that, or any controls that are out of view. The footer should always be visible, and anything on top of it should reflow within the available vertical space, with a vertical scrollbar. - [ ] Combine "Expand by kind" and "Collapse by kind" (if any lines belonging to the clicked group are collapsed then a click expands all; if all are expanded then a click collapses all) +- [ ] Filter channel lines by source/target memory (or memory kind) From b7bb7f7bd815698eedfd7aef4f9da68b94d38209 Mon Sep 17 00:00:00 2001 From: Manolis Papadakis Date: Wed, 17 Jan 2024 23:13:59 -0800 Subject: [PATCH 4/4] Update TODO.md --- TODO.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TODO.md b/TODO.md index a8c7906..85f42d0 100644 --- a/TODO.md +++ b/TODO.md @@ -60,3 +60,5 @@ - [ ] Combine "Expand by kind" and "Collapse by kind" (if any lines belonging to the clicked group are collapsed then a click expands all; if all are expanded then a click collapses all) - [ ] Filter channel lines by source/target memory (or memory kind) +- [ ] Support sorting of channels by destination memory +- [ ] Re-number different kinds of processors/memories starting from 0 (e.g. first GPU should be g0 rather than g7)