]> git.0d.be Git - empathy.git/blob - ChangeLog
Use gnome_vfs_url_show() instead of gnome_url_show() to avoid libgnomeui
[empathy.git] / ChangeLog
1 2007-06-02  Xavier Claessens  <xclaesse@gmail.com>
2
3         * libempathy-gtk/gossip-ui-utils.c:
4         * libempathy-gtk/gossip-ui-utils.h:
5         * configure.ac: Use gnome_vfs_url_show() instead of gnome_url_show()
6         to avoid libgnomeui dependency (Ross Burton).
7
8 2007-06-01  Xavier Claessens  <xclaesse@gmail.com>
9
10         * libempathy-gtk/gossip-chatrooms-window.c:
11         * libempathy-gtk/gossip-chat-window.c:
12         * libempathy/gossip-chatroom.c:
13         * libempathy/gossip-chatroom-manager.c:
14         * configure.ac: Monitor changes on chatrooms.xml file and relead it 
15         when it's modified. connect chatroom-added/removed in some places where
16         needed.
17
18 2007-06-01  Xavier Claessens  <xclaesse@gmail.com>
19
20         * configure.ac: Bump version to 0.7
21
22 2007-05-31  Xavier Claessens  <xclaesse@gmail.com>
23
24         * libempathy-gtk/gossip-new-chatroom-dialog.c: No need to RequestHandle,
25         MissionControl has API to request the channel from handle string.
26
27         * libempathy-gtk/empathy-main-window.c: Request room channel when
28         clicking on favorite rooms.
29
30         * TODO: Add a task: supporting registering.
31
32 2007-05-31  Xavier Claessens  <xclaesse@gmail.com>
33
34         * libempathy/empathy-idle.c: Do not restore away presence message when
35         coming back after the user set manually to away.
36
37 2007-05-31  Xavier Claessens  <xclaesse@gmail.com>
38
39         * libempathy-gtk/gossip-account-chooser.c: Fix warning when selecting
40         all accounts.
41
42         * src/empathy-accounts-main.c:
43         * libempathy-gtk/empathy-status-icon.c:
44         * libempathy-gtk/gossip-accounts-dialog.h:
45         * libempathy-gtk/gossip-accounts-dialog.c:
46         * libempathy-gtk/gossip-preferences.h:
47         * libempathy-gtk/gossip-preferences.c: Set parent window.
48
49         * libempathy-gtk/empathy-main-window.c: Implement favorite chatroom
50         menu and fix a leak.
51
52         * libempathy-gtk/Makefile.am:
53         * libempathy/Makefile.am:
54         * libempathy/gossip-chatroom.c:
55         * libempathy/gossip-chatroom.h:
56         * libempathy/gossip-chatroom-manager.c:
57         * libempathy/gossip-chatroom-manager.h:
58         * libempathy/gossip-chatroom-manager.dtd:
59         * libempathy-gtk/gossip-chatrooms-window.glade:
60         * libempathy-gtk/gossip-chatrooms-window.c:
61         * libempathy-gtk/gossip-chatrooms-window.h: New files to implement
62         favorite chatrooms and a window to show them.
63
64
65         * libempathy-gtk/gossip-chat.c: Fix tooltip leaked.
66
67         * libempathy-gtk/gossip-chat-window.h:
68         * libempathy-gtk/gossip-chat-window.c: Do not use deprecated
69         gtk_object_sink(). Implement favorite chatroom features. Find a chat
70         by comparing the account AND the chat ID.
71
72         * src/empathy-chat-main.c:
73         * libempathy/empathy-tp-chat.h:
74         * libempathy/empathy-tp-chat.c:
75         * libempathy/gossip-utils.h:
76         * libempathy/gossip-utils.c: empathy_tp_chat_get_id() returns the Text
77         channel's name. The chat ID is unique only for a specified account.
78
79         * libempathy/empathy-tp-contact-list.c: Fix some leaks and add a FIXME
80         comment for a leak not yet fixed.
81
82         * TODO: Would be cool to have a glade catalog for libempathy-gtk.
83
84 2007-05-26  Xavier Claessens  <xclaesse@gmail.com>
85
86         * libempathy-gtk/gossip-contact-list-store.c: Do not highlight contacts
87         already known when creating the contact list.
88         * libempathy/empathy-tp-contact-list.c: Do not set alias if DBus
89         returns an error. Fixes bug #442639.
90         * libempathy/empathy-idle.c: Do not set status message to
91         "Extended autoaway", let user's message unchanged.
92
93 2007-05-25  Xavier Claessens  <xclaesse@gmail.com>
94
95         * configure.ac: Bump version to 0.6
96
97 2007-05-25  Xavier Claessens  <xclaesse@gmail.com>
98
99         * libempathy-gtk/gossip-group-chat.c: Fix refcounting of
100         GossipGroupChat.
101         * libempathy/empathy-tp-contact-list.c: Add debug message when alias
102         request fails.
103         * data/22x22/empathy-group-message.png:
104         * data/22x22/Makefile.am: Add group message icon.
105 2007-05-25  Xavier Claessens  <xclaesse@gmail.com>
106
107         * libempathy-gtk/gossip-new-chatroom-dialog.c: Do not use the server
108         entry's value if it's hidden.
109         * libempathy-gtk/gossip-contact-list-view.c: Do not highlight groups
110         when adding them in the roster.
111         * libempathy/empathy-tp-contact-list.c: Do not create new GossipContact
112         object in presence/avatar/alias changed signal if we don't already know
113         that contact from a contact list channel. This should fix DBus max
114         pending calls limit reached in some cases.
115
116 2007-05-25  Xavier Claessens  <xclaesse@gmail.com>
117
118         * libempathy-gtk/gossip-new-chatroom-dialog.c: Preset the server only
119         for jabber protocol to conference.server. This fixes a warning.
120
121         * libempathy-gtk/gossip-group-chat.h:
122         * libempathy-gtk/gossip-group-chat.c: gossip_group_chat_set_topic() is 
123         a public function.
124
125         * libempathy-gtk/empathy-images.h:
126         * libempathy-gtk/empathy-main-window.glade:
127         * libempathy-gtk/empathy-status-icon.glade: Make use of
128         empathy-new-message icon name.
129
130         * libempathy-gtk/gossip-contact-list-store.c: By default we sort by
131         contacts names.
132
133         * libempathy-gtk/gossip-chat.c: Do not display composing state if
134         it's our own contact that is composing.
135
136         * src/empathy-chat-main.c:
137         * libempathy/empathy-tp-chat.c:
138         * libempathy/empathy-tp-chat.h: Make possible to build the id based on
139         the account and the channel's name. For private chats that means the
140         contact's id.
141
142         * libempathy-gtk/gossip-chat-window.c: Un-comment the code related to
143         chatrooms that is now implemented. We can now Show/Hide contact list
144         for group chats, DnD contact on the window to begin a discussion, join
145         a new chatroom.
146
147         * libempathy-gtk/gossip-account-chooser.c: Add a FIXME message.
148
149         * data/22x22/empathy-new-message.png:
150         * data/22x22/empathy-proto-irc.png:
151         * data/22x22/Makefile.am:
152         * data/32x32/empathy-proto-irc.png:
153         * data/32x32/Makefile.am:
154         * data/gtalk.profile:
155         * data/16x16/empathy-new-message:
156         * data/16x16/empathy-message-new.png:
157         * data/16x16/empathy-proto-irc.png:
158         * data/16x16/Makefile.am:
159         * data/scalable/empathy-proto-irc.svg:
160         * data/scalable/Makefile.am:
161         * data/irc.profile: Adding icons for empathy-new-message and IRC
162         protocol. Make use of the irc icon in the irc profile.
163
164 2007-05-24  Xavier Claessens  <xclaesse@gmail.com>
165
166         * libempathy-gtk/gossip-new-chatroom-dialog.c:
167         * libempathy-gtk/empathy-main-window.c: White space fix.
168
169 2007-05-24  Xavier Claessens  <xclaesse@gmail.com>
170
171         * libempathy-gtk/gossip-account-chooser.c:
172         * libempathy-gtk/gossip-new-chatroom-dialog.c:
173         * libempathy-gtk/gossip-account-widget-jabber.c:
174         * libempathy-gtk/gossip-account-chooser.h:
175         * libempathy-gtk/gossip-new-chatroom-dialog.h:
176         * libempathy-gtk/gossip-group-chat.c:
177         * libempathy-gtk/empathy-main-window.c:
178         * libempathy-gtk/gossip-new-chatroom-dialog.glade:
179         * libempathy-gtk/gossip-account-widget-jabber.glade:
180         * libempathy-gtk/Makefile.am:
181         * libempathy/empathy-tp-chatroom.c:
182         * data/gtalk.profile:
183         * data/jabber.profile:
184         * data/salut.profile:
185         * data/Makefile.am:
186         * data/empathy.desktop.in.in:
187         * data/msn.profile:
188         * data/irc.profile: New objects: GossipAccountChooser and
189         GossipNewChatroom, we can now join any chatroom. Adding IRC profile.
190
191 2007-05-21  Xavier Claessens  <xclaesse@gmail.com>
192
193         * libempathy/empathy-idle.c: If we are offline do not set away on idle.
194         If we are already away restore to available when we are no mode idle.
195         Do no modify status message.
196
197 2007-05-21  Xavier Claessens  <xclaesse@gmail.com>
198
199         * libempathy-gtk/gossip-group-chat.c:
200         * libempathy-gtk/gossip-group-chat.h:
201         * libempathy-gtk/gossip-private-chat.c:
202         * libempathy-gtk/gossip-private-chat.h:
203         * libempathy-gtk/gossip-group-chat.glade:
204         * libempathy-gtk/Makefile.am:
205         * src/empathy-chat-main.c:
206         * libempathy/empathy-tp-contact-list.c:
207         * libempathy/gossip-telepathy-group.c:
208         * libempathy/gossip-telepathy-group.h:
209         * libempathy/empathy-tp-chatroom.c:
210         * libempathy/empathy-tp-chatroom.h: Implementing basic chatroom support.
211         Actually it works only if we get invited in a chatroom.
212
213 2007-05-20  Xavier Claessens  <xclaesse@gmail.com>
214
215         * libempathy-gtk/gossip-chat-view.c: Correctly remember the contact
216         who sent last message.
217
218 2007-05-20  Xavier Claessens  <xclaesse@gmail.com>
219
220         * libempathy-gtk/gossip-chat-view.c: Correctly remember if last message
221         comes from the self contact or another.
222
223 2007-05-20  Xavier Claessens  <xclaesse@gmail.com>
224
225         * libempathy-gtk/gossip-contact-list-model.c:
226         * libempathy-gtk/gossip-contact-list-model.h: Removed.
227         * libempathy-gtk/gossip-contact-list-view.c:
228         * libempathy-gtk/gossip-contact-list-view.h: Added.
229
230 2007-05-20  Xavier Claessens  <xclaesse@gmail.com>
231
232         * libempathy-gtk/gossip-contact-list-store.c: Set COL_NAME earlier like
233         that it can directly be sorted.
234         * data/empathy.schemas.in: s/gossip/empathy/
235
236 2007-05-20  Xavier Claessens  <xclaesse@gmail.com>
237
238         * configure.ac: Bump version to 0.5
239
240 2007-05-20  Xavier Claessens  <xclaesse@gmail.com>
241
242         * libempathy-gtk/gossip-contact-list-store.c: Allow to set custom 
243         function for getting groups of a contact. Make possible to have groups
244         for presence or role/affiliation in chatroom for example.
245         * libempathy-gtk/gossip-contact-list-store.h: Allow to set custom
246         function to handle DnD of contact. Useful when a custom function is set
247         for groups.
248         * src/empathy-chat-main.c: Minor fix.
249         * TODO:
250         * po/POTFILES.in: Updated.
251
252 2007-05-19  Xavier Claessens  <xclaesse@gmail.com>
253
254         * libempathy-gtk/Makefile.am:
255         * libempathy/empathy-tp-chat.c:
256         * libempathy/empathy-contact-manager.c:
257         * libempathy/empathy-contact-list.c: Fix indentation
258         * libempathy/empathy-tp-contact-list.c: Fix not returning the contact
259         in tp_contact_list_find()
260         * TODO: Updated.
261
262 2007-05-19  Xavier Claessens  <xclaesse@gmail.com>
263
264         * libempathy-gtk/gossip-contact-list-store.c:
265         * libempathy-gtk/gossip-preferences.c:
266         * libempathy-gtk/gossip-contact-list-store.h:
267         * libempathy-gtk/gossip-contact-list.c:
268         * libempathy-gtk/gossip-contact-list.h:
269         * libempathy-gtk/empathy-main-window.c:
270         * libempathy-gtk/gossip-contact-list-model.c:
271         * libempathy-gtk/gossip-contact-list-model.h:
272         * libempathy-gtk/Makefile.am:
273         * libempathy/empathy-marshal.list: Split GossipContactList into
274         two objects: GossipContactListStore inheriting from GtkTreeStore and
275         GossipContactListView inheriting from GtkTreeView. This makes
276         easier to build new UI widgets reusing the GtkTreeModel.
277
278 2007-05-19  Xavier Claessens  <xclaesse@gmail.com>
279
280         * libempathy/empathy-idle.c: Auto away when session id idle, instead of
281         when screensaver is active.
282
283 2007-05-18  Xavier Claessens  <xclaesse@gmail.com>
284
285         * libempathy-gtk/gossip-private-chat.h:
286         * libempathy-gtk/gossip-contact-list.c:
287         * libempathy-gtk/gossip-chat.c:
288         * libempathy-gtk/gossip-chat.h:
289         * libempathy-gtk/gossip-chat-window.c:
290         * libempathy-gtk/Makefile.am:
291         * libempathy-gtk/gossip-chat-view.c:
292         * libempathy-gtk/gossip-private-chat.c:
293         * src/empathy-chat-main.c:
294         * libempathy/gossip-utils.c:
295         * libempathy/gossip-contact.h:
296         * libempathy/empathy-tp-chat.c:
297         * libempathy/gossip-utils.h:
298         * libempathy/empathy-contact-manager.c:
299         * libempathy/empathy-contact-manager.h:
300         * libempathy/empathy-tp-contact-list.c:
301         * libempathy/empathy-tp-contact-list.h:
302         * libempathy/empathy-tp-chatroom.c:
303         * libempathy/empathy-tp-chatroom.h:
304         * libempathy/empathy-contact-list.c:
305         * libempathy/empathy-contact-list.h:
306         * libempathy/Makefile.am:
307         * libempathy/gossip-contact.c: EmpathyContactList is now an interface
308         implemented by EmpathyTpContactList, EmpathyContactManager and
309         EmpathyTpChatroom. GossipContactList use that interface to display a 
310         treeview.
311
312 2007-05-17  Xavier Claessens  <xclaesse@gmail.com>
313
314         * libempathy-gtk/gossip-chat.c: Display ChatState.
315
316 2007-05-16  Xavier Claessens  <xclaesse@gmail.com>
317
318         * libempathy-gtk/empathy-status-icon.c:
319         * libempathy/empathy-idle.c:
320         * libempathy/empathy-idle.h:
321         * libempathy/Makefile.am:
322         * po/POTFILES.in: New object EmpathyIdle to manage autoaway and
323         extended autoaway states.
324
325 2007-05-15  Xavier Claessens  <xclaesse@gmail.com>
326
327         * configure.ac:
328         * data/empathy.desktop.in:
329         * data/Makefile.am:
330         * data/empathy.desktop.in.in:
331         * po/POTFILES.in: Set bugzilla information in desktop file and add it 
332         to POTFILES.in
333
334 2007-05-15  Xavier Claessens  <xclaesse@gmail.com>
335
336         * libempathy-gtk/empathy-status-icon.glade:
337         * libempathy-gtk/empathy-main-window.glade: Fix using of gossip icons
338         in menus.
339
340 2007-05-14  Xavier Claessens  <xclaesse@gmail.com>
341
342         * src/empathy-chat-main.c:
343         * src/empathy-main.c:
344         * configure.ac:
345         * data/22x22/Makefile.am:
346         * data/22x22/empathy.png:
347         * data/48x48:
348         * data/48x48/Makefile.am:
349         * data/48x48/empathy.png:
350         * data/32x32/Makefile.am:
351         * data/32x32/empathy.png:
352         * data/16x16/empathy.png:
353         * data/16x16/Makefile.am:
354         * data/scalable/empathy.svg:
355         * data/scalable/Makefile.am:
356         * data/Makefile.am: Add empathy icon stolen from cohoba.
357
358 2007-05-14  Xavier Claessens  <xclaesse@gmail.com>
359
360         * src/empathy-chat-main.c:
361         * src/Makefile.am:
362         * src/empathy-main.c:
363         * po/POTFILES.in
364         * po/LINGUAS:
365         * TODO: Setting up i18n support.
366
367         * po/Makefile.in.in: Removed, it's generated at build time.
368
369 2007-05-13  Xavier Claessens  <xclaesse@gmail.com>
370
371         * libempathy-gtk/gossip-account-widget-jabber.glade: Add an example
372         label for jid.
373
374 2007-05-13  Xavier Claessens  <xclaesse@gmail.com>
375
376         * libempathy-gtk/gossip-chat-window.c:
377         * libempathy-gtk/gossip-chat-window.h:
378         * src/empathy-chat-main.c:
379         * libempathy/empathy-tp-chat.c:
380         * libempathy/empathy-tp-chat.h: When a new text channel arrives, check
381         if there is no existing GossipChat object for it.
382
383 2007-05-13  Xavier Claessens  <xclaesse@gmail.com>
384
385         * src/Makefile.am:
386         * src/empathy-contact-list-main.c: Removing empathy-contact-list
387         program, it's useless.
388
389 2007-05-13  Xavier Claessens  <xclaesse@gmail.com>
390
391         * configure.ac: Change version from 0.3darcs to 0.3svn
392
393 2007-05-13  Xavier Claessens  <xclaesse@gmail.com>
394
395         * autogen.sh: Set executable
396         * po/POTFILES.in: Update translatable files
397
398 2007-03-16  Xavier Claessens  <xclaesse@gmail.com>
399
400         * Initial version
401