Issue37

Title Graphical log viewer needed
Priority wish Status chatting
Superseder Nosy List dmcc, drewp
Assigned To Topics tk, top-productivity

Created on 2003-06-21.23:01:38 by dmcc, last changed 2003-12-12.01:07:39 by dmcc.

Messages
msg203 (view) Author: dmcc Date: 2003-12-12.01:07:39
TkLogHandler also gets slower over time, since it creates
lots and lots of buttons (I think that's the reason, at least).
msg156 (view) Author: dmcc Date: 2003-07-24.09:03:12
Drew asks for more filtering mechanisms: filter levels by
clicking the level names in the text, and filter channels by
clicking the channel names in the text.
msg147 (view) Author: dmcc Date: 2003-07-20.08:34:15
I wish the status on these things wouldn't jump back to
chatting all the time.
msg139 (view) Author: dmcc Date: 2003-06-26.06:04:37
TkLogHandler is working great for our purposes and I'm not
sure how much syntax highlighting is needed.

--> lower priority
msg128 (view) Author: dmcc Date: 2003-06-23.09:44:30
"Done and done.  And I mean done!"  Syntax highlighting will
be done later, I guess.
msg118 (view) Author: dmcc Date: 2003-06-21.23:01:38
I'd be more comfortable using the logging package if I knew
that I had a nice way to view the output.  We need to put
them all in a big Tk.Text widget, tagging each line with the
channel.  Then, some toggle buttons at the bottom will turn
on  and off channels.  Syntax highlighting via regexes
should be an option too.  Finally, this should be a separate
module, usable by programs other than Hiss.
History
Date User Action Args
2003-12-12 01:07:39dmccsetmessages: + msg203
2003-07-24 09:03:12dmccsetstatus: done-cbb -> chatting
messages: + msg156
2003-07-20 08:34:15dmccsetstatus: chatting -> done-cbb
messages: + msg147
2003-06-26 06:04:38dmccsetpriority: bug -> wish
status: done-cbb -> chatting
messages: + msg139
2003-06-23 09:44:30dmccsetstatus: deferred -> done-cbb
messages: + msg128
2003-06-21 23:01:40dmcccreate