]> git.0d.be Git - empathy.git/blob - ChangeLog
Add EMPATHY_CONTACT_WIDGET_EDIT_NONE to EmpathyContactWidgetFlags.
[empathy.git] / ChangeLog
1 2007-10-21  Xavier Claessens  <xclaesse@gmail.com>
2
3         * libempathy-gtk/empathy-contact-widget.h: Add
4         EMPATHY_CONTACT_WIDGET_EDIT_NONE to EmpathyContactWidgetFlags.
5
6 2007-10-21  Xavier Claessens  <xclaesse@gmail.com>
7
8         * libempathy-gtk/empathy-contact-dialogs.h:
9         * libempathy-gtk/empathy-contact-dialogs.c:
10         * libempathy-gtk/empathy-main-window.c:
11         * libempathy-gtk/empathy-contact-list-view.c: Don't allow to change
12         account if we are editing information of self-contact.
13
14 2007-10-21  Xavier Claessens  <xclaesse@gmail.com>
15
16         * libempathy-gtk/empathy-account-chooser.c:
17         * libempathy-gtk/empathy-contact-dialogs.c:
18         * libempathy-gtk/empathy-contact-widget.c:
19         * libempathy-gtk/empathy-contact-widget.h:
20         * libempathy-gtk/empathy-accounts-dialog.c: To know if an account is
21         connected, use mission_control_get_connection_status() instead of
22         mission_control_get_connection(). Update account chooser if an account's
23         status changes or if it get removed.
24         Move account chooser filter func for add-contact's window from
25         EmpathyContactWidget to EmpathyContactDialogs.
26
27 2007-10-19  Xavier Claessens  <xclaesse@gmail.com>
28
29         * libempathy-gtk/empathy-accounts-dialog.c: Update Enable/Disable
30         button when "account-enabled" or "account-disabled" are emitted on
31         McAccountMonitor. Set tooltip on protocol icon with the profile's
32         display name.
33
34 2007-10-19  Xavier Claessens  <xclaesse@gmail.com>
35
36         * libempathy-gtk/empathy-profile-chooser.c:
37         * libempathy-gtk/empathy-profile-chooser.h:
38         * libempathy-gtk/empathy-accounts-dialog.c: set unsensitive the add
39         button if there is no profile installed and tell the user to install
40         some connection managers.
41
42         * libempathy-gtk/empathy-ui-utils.c: Fix indentation.
43
44 2007-10-19  Xavier Claessens  <xclaesse@gmail.com>
45
46         * libempathy-gtk/empathy-chat-window.c: If EmpathyChat object does not
47         exist when DnD a contact, create one. Fixes bug #483168.
48
49 2007-10-19  Xavier Claessens  <xclaesse@gmail.com>
50
51         * libempathy-gtk/empathy-status-icon.c: Fix crash when iconifying main
52         window if it's already hiden.
53
54 2007-10-19  Xavier Claessens  <xclaesse@gmail.com>
55
56         * libempathy-gtk/empathy-group-chat.c:
57         * libempathy/empathy-tp-chatroom.c:Don't accept invitation if we are
58         not invited.
59
60         * libempathy-gtk/empathy-status-icon.c: Correctly toggle visibility
61         with ALT-F4 on the main windows.
62
63 2007-10-18  Xavier Claessens  <xclaesse@gmail.com>
64
65         * libempathy/empathy-log-manager.c:
66         * libempathy/empathy-log-manager.h:
67         * libempathy/empathy-tp-chat.c:
68         * libempathy/empathy-contact-manager.c:
69         * libempathy/empathy-tp-chat.h:
70         * libempathy/empathy-contact-manager.h:
71         * libempathy/empathy-avatar.c:
72         * libempathy/empathy-chandler.c:
73         * libempathy/empathy-tp-contact-list.c:
74         * libempathy/empathy-chandler.h:
75         * libempathy/empathy-filter.c:
76         * libempathy/empathy-tp-roomlist.c:
77         * libempathy/empathy-tp-contact-list.h:
78         * libempathy/empathy-filter.h:
79         * libempathy/empathy-tp-chatroom.c:
80         * libempathy/empathy-tp-roomlist.h:
81         * libempathy/empathy-contact-factory.c:
82         * libempathy/empathy-tp-chatroom.h:
83         * libempathy/empathy-contact-list.c:
84         * libempathy/empathy-contact-factory.h:
85         * libempathy/empathy-contact-list.h:
86         * libempathy/empathy-chatroom.c:
87         * libempathy/empathy-idle.c:
88         * libempathy/empathy-tp-group.c:
89         * libempathy/empathy-chatroom.h:
90         * libempathy/empathy-idle.h:
91         * libempathy/empathy-tp-group.h: Cleanup licences and copyrights,
92         Modules with 100% collabora code are now relicenced to LGPL.
93
94 2007-10-15  Xavier Claessens  <xclaesse@gmail.com>
95
96         * libempathy-gtk/empathy-ui-utils.c: Don't warning if we try to load
97         a NULL icon.
98
99         * data/Makefile.am:
100         * data/aim.profile:
101         * data/sofiasip.profile: Add AIM and SIP profiles. Fixes bug #457740
102         (Jamey Hicks).
103
104 2007-10-13  Xavier Claessens  <xclaesse@gmail.com>
105
106         * libempathy-gtk/empathy-chat.c: Set chat state to ACTIVE when receiving
107         a message from a contact, avoid staying in COMPOSING state forever for
108         protocols like MSN that do not notify when contact stoped writing.
109
110 2007-10-13  Xavier Claessens  <xclaesse@gmail.com>
111
112         * libempathy-gtk/empathy-chat-view.h:
113         * libempathy-gtk/empathy-main-window.c:
114         * libempathy-gtk/empathy-chat.c:
115         * libempathy-gtk/empathy-chat-window.c:
116         * libempathy-gtk/empathy-chat-view.c:
117         * libempathy/empathy-log-manager.c:
118         * libempathy/empathy-time.c:
119         * libempathy/empathy-tp-chat.c:
120         * libempathy/empathy-time.h:
121         * libempathy/empathy-message.c:
122         * libempathy/empathy-message.h:
123         * libempathy/empathy-presence.c:
124         * configure.ac: Don't use deprecated GtkTooltips API. Add commented out
125         lines in configure.ac to disable GLib and GTK deprecated symbols.
126         Replace EmpathyTime by time_t which is more appropriate for timestamps.
127
128         * doc/*: Updated.
129
130 2007-10-13  Xavier Claessens  <xclaesse@gmail.com>
131
132         * libempathy-gtk/empathy-main-window.c:
133         * libempathy-gtk/empathy-presence-chooser.c:
134         * libempathy-gtk/empathy-contact-list-view.c:
135         * libempathy-gtk/empathy-contact-widget.c:
136         * libempathy-gtk/empathy-chat.c:
137         * libempathy-gtk/empathy-contact-list-store.c:
138         * libempathy-gtk/empathy-chat-window.c:
139         * libempathy/empathy-idle.c:
140         * tests/contact-manager.c: Use g_timeout_add_seconds when appropriated
141         to avoid weaking the process too much.
142
143 2007-10-11  Xavier Claessens  <xclaesse@gmail.com>
144
145         * libempathy/empathy-tp-contact-list.c: Set supress_handler to TRUE when
146         creating new group channel.
147
148 2007-10-11  Xavier Claessens  <xclaesse@gmail.com>
149
150         * po/POTFILES.in: Add missing files.
151
152 2007-10-09  Xavier Claessens  <xclaesse@gmail.com>
153
154         * configure.ac: Bump MissionControl version to 4.37, we uses new API
155         introduced in that version.
156
157 2007-10-09  Xavier Claessens  <xclaesse@gmail.com>
158
159         * libempathy-gtk/empathy-main-window.c:
160         * libempathy-gtk/empathy-contact-dialogs.c:
161         * libempathy-gtk/empathy-contact-list-view.c:
162         * libempathy-gtk/empathy-contact-dialogs.h:
163         * libempathy-gtk/empathy-contact-widget.c:
164         * libempathy-gtk/empathy-contact-widget.h:
165         * libempathy-gtk/empathy-chat-window.c:
166         * megaphone/src/megaphone-applet.c: More flexible API for
167         EmpathyContactWidget, we now have flags to set editable each fields.
168         Implement personal information menu item in main window.
169
170 2007-10-09  Xavier Claessens  <xclaesse@gmail.com>
171
172         * libempathy-gtk/empathy-contact-widget.glade:
173         * libempathy-gtk/empathy-contact-widget.c:
174         * libempathy-gtk/empathy-avatar-chooser.c:
175         * libempathy-gtk/empathy-avatar-image.c: Makes avatar looks better in
176         information and edit dialogs.
177
178 2007-10-08  Xavier Claessens  <xclaesse@gmail.com>
179
180         * libempathy-gtk/empathy-ui-utils.c:
181         * libempathy-gtk/empathy-ui-utils.h:
182         * libempathy-gtk/empathy-contact-widget.c:
183         * libempathy-gtk/empathy-contact-widget.h:
184         * libempathy-gtk/empathy-avatar-chooser.c:
185         * libempathy-gtk/empathy-avatar-chooser.h:
186         * libempathy-gtk/empathy-avatar-image.c:
187         * libempathy-gtk/empathy-avatar-image.h:
188         * libempathy-gtk/Makefile.am:
189         * src/empathy.c: Implement EmpathyAvatarChooser and EmpathyAvatarImage
190         and make use of them in contact information windows. That means we can
191         now enlarge avatars when clicking on it and we can set our own avatar if
192         we edit our own contact.
193
194 2007-10-03  Marco Barisione  <marco@barisione.org>
195
196         * libempathy/empathy-contact-factory.c:
197         * libempathy/empathy-tp-call.c:
198         * libempathy/empathy-tp-group.c:
199         * libempathy/empathy-utils.c: Initialize every GError to NULL. Fixes
200         bug #482889.
201
202 2007-10-02  Xavier Claessens  <xclaesse@gmail.com>
203
204         * libempathy/empathy-tp-contact-list.c: Add back protocol group.
205
206 2007-10-01  Xavier Claessens  <xclaesse@gmail.com>
207
208         * libempathy-gtk/empathy-contact-list-view.c: Add a #ifdef HAVE_VOIP.
209         Fixes bug #482190 (Marco Barisione).
210
211 2007-10-01  Xavier Claessens  <xclaesse@gmail.com>
212
213         * data/Makefile.am:
214         * data/empathy.desktop.in.in: Use fd.o standard location for autostart
215         desktop files. Fixes bug #481860 (Stephane Loeuillet).
216
217 2007-10-01  Xavier Claessens  <xclaesse@gmail.com>
218
219         * configure.ac: Bump version to 0.15.
220
221 2007-10-01  Xavier Claessens  <xclaesse@gmail.com>
222
223         * libempathy/Makefile.am: Add tp-stream-engine.xml to EXTRA_DIST.
224         * po/POTFILES.in: Add empathy-call-window.glade.
225
226 2007-10-01  Xavier Claessens  <xclaesse@gmail.com>
227
228         * configure.ac:
229         * NEWS: Update before release.
230
231 2007-10-01  Xavier Claessens  <xclaesse@gmail.com>
232
233         * libempathy-gtk/empathy-private-chat.c: Fix refcounting of
234         priv->factory. Fixes bug #473116.
235
236 2007-10-01  Xavier Claessens  <xclaesse@gmail.com>
237
238         * libempathy-gtk/empathy-chat-window.c: Adding sanity checks to public
239         functions.
240
241 2007-10-01  Xavier Claessens  <xclaesse@gmail.com>
242
243         * libempathy-gtk/empathy-accounts-dialog.c:
244         * libempathy/empathy-utils.c: Add some sanity checks. Fixes bug #463051.
245
246 2007-10-01  Xavier Claessens  <xclaesse@gmail.com>
247
248         * libempathy/empathy-tp-chat.c: Disconnect all signals in finalize.
249         Fixes bug #462815.
250
251 2007-10-01  Xavier Claessens  <xclaesse@gmail.com>
252
253         * libempathy-gtk/empathy-chatrooms-window.c: Disconnect signals on
254         chatroom manager. Fixes bug #456619.
255
256 2007-10-01  Xavier Claessens  <xclaesse@gmail.com>
257
258         * libempathy-gtk/empathy-contact-list-store.c: Disconnect signals on
259         list and contacts when finalizing the store.
260
261 2007-10-01  Xavier Claessens  <xclaesse@gmail.com>
262
263         * libempathy-gtk/empathy-contact-list-view.c:
264         * libempathy-gtk/empathy-chat-window.c: Hide VOIP stuff if empathy is
265         not compiled with --enable-voip=yes. Fixes bug #482111
266         (Sjoerd Simons, Xavier Claessens).
267
268 2007-10-01  Xavier Claessens  <xclaesse@gmail.com>
269
270         * megaphone/src/megaphone-applet.c:
271         * megaphone/data/GNOME_Megaphone_Applet.schemas.in: Updated to use new
272         avatar cache.
273
274 2007-09-29  Xavier Claessens  <xclaesse@gmail.com>
275
276         * libempathy/empathy-tp-group.c: ref group when async calls are in
277         flight to avoid destroying the object before receiving the reply.
278         * libempathy/empathy-utils.c: Unref the group to not leak it.
279
280 2007-09-29  Xavier Claessens  <xclaesse@gmail.com>
281
282         * libempathy/empathy-contact-factory.c: Refcount
283         ContactFactoryAccountData struct.
284
285 2007-09-29  Xavier Claessens  <xclaesse@gmail.com>
286
287         * libempathy-gtk/empathy-call-window.c:
288         * libempathy-gtk/empathy-call-window.h:
289         * libempathy-gtk/empathy-contact-list-view.c:
290         * libempathy-gtk/empathy-call-window.glade:
291         * libempathy-gtk/Makefile.am:
292         * libempathy-gtk/empathy-chat-window.c:
293         * src/empathy-call-chandler.c:
294         * src/empathy-call.chandler:
295         * src/org.gnome.Empathy.Call.service.in:
296         * src/Makefile.am:
297         * libempathy/empathy-utils.c:
298         * libempathy/empathy-utils.h:
299         * libempathy/empathy-tp-call.c:
300         * libempathy/empathy-tp-call.h:
301         * libempathy/Makefile.am:
302         * libempathy/tp-stream-engine.xml:
303         * configure.ac:
304         * doc/libempathy-gtk/libempathy-gtk-docs.sgml:
305         * doc/libempathy/libempathy.types:
306         * doc/libempathy/libempathy-docs.sgml:
307         * doc/libempathy/Makefile.am:
308         * doc/libempathy/tmpl/empathy-utils.sgml: Initial Voice+Video support
309         Fixes bug #468204 (Elliot Fairweather, Xavier Claessens).
310
311 2007-09-28  Xavier Claessens  <xclaesse@gmail.com>
312
313         * configure.ac: Bump version to 0.14.
314         * doc/*: Updated.
315
316 2007-09-28  Xavier Claessens  <xclaesse@gmail.com>
317
318         * ChangeLog:
319         * configure.ac:
320         * NEWS: Updated for 0.13 release.
321
322 2007-09-28  Xavier Claessens  <xclaesse@gmail.com>
323
324         * configure.ac:
325         * src/empathy.c: Remove GnomeProgram, not useful anymore, drop libgnome
326         dependency. Fixes bug #442079
327
328         * libempathy/empathy-avatar.c:
329         * libempathy/empathy-avatar.h: Fix Copyright header.
330
331         * libempathy/empathy-contact-factory.c:
332         * libempathy/empathy-tp-group.c: Free return value for async DBus calls,
333         they are not owned by dbus-glib. This fix big leaks, thanks again to
334         valgrind.
335
336 2007-09-28  Xavier Claessens  <xclaesse@gmail.com>
337
338         * src/Makefile.am: Correctly modify service.in files to expand bindir.
339
340 2007-09-28  Xavier Claessens  <xclaesse@gmail.com>
341
342         * libempathy/empathy-tp-group.c: Look in the local_pendings list if a
343         contact is already local pending.
344         * tests/contact-manager.c: Fix white space typo.
345
346 2007-09-27  Xavier Claessens  <xclaesse@gmail.com>
347
348         * libempathy/empathy-utils.c:
349         * libempathy/empathy-contact-factory.c: Fix 2 leaks thanks to valgrind.
350
351 2007-09-27  Xavier Claessens  <xclaesse@gmail.com>
352
353         * tests/contact-manager.c:
354         * tests/Makefile.am: No need to init gtk, GMainLoop is enough and makes
355         easier to run valgrind.
356
357 2007-09-27  Xavier Claessens  <xclaesse@gmail.com>
358
359         * libempathy/empathy-avatar.c: Fix leak when loading avatar from cache.
360         * libempathy/empathy-contact-factory.c: Do not request avatar for
361         unknown tokens, wait for AvatarUpdate signal.
362
363 2007-09-27  Xavier Claessens  <xclaesse@gmail.com>
364
365         * libempathy-gtk/empathy-profile-chooser.c: Set the sort function before
366         begin to sort otherwise we get warnings.
367
368 2007-09-26  Xavier Claessens  <xclaesse@gmail.com>
369
370         * libempathy/empathy-utils.c:
371         * libempathy/empathy-utils.h:
372         * libempathy/empathy-avatar.c:
373         * libempathy/empathy-avatar.h:
374         * libempathy/empathy-contact-factory.c: Cache avatars and RequestAvatars
375         only when needed.
376
377 2007-09-26  Xavier Claessens  <xclaesse@gmail.com>
378
379         * libempathy/empathy-contact-factory.c: Fix capabilities update, the NOT
380         operator is ~ and not !
381
382 2007-09-26  Xavier Claessens  <xclaesse@gmail.com>
383
384         * libempathy-gtk/empathy-profile-chooser.c:
385         * libempathy-gtk/empathy-main-window.c: Fix warning when sort criterium
386         is NULL and when there is no profile. Fixes bug #479786
387         (Christian Persch, Xavier Claessens).
388
389 2007-09-21  Xavier Claessens  <xclaesse@gmail.com>
390
391         * libempathy/empathy-log-manager.c: Ignore log files that don't have a
392         good filename. Fixes bug #462046 (Michael Scherer).
393         * configure.ac: Bump GLIB version to 2.14.0.
394
395 2007-09-21  Xavier Claessens  <xclaesse@gmail.com>
396
397         * doc/libempathy-gtk/Makefile.am: Explicitely use libempathy from
398         builddir. Fixes bug #478558 (Frederic Peters).
399
400 2007-09-21  Xavier Claessens  <xclaesse@gmail.com>
401
402         * libempathy-gtk/empathy-chat.c: Move TP_CHANNEL_CHAT_STATE_PAUSED to
403         the not typing case. Fixes bug #474603 (Cosimo Cecchi).
404
405 2007-09-21  Xavier Claessens  <xclaesse@gmail.com>
406
407         * libempathy-gtk/empathy-status-icon.c: Tooltip for subscription request
408         shouldn't display "Message:" if the message is empty. Fixes bug #459538
409         (Cosimo Cecchi).
410         Do not update tooltip each time the icon change.
411
412 2007-09-21  Xavier Claessens  <xclaesse@gmail.com>
413
414         * libempathy-gtk/empathy-chat-window.c: Do not set "new message" in
415         the title of conversation windows, it's useless. Fixes bug #459523.
416
417 2007-09-21  Xavier Claessens  <xclaesse@gmail.com>
418
419         * libempathy/empathy-tp-contact-list.c: Fix warnings when finalizing.
420
421         * tests/contact-manager.c:
422         * tests/Makefile.am:
423         * configure.ac:
424         * Makefile.am: Add a test program to track leaks.
425
426 2007-09-21  Xavier Claessens  <xclaesse@gmail.com>
427
428         * libempathy-gtk/empathy-contact-list-view.c: Fix ref count error for
429         account objects.
430
431         * libempathy/empathy-contact-manager.c: Disconnect signals from
432         MissionControl object when finalising the contact manager.
433
434         * configure.ac:
435         * megaphone/src/megaphone-applet.c:
436         * megaphone/src/Makefile.am:
437         * megaphone/src/megaphone-applet.h:
438         * megaphone/data/GNOME_Megaphone_Applet.schemas.in:
439         * megaphone/data/Makefile.am:
440         * megaphone/data/GNOME_Megaphone_Applet.server.in.in:
441         * megaphone/data/GNOME_Megaphone_Applet.xml:
442         * megaphone/Makefile.am:
443         * nothere/src/nothere-applet.c:
444         * nothere/src/Makefile.am:
445         * nothere/src/nothere-applet.h:
446         * nothere/data/Makefile.am:
447         * nothere/data/GNOME_NotHere_Applet.server.in.in:
448         * nothere/data/GNOME_NotHere_Applet.xml:
449         * nothere/Makefile.am:
450         * Makefile.am:
451         * po/POTFILES.in:
452         * po/POTFILES.skip: Add Megaphone and Nothere applets. Fixes bug
453         #464954 (Raphael Slinckx, Xavier Claessens).
454
455 2007-09-20  Xavier Claessens  <xclaesse@gmail.com>
456
457         * libempathy-gtk/empathy-status-icon.c:
458         * libempathy/empathy-idle.c:
459         * libempathy/empathy-idle.h:
460         * doc/libempathy/tmpl/empathy-idle.sgml: Add 2 properties to EmpathyIdle
461         to activate auto-away and auto-disconnect, default to off. Only empathy
462         main client will turn them on, like that if other processes are
463         running with an EmpathyIdle instance they won't change presence in the
464         same time than Empathy client.
465
466 2007-09-19  Xavier Claessens  <xclaesse@gmail.com>
467
468         * libempathy-gtk/empathy-smiley-manager.c: Fix a leak.
469
470 2007-09-11  Xavier Claessens  <xclaesse@gmail.com>
471
472         * libempathy-gtk/empathy-main-window.c:
473         * libempathy-gtk/empathy-group-chat.c:
474         * libempathy-gtk/empathy-contact-list-view.c:
475         * libempathy-gtk/empathy-contact-list-view.h:
476         * doc/libempathy-gtk/tmpl/empathy-contact-list-view.sgml: "interactive"
477         property on EmpathyContactListView to enable/disable context menu and
478         action when double-click on a contact.
479
480 2007-09-10  Xavier Claessens  <xclaesse@gmail.com>
481
482         * libempathy/empathy-contact-factory.c: Fix debug message.
483
484         * libempathy/Makefile.am:
485         * configure.ac: Remove useless code.
486
487 2007-09-08  Xavier Claessens  <xclaesse@gmail.com>
488
489         * libempathy-gtk/empathy-contact-list-view.c:
490         * libempathy-gtk/empathy-chat-window.c: Request media channel when
491         clicking on call icon.
492
493 2007-09-08  Xavier Claessens  <xclaesse@gmail.com>
494
495         * libempathy-gtk/empathy-images.h:
496         * libempathy-gtk/empathy-chat.glade:
497         * libempathy-gtk/empathy-cell-renderer-activatable.c:
498         * libempathy-gtk/empathy-cell-renderer-activatable.h:
499         * libempathy-gtk/empathy-contact-list-view.c:
500         * libempathy-gtk/empathy-contact-list-store.c:
501         * libempathy-gtk/empathy-contact-list-store.h:
502         * libempathy-gtk/Makefile.am:
503         * libempathy-gtk/empathy-chat-window.c:
504         * libempathy/empathy-contact.c:
505         * libempathy/empathy-contact.h: Adding UI to start a VoIP call. It does
506         nothing yet. Most of the code is ported from Gossip patch
507         (Raphael Slinckx, Xavier Claessens).
508
509 2007-09-08  Xavier Claessens  <xclaesse@gmail.com>
510
511         * libempathy/empathy-contact.c:
512         * libempathy/empathy-contact.h:
513         * libempathy/empathy-contact-factory.c: Adding capabilities contact
514         property.
515
516 2007-09-08  Xavier Claessens  <xclaesse@gmail.com>
517
518         * libempathy-gtk/empathy-contact-list-view.c:
519         * libempathy-gtk/empathy-contact-list-store.c: Make use of the search
520         function to correctly find when typing in the contact list view.
521         Fixes bug #472309 (Will Thompson, Xavier Claessens).
522
523 2007-09-08  Xavier Claessens  <xclaesse@gmail.com>
524
525         * libempathy-gtk/empathy-log-window.c: Fix crash if there is no date 
526         for a conversation. Fixes bug #473510.
527
528 2007-09-08  Xavier Claessens  <xclaesse@gmail.com>
529
530         * python/pyempathygtk/pyempathygtk.override:
531         * python/pyempathygtk/pyempathygtk.defs: Updated for new API.
532
533 2007-09-08  Xavier Claessens  <xclaesse@gmail.com>
534
535         * configure.ac: Bump libtelepathy depend to 0.0.57.
536
537 2007-09-08  Xavier Claessens  <xclaesse@gmail.com>
538
539         * libempathy-gtk/empathy-chat-view.h:
540         * libempathy-gtk/empathy-ui-utils.c:
541         * libempathy-gtk/empathy-ui-utils.h:
542         * libempathy-gtk/empathy-chat.c:
543         * libempathy-gtk/empathy-smiley-manager.c:
544         * libempathy-gtk/empathy-smiley-manager.h:
545         * libempathy-gtk/Makefile.am:
546         * libempathy-gtk/empathy-chat-window.c:
547         * libempathy-gtk/empathy-chat-view.c: More dynamic smiley managment and
548         more efficient algorithm to detect smileys in messages.
549         Fixes bug #474167.
550
551         * doc/: Updated
552
553 2007-08-31  Xavier Claessens  <xclaesse@gmail.com>
554
555         * doc/libempathy-gtk/Makefile.am:
556         * doc/libempathy-gtk/tmpl/empathy-preferences.sgml:
557         * doc/libempathy-gtk/tmpl/empathy-images.sgml:
558         * doc/libempathy/libempathy.types:
559         * doc/libempathy/libempathy-docs.sgml:
560         * doc/libempathy/Makefile.am:
561         * doc/libempathy/tmpl/empathy-tp-group.sgml:
562         * doc/libempathy/tmpl/empathy-avatar.sgml:
563         * doc/libempathy/tmpl/empathy-contact.sgml:
564         * doc/libempathy/tmpl/empathy-contact-list.sgml: Updated.
565
566 2007-08-30  Xavier Claessens  <xclaesse@gmail.com>
567
568         * libempathy/empathy-contact-factory.c: Don't use deprecated
569         RequestAvatar method.
570
571 2007-08-30  Xavier Claessens  <xclaesse@gmail.com>
572
573         * python/pyempathy/pyempathy.defs:
574         * python/pyempathy/pyempathy.override:
575         * python/pyempathygtk/pyempathygtk.defs: Updated for new API.
576         * python/README: Explain how to update python binding.
577
578         * libempathy-gtk/empathy-images.h:
579         * libempathy-gtk/empathy-private-chat.c:
580         * libempathy-gtk/empathy-main-window.c:
581         * libempathy-gtk/empathy-status-icon.c:
582         * libempathy-gtk/empathy-group-chat.c:
583         * libempathy-gtk/empathy-ui-utils.c:
584         * libempathy-gtk/empathy-contact-dialogs.c:
585         * libempathy-gtk/empathy-contact-list-view.c:
586         * libempathy-gtk/empathy-contact-list-view.h:
587         * libempathy-gtk/empathy-contact-widget.c:
588         * libempathy-gtk/empathy-contact-list-store.c:
589         * libempathy-gtk/empathy-contact-list-store.h:
590         * libempathy-gtk/empathy-chat-window.c: Updated to use new libempathy
591         API.
592
593         * libempathy/empathy-log-manager.c:
594         * libempathy/empathy-contact.c:
595         * libempathy/empathy-contact.h:
596         * libempathy/empathy-tp-chat.c:
597         * libempathy/empathy-contact-manager.c:
598         * libempathy/empathy-contact-manager.h:
599         * libempathy/empathy-avatar.c:
600         * libempathy/empathy-avatar.h:
601         * libempathy/empathy-tp-contact-list.c:
602         * libempathy/empathy-tp-contact-list.h:
603         * libempathy/empathy-tp-chatroom.c:
604         * libempathy/empathy-contact-factory.c:
605         * libempathy/empathy-contact-factory.h:
606         * libempathy/empathy-contact-list.c:
607         * libempathy/empathy-contact-list.h:
608         * libempathy/empathy-tp-group.c:
609         * libempathy/empathy-marshal.list:
610         * libempathy/empathy-tp-group.h:
611         * libempathy/Makefile.am:
612         * configure.ac: Completely reworked ContactList API. Fixes bugs
613         #471611,
614         #467280,
615         #459540,
616         #462907.
617
618         * doc/*: Updated.
619
620 2007-08-24  Xavier Claessens  <xclaesse@gmail.com>
621
622         * python/pyempathy/Makefile.am:
623         * python/pyempathygtk/Makefile.am:
624         * configure.ac: Make use of AM_PATH_PYTHON to get python variables.
625         Fixes bug #470642 (Daniel Gryniewicz).
626
627 2007-08-24  Xavier Claessens  <xclaesse@gmail.com>
628
629         * configure.ac: Bump version to 0.13.
630         * NEWS: Last NEWS entry is for version 0.12 and not 0.11.
631
632 2007-08-24  Xavier Claessens  <xclaesse@gmail.com>
633
634          * configure.ac:
635          * doc/libempathy-gtk/tmpl/empathy-preferences.sgml:
636          * NEWS:
637          * po/POTFILES.in: Updated.
638
639 2007-08-24  Xavier Claessens  <xclaesse@gmail.com>
640
641         * libempathy-gtk/empathy-new-chatroom-dialog.c:
642         * libempathy-gtk/empathy-contact-widget.c:
643         * libempathy-gtk/empathy-accounts-dialog.c:
644         * libempathy/empathy-tp-contact-list.c:
645         * data/salut.profile: Salut's protocol name is going to change to
646         local-xmpp. Fixes bug #469638 (Sjoerd Simons)
647
648 2007-08-24  Xavier Claessens  <xclaesse@gmail.com>
649
650         * src/empathy.c: Check if there is already a Salut account before
651         creating a new one and add more debug messages.
652
653 2007-08-24  Xavier Claessens  <xclaesse@gmail.com>
654
655         * configure.ac:
656         * data/22x22/Makefile.am:
657         * data/22x22/empathy-proto-jabber.svg:
658         * data/22x22/empathy-proto-jabber.png:
659         * data/48x48/Makefile.am:
660         * data/32x32/Makefile.am:
661         * data/32x32/empathy-proto-jabber.svg:
662         * data/32x32/empathy-proto-jabber.png:
663         * data/24x24:
664         * data/24x24/Makefile.am:
665         * data/24x24/empathy-proto-jabber.png:
666         * data/16x16/empathy-proto-jabber.svg:
667         * data/16x16/Makefile.am:
668         * data/16x16/empathy-proto-jabber.png:
669         * data/scalable/empathy-proto-jabber.svg:
670         * data/scalable/Makefile.am:
671         * data/Makefile.am: Change jabber icon. Fixes bug #466377
672         (Björn Martensen).
673
674 2007-08-23  Xavier Claessens  <xclaesse@gmail.com>
675
676         * libempathy-gtk/empathy-account-widget-salut.glade:
677         * libempathy-gtk/empathy-account-widget-salut.c:
678         * libempathy-gtk/empathy-account-widget-salut.h:
679         * libempathy-gtk/empathy-preferences.h:
680         * libempathy-gtk/empathy-accounts-dialog.c:
681         * libempathy-gtk/Makefile.am:
682         * src/empathy.c:
683         * configure.ac:
684         * data/empathy.schemas.in: Add specialised UI for salut settings.
685         Configure a Salut account first time empathy is started with
686         salut CM installed using gnome-about-me information. Fixes bug #447467
687         (Cosimo Cecchi, Xavier Claessens).
688
689 2007-08-19  Xavier Claessens  <xclaesse@gmail.com>
690
691         * python/pyempathy/Makefile.am:
692         * python/pyempathy/pyempathy.override:
693         * python/pyempathygtk/Makefile.am: Fix build system, make distcheck now
694         works.
695
696 2007-08-19  Xavier Claessens  <xclaesse@gmail.com>
697
698         * python/pyempathy/pyempathy.defs:
699         * python/pyempathy/pyempathymodule.c:
700         * python/pyempathy/Makefile.am:
701         * python/pyempathy/pyempathy.override:
702         * python/pyempathygtk/pyempathygtk.override:
703         * python/pyempathygtk/pyempathygtk.defs:
704         * python/pyempathygtk/Makefile.am:
705         * python/pyempathygtk/pyempathygtkmodule.c:
706         * python/Makefile.am:
707         * libempathy/empathy-time.h:
708         * configure.ac:
709         * Makefile.am: Add python binding. Fixes bug #457660 (Michael Sheldon).
710
711 2007-08-19  Xavier Claessens  <xclaesse@gmail.com>
712
713         * libempathy-gtk/empathy-main-window.glade: Edit menu should be second
714         from the left. Fixes bug #467827 (Cosimo Cecchi).
715
716 2007-08-13  Xavier Claessens  <xclaesse@gmail.com>
717
718         * libempathy-gtk/empathy-group-chat.c: Only update the topic of it has
719         really be changed, avoid diplaying many times "Topic set to:" message.
720
721         * libempathy-gtk/empathy-chat.c: Some Jabber chatroom sends messages
722         received before we joined the room, this avoid displaying those messages
723         if we already logged them last time we joined that room. Previous
724         workaround prevented Empathy to log offline messages.
725
726 2007-08-12  Xavier Claessens  <xclaesse@gmail.com>
727
728         * configure.ac: Bump version to 0.12.
729
730 2007-08-12  Xavier Claessens  <xclaesse@gmail.com>
731
732         * configure.ac: Update libtool version.
733
734         * doc/libempathy-gtk/tmpl/empathy-images.sgml:
735         * doc/libempathy-gtk/tmpl/empathy-status-presets.sgml:
736         * NEWS: Updated.
737
738 2007-08-12  Xavier Claessens  <xclaesse@gmail.com>
739
740         * data/irc.profile: Removed spaces in the SupportedPresences key to
741         workaround a MC warning SF bug 1772539.
742
743 2007-08-11  Xavier Claessens  <xclaesse@gmail.com>
744
745         * libempathy-gtk/empathy-accounts-dialog.c: Make "Add account" button
746         insensitive when we are creating one. Fixes bug #459170
747         (Jaap A. Haitsma).
748
749 2007-08-11  Xavier Claessens  <xclaesse@gmail.com>
750
751         * libempathy/empathy-tp-contact-list.c: s/Local Network/People nearby/
752         (Sjoerd Simons)
753
754 2007-08-10  Xavier Claessens  <xclaesse@gmail.com>
755
756         * libempathy-gtk/empathy-accounts-dialog.c: Unselect accounts when
757         clicking on "add" button. Fixes bug #459173 (Cosimo Cecchi).
758
759 2007-08-10  Xavier Claessens  <xclaesse@gmail.com>
760
761         * libempathy-gtk/empathy-presence-chooser.glade: add some spacing in
762         "Custom message" dialog. Fixes bug #465360 (Frederic Peters).
763
764 2007-08-10  Xavier Claessens  <xclaesse@gmail.com>
765
766         * libempathy-gtk/empathy-images.h:
767         * libempathy-gtk/empathy-presence-chooser.c:
768         * libempathy-gtk/empathy-ui-utils.c:
769         * libempathy/empathy-presence.c: Add hidden supprot. Fixes bug #455510
770         (Cosimo Cecchi).
771
772         * data/gtalk.profile:
773         * data/jabber.profile:
774         * data/salut.profile:
775         * data/irc.profile:
776         * data/msn.profile: Updated to use SupportedPresences field.
777
778 2007-08-09  Xavier Claessens  <xclaesse@gmail.com>
779
780         * libempathy-gtk/empathy-presence-chooser.glade:
781         * libempathy-gtk/empathy-presence-chooser.c:
782         * libempathy-gtk/empathy-status-presets.c:
783         * libempathy-gtk/empathy-status-presets.h:
784         * libempathy-gtk/empathy-ui-utils.c: Remove per-state
785         "Custom message..." item and add one on the bottom of the menu. Add
786         a combobox on the custom message dialog to select the state and change
787         the action of the checkbox, now it add/remove the message from saved
788         messages. Make easier to add other states to the list if needed.
789         Fixes bug #460678.
790
791 2007-08-09  Xavier Claessens  <xclaesse@gmail.com>
792
793         * libempathy/empathy-presence.c:
794         * libempathy/empathy-idle.c:
795         * configure.ac: Remove workaround for mc-enum-types.h not being
796         installed by MC and bump MC minimal version to 4.33.
797
798 2007-08-09  Xavier Claessens  <xclaesse@gmail.com>
799
800         * libempathy-gtk/empathy-preferences.c:
801         * libempathy-gtk/empathy-preferences.glade: Useless spell checker
802         option. Fixes bug #459164 (Cosimo Cecchi).
803
804 2007-08-08  Xavier Claessens  <xclaesse@gmail.com>
805
806         * autogen.sh: Requier automake 1.9. Fixes bug #464822 (Cosimo Cecchi).
807
808 2007-08-08  Xavier Claessens  <xclaesse@gmail.com>
809
810         * MAINTAINERS: Updated the MAINTAINERS file to match new syntax.
811
812 2007-08-07  Marco Barisione  <marco@barisione.org>
813
814         * libempathy/Makefile.am:
815         * libempathy/empathy-marshal-main.c: Remove empathy-marshal-main.c and
816         include empathy-marshal.h from empathy-marshal.c.
817
818         * libempathy/Makefile.am:
819         * libempathy-gtk/Makefile.am: Generate files for enum types with
820         glib-mkenums.
821
822         * libempathy/empathy-contact.c:
823         * libempathy/empathy-idle.c:
824         * libempathy/empathy-message.c:
825         * libempathy/empathy-presence.c:
826         * libempathy-gtk/empathy-main-window.c:
827         * libempathy-gtk/empathy-preferences.c:
828         * doc/libempathy-gtk/libempathy-gtk.types:
829         * doc/libempathy-gtk/tmpl/empathy-contact-list-store.sgml: Use
830         g_param_spec_enum() and g_param_spec_flags() instead of
831         g_param_spec_(u)int.
832         Fixes bug #462465.
833
834         * libempathy-gtk/empathy-contact-list-store.c:
835         * libempathy-gtk/empathy-contact-list-store.h: Remove
836         empathy_contact_list_store_sort_get_type() as it's now auto-generated
837         by glib-mkenums.
838
839 2007-08-06  Xavier Claessens  <xclaesse@gmail.com>
840
841         * libempathy-gtk/empathy-main-window.glade: Change main window's title
842         to "Contact list".
843
844 2007-08-06  Xavier Claessens  <xclaesse@gmail.com>
845
846         * libempathy/empathy-tp-chat.c: Don't forget to reverse the glist of
847         pending messages.
848
849         * libempathy/empathy-tp-roomlist.c: Fix wrong room list names when
850         listing them.
851
852 2007-08-06  Xavier Claessens  <xclaesse@gmail.com>
853
854         * libempathy-gtk/empathy-account-widget-msn.glade:
855         * libempathy-gtk/empathy-account-widget-msn.c: Add an Advanced section
856         and remove size_group. 
857         Fixes bug #463759 (Jaap A. Haitsma, Xavier Claessens).
858
859         * README: Use ./autogen.sh instead of gnome-autogen.sh.
860
861 2007-08-02  Xavier Claessens  <xclaesse@gmail.com>
862
863         * libempathy-gtk/empathy-accounts-dialog.glade:
864         * libempathy-gtk/empathy-accounts-dialog.c: Click on the treeview to
865         edit the name of an account. Fixes bug #459166.
866
867 2007-08-02  Xavier Claessens  <xclaesse@gmail.com>
868
869         * libempathy-gtk/empathy-account-widget-jabber.c: Do not try to guess
870         the Jabber server from the jid, gabble does that for us.
871
872 2007-08-02  Xavier Claessens  <xclaesse@gmail.com>
873
874         * doc/libempathy-gtk/tmpl/empathy-account-chooser.sgml:
875         * doc/libempathy-gtk/tmpl/empathy-ui-utils.sgml:
876         * doc/libempathy-gtk/tmpl/empathy-contact-widget.sgml:
877         * doc/libempathy/tmpl/empathy-message.sgml:
878         * doc/libempathy/tmpl/empathy-utils.sgml: Update doc.
879
880 2007-08-02  Xavier Claessens  <xclaesse@gmail.com>
881
882         * libempathy-gtk/empathy-profile-chooser.c: Do not list profiles that
883         don't have the corresponding CM installed when creating a new account.
884         This is a workaround for MC bug: SF #1688779.
885
886 2007-08-02  Xavier Claessens  <xclaesse@gmail.com>
887
888         * libempathy-gtk/empathy-account-widget-generic.c: Remove size_group.
889         Fixes bug #462792.
890
891 2007-08-02  Xavier Claessens  <xclaesse@gmail.com>
892
893         * libempathy-gtk/empathy-accounts-dialog.c:
894         * libempathy/empathy-utils.c:
895         * libempathy/empathy-utils.h: Adding new empathy_strdiff API stolen from
896         telepathy-glib. It check if strings are != NULL before using strcmp.
897         Using that API to fix bug #461886. Should be used in more places.
898
899 2007-08-02  Xavier Claessens  <xclaesse@gmail.com>
900
901         * libempathy-gtk/empathy-status-icon.c: Click on the tray icon shows the
902         window if it's not active and hide if it is. Fixes bug #462057
903         (Olivier Valentin).
904
905 2007-08-02  Xavier Claessens  <xclaesse@gmail.com>
906
907         * libempathy-gtk/empathy-group-chat.c: don't display
908         "Topic set to: (null)". Fixes bug #460205 (Michael Scherer).
909
910 2007-07-30  Xavier Claessens  <xclaesse@gmail.com>
911
912         * autogen.sh: Added back, it calls gnome-autogen.sh.
913
914 2007-07-29  Xavier Claessens  <xclaesse@gmail.com>
915
916         * libempathy-gtk/empathy-profile-chooser.c:
917         * libempathy/empathy-message.c: Add missing include string.h.
918
919 2007-07-29  Xavier Claessens  <xclaesse@gmail.com>
920
921         * configure.ac: Bump version to 0.11.
922
923 2007-07-29  Xavier Claessens  <xclaesse@gmail.com>
924
925         * libempathy-gtk/empathy-account-widget-generic.c:
926         * libempathy-gtk/empathy-account-widget-generic.h: Align param names
927         on the left.
928
929         * libempathy-gtk/empathy-accounts-dialog.glade:
930         * libempathy-gtk/empathy-accounts-dialog.c: Simpler header to describe
931         the selected account. Fixes bug #459169.
932
933         * configure.ac: Set Collabora Ltd. in the Copyright.
934
935 2007-07-28  Xavier Claessens  <xclaesse@gmail.com>
936
937         * libempathy-gtk/empathy-profile-chooser.c: Makes easier to change to
938         profile order.
939
940 2007-07-28  Xavier Claessens  <xclaesse@gmail.com>
941
942         * libempathy-gtk/empathy-account-widget-jabber.c: Try to guess the
943         server from the jid only if we are using the jabber profile. When we
944         guessed a server don't forget to set the "server" McAccount param,
945         setting the entry's text is not enough.
946
947 2007-07-28  Xavier Claessens  <xclaesse@gmail.com>
948
949         * libempathy-gtk/empathy-profile-chooser.c: Improve the sort function
950         a bit to have Jabber before GTalk.
951
952 2007-07-28  Xavier Claessens  <xclaesse@gmail.com>
953
954         * libempathy-gtk/empathy-accounts-dialog.glade:
955         * libempathy-gtk/empathy-accounts-dialog.c: Update the Enable/Disable
956         button even if there is no account selected. Set it insensitive if no
957         account is selected. Fixes bug #459012.
958
959 2007-07-27  Xavier Claessens  <xclaesse@gmail.com>
960
961         * libempathy-gtk/empathy-profile-chooser.c: Sort profiles to have
962         free protocols first. Fixes bug #460605.
963
964 2007-07-27  Xavier Claessens  <xclaesse@gmail.com>
965
966         * libempathy/empathy-message.c:
967         * libempathy/empathy-message.h:
968         * libempathy/empathy-log-manager.c: Add message type in log files.
969         Fixes bug #459579.
970
971         * doc/*: Updated.
972
973 2007-07-26  Xavier Claessens  <xclaesse@gmail.com>
974
975         * po/POTFILES.in: Add missing file
976         libempathy-gtk/empathy-account-widget-msn.glade.
977
978 2007-07-26  Xavier Claessens  <xclaesse@gmail.com>
979
980         * libempathy-gtk/empathy-account-widget-jabber.glade:
981         * libempathy-gtk/empathy-account-widget-jabber.c: Hide
982         "advanced options" for jabber in a GtkExpander. Fixes bug #459168
983         (Guillaume Desmottes).
984
985 2007-07-26  Xavier Claessens  <xclaesse@gmail.com>
986
987         * libempathy-gtk/empathy-new-chatroom-dialog.c:
988         * libempathy/empathy-tp-roomlist.c: Fix Room listing. Fixes bug #460416
989         (Sjoerd Simons).
990
991 2007-07-26  Xavier Claessens  <xclaesse@gmail.com>
992
993         * libempathy-gtk/Makefile.am:
994         * libempathy/Makefile.am:
995         * configure.ac: Use libtool -version-info. Fixes bug #460579
996         (Laurent Bigonville).
997
998 2007-07-26  Xavier Claessens  <xclaesse@gmail.com>
999
1000         * README:
1001         * autogen.sh: Remove the autogen.sh script and use gnome-autogen.sh
1002         instead. Fixes bug #460590.
1003
1004 2007-07-26  Xavier Claessens  <xclaesse@gmail.com>
1005
1006         * libempathy-gtk/empathy-account-chooser.c:
1007         * libempathy-gtk/empathy-new-chatroom-dialog.c:
1008         * libempathy-gtk/empathy-account-chooser.h:
1009         * libempathy-gtk/empathy-contact-dialogs.c:
1010         * libempathy-gtk/empathy-chatrooms-window.c:
1011         * libempathy-gtk/empathy-contact-widget.c:
1012         * libempathy-gtk/empathy-contact-widget.h:
1013         * libempathy-gtk/empathy-log-window.c:
1014         * doc/*: Do not show salut accounts in the add contact dialog. Rework
1015         a bit EmpathyContactWidget. Fixes bug #459100
1016         (Guillaume Desmottes, Xavier Claessens).
1017
1018 2007-07-26  Xavier Claessens  <xclaesse@gmail.com>
1019
1020         * libempathy-gtk/empathy-accounts-dialog.c: add contact frame is not
1021         hidden after cancelling. Fixes bug #458997 (Frederic Peters).
1022
1023 2007-07-26  Xavier Claessens  <xclaesse@gmail.com>
1024
1025         * libempathy/empathy-idle.c: Fix problems when NM is not running. Fixes
1026         bug #460419.
1027
1028         * doc/*: Updated documentation.
1029
1030 2007-07-26  Xavier Claessens  <xclaesse@gmail.com>
1031
1032         * configure.ac: Bump version to 0.10
1033
1034 2007-07-25  Xavier Claessens  <xclaesse@gmail.com>
1035
1036         * libempathy/empathy-filter.c: Adding more debug output.
1037
1038 2007-07-25  Xavier Claessens  <xclaesse@gmail.com>
1039
1040         * libempathy/empathy-tp-contact-list.c: Add a check to be sure the
1041         new channel is valid in the NewChannel cb. Fixes bug #451564.
1042
1043 2007-07-20  Xavier Claessens  <xclaesse@gmail.com>
1044
1045         * libempathy/Makefile.am:
1046         * libempathy/empathy-tp-roomlist.h:
1047         * libempathy/empathy-tp-roomlist.c:
1048         * libempathy-gtk/empathy-chatrooms-window.c:
1049         * libempathy-gtk/empathy-new-chatroom-dialog.c: Initial room list
1050         support. It does not works yet.
1051
1052         * libempathy-gtk/empathy-account-widget-generic.c: Add support for all
1053         types of integer and float. Fixes bug #457740 (Jamey Hicks).
1054
1055         * libempathy/empathy-tp-chat.c:
1056         * libempathy-gtk/empathy-chat.c: If there is an error sending a message,
1057         show an error message to the user.
1058
1059         * libempathy-gtk/empathy-accounts-dialog.c: Fix a leak, profile should
1060         be unrefed after mc_account_get_profile.
1061
1062         * libempathy/empathy-utils.c:
1063         * libempathy/empathy-utils.h:
1064         * libempathy/empathy-tp-chatroom.c:
1065         * libempathy/empathy-tp-group.h:
1066         * libempathy/empathy-tp-group.c:
1067         * src/empathy.c: Rename empathy_get_channel_id() to
1068         empathy_inspect_channel(). We now have empathy_inspect_handle().
1069
1070         * po/POTFILES.in:
1071         * libempathy/empathy-tp-contact-list.c: Set all contacts from salut
1072         protocol to the "Local Network" group.
1073
1074         * libempathy/empathy-idle.c: Fix NetworkManager support.
1075
1076         * libempathy/empathy-chatroom.h: Fix indentation.
1077
1078         * libempathy-gtk/empathy-status-icon.c:
1079         * libempathy-gtk/empathy-ui-utils.c:
1080         * libempathy-gtk/empathy-ui-utils.h:
1081          - Iconify main window to the status icon like in rhythmbox.
1082            Fixes bug #458106 (Jaap A. Haitsma).
1083          - Rounded avatars. Fixes bug #457992 (Raphael Slinckx)
1084
1085         * Makefile.am: Fix distcheck for gtkdoc (Vincent Untz)
1086
1087         * data/empathy.desktop.in.in: Change application description
1088         (Jaap A. Haitsma).
1089
1090 2007-07-14  Xavier Claessens  <xclaesse@gmail.com>
1091
1092         * libempathy-gtk/empathy-contact-list-store.c: Show avatars by default.
1093
1094 2007-07-13  Xavier Claessens  <xclaesse@gmail.com>
1095
1096         * libempathy-gtk/empathy-status-icon.c: If there is no pending msg
1097         when a text channel should be filtered wait for the first message
1098         instead of not dispatching the channel which may cause messages to be
1099         lost.
1100
1101 2007-07-13  Xavier Claessens  <xclaesse@gmail.com>
1102
1103         * libempathy/empathy-tp-contact-list.c: Fix avatar request queue.
1104
1105 2007-07-13  Xavier Claessens  <xclaesse@gmail.com>
1106
1107         * libempathy-gtk/empathy-new-chatroom-dialog.c:
1108         * libempathy-gtk/empathy-new-chatroom-dialog.glade: Remove unused
1109         nickname entry and use a GtkTable for room information. More work is
1110         needed here.
1111
1112         * libempathy-gtk/empathy-contact-widget.glade: Change padding to 6.
1113
1114         * libempathy-gtk/empathy-contact-dialogs.c: Set a window title.
1115
1116         * libempathy-gtk/empathy-contact-widget.c: Fix alignment of widgets.
1117
1118         * libempathy/empathy-tp-contact-list.c: Add more debug msg for avatar
1119         handling.
1120
1121 2007-07-12  Xavier Claessens  <xclaesse@gmail.com>
1122
1123         * libempathy-gtk/Makefile.am: Fix missing header for
1124         EmpathyAccountWidgetMSN.
1125
1126         * configure.ac: Fix useless "\".
1127
1128         * autogen.sh: run gtkdocize if needed.
1129
1130 2007-07-12  Xavier Claessens  <xclaesse@gmail.com>
1131
1132         * configure.ac:
1133         * doc/*:
1134         * Makefile.am: Adding initial API documentation using gtk-doc.
1135
1136 2007-07-12  Xavier Claessens  <xclaesse@gmail.com>
1137
1138         * libempathy/empathy-tp-contact-list.c: Auto-accept to publish presence
1139         to contacts that are in our subscribe list. When accepting a pending
1140         contact add it to publish and subscribe list.
1141
1142 2007-07-09  Xavier Claessens  <xclaesse@gmail.com>
1143
1144         * src/empathy.c:
1145         * libempathy/empathy-debug.c:
1146         * libempathy/empathy-debug.h: Add EMPATHY_LOGFILE env variable. Fixes
1147         bug #455240 (Guillaume Desmottes).
1148
1149 2007-07-09  Xavier Claessens  <xclaesse@gmail.com>
1150
1151         * libempathy-gtk/empathy-account-widget-msn.glade:
1152         * libempathy-gtk/empathy-account-widget-msn.c:
1153         * libempathy-gtk/empathy-account-widget-msn.h:
1154         * libempathy-gtk/empathy-accounts-dialog.c:
1155         * libempathy-gtk/Makefile.am: Add MSN setting UI. Fixes bug #443162
1156         (Cosimo Cecchi).
1157
1158         * libempathy-gtk/empathy-chat-view.c:
1159         * libempathy/empathy-log-manager.c:
1160         * libempathy/empathy-log-manager.h: Add needed API to show chat logs in
1161         Tracker. Fixes bug #452536.
1162
1163 2007-07-07  Xavier Claessens  <xclaesse@gmail.com>
1164
1165         * libempathy-gtk/empathy-account-widget-generic.c: Workaround to fix a 
1166         commonly reported crash. Fixes bug #454277
1167         * libempathy/empathy-tp-group.c: Add a missing check.
1168
1169 2007-06-30  Xavier Claessens  <xclaesse@gmail.com>
1170
1171         * configure.ac: Bump MC version required to 4.27.
1172         * TODO: Updated.
1173
1174 2007-06-30  Xavier Claessens  <xclaesse@gmail.com>
1175
1176         * libempathy-gtk/empathy-account-widget-generic.c: Fix a leaked ref.
1177
1178         * src/empathy.c: If we get a chatroom we have to create an
1179         EmpathyTpChatroom object.
1180
1181         * src/Makefile.am: Fix build system, programs links to libempathy-gtk
1182         and libempathy.
1183
1184         * configure.ac: libempathy does not depends on libgnome-vfs.
1185
1186         * libempathy-gtk/empathy-status-icon.c:
1187         * libempathy-gtk/empathy-chat.c:
1188         * libempathy/empathy-tp-chat.c:
1189         * libempathy/empathy-tp-chat.h:
1190         * libempathy/empathy-filter.c:
1191         * libempathy/empathy-filter.h:
1192         * libempathy/empathy-filter.xml:
1193         * libempathy/Makefile.am: Filter incoming text channels and make
1194         status icon flash when there we receive a new message. Dispatch the
1195         channel only when we get a message and the user click on the icon.
1196
1197 2007-06-22  Xavier Claessens  <xclaesse@gmail.com>
1198
1199         * libempathy-gtk/libempathy-gtk.pc.in:
1200         * libempathy-gtk/Makefile.am:
1201         * libempathy/libempathy.pc.in:
1202         * libempathy/Makefile.am:
1203         * configure.ac: Install libempathy and libempathy-gtk and make their
1204         API public.
1205
1206 2007-06-22  Xavier Claessens  <xclaesse@gmail.com>
1207
1208         * po/POTFILES.in: s/gossip/empathy/
1209
1210 2007-06-22  Xavier Claessens  <xclaesse@gmail.com>
1211
1212         * libempathy/*.[ch]:
1213         * libempathy-gtk/*.[ch]:
1214         * src/*.[ch]: Rename all filenames starting with "gossip" by "empathy",
1215         change namespace of all gossip_*() functions to empathy_*().
1216         Fixes bug #444490 (Mario Danic, Xavier Claessens).
1217
1218 2007-06-21  Xavier Claessens  <xclaesse@gmail.com>
1219
1220         * configure.ac: Bump version to 0.9
1221
1222 2007-06-21  Xavier Claessens  <xclaesse@gmail.com>
1223
1224         * libempathy/empathy-tp-contact-list.c: Fix typo causing warnings.
1225
1226 2007-06-21  Xavier Claessens  <xclaesse@gmail.com>
1227
1228         * libempathy-gtk/empathy-contact-dialogs.c:
1229         * libempathy-gtk/gossip-contact-list-store.c:
1230         * libempathy-gtk/gossip-contact-list-view.c:
1231         * libempathy/empathy-contact-manager.c:
1232         * libempathy/empathy-tp-contact-list.c:
1233         * libempathy/empathy-contact-list.c:
1234         * libempathy/empathy-contact-list.h:
1235         * libempathy/gossip-contact.c: We show in our roster all contacts
1236         members and remote-pending of subscribe list. Adding/Removing a contact
1237         only add/remove from subscribe list. Accept/Reject a contact in
1238         local-pending of publish list is done using _process_pending().
1239
1240 2007-06-15  Xavier Claessens  <xclaesse@gmail.com>
1241
1242         * src/empathy.c:
1243         * libempathy/empathy-idle.c: Adding NetworkManager support.
1244
1245 2007-06-15  Xavier Claessens  <xclaesse@gmail.com>
1246
1247         * libempathy-gtk/empathy-status-icon.c:
1248         * libempathy-gtk/gossip-presence-chooser.c:
1249         * libempathy-gtk/gossip-presence-chooser.h:
1250         * libempathy/empathy-idle.c:
1251         * libempathy/empathy-idle.h: Prepare for slack time when coming back
1252         from auto away. Not yet fully implemented.
1253
1254 2007-06-14  Xavier Claessens  <xclaesse@gmail.com>
1255
1256         * libempathy-gtk/empathy-images.h:
1257         * libempathy-gtk/gossip-chat.c: Use gtk-info for contact informaiton.
1258
1259         * data/22x22/empathy-proto-salut.png:
1260         * data/22x22/Makefile.am:
1261         * data/16x16/empathy-proto-salut.png:
1262         * data/16x16/Makefile.am:
1263         * data/scalable/empathy-proto-salut.svg:
1264         * data/scalable/Makefile.am:
1265         * data/salut.profile: Add salut icon. Fixes bug #447659 (Michael Monreal).
1266
1267 2007-06-14  Xavier Claessens  <xclaesse@gmail.com>
1268
1269         * libempathy-gtk/gossip-contact-list-view.c: Show logs when right
1270         click on a contact in the roster.
1271
1272 2007-06-14  Xavier Claessens  <xclaesse@gmail.com>
1273
1274         * src/org.gnome.Empathy.Chat.service.in:
1275         * src/empathy-accounts.c:
1276         * src/empathy-accounts-main.c:
1277         * src/empathy-chat-main.c:
1278         * src/empathy.c:
1279         * src/Makefile.am:
1280         * src/empathy-main.c:
1281         * libempathy/gossip-chatroom-manager.c:
1282         * autogen.sh: Empathy is no more splitted into 2 processes. It makes
1283         debugging more difficult when emmpathy-chat crashes. It's also more
1284         optimised like that since contact objects can be shared.
1285
1286 2007-06-14  Xavier Claessens  <xclaesse@gmail.com>
1287
1288         * libempathy-gtk/gossip-chat-window.c: Disconnect signals from
1289         chatroom_manager. Fixes bug #447178.
1290
1291 2007-06-14  Xavier Claessens  <xclaesse@gmail.com>
1292
1293         * po/POTFILES.in:
1294         * po/POTFILES.skip: Get strings in empathy.desktop.in.in and skip
1295         empathy.desktop.in. Fixes bug #446161.
1296
1297 2007-06-14  Xavier Claessens  <xclaesse@gmail.com>
1298
1299         * po/POTFILES.in: Adding missing files.
1300
1301 2007-06-14  Xavier Claessens  <xclaesse@gmail.com>
1302
1303         * libempathy-gtk/gossip-log-window.c:
1304         * libempathy-gtk/gossip-chat-window.c:
1305         * libempathy/empathy-log-manager.c:
1306         * libempathy/empathy-log-manager.h: Do not create log directory for a
1307         chat if there is no messages to put in. Show logs and information for
1308         the contact we are speaking with in the chat window menu.
1309
1310 2007-06-13  Xavier Claessens  <xclaesse@gmail.com>
1311
1312         * libempathy-gtk/Makefile.am:
1313         * libempathy-gtk/gossip-log-window.glade:
1314         * libempathy-gtk/gossip-log-window.h:
1315         * libempathy-gtk/gossip-log-window.c:
1316         * libempathy/empathy-log-manager.c:
1317         * libempathy/empathy-log-manager.h:
1318         * libempathy-gtk/gossip-chat.c:
1319         * libempathy-gtk/empathy-main-window.c: New window for viewing logs.
1320
1321         * libempathy-gtk/gossip-chat-view.c: Do not use smooth scroll when
1322         resizing the view.
1323
1324         * libempathy-gtk/gossip-contact-list-store.c: Do not set active
1325         contacts when creating the store, and when contact groups changed.
1326
1327         * src/empathy-main.c: Fix warning when using command-line options.
1328
1329         * libempathy/empathy-tp-contact-list.c: Check if we have an aliasing
1330         iface before setting the alias of a contact.
1331
1332         * TODO: Updated.
1333
1334         * data/jabber.profile: Ignore ssl errors by default. This is a security
1335         vulnerability but we don't really have the choice.
1336
1337         * libempathy/gossip-contact.h:
1338         * libempathy/gossip-contact.c: Add a "is-user" property to know if
1339         it's our self contact.
1340
1341         * libempathy/gossip-message.h:
1342         * libempathy/gossip-message.c: Add a "receiver" property like that we
1343         have our self contact for nick highlight.
1344
1345 2007-06-10  Xavier Claessens  <xclaesse@gmail.com>
1346
1347         * libempathy-gtk/gossip-spell-dialog.glade:
1348         * libempathy-gtk/gossip-spell-dialog.c:
1349         * libempathy-gtk/gossip-spell-dialog.h:
1350         * libempathy-gtk/gossip-chat.c:
1351         * libempathy-gtk/Makefile.am:
1352         * configure.ac: Adding spellcheck support.
1353
1354         * libempathy-gtk/gossip-spell.c:
1355         * libempathy/gossip-conf.c: Remove useless debug messages.
1356
1357 2007-06-10  Xavier Claessens  <xclaesse@gmail.com>
1358
1359         * libempathy-gtk/gossip-chat-view.c: Smooth scrolling.
1360         Fixes bug #445859 (Raphael Slinckx).
1361
1362 2007-06-09  Xavier Claessens  <xclaesse@gmail.com>
1363
1364         * libempathy/gossip-contact.c: Emit notify signal only if the property
1365         value effectively changed.
1366
1367 2007-06-09  Xavier Claessens  <xclaesse@gmail.com>
1368
1369         * libempathy-gtk/gossip-contact-list-view.c: Fix warning for DnD.
1370         patch imported from gossip.
1371
1372 2007-06-09  Xavier Claessens  <xclaesse@gmail.com>
1373
1374         * configure.ac: Bump version to 0.8
1375
1376         * libempathy-gtk/gossip-ui-utils.c: Fix usage of contact subscription
1377         property.
1378
1379         * data/gtalk.profile:
1380         * data/jabber.profile:
1381         * data/msn.profile: Add VCardField and VCardDefault to profiles for
1382         eds-sync support.
1383
1384 2007-06-09  Xavier Claessens  <xclaesse@gmail.com>
1385
1386         * libempathy-gtk/empathy-contact-widget.c: Fix a warning.
1387
1388 2007-06-09  Xavier Claessens  <xclaesse@gmail.com>
1389
1390         * libempathy-gtk/empathy-main-window.c:
1391         * libempathy-gtk/empathy-contact-widget.glade:
1392         * libempathy-gtk/empathy-contact-dialogs.c:
1393         * libempathy-gtk/empathy-contact-dialogs.h:
1394         * libempathy-gtk/empathy-contact-widget.c: We can now add a new contact.
1395         EmpathyContactWidget can change the contact it's displaying on-the-fly,
1396         like that we can display info when typing the contact ID we want to
1397         add to our contact list.
1398
1399         * libempathy/empathy-tp-contact-list.c: Fix a refcount bug.
1400
1401 2007-06-08  Xavier Claessens  <xclaesse@gmail.com>
1402
1403         * libempathy/gossip-chatroom-manager.c: Checks if the chatroom has
1404         an account and a room. Fixes bug #444135.
1405
1406 2007-06-08  Xavier Claessens  <xclaesse@gmail.com>
1407
1408         * libempathy-gtk/empathy-contact-dialogs.c:
1409         * libempathy-gtk/empathy-contact-widget.c:
1410         * libempathy-gtk/empathy-contact-widget.h: Do not save when closing the
1411         dialog. Update information in real-time and just provides a "Close"
1412         button. That's more GNOME spirite.
1413         * libempathy/empathy-tp-contact-list.c:
1414         * libempathy/gossip-contact.h:
1415         * libempathy/gossip-contact.c: New methods:
1416         gossip_contact_add/remove_group(). This fixes leaks when a contact is
1417         added/removed from a group.
1418
1419 2007-06-08  Xavier Claessens  <xclaesse@gmail.com>
1420
1421         * libempathy-gtk/gossip-chat.c: Fix build on 64bits arch.
1422         Fixes bug #444680 (Matej Cepl).
1423
1424 2007-06-06  Xavier Claessens  <xclaesse@gmail.com>
1425
1426         * libempathy-gtk/empathy-contact-dialogs.glade:
1427         * libempathy-gtk/empathy-contact-dialogs.c: Fix response and action
1428         buttons.
1429
1430 2007-06-06  Xavier Claessens  <xclaesse@gmail.com>
1431
1432         * libempathy-gtk/empathy-contact-dialogs.glade:
1433         * libempathy-gtk/empathy-contact-widget.glade:
1434         * libempathy-gtk/empathy-status-icon.c:
1435         * libempathy-gtk/empathy-contact-dialogs.c:
1436         * libempathy-gtk/empathy-contact-dialogs.h:
1437         * libempathy-gtk/gossip-ui-utils.c:
1438         * libempathy-gtk/empathy-subscription-dialog.glade:
1439         * libempathy-gtk/empathy-contact-widget.c:
1440         * libempathy-gtk/gossip-ui-utils.h:
1441         * libempathy-gtk/gossip-contact-list-view.c:
1442         * libempathy-gtk/empathy-subscription-dialog.c:
1443         * libempathy-gtk/Makefile.am:
1444         * libempathy-gtk/empathy-subscription-dialog.h: Implement editing and
1445         viewing contact information with right click on the roster.
1446
1447 2007-06-06  Xavier Claessens  <xclaesse@gmail.com>
1448
1449         * libempathy-gtk/empathy-contact-widget.glade:
1450         * libempathy-gtk/empathy-contact-widget.c:
1451         * libempathy-gtk/empathy-contact-widget.h:
1452         * libempathy-gtk/empathy-subscription-dialog.c: EmpatchContactWidget
1453         has 2 modes: editable or not.
1454
1455 2007-06-06  Xavier Claessens  <xclaesse@gmail.com>
1456
1457         * po/POTFILES.in: Updated with new files.
1458
1459 2007-06-06  Xavier Claessens  <xclaesse@gmail.com>
1460
1461         * libempathy-gtk/empathy-status-icon.c:
1462         * libempathy-gtk/empathy-subscription-dialog.glade:
1463         * libempathy-gtk/empathy-contact-widget.c:
1464         * libempathy-gtk/gossip-contact-list-view.c:
1465         * libempathy-gtk/empathy-subscription-dialog.c:
1466         * libempathy-gtk/Makefile.am:
1467         * libempathy-gtk/empathy-subscription-dialog.h:
1468         * libempathy/empathy-tp-contact-list.c: New dialog:
1469         EmpathySubscriptionDialog. It uses EmpathyContactWidget to display
1470         information about the contact who wants to get your presence. This
1471         dialog appears when clicking on the status icon when it blinks. You
1472         can also remove contacts when right-click on it in the roster.
1473
1474 2007-06-06  Xavier Claessens  <xclaesse@gmail.com>
1475
1476         * libempathy-gtk/empathy-status-icon.c:
1477         * libempathy-gtk/empathy-contact-widget.glade:
1478         * libempathy-gtk/empathy-contact-widget.c:
1479         * libempathy-gtk/empathy-contact-widget.h:
1480         * libempathy-gtk/Makefile.am: New widget: EmpathyContactWidget. It
1481         displays information about a contact, it can be used in any kind of
1482         dialog which needs to display contact information like alias, groups,
1483         avatar, etc. If the contact is the selfcontact information are editable.
1484
1485         * libempathy/empathy-tp-contact-list.c: Do not take care of subscription
1486         changes.
1487
1488         * libempathy/gossip-contact.c: Use
1489         gossip_presence_state_get_default_status (MC_PRESENCE_OFFLINE)
1490         when there is no presence.
1491
1492 2007-06-06  Xavier Claessens  <xclaesse@gmail.com>
1493
1494         * libempathy-gtk/empathy-status-icon.c: Add support for blinking when
1495         there is an event. Make use of EmpathyIdle for presence handling. Add
1496         an event when a contact requets subscription.
1497
1498         * libempathy-gtk/gossip-contact-list-store.c:
1499         * libempathy-gtk/gossip-contact-list-view.c:
1500         * libempathy/empathy-contact-manager.c:
1501         * libempathy/empathy-tp-contact-list.c:
1502         * libempathy/empathy-tp-chatroom.c:
1503         * libempathy/empathy-contact-list.c:
1504         * libempathy/empathy-contact-list.h: get_contacts() is renamed to
1505         get_members(). Adding a signal and a method for local-pending with
1506         contacts with the message. Rework completely the contact-list handling in
1507         EmpathyTpContactList to follow tp spec.
1508
1509         * libempathy/empathy-idle.c:
1510         * libempathy/empathy-idle.h: Add properties for the state and the 
1511         status message. EmpathyIdle is now a singleton to manager self presence.
1512
1513         * TODO: Updated.
1514
1515 2007-06-03  Xavier Claessens  <xclaesse@gmail.com>
1516
1517         * libempathy-gtk/gossip-accounts-dialog.glade: Set use_stock for
1518         button_connect to False, to avoid a crasher when opening the accounts
1519         window with GTK+ trunk. Fixes bug #439931.
1520         * libempathy-gtk/gossip-chat.c: Do not add backlog for chatrooms and
1521         do not log backlog from jabber server.
1522
1523 2007-06-03  Xavier Claessens  <xclaesse@gmail.com>
1524
1525         * libempathy-gtk/gossip-ui-utils.c
1526         * libempathy-gtk/gossip-accounts-dialog.c
1527         * libempathy-gtk/Makefile.am
1528         * src/empathy-accounts-main.c
1529         * src/empathy-chat-main.c
1530         * src/Makefile.am
1531         * src/empathy-main.c
1532         * libempathy/gossip-utils.c
1533         * libempathy/Makefile.am
1534         * src/empathy-filter.h
1535         * src/empathy-filter-plugin.c
1536         * src/empathy-filter.xml
1537         * src/empathy-filter.c
1538         * libempathy/gossip-paths.c
1539         * libempathy/gossip-paths.h: Remove unused code and append DATADIR to
1540         dirs where GTK should search icons.
1541
1542 2007-06-03  Xavier Claessens  <xclaesse@gmail.com>
1543
1544         * po/POTFILES.in:
1545         * po/POTFILES.skip: Add missing files that have strings for translation.
1546         Skip empathy-desktop.in.in. (Olivier Crete)
1547
1548 2007-06-03  Xavier Claessens  <xclaesse@gmail.com>
1549
1550         * libempathy-gtk/gossip-group-chat.c:
1551         * libempathy-gtk/gossip-private-chat.c:
1552         * libempathy-gtk/gossip-chat.c:
1553         * libempathy-gtk/gossip-chat.h:
1554         * libempathy/empathy-tp-chat.c: Add all properties described by TP spec
1555         for the Text channel on EmpathyTpChat. Make use of "name" and "subject"
1556         properties in GossipGroupChat.
1557
1558 2007-06-02  Xavier Claessens  <xclaesse@gmail.com>
1559
1560         * libempathy/empathy-log-manager.c: Fix crash when there is no log
1561         available for a chat.
1562         * libempathy/empathy-tp-contact-list.c: Fix a crash when destroy signal
1563         is emitted before StatusChanged.
1564
1565 2007-06-02  Xavier Claessens  <xclaesse@gmail.com>
1566
1567         * libempathy-gtk/gossip-group-chat.c:
1568         * libempathy-gtk/gossip-private-chat.c:
1569         * libempathy-gtk/gossip-chat.c:
1570         * libempathy/empathy-log-manager.c:
1571         * libempathy/empathy-log-manager.h:
1572         * libempathy/empathy-log-manager.xsl:
1573         * libempathy/Makefile.am: Log chats and display 10 last messages when
1574         opening a new chat.
1575
1576 2007-06-02  Xavier Claessens  <xclaesse@gmail.com>
1577
1578         * libempathy-gtk/gossip-group-chat.c:
1579         * libempathy/empathy-tp-contact-list.c:
1580         * libempathy/gossip-contact.c: Set default presence to available if
1581         there is no presence iface.
1582
1583 2007-06-02  Xavier Claessens  <xclaesse@gmail.com>
1584
1585         * libempathy-gtk/gossip-ui-utils.c:
1586         * libempathy-gtk/gossip-ui-utils.h:
1587         * configure.ac: Use gnome_vfs_url_show() instead of gnome_url_show()
1588         to avoid libgnomeui dependency (Ross Burton).
1589
1590 2007-06-01  Xavier Claessens  <xclaesse@gmail.com>
1591
1592         * libempathy-gtk/gossip-chatrooms-window.c:
1593         * libempathy-gtk/gossip-chat-window.c:
1594         * libempathy/gossip-chatroom.c:
1595         * libempathy/gossip-chatroom-manager.c:
1596         * configure.ac: Monitor changes on chatrooms.xml file and relead it 
1597         when it's modified. connect chatroom-added/removed in some places where
1598         needed.
1599
1600 2007-06-01  Xavier Claessens  <xclaesse@gmail.com>
1601
1602         * configure.ac: Bump version to 0.7
1603
1604 2007-05-31  Xavier Claessens  <xclaesse@gmail.com>
1605
1606         * libempathy-gtk/gossip-new-chatroom-dialog.c: No need to RequestHandle,
1607         MissionControl has API to request the channel from handle string.
1608
1609         * libempathy-gtk/empathy-main-window.c: Request room channel when
1610         clicking on favorite rooms.
1611
1612         * TODO: Add a task: supporting registering.
1613
1614 2007-05-31  Xavier Claessens  <xclaesse@gmail.com>
1615
1616         * libempathy/empathy-idle.c: Do not restore away presence message when
1617         coming back after the user set manually to away.
1618
1619 2007-05-31  Xavier Claessens  <xclaesse@gmail.com>
1620
1621         * libempathy-gtk/gossip-account-chooser.c: Fix warning when selecting
1622         all accounts.
1623
1624         * src/empathy-accounts-main.c:
1625         * libempathy-gtk/empathy-status-icon.c:
1626         * libempathy-gtk/gossip-accounts-dialog.h:
1627         * libempathy-gtk/gossip-accounts-dialog.c:
1628         * libempathy-gtk/gossip-preferences.h:
1629         * libempathy-gtk/gossip-preferences.c: Set parent window.
1630
1631         * libempathy-gtk/empathy-main-window.c: Implement favorite chatroom
1632         menu and fix a leak.
1633
1634         * libempathy-gtk/Makefile.am:
1635         * libempathy/Makefile.am:
1636         * libempathy/gossip-chatroom.c:
1637         * libempathy/gossip-chatroom.h:
1638         * libempathy/gossip-chatroom-manager.c:
1639         * libempathy/gossip-chatroom-manager.h:
1640         * libempathy/gossip-chatroom-manager.dtd:
1641         * libempathy-gtk/gossip-chatrooms-window.glade:
1642         * libempathy-gtk/gossip-chatrooms-window.c:
1643         * libempathy-gtk/gossip-chatrooms-window.h: New files to implement
1644         favorite chatrooms and a window to show them.
1645
1646
1647         * libempathy-gtk/gossip-chat.c: Fix tooltip leaked.
1648
1649         * libempathy-gtk/gossip-chat-window.h:
1650         * libempathy-gtk/gossip-chat-window.c: Do not use deprecated
1651         gtk_object_sink(). Implement favorite chatroom features. Find a chat
1652         by comparing the account AND the chat ID.
1653
1654         * src/empathy-chat-main.c:
1655         * libempathy/empathy-tp-chat.h:
1656         * libempathy/empathy-tp-chat.c:
1657         * libempathy/gossip-utils.h:
1658         * libempathy/gossip-utils.c: empathy_tp_chat_get_id() returns the Text
1659         channel's name. The chat ID is unique only for a specified account.
1660
1661         * libempathy/empathy-tp-contact-list.c: Fix some leaks and add a FIXME
1662         comment for a leak not yet fixed.
1663
1664         * TODO: Would be cool to have a glade catalog for libempathy-gtk.
1665
1666 2007-05-26  Xavier Claessens  <xclaesse@gmail.com>
1667
1668         * libempathy-gtk/gossip-contact-list-store.c: Do not highlight contacts
1669         already known when creating the contact list.
1670         * libempathy/empathy-tp-contact-list.c: Do not set alias if DBus
1671         returns an error. Fixes bug #442639.
1672         * libempathy/empathy-idle.c: Do not set status message to
1673         "Extended autoaway", let user's message unchanged.
1674
1675 2007-05-25  Xavier Claessens  <xclaesse@gmail.com>
1676
1677         * configure.ac: Bump version to 0.6
1678
1679 2007-05-25  Xavier Claessens  <xclaesse@gmail.com>
1680
1681         * libempathy-gtk/gossip-group-chat.c: Fix refcounting of
1682         GossipGroupChat.
1683         * libempathy/empathy-tp-contact-list.c: Add debug message when alias
1684         request fails.
1685         * data/22x22/empathy-group-message.png:
1686         * data/22x22/Makefile.am: Add group message icon.
1687 2007-05-25  Xavier Claessens  <xclaesse@gmail.com>
1688
1689         * libempathy-gtk/gossip-new-chatroom-dialog.c: Do not use the server
1690         entry's value if it's hidden.
1691         * libempathy-gtk/gossip-contact-list-view.c: Do not highlight groups
1692         when adding them in the roster.
1693         * libempathy/empathy-tp-contact-list.c: Do not create new GossipContact
1694         object in presence/avatar/alias changed signal if we don't already know
1695         that contact from a contact list channel. This should fix DBus max
1696         pending calls limit reached in some cases.
1697
1698 2007-05-25  Xavier Claessens  <xclaesse@gmail.com>
1699
1700         * libempathy-gtk/gossip-new-chatroom-dialog.c: Preset the server only
1701         for jabber protocol to conference.server. This fixes a warning.
1702
1703         * libempathy-gtk/gossip-group-chat.h:
1704         * libempathy-gtk/gossip-group-chat.c: gossip_group_chat_set_topic() is 
1705         a public function.
1706
1707         * libempathy-gtk/empathy-images.h:
1708         * libempathy-gtk/empathy-main-window.glade:
1709         * libempathy-gtk/empathy-status-icon.glade: Make use of
1710         empathy-new-message icon name.
1711
1712         * libempathy-gtk/gossip-contact-list-store.c: By default we sort by
1713         contacts names.
1714
1715         * libempathy-gtk/gossip-chat.c: Do not display composing state if
1716         it's our own contact that is composing.
1717
1718         * src/empathy-chat-main.c:
1719         * libempathy/empathy-tp-chat.c:
1720         * libempathy/empathy-tp-chat.h: Make possible to build the id based on
1721         the account and the channel's name. For private chats that means the
1722         contact's id.
1723
1724         * libempathy-gtk/gossip-chat-window.c: Un-comment the code related to
1725         chatrooms that is now implemented. We can now Show/Hide contact list
1726         for group chats, DnD contact on the window to begin a discussion, join
1727         a new chatroom.
1728
1729         * libempathy-gtk/gossip-account-chooser.c: Add a FIXME message.
1730
1731         * data/22x22/empathy-new-message.png:
1732         * data/22x22/empathy-proto-irc.png:
1733         * data/22x22/Makefile.am:
1734         * data/32x32/empathy-proto-irc.png:
1735         * data/32x32/Makefile.am:
1736         * data/gtalk.profile:
1737         * data/16x16/empathy-new-message:
1738         * data/16x16/empathy-message-new.png:
1739         * data/16x16/empathy-proto-irc.png:
1740         * data/16x16/Makefile.am:
1741         * data/scalable/empathy-proto-irc.svg:
1742         * data/scalable/Makefile.am:
1743         * data/irc.profile: Adding icons for empathy-new-message and IRC
1744         protocol. Make use of the irc icon in the irc profile.
1745
1746 2007-05-24  Xavier Claessens  <xclaesse@gmail.com>
1747
1748         * libempathy-gtk/gossip-new-chatroom-dialog.c:
1749         * libempathy-gtk/empathy-main-window.c: White space fix.
1750
1751 2007-05-24  Xavier Claessens  <xclaesse@gmail.com>
1752
1753         * libempathy-gtk/gossip-account-chooser.c:
1754         * libempathy-gtk/gossip-new-chatroom-dialog.c:
1755         * libempathy-gtk/gossip-account-widget-jabber.c:
1756         * libempathy-gtk/gossip-account-chooser.h:
1757         * libempathy-gtk/gossip-new-chatroom-dialog.h:
1758         * libempathy-gtk/gossip-group-chat.c:
1759         * libempathy-gtk/empathy-main-window.c:
1760         * libempathy-gtk/gossip-new-chatroom-dialog.glade:
1761         * libempathy-gtk/gossip-account-widget-jabber.glade:
1762         * libempathy-gtk/Makefile.am:
1763         * libempathy/empathy-tp-chatroom.c:
1764         * data/gtalk.profile:
1765         * data/jabber.profile:
1766         * data/salut.profile:
1767         * data/Makefile.am:
1768         * data/empathy.desktop.in.in:
1769         * data/msn.profile:
1770         * data/irc.profile: New objects: GossipAccountChooser and
1771         GossipNewChatroom, we can now join any chatroom. Adding IRC profile.
1772
1773 2007-05-21  Xavier Claessens  <xclaesse@gmail.com>
1774
1775         * libempathy/empathy-idle.c: If we are offline do not set away on idle.
1776         If we are already away restore to available when we are no mode idle.
1777         Do no modify status message.
1778
1779 2007-05-21  Xavier Claessens  <xclaesse@gmail.com>
1780
1781         * libempathy-gtk/gossip-group-chat.c:
1782         * libempathy-gtk/gossip-group-chat.h:
1783         * libempathy-gtk/gossip-private-chat.c:
1784         * libempathy-gtk/gossip-private-chat.h:
1785         * libempathy-gtk/gossip-group-chat.glade:
1786         * libempathy-gtk/Makefile.am:
1787         * src/empathy-chat-main.c:
1788         * libempathy/empathy-tp-contact-list.c:
1789         * libempathy/gossip-telepathy-group.c:
1790         * libempathy/gossip-telepathy-group.h:
1791         * libempathy/empathy-tp-chatroom.c:
1792         * libempathy/empathy-tp-chatroom.h: Implementing basic chatroom support.
1793         Actually it works only if we get invited in a chatroom.
1794
1795 2007-05-20  Xavier Claessens  <xclaesse@gmail.com>
1796
1797         * libempathy-gtk/gossip-chat-view.c: Correctly remember the contact
1798         who sent last message.
1799
1800 2007-05-20  Xavier Claessens  <xclaesse@gmail.com>
1801
1802         * libempathy-gtk/gossip-chat-view.c: Correctly remember if last message
1803         comes from the self contact or another.
1804
1805 2007-05-20  Xavier Claessens  <xclaesse@gmail.com>
1806
1807         * libempathy-gtk/gossip-contact-list-model.c:
1808         * libempathy-gtk/gossip-contact-list-model.h: Removed.
1809         * libempathy-gtk/gossip-contact-list-view.c:
1810         * libempathy-gtk/gossip-contact-list-view.h: Added.
1811
1812 2007-05-20  Xavier Claessens  <xclaesse@gmail.com>
1813
1814         * libempathy-gtk/gossip-contact-list-store.c: Set COL_NAME earlier like
1815         that it can directly be sorted.
1816         * data/empathy.schemas.in: s/gossip/empathy/
1817
1818 2007-05-20  Xavier Claessens  <xclaesse@gmail.com>
1819
1820         * configure.ac: Bump version to 0.5
1821
1822 2007-05-20  Xavier Claessens  <xclaesse@gmail.com>
1823
1824         * libempathy-gtk/gossip-contact-list-store.c: Allow to set custom 
1825         function for getting groups of a contact. Make possible to have groups
1826         for presence or role/affiliation in chatroom for example.
1827         * libempathy-gtk/gossip-contact-list-store.h: Allow to set custom
1828         function to handle DnD of contact. Useful when a custom function is set
1829         for groups.
1830         * src/empathy-chat-main.c: Minor fix.
1831         * TODO:
1832         * po/POTFILES.in: Updated.
1833
1834 2007-05-19  Xavier Claessens  <xclaesse@gmail.com>
1835
1836         * libempathy-gtk/Makefile.am:
1837         * libempathy/empathy-tp-chat.c:
1838         * libempathy/empathy-contact-manager.c:
1839         * libempathy/empathy-contact-list.c: Fix indentation
1840         * libempathy/empathy-tp-contact-list.c: Fix not returning the contact
1841         in tp_contact_list_find()
1842         * TODO: Updated.
1843
1844 2007-05-19  Xavier Claessens  <xclaesse@gmail.com>
1845
1846         * libempathy-gtk/gossip-contact-list-store.c:
1847         * libempathy-gtk/gossip-preferences.c:
1848         * libempathy-gtk/gossip-contact-list-store.h:
1849         * libempathy-gtk/gossip-contact-list.c:
1850         * libempathy-gtk/gossip-contact-list.h:
1851         * libempathy-gtk/empathy-main-window.c:
1852         * libempathy-gtk/gossip-contact-list-model.c:
1853         * libempathy-gtk/gossip-contact-list-model.h:
1854         * libempathy-gtk/Makefile.am:
1855         * libempathy/empathy-marshal.list: Split GossipContactList into
1856         two objects: GossipContactListStore inheriting from GtkTreeStore and
1857         GossipContactListView inheriting from GtkTreeView. This makes
1858         easier to build new UI widgets reusing the GtkTreeModel.
1859
1860 2007-05-19  Xavier Claessens  <xclaesse@gmail.com>
1861
1862         * libempathy/empathy-idle.c: Auto away when session id idle, instead of
1863         when screensaver is active.
1864
1865 2007-05-18  Xavier Claessens  <xclaesse@gmail.com>
1866
1867         * libempathy-gtk/gossip-private-chat.h:
1868         * libempathy-gtk/gossip-contact-list.c:
1869         * libempathy-gtk/gossip-chat.c:
1870         * libempathy-gtk/gossip-chat.h:
1871         * libempathy-gtk/gossip-chat-window.c:
1872         * libempathy-gtk/Makefile.am:
1873         * libempathy-gtk/gossip-chat-view.c:
1874         * libempathy-gtk/gossip-private-chat.c:
1875         * src/empathy-chat-main.c:
1876         * libempathy/gossip-utils.c:
1877         * libempathy/gossip-contact.h:
1878         * libempathy/empathy-tp-chat.c:
1879         * libempathy/gossip-utils.h:
1880         * libempathy/empathy-contact-manager.c:
1881         * libempathy/empathy-contact-manager.h:
1882         * libempathy/empathy-tp-contact-list.c:
1883         * libempathy/empathy-tp-contact-list.h:
1884         * libempathy/empathy-tp-chatroom.c:
1885         * libempathy/empathy-tp-chatroom.h:
1886         * libempathy/empathy-contact-list.c:
1887         * libempathy/empathy-contact-list.h:
1888         * libempathy/Makefile.am:
1889         * libempathy/gossip-contact.c: EmpathyContactList is now an interface
1890         implemented by EmpathyTpContactList, EmpathyContactManager and
1891         EmpathyTpChatroom. GossipContactList use that interface to display a 
1892         treeview.
1893
1894 2007-05-17  Xavier Claessens  <xclaesse@gmail.com>
1895
1896         * libempathy-gtk/gossip-chat.c: Display ChatState.
1897
1898 2007-05-16  Xavier Claessens  <xclaesse@gmail.com>
1899
1900         * libempathy-gtk/empathy-status-icon.c:
1901         * libempathy/empathy-idle.c:
1902         * libempathy/empathy-idle.h:
1903         * libempathy/Makefile.am:
1904         * po/POTFILES.in: New object EmpathyIdle to manage autoaway and
1905         extended autoaway states.
1906
1907 2007-05-15  Xavier Claessens  <xclaesse@gmail.com>
1908
1909         * configure.ac:
1910         * data/empathy.desktop.in:
1911         * data/Makefile.am:
1912         * data/empathy.desktop.in.in:
1913         * po/POTFILES.in: Set bugzilla information in desktop file and add it 
1914         to POTFILES.in
1915
1916 2007-05-15  Xavier Claessens  <xclaesse@gmail.com>
1917
1918         * libempathy-gtk/empathy-status-icon.glade:
1919         * libempathy-gtk/empathy-main-window.glade: Fix using of gossip icons
1920         in menus.
1921
1922 2007-05-14  Xavier Claessens  <xclaesse@gmail.com>
1923
1924         * src/empathy-chat-main.c:
1925         * src/empathy-main.c:
1926         * configure.ac:
1927         * data/22x22/Makefile.am:
1928         * data/22x22/empathy.png:
1929         * data/48x48:
1930         * data/48x48/Makefile.am:
1931         * data/48x48/empathy.png:
1932         * data/32x32/Makefile.am:
1933         * data/32x32/empathy.png:
1934         * data/16x16/empathy.png:
1935         * data/16x16/Makefile.am:
1936         * data/scalable/empathy.svg:
1937         * data/scalable/Makefile.am:
1938         * data/Makefile.am: Add empathy icon stolen from cohoba.
1939
1940 2007-05-14  Xavier Claessens  <xclaesse@gmail.com>
1941
1942         * src/empathy-chat-main.c:
1943         * src/Makefile.am:
1944         * src/empathy-main.c:
1945         * po/POTFILES.in
1946         * po/LINGUAS:
1947         * TODO: Setting up i18n support.
1948
1949         * po/Makefile.in.in: Removed, it's generated at build time.
1950
1951 2007-05-13  Xavier Claessens  <xclaesse@gmail.com>
1952
1953         * libempathy-gtk/gossip-account-widget-jabber.glade: Add an example
1954         label for jid.
1955
1956 2007-05-13  Xavier Claessens  <xclaesse@gmail.com>
1957
1958         * libempathy-gtk/gossip-chat-window.c:
1959         * libempathy-gtk/gossip-chat-window.h:
1960         * src/empathy-chat-main.c:
1961         * libempathy/empathy-tp-chat.c:
1962         * libempathy/empathy-tp-chat.h: When a new text channel arrives, check
1963         if there is no existing GossipChat object for it.
1964
1965 2007-05-13  Xavier Claessens  <xclaesse@gmail.com>
1966
1967         * src/Makefile.am:
1968         * src/empathy-contact-list-main.c: Removing empathy-contact-list
1969         program, it's useless.
1970
1971 2007-05-13  Xavier Claessens  <xclaesse@gmail.com>
1972
1973         * configure.ac: Change version from 0.3darcs to 0.3svn
1974
1975 2007-05-13  Xavier Claessens  <xclaesse@gmail.com>
1976
1977         * autogen.sh: Set executable
1978         * po/POTFILES.in: Update translatable files
1979
1980 2007-03-16  Xavier Claessens  <xclaesse@gmail.com>
1981
1982         * Initial version
1983 2007-09-28  Xavier Claessens  <xclaesse@gmail.com>
1984
1985         * libempathy/empathy-tp-group.c: Look in the local_pendings list if a
1986         contact is already local pending.
1987         * tests/contact-manager.c: Fix white space typo.
1988