Patches item #1227281, was opened at 2005-06-24 17:42
Message generated for change (Comment added) made by thekingant
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=300235&aid=1227281&group_id=235
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
>Status: Open
Resolution: None
Priority: 5
Submitted By: Sadrul H C (sadrul)
Assigned to: Etan Reisner (deryni9)
Summary: Filtering in the Debug Window
Initial Comment:
Hello.
It'd be very helpful if the text in the debug-window
could be filtered. This patch adds the most simplistic
filtering for the incoming debug-messages (brining in
regular expressions may be an option, but that would
probably be overkill).
-- Adil
----------------------------------------------------------------------
>Comment By: Mark Doliner (thekingant)
Date: 2005-06-30 23:28
Message:
Logged In: YES
user_id=20979
I'm going to re-open this because I don't want to lose it.
Also, the level-filter... I would definitely prefer it to be
more like the log4j log setting, where you pick a level and
all messages more important than that level are displayed.
I feel this would be more usable with the typical usage
patterns of the debug window (really, how often would you
want to see only debug messages and only error messages and
nothing inbetween?)
----------------------------------------------------------------------
Comment By: Sadrul H C (sadrul)
Date: 2005-06-30 03:11
Message:
Logged In: YES
user_id=1132702
Continuing on my version of the filtering, I have added a
level-filtering now (as has been suggested in the
mailing-list). I have attached a screenshot here.
But you'll see that it can be added to your version of the
filtering as well. (and the menu-thingy could possibly be
used instead of the treeview-thingy?)
I will need to cleanup the code a little before I can make a
patch with this new level-filtering. I will do that if you
think it'll be apporpriate.
-- Adil
----------------------------------------------------------------------
Comment By: Sadrul H C (sadrul)
Date: 2005-06-28 10:30
Message:
Logged In: YES
user_id=1132702
``gtk_tree_view_set_fixed_height_mode'' function is not
there in gtk versions < 2.6. I put that line inside a
gtk-version check to make it compile properly (with gtk
2.4.3). This is how the debug window looks now:
http://adil.dotgeek.org/gaim/der_deb.png
I think the filter-selection box could be on the left/right
side of the window?
-- Adil
----------------------------------------------------------------------
Comment By: Etan Reisner (deryni9)
Date: 2005-06-28 02:14
Message:
Logged In: YES
user_id=516184
I just committed my version of this to HEAD, we'll see how
it works out. Thanks for prodding me to get it done.
----------------------------------------------------------------------
Comment By: Sadrul H C (sadrul)
Date: 2005-06-25 03:57
Message:
Logged In: YES
user_id=1132702
I have mode some changes, updated screenshots here:
http://adil.dotgeek.org/gaim/debug_filter.png
http://adil.dotgeek.org/gaim/debug_filter2.png
But deryni is working on a filter-thing as well, which, by
the sound of it, will probably be a better one. (it won't be
the first time I've done something already done/being done
in a better fashion :| )
-- Adil
----------------------------------------------------------------------
Comment By: Sadrul H C (sadrul)
Date: 2005-06-24 22:30
Message:
Logged In: YES
user_id=1132702
Here's how the debug window looks like after the patch:
http://adil.dotgeek.org/gaim/log_filter.png
-- Adil
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=300235&aid=1227281&group_id=235
|