diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2007-11-29 04:54:19 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2007-11-29 04:54:19 +0800 |
commit | 4bca50f1c5060efbfe2f0c9d011e4d51f1e8be0f (patch) | |
tree | 670e42776b90bc2b22ab060828d944b8b1c6af6d /addressbook/ChangeLog | |
parent | cfbb09abfdba072800304ab46146323b3b2ff785 (diff) | |
download | gsoc2013-evolution-4bca50f1c5060efbfe2f0c9d011e4d51f1e8be0f.tar.gz gsoc2013-evolution-4bca50f1c5060efbfe2f0c9d011e4d51f1e8be0f.tar.zst gsoc2013-evolution-4bca50f1c5060efbfe2f0c9d011e4d51f1e8be0f.zip |
** Fixes bug #489652
2007-11-28 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #489652
Migrate the contact list editor from ETable to GtkTreeView and
fix some HIG issues.
* addressbook/gui/contact-list-editor/Makefile.am:
Remove e-contact-list-editor.etspec
Remove e-contact-list-editor-marshal.list
* addressbook/gui/contact-list-editor/contact-list-editor.glade:
Fix some HIG issues and give all the widgets proper names.
* addressbook/gui/contact-list-editor/e-contact-list-model.c:
* addressbook/gui/contact-list-editor/e-contact-list-model.h:
EContactListModel is now a subclass of GtkListStore.
* addressbook/gui/contact-list-editor/e-contact-list.c:
* addressbook/gui/contact-list-editor/e-contact-list.h:
Use a GtkTreeView instead of an ETable for displaying members.
Refactor everything; see bug #489652 for more details.
svn path=/trunk/; revision=34610
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 9badf8e50d..b94ff7c4e2 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,26 @@ +2007-11-28 Matthew Barnes <mbarnes@redhat.com> + + ** Fixes bug #489652 + + Migrate the contact list editor from ETable to GtkTreeView and + fix some HIG issues. + + * gui/contact-list-editor/Makefile.am: + Remove e-contact-list-editor.etspec + Remove e-contact-list-editor-marshal.list + + * gui/contact-list-editor/contact-list-editor.glade: + Fix some HIG issues and give all the widgets proper names. + + * gui/contact-list-editor/e-contact-list-model.c: + * gui/contact-list-editor/e-contact-list-model.h: + EContactListModel is now a subclass of GtkListStore. + + * gui/contact-list-editor/e-contact-list.c: + * gui/contact-list-editor/e-contact-list.h: + Use a GtkTreeView instead of an ETable for displaying members. + Refactor everything; see bug #489652 for more details. + 2007-11-23 Milan Crha <mcrha@redhat.com> ** Fix for bug #495711 |