diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2008-05-05 08:18:08 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2008-05-05 08:18:08 +0800 |
commit | cdb1c9918875119c87fa6243444b9148cffdba15 (patch) | |
tree | 9bb8fbf59048fd80f88ed0655499305e1b9389be /mail/ChangeLog | |
parent | 915ac7e4026aec67699e24637e35ddf081f8c350 (diff) | |
download | gsoc2013-evolution-cdb1c9918875119c87fa6243444b9148cffdba15.tar.gz gsoc2013-evolution-cdb1c9918875119c87fa6243444b9148cffdba15.tar.zst gsoc2013-evolution-cdb1c9918875119c87fa6243444b9148cffdba15.zip |
Fix up the Debug Logs window a bit: - Add a Close button. - Fix some
2008-05-04 Matthew Barnes <mbarnes@redhat.com>
* mail/mail-component.c (mail_component_show_logger):
Fix up the Debug Logs window a bit:
- Add a Close button.
- Fix some spacing issues (HIG compliance).
- Just show the log level icon. Add a tooltip for the icon showing
a description of the log level (Error/Warning/Debug). Also, avoid
using e-icon-factory. Set the GtkCellRendererPixbuf's "stock-id"
and "stock-size" properties instead.
- Use GConfBridge to track the user's log level preference.
svn path=/trunk/; revision=35466
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 11a39b674c..c36c6d7873 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,15 @@ +2008-05-04 Matthew Barnes <mbarnes@redhat.com> + + * mail-component.c (mail_component_show_logger): + Fix up the Debug Logs window a bit: + - Add a Close button. + - Fix some spacing issues (HIG compliance). + - Just show the log level icon. Add a tooltip for the icon showing + a description of the log level (Error/Warning/Debug). Also, avoid + using e-icon-factory. Set the GtkCellRendererPixbuf's "stock-id" + and "stock-size" properties instead. + - Use GConfBridge to track the user's log level preference. + 2008-04-30 Milan Crha <mcrha@redhat.com> ** Fix for bug #528288 |