]> git.0d.be Git - empathy.git/commit
Split GossipContactList into two objects: GossipContactListStore
authorXavier Claessens <xclaesse@gmail.com>
Sat, 19 May 2007 18:48:11 +0000 (18:48 +0000)
committerXavier Claessens <xclaesse@src.gnome.org>
Sat, 19 May 2007 18:48:11 +0000 (18:48 +0000)
commit6289d5e8af55efe139fa3981e11684b8a0784549
treed93242f6860106e92b257a3fda611ac7a38b6d9e
parent0fea8f6e1fbabbbcf29615b838ded6902d80b32f
Split GossipContactList into two objects: GossipContactListStore

2007-05-19  Xavier Claessens  <xclaesse@gmail.com>

* libempathy-gtk/gossip-contact-list-store.c:
* libempathy-gtk/gossip-preferences.c:
* libempathy-gtk/gossip-contact-list-store.h:
* libempathy-gtk/gossip-contact-list.c:
* libempathy-gtk/gossip-contact-list.h:
* libempathy-gtk/empathy-main-window.c:
* libempathy-gtk/gossip-contact-list-model.c:
* libempathy-gtk/gossip-contact-list-model.h:
* libempathy-gtk/Makefile.am:
* libempathy/empathy-marshal.list: Split GossipContactList into
two objects: GossipContactListStore inheriting from GtkTreeStore and
GossipContactListView inheriting from GtkTreeView. This makes
easier to build new UI widgets reusing the GtkTreeModel.

svn path=/trunk/; revision=74
ChangeLog
libempathy-gtk/Makefile.am
libempathy-gtk/empathy-main-window.c
libempathy-gtk/gossip-contact-list-model.c [new file with mode: 0644]
libempathy-gtk/gossip-contact-list-model.h [new file with mode: 0644]
libempathy-gtk/gossip-contact-list-store.c [new file with mode: 0644]
libempathy-gtk/gossip-contact-list-store.h [new file with mode: 0644]
libempathy-gtk/gossip-contact-list.c [deleted file]
libempathy-gtk/gossip-contact-list.h [deleted file]
libempathy-gtk/gossip-preferences.c
libempathy/empathy-marshal.list