]> git.0d.be Git - empathy.git/blob - ChangeLog
Removed.
[empathy.git] / ChangeLog
1 2007-05-20  Xavier Claessens  <xclaesse@gmail.com>
2
3         * libempathy-gtk/gossip-contact-list-model.c:
4         * libempathy-gtk/gossip-contact-list-model.h: Removed.
5         * libempathy-gtk/gossip-contact-list-view.c:
6         * libempathy-gtk/gossip-contact-list-view.h: Added.
7
8 2007-05-20  Xavier Claessens  <xclaesse@gmail.com>
9
10         * libempathy-gtk/gossip-contact-list-store.c: Set COL_NAME earlier like
11         that it can directly be sorted.
12         * data/empathy.schemas.in: s/gossip/empathy/
13
14 2007-05-20  Xavier Claessens  <xclaesse@gmail.com>
15
16         * configure.ac: Bump version to 0.5
17
18 2007-05-20  Xavier Claessens  <xclaesse@gmail.com>
19
20         * libempathy-gtk/gossip-contact-list-store.c: Allow to set custom 
21         function for getting groups of a contact. Make possible to have groups
22         for presence or role/affiliation in chatroom for example.
23         * libempathy-gtk/gossip-contact-list-store.h: Allow to set custom
24         function to handle DnD of contact. Useful when a custom function is set
25         for groups.
26         * src/empathy-chat-main.c: Minor fix.
27         * TODO:
28         * po/POTFILES.in: Updated.
29
30 2007-05-19  Xavier Claessens  <xclaesse@gmail.com>
31
32         * libempathy-gtk/Makefile.am:
33         * libempathy/empathy-tp-chat.c:
34         * libempathy/empathy-contact-manager.c:
35         * libempathy/empathy-contact-list.c: Fix indentation
36         * libempathy/empathy-tp-contact-list.c: Fix not returning the contact
37         in tp_contact_list_find()
38         * TODO: Updated.
39
40 2007-05-19  Xavier Claessens  <xclaesse@gmail.com>
41
42         * libempathy-gtk/gossip-contact-list-store.c:
43         * libempathy-gtk/gossip-preferences.c:
44         * libempathy-gtk/gossip-contact-list-store.h:
45         * libempathy-gtk/gossip-contact-list.c:
46         * libempathy-gtk/gossip-contact-list.h:
47         * libempathy-gtk/empathy-main-window.c:
48         * libempathy-gtk/gossip-contact-list-model.c:
49         * libempathy-gtk/gossip-contact-list-model.h:
50         * libempathy-gtk/Makefile.am:
51         * libempathy/empathy-marshal.list: Split GossipContactList into
52         two objects: GossipContactListStore inheriting from GtkTreeStore and
53         GossipContactListView inheriting from GtkTreeView. This makes
54         easier to build new UI widgets reusing the GtkTreeModel.
55
56 2007-05-19  Xavier Claessens  <xclaesse@gmail.com>
57
58         * libempathy/empathy-idle.c: Auto away when session id idle, instead of
59         when screensaver is active.
60
61 2007-05-18  Xavier Claessens  <xclaesse@gmail.com>
62
63         * libempathy-gtk/gossip-private-chat.h:
64         * libempathy-gtk/gossip-contact-list.c:
65         * libempathy-gtk/gossip-chat.c:
66         * libempathy-gtk/gossip-chat.h:
67         * libempathy-gtk/gossip-chat-window.c:
68         * libempathy-gtk/Makefile.am:
69         * libempathy-gtk/gossip-chat-view.c:
70         * libempathy-gtk/gossip-private-chat.c:
71         * src/empathy-chat-main.c:
72         * libempathy/gossip-utils.c:
73         * libempathy/gossip-contact.h:
74         * libempathy/empathy-tp-chat.c:
75         * libempathy/gossip-utils.h:
76         * libempathy/empathy-contact-manager.c:
77         * libempathy/empathy-contact-manager.h:
78         * libempathy/empathy-tp-contact-list.c:
79         * libempathy/empathy-tp-contact-list.h:
80         * libempathy/empathy-tp-chatroom.c:
81         * libempathy/empathy-tp-chatroom.h:
82         * libempathy/empathy-contact-list.c:
83         * libempathy/empathy-contact-list.h:
84         * libempathy/Makefile.am:
85         * libempathy/gossip-contact.c: EmpathyContactList is now an interface
86         implemented by EmpathyTpContactList, EmpathyContactManager and
87         EmpathyTpChatroom. GossipContactList use that interface to display a 
88         treeview.
89
90 2007-05-17  Xavier Claessens  <xclaesse@gmail.com>
91
92         * libempathy-gtk/gossip-chat.c: Display ChatState.
93
94 2007-05-16  Xavier Claessens  <xclaesse@gmail.com>
95
96         * libempathy-gtk/empathy-status-icon.c:
97         * libempathy/empathy-idle.c:
98         * libempathy/empathy-idle.h:
99         * libempathy/Makefile.am:
100         * po/POTFILES.in: New object EmpathyIdle to manage autoaway and
101         extended autoaway states.
102
103 2007-05-15  Xavier Claessens  <xclaesse@gmail.com>
104
105         * configure.ac:
106         * data/empathy.desktop.in:
107         * data/Makefile.am:
108         * data/empathy.desktop.in.in:
109         * po/POTFILES.in: Set bugzilla information in desktop file and add it 
110         to POTFILES.in
111
112 2007-05-15  Xavier Claessens  <xclaesse@gmail.com>
113
114         * libempathy-gtk/empathy-status-icon.glade:
115         * libempathy-gtk/empathy-main-window.glade: Fix using of gossip icons
116         in menus.
117
118 2007-05-14  Xavier Claessens  <xclaesse@gmail.com>
119
120         * src/empathy-chat-main.c:
121         * src/empathy-main.c:
122         * configure.ac:
123         * data/22x22/Makefile.am:
124         * data/22x22/empathy.png:
125         * data/48x48:
126         * data/48x48/Makefile.am:
127         * data/48x48/empathy.png:
128         * data/32x32/Makefile.am:
129         * data/32x32/empathy.png:
130         * data/16x16/empathy.png:
131         * data/16x16/Makefile.am:
132         * data/scalable/empathy.svg:
133         * data/scalable/Makefile.am:
134         * data/Makefile.am: Add empathy icon stolen from cohoba.
135
136 2007-05-14  Xavier Claessens  <xclaesse@gmail.com>
137
138         * src/empathy-chat-main.c:
139         * src/Makefile.am:
140         * src/empathy-main.c:
141         * po/POTFILES.in
142         * po/LINGUAS:
143         * TODO: Setting up i18n support.
144
145         * po/Makefile.in.in: Removed, it's generated at build time.
146
147 2007-05-13  Xavier Claessens  <xclaesse@gmail.com>
148
149         * libempathy-gtk/gossip-account-widget-jabber.glade: Add an example
150         label for jid.
151
152 2007-05-13  Xavier Claessens  <xclaesse@gmail.com>
153
154         * libempathy-gtk/gossip-chat-window.c:
155         * libempathy-gtk/gossip-chat-window.h:
156         * src/empathy-chat-main.c:
157         * libempathy/empathy-tp-chat.c:
158         * libempathy/empathy-tp-chat.h: When a new text channel arrives, check
159         if there is no existing GossipChat object for it.
160
161 2007-05-13  Xavier Claessens  <xclaesse@gmail.com>
162
163         * src/Makefile.am:
164         * src/empathy-contact-list-main.c: Removing empathy-contact-list
165         program, it's useless.
166
167 2007-05-13  Xavier Claessens  <xclaesse@gmail.com>
168
169         * configure.ac: Change version from 0.3darcs to 0.3svn
170
171 2007-05-13  Xavier Claessens  <xclaesse@gmail.com>
172
173         * autogen.sh: Set executable
174         * po/POTFILES.in: Update translatable files
175
176 2007-03-16  Xavier Claessens  <xclaesse@gmail.com>
177
178         * Initial version
179