wish list
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Tue, 3 Feb 2004 23:42:44 +0000 (23:42 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Tue, 3 Feb 2004 23:42:44 +0000 (23:42 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@479 04897980-b3bd-0310-b5e0-8ef037075253

ltt/branches/poly/lttv/modules/gui/controlflow/TODO

index a28b9e8f675fc3580915fbd70b5313cff5dade72..059e7cb4a377b4d0ff26072f850cda5e87ddefd3 100644 (file)
@@ -26,3 +26,31 @@ TODO list on control flow view by Mathieu Desnoyers
   in the left side and then connect the tree view's adjustment to the
   scrolled window's scroll bar.
 
+Wish list
+
+- Tool bar for the viewer so many actions can be done on the screen.
+
+- Ability to select events with the mouse : in a "event selection mode", the
+  mouse click would "redraw" the image virtually and select an event.
+  (just like selectionGL in OpenGL).
+
+- Shown more events if wanted.
+
+- Use filter to show additionnal events. (do not filter schedule events! 
+  The filtering should be applied to the additionnal events only). Note that it
+  require no change to filter : just do not make the filter apply on every
+  incoming events in the viewer's hooks.
+
+- Add vertical lines showing control flow between processes : it may become
+  confusing when working on multiple cpu.
+
+- Add a horizontal line showing the currently selected process. May be a
+  light dotted line, similar to the current time line, but with a different
+  color/pattern.
+
+- Add events customization window : make the user able to select the
+  text/icon/line color/background color/dots linked with any kind of
+  event. The framework is there, it must be completed. (the use of
+  Attributes to call hooks for every event type comes from there)
+
+
This page took 0.024166 seconds and 4 git commands to generate.