]> git.0d.be Git - empathy.git/blob - ChangeLog
Do not list profiles that don't have the corresponding CM installed when
[empathy.git] / ChangeLog
1 2007-08-02 Xavier Claessens  <xclaesse@gmail.com>
2
3         * libempathy-gtk/empathy-profile-chooser.c: Do not list profiles that
4         don't have the corresponding CM installed when creating a new account.
5         This is a workaround for MC bug: SF #1688779.
6
7 2007-08-02 Xavier Claessens  <xclaesse@gmail.com>
8
9         * libempathy-gtk/empathy-account-widget-generic.c: Remove size_group.
10         Fixes bug #462792.
11
12 2007-08-02 Xavier Claessens  <xclaesse@gmail.com>
13
14         * libempathy-gtk/empathy-accounts-dialog.c:
15         * libempathy/empathy-utils.c:
16         * libempathy/empathy-utils.h: Adding new empathy_strdiff API stolen from
17         telepathy-glib. It check if strings are != NULL before using strcmp.
18         Using that API to fix bug #461886. Should be used in more places.
19
20 2007-08-02 Xavier Claessens  <xclaesse@gmail.com>
21
22         * libempathy-gtk/empathy-status-icon.c: Click on the tray icon shows the
23         window if it's not active and hide if it is. Fixes bug #462057
24         (Olivier Valentin).
25
26 2007-08-02 Xavier Claessens  <xclaesse@gmail.com>
27
28         * libempathy-gtk/empathy-group-chat.c: don't display
29         "Topic set to: (null)". Fixes bug #460205 (Michael Scherer).
30
31 2007-07-30 Xavier Claessens  <xclaesse@gmail.com>
32
33         * autogen.sh: Added back, it calls gnome-autogen.sh.
34
35 2007-07-29 Xavier Claessens  <xclaesse@gmail.com>
36
37         * libempathy-gtk/empathy-profile-chooser.c:
38         * libempathy/empathy-message.c: Add missing include string.h.
39
40 2007-07-29 Xavier Claessens  <xclaesse@gmail.com>
41
42         * configure.ac: Bump version to 0.11.
43
44 2007-07-29 Xavier Claessens  <xclaesse@gmail.com>
45
46         * libempathy-gtk/empathy-account-widget-generic.c:
47         * libempathy-gtk/empathy-account-widget-generic.h: Align param names
48         on the left.
49
50         * libempathy-gtk/empathy-accounts-dialog.glade:
51         * libempathy-gtk/empathy-accounts-dialog.c: Simpler header to describe
52         the selected account. Fixes bug #459169.
53
54         * configure.ac: Set Collabora Ltd. in the Copyright.
55
56 2007-07-28 Xavier Claessens  <xclaesse@gmail.com>
57
58         * libempathy-gtk/empathy-profile-chooser.c: Makes easier to change to
59         profile order.
60
61 2007-07-28 Xavier Claessens  <xclaesse@gmail.com>
62
63         * libempathy-gtk/empathy-account-widget-jabber.c: Try to guess the
64         server from the jid only if we are using the jabber profile. When we
65         guessed a server don't forget to set the "server" McAccount param,
66         setting the entry's text is not enough.
67
68 2007-07-28 Xavier Claessens  <xclaesse@gmail.com>
69
70         * libempathy-gtk/empathy-profile-chooser.c: Improve the sort function
71         a bit to have Jabber before GTalk.
72
73 2007-07-28 Xavier Claessens  <xclaesse@gmail.com>
74
75         * libempathy-gtk/empathy-accounts-dialog.glade:
76         * libempathy-gtk/empathy-accounts-dialog.c: Update the Enable/Disable
77         button even if there is no account selected. Set it insensitive if no
78         account is selected. Fixes bug #459012.
79
80 2007-07-27 Xavier Claessens  <xclaesse@gmail.com>
81
82         * libempathy-gtk/empathy-profile-chooser.c: Sort profiles to have
83         free protocols first. Fixes bug #460605.
84
85 2007-07-27 Xavier Claessens  <xclaesse@gmail.com>
86
87         * libempathy/empathy-message.c:
88         * libempathy/empathy-message.h:
89         * libempathy/empathy-log-manager.c: Add message type in log files.
90         Fixes bug #459579.
91
92         * doc/*: Updated.
93
94 2007-07-26 Xavier Claessens  <xclaesse@gmail.com>
95
96         * po/POTFILES.in: Add missing file
97         libempathy-gtk/empathy-account-widget-msn.glade.
98
99 2007-07-26 Xavier Claessens  <xclaesse@gmail.com>
100
101         * libempathy-gtk/empathy-account-widget-jabber.glade:
102         * libempathy-gtk/empathy-account-widget-jabber.c: Hide
103         "advanced options" for jabber in a GtkExpander. Fixes bug #459168
104         (Guillaume Desmottes).
105
106 2007-07-26 Xavier Claessens  <xclaesse@gmail.com>
107
108         * libempathy-gtk/empathy-new-chatroom-dialog.c:
109         * libempathy/empathy-tp-roomlist.c: Fix Room listing. Fixes bug #460416
110         (Sjoerd Simons).
111
112 2007-07-26 Xavier Claessens  <xclaesse@gmail.com>
113
114         * libempathy-gtk/Makefile.am:
115         * libempathy/Makefile.am:
116         * configure.ac: Use libtool -version-info. Fixes bug #460579
117         (Laurent Bigonville).
118
119 2007-07-26 Xavier Claessens  <xclaesse@gmail.com>
120
121         * README:
122         * autogen.sh: Remove the autogen.sh script and use gnome-autogen.sh
123         instead. Fixes bug #460590.
124
125 2007-07-26 Xavier Claessens  <xclaesse@gmail.com>
126
127         * libempathy-gtk/empathy-account-chooser.c:
128         * libempathy-gtk/empathy-new-chatroom-dialog.c:
129         * libempathy-gtk/empathy-account-chooser.h:
130         * libempathy-gtk/empathy-contact-dialogs.c:
131         * libempathy-gtk/empathy-chatrooms-window.c:
132         * libempathy-gtk/empathy-contact-widget.c:
133         * libempathy-gtk/empathy-contact-widget.h:
134         * libempathy-gtk/empathy-log-window.c:
135         * doc/*: Do not show salut accounts in the add contact dialog. Rework
136         a bit EmpathyContactWidget. Fixes bug #459100
137         (Guillaume Desmottes, Xavier Claessens).
138
139 2007-07-26 Xavier Claessens  <xclaesse@gmail.com>
140
141         * libempathy-gtk/empathy-accounts-dialog.c: add contact frame is not
142         hidden after cancelling. Fixes bug #458997 (Frederic Peters).
143
144 2007-07-26 Xavier Claessens  <xclaesse@gmail.com>
145
146         * libempathy/empathy-idle.c: Fix problems when NM is not running. Fixes
147         bug #460419.
148
149         * doc/*: Updated documentation.
150
151 2007-07-26 Xavier Claessens  <xclaesse@gmail.com>
152
153         * configure.ac: Bump version to 0.10
154
155 2007-07-25 Xavier Claessens  <xclaesse@gmail.com>
156
157         * libempathy/empathy-filter.c: Adding more debug output.
158
159 2007-07-25 Xavier Claessens  <xclaesse@gmail.com>
160
161         * libempathy/empathy-tp-contact-list.c: Add a check to be sure the
162         new channel is valid in the NewChannel cb. Fixes bug #451564.
163
164 2007-07-20 Xavier Claessens  <xclaesse@gmail.com>
165
166         * libempathy/Makefile.am:
167         * libempathy/empathy-tp-roomlist.h:
168         * libempathy/empathy-tp-roomlist.c:
169         * libempathy-gtk/empathy-chatrooms-window.c:
170         * libempathy-gtk/empathy-new-chatroom-dialog.c: Initial room list
171         support. It does not works yet.
172
173         * libempathy-gtk/empathy-account-widget-generic.c: Add support for all
174         types of integer and float. Fixes bug #457740 (Jamey Hicks).
175
176         * libempathy/empathy-tp-chat.c:
177         * libempathy-gtk/empathy-chat.c: If there is an error sending a message,
178         show an error message to the user.
179
180         * libempathy-gtk/empathy-accounts-dialog.c: Fix a leak, profile should
181         be unrefed after mc_account_get_profile.
182
183         * libempathy/empathy-utils.c:
184         * libempathy/empathy-utils.h:
185         * libempathy/empathy-tp-chatroom.c:
186         * libempathy/empathy-tp-group.h:
187         * libempathy/empathy-tp-group.c:
188         * src/empathy.c: Rename empathy_get_channel_id() to
189         empathy_inspect_channel(). We now have empathy_inspect_handle().
190
191         * po/POTFILES.in:
192         * libempathy/empathy-tp-contact-list.c: Set all contacts from salut
193         protocol to the "Local Network" group.
194
195         * libempathy/empathy-idle.c: Fix NetworkManager support.
196
197         * libempathy/empathy-chatroom.h: Fix indentation.
198
199         * libempathy-gtk/empathy-status-icon.c:
200         * libempathy-gtk/empathy-ui-utils.c:
201         * libempathy-gtk/empathy-ui-utils.h:
202          - Iconify main window to the status icon like in rhythmbox.
203            Fixes bug #458106 (Jaap A. Haitsma).
204          - Rounded avatars. Fixes bug #457992 (Raphael Slinckx)
205
206         * Makefile.am: Fix distcheck for gtkdoc (Vincent Untz)
207
208         * data/empathy.desktop.in.in: Change application description
209         (Jaap A. Haitsma).
210
211 2007-07-14 Xavier Claessens  <xclaesse@gmail.com>
212
213         * libempathy-gtk/empathy-contact-list-store.c: Show avatars by default.
214
215 2007-07-13 Xavier Claessens  <xclaesse@gmail.com>
216
217         * libempathy-gtk/empathy-status-icon.c: If there is no pending msg
218         when a text channel should be filtered wait for the first message
219         instead of not dispatching the channel which may cause messages to be
220         lost.
221
222 2007-07-13 Xavier Claessens  <xclaesse@gmail.com>
223
224         * libempathy/empathy-tp-contact-list.c: Fix avatar request queue.
225
226 2007-07-13 Xavier Claessens  <xclaesse@gmail.com>
227
228         * libempathy-gtk/empathy-new-chatroom-dialog.c:
229         * libempathy-gtk/empathy-new-chatroom-dialog.glade: Remove unused
230         nickname entry and use a GtkTable for room information. More work is
231         needed here.
232
233         * libempathy-gtk/empathy-contact-widget.glade: Change padding to 6.
234
235         * libempathy-gtk/empathy-contact-dialogs.c: Set a window title.
236
237         * libempathy-gtk/empathy-contact-widget.c: Fix alignment of widgets.
238
239         * libempathy/empathy-tp-contact-list.c: Add more debug msg for avatar
240         handling.
241
242 2007-07-12 Xavier Claessens  <xclaesse@gmail.com>
243
244         * libempathy-gtk/Makefile.am: Fix missing header for
245         EmpathyAccountWidgetMSN.
246
247         * configure.ac: Fix useless "\".
248
249         * autogen.sh: run gtkdocize if needed.
250
251 2007-07-12 Xavier Claessens  <xclaesse@gmail.com>
252
253         * configure.ac:
254         * doc/*:
255         * Makefile.am: Adding initial API documentation using gtk-doc.
256
257 2007-07-12 Xavier Claessens  <xclaesse@gmail.com>
258
259         * libempathy/empathy-tp-contact-list.c: Auto-accept to publish presence
260         to contacts that are in our subscribe list. When accepting a pending
261         contact add it to publish and subscribe list.
262
263 2007-07-09 Xavier Claessens  <xclaesse@gmail.com>
264
265         * src/empathy.c:
266         * libempathy/empathy-debug.c:
267         * libempathy/empathy-debug.h: Add EMPATHY_LOGFILE env variable. Fixes
268         bug #455240 (Guillaume Desmottes).
269
270 2007-07-09 Xavier Claessens  <xclaesse@gmail.com>
271
272         * libempathy-gtk/empathy-account-widget-msn.glade:
273         * libempathy-gtk/empathy-account-widget-msn.c:
274         * libempathy-gtk/empathy-account-widget-msn.h:
275         * libempathy-gtk/empathy-accounts-dialog.c:
276         * libempathy-gtk/Makefile.am: Add MSN setting UI. Fixes bug #443162
277         (Cosimo Cecchi).
278
279         * libempathy-gtk/empathy-chat-view.c:
280         * libempathy/empathy-log-manager.c:
281         * libempathy/empathy-log-manager.h: Add needed API to show chat logs in
282         Tracker. Fixes bug #452536.
283
284 2007-07-07 Xavier Claessens  <xclaesse@gmail.com>
285
286         * libempathy-gtk/empathy-account-widget-generic.c: Workaround to fix a 
287         commonly reported crash. Fixes bug #454277
288         * libempathy/empathy-tp-group.c: Add a missing check.
289
290 2007-06-30 Xavier Claessens  <xclaesse@gmail.com>
291
292         * configure.ac: Bump MC version required to 4.27.
293         * TODO: Updated.
294
295 2007-06-30 Xavier Claessens  <xclaesse@gmail.com>
296
297         * libempathy-gtk/empathy-account-widget-generic.c: Fix a leaked ref.
298
299         * src/empathy.c: If we get a chatroom we have to create an
300         EmpathyTpChatroom object.
301
302         * src/Makefile.am: Fix build system, programs links to libempathy-gtk
303         and libempathy.
304
305         * configure.ac: libempathy does not depends on libgnome-vfs.
306
307         * libempathy-gtk/empathy-status-icon.c:
308         * libempathy-gtk/empathy-chat.c:
309         * libempathy/empathy-tp-chat.c:
310         * libempathy/empathy-tp-chat.h:
311         * libempathy/empathy-filter.c:
312         * libempathy/empathy-filter.h:
313         * libempathy/empathy-filter.xml:
314         * libempathy/Makefile.am: Filter incoming text channels and make
315         status icon flash when there we receive a new message. Dispatch the
316         channel only when we get a message and the user click on the icon.
317
318 2007-06-22 Xavier Claessens  <xclaesse@gmail.com>
319
320         * libempathy-gtk/libempathy-gtk.pc.in:
321         * libempathy-gtk/Makefile.am:
322         * libempathy/libempathy.pc.in:
323         * libempathy/Makefile.am:
324         * configure.ac: Install libempathy and libempathy-gtk and make their
325         API public.
326
327 2007-06-22 Xavier Claessens  <xclaesse@gmail.com>
328
329         * po/POTFILES.in: s/gossip/empathy/
330
331 2007-06-22 Xavier Claessens  <xclaesse@gmail.com>
332
333         * libempathy/*.[ch]:
334         * libempathy-gtk/*.[ch]:
335         * src/*.[ch]: Rename all filenames starting with "gossip" by "empathy",
336         change namespace of all gossip_*() functions to empathy_*().
337         Fixes bug #444490 (Mario Danic, Xavier Claessens).
338
339 2007-06-21 Xavier Claessens  <xclaesse@gmail.com>
340
341         * configure.ac: Bump version to 0.9
342
343 2007-06-21 Xavier Claessens  <xclaesse@gmail.com>
344
345         * libempathy/empathy-tp-contact-list.c: Fix typo causing warnings.
346
347 2007-06-21 Xavier Claessens  <xclaesse@gmail.com>
348
349         * libempathy-gtk/empathy-contact-dialogs.c:
350         * libempathy-gtk/gossip-contact-list-store.c:
351         * libempathy-gtk/gossip-contact-list-view.c:
352         * libempathy/empathy-contact-manager.c:
353         * libempathy/empathy-tp-contact-list.c:
354         * libempathy/empathy-contact-list.c:
355         * libempathy/empathy-contact-list.h:
356         * libempathy/gossip-contact.c: We show in our roster all contacts
357         members and remote-pending of subscribe list. Adding/Removing a contact
358         only add/remove from subscribe list. Accept/Reject a contact in
359         local-pending of publish list is done using _process_pending().
360
361 2007-06-15 Xavier Claessens  <xclaesse@gmail.com>
362
363         * src/empathy.c:
364         * libempathy/empathy-idle.c: Adding NetworkManager support.
365
366 2007-06-15 Xavier Claessens  <xclaesse@gmail.com>
367
368         * libempathy-gtk/empathy-status-icon.c:
369         * libempathy-gtk/gossip-presence-chooser.c:
370         * libempathy-gtk/gossip-presence-chooser.h:
371         * libempathy/empathy-idle.c:
372         * libempathy/empathy-idle.h: Prepare for slack time when coming back
373         from auto away. Not yet fully implemented.
374
375 2007-06-14 Xavier Claessens  <xclaesse@gmail.com>
376
377         * libempathy-gtk/empathy-images.h:
378         * libempathy-gtk/gossip-chat.c: Use gtk-info for contact informaiton.
379
380         * data/22x22/empathy-proto-salut.png:
381         * data/22x22/Makefile.am:
382         * data/16x16/empathy-proto-salut.png:
383         * data/16x16/Makefile.am:
384         * data/scalable/empathy-proto-salut.svg:
385         * data/scalable/Makefile.am:
386         * data/salut.profile: Add salut icon. Fixes bug #447659 (Michael Monreal).
387
388 2007-06-14 Xavier Claessens  <xclaesse@gmail.com>
389
390         * libempathy-gtk/gossip-contact-list-view.c: Show logs when right
391         click on a contact in the roster.
392
393 2007-06-14 Xavier Claessens  <xclaesse@gmail.com>
394
395         * src/org.gnome.Empathy.Chat.service.in:
396         * src/empathy-accounts.c:
397         * src/empathy-accounts-main.c:
398         * src/empathy-chat-main.c:
399         * src/empathy.c:
400         * src/Makefile.am:
401         * src/empathy-main.c:
402         * libempathy/gossip-chatroom-manager.c:
403         * autogen.sh: Empathy is no more splitted into 2 processes. It makes
404         debugging more difficult when emmpathy-chat crashes. It's also more
405         optimised like that since contact objects can be shared.
406
407 2007-06-14 Xavier Claessens  <xclaesse@gmail.com>
408
409         * libempathy-gtk/gossip-chat-window.c: Disconnect signals from
410         chatroom_manager. Fixes bug #447178.
411
412 2007-06-14 Xavier Claessens  <xclaesse@gmail.com>
413
414         * po/POTFILES.in:
415         * po/POTFILES.skip: Get strings in empathy.desktop.in.in and skip
416         empathy.desktop.in. Fixes bug #446161.
417
418 2007-06-14 Xavier Claessens  <xclaesse@gmail.com>
419
420         * po/POTFILES.in: Adding missing files.
421
422 2007-06-14 Xavier Claessens  <xclaesse@gmail.com>
423
424         * libempathy-gtk/gossip-log-window.c:
425         * libempathy-gtk/gossip-chat-window.c:
426         * libempathy/empathy-log-manager.c:
427         * libempathy/empathy-log-manager.h: Do not create log directory for a
428         chat if there is no messages to put in. Show logs and information for
429         the contact we are speaking with in the chat window menu.
430
431 2007-06-13 Xavier Claessens  <xclaesse@gmail.com>
432
433         * libempathy-gtk/Makefile.am:
434         * libempathy-gtk/gossip-log-window.glade:
435         * libempathy-gtk/gossip-log-window.h:
436         * libempathy-gtk/gossip-log-window.c:
437         * libempathy/empathy-log-manager.c:
438         * libempathy/empathy-log-manager.h:
439         * libempathy-gtk/gossip-chat.c:
440         * libempathy-gtk/empathy-main-window.c: New window for viewing logs.
441
442         * libempathy-gtk/gossip-chat-view.c: Do not use smooth scroll when
443         resizing the view.
444
445         * libempathy-gtk/gossip-contact-list-store.c: Do not set active
446         contacts when creating the store, and when contact groups changed.
447
448         * src/empathy-main.c: Fix warning when using command-line options.
449
450         * libempathy/empathy-tp-contact-list.c: Check if we have an aliasing
451         iface before setting the alias of a contact.
452
453         * TODO: Updated.
454
455         * data/jabber.profile: Ignore ssl errors by default. This is a security
456         vulnerability but we don't really have the choice.
457
458         * libempathy/gossip-contact.h:
459         * libempathy/gossip-contact.c: Add a "is-user" property to know if
460         it's our self contact.
461
462         * libempathy/gossip-message.h:
463         * libempathy/gossip-message.c: Add a "receiver" property like that we
464         have our self contact for nick highlight.
465
466 2007-06-10 Xavier Claessens  <xclaesse@gmail.com>
467
468         * libempathy-gtk/gossip-spell-dialog.glade:
469         * libempathy-gtk/gossip-spell-dialog.c:
470         * libempathy-gtk/gossip-spell-dialog.h:
471         * libempathy-gtk/gossip-chat.c:
472         * libempathy-gtk/Makefile.am:
473         * configure.ac: Adding spellcheck support.
474
475         * libempathy-gtk/gossip-spell.c:
476         * libempathy/gossip-conf.c: Remove useless debug messages.
477
478 2007-06-10 Xavier Claessens  <xclaesse@gmail.com>
479
480         * libempathy-gtk/gossip-chat-view.c: Smooth scrolling.
481         Fixes bug #445859 (Raphael Slinckx).
482
483 2007-06-09 Xavier Claessens  <xclaesse@gmail.com>
484
485         * libempathy/gossip-contact.c: Emit notify signal only if the property
486         value effectively changed.
487
488 2007-06-09 Xavier Claessens  <xclaesse@gmail.com>
489
490         * libempathy-gtk/gossip-contact-list-view.c: Fix warning for DnD.
491         patch imported from gossip.
492
493 2007-06-09 Xavier Claessens  <xclaesse@gmail.com>
494
495         * configure.ac: Bump version to 0.8
496
497         * libempathy-gtk/gossip-ui-utils.c: Fix usage of contact subscription
498         property.
499
500         * data/gtalk.profile:
501         * data/jabber.profile:
502         * data/msn.profile: Add VCardField and VCardDefault to profiles for
503         eds-sync support.
504
505 2007-06-09 Xavier Claessens  <xclaesse@gmail.com>
506
507         * libempathy-gtk/empathy-contact-widget.c: Fix a warning.
508
509 2007-06-09 Xavier Claessens  <xclaesse@gmail.com>
510
511         * libempathy-gtk/empathy-main-window.c:
512         * libempathy-gtk/empathy-contact-widget.glade:
513         * libempathy-gtk/empathy-contact-dialogs.c:
514         * libempathy-gtk/empathy-contact-dialogs.h:
515         * libempathy-gtk/empathy-contact-widget.c: We can now add a new contact.
516         EmpathyContactWidget can change the contact it's displaying on-the-fly,
517         like that we can display info when typing the contact ID we want to
518         add to our contact list.
519
520         * libempathy/empathy-tp-contact-list.c: Fix a refcount bug.
521
522 2007-06-08 Xavier Claessens  <xclaesse@gmail.com>
523
524         * libempathy/gossip-chatroom-manager.c: Checks if the chatroom has
525         an account and a room. Fixes bug #444135.
526
527 2007-06-08 Xavier Claessens  <xclaesse@gmail.com>
528
529         * libempathy-gtk/empathy-contact-dialogs.c:
530         * libempathy-gtk/empathy-contact-widget.c:
531         * libempathy-gtk/empathy-contact-widget.h: Do not save when closing the
532         dialog. Update information in real-time and just provides a "Close"
533         button. That's more GNOME spirite.
534         * libempathy/empathy-tp-contact-list.c:
535         * libempathy/gossip-contact.h:
536         * libempathy/gossip-contact.c: New methods:
537         gossip_contact_add/remove_group(). This fixes leaks when a contact is
538         added/removed from a group.
539
540 2007-06-08 Xavier Claessens  <xclaesse@gmail.com>
541
542         * libempathy-gtk/gossip-chat.c: Fix build on 64bits arch.
543         Fixes bug #444680 (Matej Cepl).
544
545 2007-06-06 Xavier Claessens  <xclaesse@gmail.com>
546
547         * libempathy-gtk/empathy-contact-dialogs.glade:
548         * libempathy-gtk/empathy-contact-dialogs.c: Fix response and action
549         buttons.
550
551 2007-06-06 Xavier Claessens  <xclaesse@gmail.com>
552
553         * libempathy-gtk/empathy-contact-dialogs.glade:
554         * libempathy-gtk/empathy-contact-widget.glade:
555         * libempathy-gtk/empathy-status-icon.c:
556         * libempathy-gtk/empathy-contact-dialogs.c:
557         * libempathy-gtk/empathy-contact-dialogs.h:
558         * libempathy-gtk/gossip-ui-utils.c:
559         * libempathy-gtk/empathy-subscription-dialog.glade:
560         * libempathy-gtk/empathy-contact-widget.c:
561         * libempathy-gtk/gossip-ui-utils.h:
562         * libempathy-gtk/gossip-contact-list-view.c:
563         * libempathy-gtk/empathy-subscription-dialog.c:
564         * libempathy-gtk/Makefile.am:
565         * libempathy-gtk/empathy-subscription-dialog.h: Implement editing and
566         viewing contact information with right click on the roster.
567
568 2007-06-06 Xavier Claessens  <xclaesse@gmail.com>
569
570         * libempathy-gtk/empathy-contact-widget.glade:
571         * libempathy-gtk/empathy-contact-widget.c:
572         * libempathy-gtk/empathy-contact-widget.h:
573         * libempathy-gtk/empathy-subscription-dialog.c: EmpatchContactWidget
574         has 2 modes: editable or not.
575
576 2007-06-06 Xavier Claessens  <xclaesse@gmail.com>
577
578         * po/POTFILES.in: Updated with new files.
579
580 2007-06-06 Xavier Claessens  <xclaesse@gmail.com>
581
582         * libempathy-gtk/empathy-status-icon.c:
583         * libempathy-gtk/empathy-subscription-dialog.glade:
584         * libempathy-gtk/empathy-contact-widget.c:
585         * libempathy-gtk/gossip-contact-list-view.c:
586         * libempathy-gtk/empathy-subscription-dialog.c:
587         * libempathy-gtk/Makefile.am:
588         * libempathy-gtk/empathy-subscription-dialog.h:
589         * libempathy/empathy-tp-contact-list.c: New dialog:
590         EmpathySubscriptionDialog. It uses EmpathyContactWidget to display
591         information about the contact who wants to get your presence. This
592         dialog appears when clicking on the status icon when it blinks. You
593         can also remove contacts when right-click on it in the roster.
594
595 2007-06-06 Xavier Claessens  <xclaesse@gmail.com>
596
597         * libempathy-gtk/empathy-status-icon.c:
598         * libempathy-gtk/empathy-contact-widget.glade:
599         * libempathy-gtk/empathy-contact-widget.c:
600         * libempathy-gtk/empathy-contact-widget.h:
601         * libempathy-gtk/Makefile.am: New widget: EmpathyContactWidget. It
602         displays information about a contact, it can be used in any kind of
603         dialog which needs to display contact information like alias, groups,
604         avatar, etc. If the contact is the selfcontact information are editable.
605
606         * libempathy/empathy-tp-contact-list.c: Do not take care of subscription
607         changes.
608
609         * libempathy/gossip-contact.c: Use
610         gossip_presence_state_get_default_status (MC_PRESENCE_OFFLINE)
611         when there is no presence.
612
613 2007-06-06 Xavier Claessens  <xclaesse@gmail.com>
614
615         * libempathy-gtk/empathy-status-icon.c: Add support for blinking when
616         there is an event. Make use of EmpathyIdle for presence handling. Add
617         an event when a contact requets subscription.
618
619         * libempathy-gtk/gossip-contact-list-store.c:
620         * libempathy-gtk/gossip-contact-list-view.c:
621         * libempathy/empathy-contact-manager.c:
622         * libempathy/empathy-tp-contact-list.c:
623         * libempathy/empathy-tp-chatroom.c:
624         * libempathy/empathy-contact-list.c:
625         * libempathy/empathy-contact-list.h: get_contacts() is renamed to
626         get_members(). Adding a signal and a method for local-pending with
627         contacts with the message. Rework completely the contact-list handling in
628         EmpathyTpContactList to follow tp spec.
629
630         * libempathy/empathy-idle.c:
631         * libempathy/empathy-idle.h: Add properties for the state and the 
632         status message. EmpathyIdle is now a singleton to manager self presence.
633
634         * TODO: Updated.
635
636 2007-06-03 Xavier Claessens  <xclaesse@gmail.com>
637
638         * libempathy-gtk/gossip-accounts-dialog.glade: Set use_stock for
639         button_connect to False, to avoid a crasher when opening the accounts
640         window with GTK+ trunk. Fixes bug #439931.
641         * libempathy-gtk/gossip-chat.c: Do not add backlog for chatrooms and
642         do not log backlog from jabber server.
643
644 2007-06-03 Xavier Claessens  <xclaesse@gmail.com>
645
646         * libempathy-gtk/gossip-ui-utils.c
647         * libempathy-gtk/gossip-accounts-dialog.c
648         * libempathy-gtk/Makefile.am
649         * src/empathy-accounts-main.c
650         * src/empathy-chat-main.c
651         * src/Makefile.am
652         * src/empathy-main.c
653         * libempathy/gossip-utils.c
654         * libempathy/Makefile.am
655         * src/empathy-filter.h
656         * src/empathy-filter-plugin.c
657         * src/empathy-filter.xml
658         * src/empathy-filter.c
659         * libempathy/gossip-paths.c
660         * libempathy/gossip-paths.h: Remove unused code and append DATADIR to
661         dirs where GTK should search icons.
662
663 2007-06-03 Xavier Claessens  <xclaesse@gmail.com>
664
665         * po/POTFILES.in:
666         * po/POTFILES.skip: Add missing files that have strings for translation.
667         Skip empathy-desktop.in.in. (Olivier Crete)
668
669 2007-06-03 Xavier Claessens  <xclaesse@gmail.com>
670
671         * libempathy-gtk/gossip-group-chat.c:
672         * libempathy-gtk/gossip-private-chat.c:
673         * libempathy-gtk/gossip-chat.c:
674         * libempathy-gtk/gossip-chat.h:
675         * libempathy/empathy-tp-chat.c: Add all properties described by TP spec
676         for the Text channel on EmpathyTpChat. Make use of "name" and "subject"
677         properties in GossipGroupChat.
678
679 2007-06-02  Xavier Claessens  <xclaesse@gmail.com>
680
681         * libempathy/empathy-log-manager.c: Fix crash when there is no log
682         available for a chat.
683         * libempathy/empathy-tp-contact-list.c: Fix a crash when destroy signal
684         is emitted before StatusChanged.
685
686 2007-06-02  Xavier Claessens  <xclaesse@gmail.com>
687
688         * libempathy-gtk/gossip-group-chat.c:
689         * libempathy-gtk/gossip-private-chat.c:
690         * libempathy-gtk/gossip-chat.c:
691         * libempathy/empathy-log-manager.c:
692         * libempathy/empathy-log-manager.h:
693         * libempathy/empathy-log-manager.xsl:
694         * libempathy/Makefile.am: Log chats and display 10 last messages when
695         opening a new chat.
696
697 2007-06-02  Xavier Claessens  <xclaesse@gmail.com>
698
699         * libempathy-gtk/gossip-group-chat.c:
700         * libempathy/empathy-tp-contact-list.c:
701         * libempathy/gossip-contact.c: Set default presence to available if
702         there is no presence iface.
703
704 2007-06-02  Xavier Claessens  <xclaesse@gmail.com>
705
706         * libempathy-gtk/gossip-ui-utils.c:
707         * libempathy-gtk/gossip-ui-utils.h:
708         * configure.ac: Use gnome_vfs_url_show() instead of gnome_url_show()
709         to avoid libgnomeui dependency (Ross Burton).
710
711 2007-06-01  Xavier Claessens  <xclaesse@gmail.com>
712
713         * libempathy-gtk/gossip-chatrooms-window.c:
714         * libempathy-gtk/gossip-chat-window.c:
715         * libempathy/gossip-chatroom.c:
716         * libempathy/gossip-chatroom-manager.c:
717         * configure.ac: Monitor changes on chatrooms.xml file and relead it 
718         when it's modified. connect chatroom-added/removed in some places where
719         needed.
720
721 2007-06-01  Xavier Claessens  <xclaesse@gmail.com>
722
723         * configure.ac: Bump version to 0.7
724
725 2007-05-31  Xavier Claessens  <xclaesse@gmail.com>
726
727         * libempathy-gtk/gossip-new-chatroom-dialog.c: No need to RequestHandle,
728         MissionControl has API to request the channel from handle string.
729
730         * libempathy-gtk/empathy-main-window.c: Request room channel when
731         clicking on favorite rooms.
732
733         * TODO: Add a task: supporting registering.
734
735 2007-05-31  Xavier Claessens  <xclaesse@gmail.com>
736
737         * libempathy/empathy-idle.c: Do not restore away presence message when
738         coming back after the user set manually to away.
739
740 2007-05-31  Xavier Claessens  <xclaesse@gmail.com>
741
742         * libempathy-gtk/gossip-account-chooser.c: Fix warning when selecting
743         all accounts.
744
745         * src/empathy-accounts-main.c:
746         * libempathy-gtk/empathy-status-icon.c:
747         * libempathy-gtk/gossip-accounts-dialog.h:
748         * libempathy-gtk/gossip-accounts-dialog.c:
749         * libempathy-gtk/gossip-preferences.h:
750         * libempathy-gtk/gossip-preferences.c: Set parent window.
751
752         * libempathy-gtk/empathy-main-window.c: Implement favorite chatroom
753         menu and fix a leak.
754
755         * libempathy-gtk/Makefile.am:
756         * libempathy/Makefile.am:
757         * libempathy/gossip-chatroom.c:
758         * libempathy/gossip-chatroom.h:
759         * libempathy/gossip-chatroom-manager.c:
760         * libempathy/gossip-chatroom-manager.h:
761         * libempathy/gossip-chatroom-manager.dtd:
762         * libempathy-gtk/gossip-chatrooms-window.glade:
763         * libempathy-gtk/gossip-chatrooms-window.c:
764         * libempathy-gtk/gossip-chatrooms-window.h: New files to implement
765         favorite chatrooms and a window to show them.
766
767
768         * libempathy-gtk/gossip-chat.c: Fix tooltip leaked.
769
770         * libempathy-gtk/gossip-chat-window.h:
771         * libempathy-gtk/gossip-chat-window.c: Do not use deprecated
772         gtk_object_sink(). Implement favorite chatroom features. Find a chat
773         by comparing the account AND the chat ID.
774
775         * src/empathy-chat-main.c:
776         * libempathy/empathy-tp-chat.h:
777         * libempathy/empathy-tp-chat.c:
778         * libempathy/gossip-utils.h:
779         * libempathy/gossip-utils.c: empathy_tp_chat_get_id() returns the Text
780         channel's name. The chat ID is unique only for a specified account.
781
782         * libempathy/empathy-tp-contact-list.c: Fix some leaks and add a FIXME
783         comment for a leak not yet fixed.
784
785         * TODO: Would be cool to have a glade catalog for libempathy-gtk.
786
787 2007-05-26  Xavier Claessens  <xclaesse@gmail.com>
788
789         * libempathy-gtk/gossip-contact-list-store.c: Do not highlight contacts
790         already known when creating the contact list.
791         * libempathy/empathy-tp-contact-list.c: Do not set alias if DBus
792         returns an error. Fixes bug #442639.
793         * libempathy/empathy-idle.c: Do not set status message to
794         "Extended autoaway", let user's message unchanged.
795
796 2007-05-25  Xavier Claessens  <xclaesse@gmail.com>
797
798         * configure.ac: Bump version to 0.6
799
800 2007-05-25  Xavier Claessens  <xclaesse@gmail.com>
801
802         * libempathy-gtk/gossip-group-chat.c: Fix refcounting of
803         GossipGroupChat.
804         * libempathy/empathy-tp-contact-list.c: Add debug message when alias
805         request fails.
806         * data/22x22/empathy-group-message.png:
807         * data/22x22/Makefile.am: Add group message icon.
808 2007-05-25  Xavier Claessens  <xclaesse@gmail.com>
809
810         * libempathy-gtk/gossip-new-chatroom-dialog.c: Do not use the server
811         entry's value if it's hidden.
812         * libempathy-gtk/gossip-contact-list-view.c: Do not highlight groups
813         when adding them in the roster.
814         * libempathy/empathy-tp-contact-list.c: Do not create new GossipContact
815         object in presence/avatar/alias changed signal if we don't already know
816         that contact from a contact list channel. This should fix DBus max
817         pending calls limit reached in some cases.
818
819 2007-05-25  Xavier Claessens  <xclaesse@gmail.com>
820
821         * libempathy-gtk/gossip-new-chatroom-dialog.c: Preset the server only
822         for jabber protocol to conference.server. This fixes a warning.
823
824         * libempathy-gtk/gossip-group-chat.h:
825         * libempathy-gtk/gossip-group-chat.c: gossip_group_chat_set_topic() is 
826         a public function.
827
828         * libempathy-gtk/empathy-images.h:
829         * libempathy-gtk/empathy-main-window.glade:
830         * libempathy-gtk/empathy-status-icon.glade: Make use of
831         empathy-new-message icon name.
832
833         * libempathy-gtk/gossip-contact-list-store.c: By default we sort by
834         contacts names.
835
836         * libempathy-gtk/gossip-chat.c: Do not display composing state if
837         it's our own contact that is composing.
838
839         * src/empathy-chat-main.c:
840         * libempathy/empathy-tp-chat.c:
841         * libempathy/empathy-tp-chat.h: Make possible to build the id based on
842         the account and the channel's name. For private chats that means the
843         contact's id.
844
845         * libempathy-gtk/gossip-chat-window.c: Un-comment the code related to
846         chatrooms that is now implemented. We can now Show/Hide contact list
847         for group chats, DnD contact on the window to begin a discussion, join
848         a new chatroom.
849
850         * libempathy-gtk/gossip-account-chooser.c: Add a FIXME message.
851
852         * data/22x22/empathy-new-message.png:
853         * data/22x22/empathy-proto-irc.png:
854         * data/22x22/Makefile.am:
855         * data/32x32/empathy-proto-irc.png:
856         * data/32x32/Makefile.am:
857         * data/gtalk.profile:
858         * data/16x16/empathy-new-message:
859         * data/16x16/empathy-message-new.png:
860         * data/16x16/empathy-proto-irc.png:
861         * data/16x16/Makefile.am:
862         * data/scalable/empathy-proto-irc.svg:
863         * data/scalable/Makefile.am:
864         * data/irc.profile: Adding icons for empathy-new-message and IRC
865         protocol. Make use of the irc icon in the irc profile.
866
867 2007-05-24  Xavier Claessens  <xclaesse@gmail.com>
868
869         * libempathy-gtk/gossip-new-chatroom-dialog.c:
870         * libempathy-gtk/empathy-main-window.c: White space fix.
871
872 2007-05-24  Xavier Claessens  <xclaesse@gmail.com>
873
874         * libempathy-gtk/gossip-account-chooser.c:
875         * libempathy-gtk/gossip-new-chatroom-dialog.c:
876         * libempathy-gtk/gossip-account-widget-jabber.c:
877         * libempathy-gtk/gossip-account-chooser.h:
878         * libempathy-gtk/gossip-new-chatroom-dialog.h:
879         * libempathy-gtk/gossip-group-chat.c:
880         * libempathy-gtk/empathy-main-window.c:
881         * libempathy-gtk/gossip-new-chatroom-dialog.glade:
882         * libempathy-gtk/gossip-account-widget-jabber.glade:
883         * libempathy-gtk/Makefile.am:
884         * libempathy/empathy-tp-chatroom.c:
885         * data/gtalk.profile:
886         * data/jabber.profile:
887         * data/salut.profile:
888         * data/Makefile.am:
889         * data/empathy.desktop.in.in:
890         * data/msn.profile:
891         * data/irc.profile: New objects: GossipAccountChooser and
892         GossipNewChatroom, we can now join any chatroom. Adding IRC profile.
893
894 2007-05-21  Xavier Claessens  <xclaesse@gmail.com>
895
896         * libempathy/empathy-idle.c: If we are offline do not set away on idle.
897         If we are already away restore to available when we are no mode idle.
898         Do no modify status message.
899
900 2007-05-21  Xavier Claessens  <xclaesse@gmail.com>
901
902         * libempathy-gtk/gossip-group-chat.c:
903         * libempathy-gtk/gossip-group-chat.h:
904         * libempathy-gtk/gossip-private-chat.c:
905         * libempathy-gtk/gossip-private-chat.h:
906         * libempathy-gtk/gossip-group-chat.glade:
907         * libempathy-gtk/Makefile.am:
908         * src/empathy-chat-main.c:
909         * libempathy/empathy-tp-contact-list.c:
910         * libempathy/gossip-telepathy-group.c:
911         * libempathy/gossip-telepathy-group.h:
912         * libempathy/empathy-tp-chatroom.c:
913         * libempathy/empathy-tp-chatroom.h: Implementing basic chatroom support.
914         Actually it works only if we get invited in a chatroom.
915
916 2007-05-20  Xavier Claessens  <xclaesse@gmail.com>
917
918         * libempathy-gtk/gossip-chat-view.c: Correctly remember the contact
919         who sent last message.
920
921 2007-05-20  Xavier Claessens  <xclaesse@gmail.com>
922
923         * libempathy-gtk/gossip-chat-view.c: Correctly remember if last message
924         comes from the self contact or another.
925
926 2007-05-20  Xavier Claessens  <xclaesse@gmail.com>
927
928         * libempathy-gtk/gossip-contact-list-model.c:
929         * libempathy-gtk/gossip-contact-list-model.h: Removed.
930         * libempathy-gtk/gossip-contact-list-view.c:
931         * libempathy-gtk/gossip-contact-list-view.h: Added.
932
933 2007-05-20  Xavier Claessens  <xclaesse@gmail.com>
934
935         * libempathy-gtk/gossip-contact-list-store.c: Set COL_NAME earlier like
936         that it can directly be sorted.
937         * data/empathy.schemas.in: s/gossip/empathy/
938
939 2007-05-20  Xavier Claessens  <xclaesse@gmail.com>
940
941         * configure.ac: Bump version to 0.5
942
943 2007-05-20  Xavier Claessens  <xclaesse@gmail.com>
944
945         * libempathy-gtk/gossip-contact-list-store.c: Allow to set custom 
946         function for getting groups of a contact. Make possible to have groups
947         for presence or role/affiliation in chatroom for example.
948         * libempathy-gtk/gossip-contact-list-store.h: Allow to set custom
949         function to handle DnD of contact. Useful when a custom function is set
950         for groups.
951         * src/empathy-chat-main.c: Minor fix.
952         * TODO:
953         * po/POTFILES.in: Updated.
954
955 2007-05-19  Xavier Claessens  <xclaesse@gmail.com>
956
957         * libempathy-gtk/Makefile.am:
958         * libempathy/empathy-tp-chat.c:
959         * libempathy/empathy-contact-manager.c:
960         * libempathy/empathy-contact-list.c: Fix indentation
961         * libempathy/empathy-tp-contact-list.c: Fix not returning the contact
962         in tp_contact_list_find()
963         * TODO: Updated.
964
965 2007-05-19  Xavier Claessens  <xclaesse@gmail.com>
966
967         * libempathy-gtk/gossip-contact-list-store.c:
968         * libempathy-gtk/gossip-preferences.c:
969         * libempathy-gtk/gossip-contact-list-store.h:
970         * libempathy-gtk/gossip-contact-list.c:
971         * libempathy-gtk/gossip-contact-list.h:
972         * libempathy-gtk/empathy-main-window.c:
973         * libempathy-gtk/gossip-contact-list-model.c:
974         * libempathy-gtk/gossip-contact-list-model.h:
975         * libempathy-gtk/Makefile.am:
976         * libempathy/empathy-marshal.list: Split GossipContactList into
977         two objects: GossipContactListStore inheriting from GtkTreeStore and
978         GossipContactListView inheriting from GtkTreeView. This makes
979         easier to build new UI widgets reusing the GtkTreeModel.
980
981 2007-05-19  Xavier Claessens  <xclaesse@gmail.com>
982
983         * libempathy/empathy-idle.c: Auto away when session id idle, instead of
984         when screensaver is active.
985
986 2007-05-18  Xavier Claessens  <xclaesse@gmail.com>
987
988         * libempathy-gtk/gossip-private-chat.h:
989         * libempathy-gtk/gossip-contact-list.c:
990         * libempathy-gtk/gossip-chat.c:
991         * libempathy-gtk/gossip-chat.h:
992         * libempathy-gtk/gossip-chat-window.c:
993         * libempathy-gtk/Makefile.am:
994         * libempathy-gtk/gossip-chat-view.c:
995         * libempathy-gtk/gossip-private-chat.c:
996         * src/empathy-chat-main.c:
997         * libempathy/gossip-utils.c:
998         * libempathy/gossip-contact.h:
999         * libempathy/empathy-tp-chat.c:
1000         * libempathy/gossip-utils.h:
1001         * libempathy/empathy-contact-manager.c:
1002         * libempathy/empathy-contact-manager.h:
1003         * libempathy/empathy-tp-contact-list.c:
1004         * libempathy/empathy-tp-contact-list.h:
1005         * libempathy/empathy-tp-chatroom.c:
1006         * libempathy/empathy-tp-chatroom.h:
1007         * libempathy/empathy-contact-list.c:
1008         * libempathy/empathy-contact-list.h:
1009         * libempathy/Makefile.am:
1010         * libempathy/gossip-contact.c: EmpathyContactList is now an interface
1011         implemented by EmpathyTpContactList, EmpathyContactManager and
1012         EmpathyTpChatroom. GossipContactList use that interface to display a 
1013         treeview.
1014
1015 2007-05-17  Xavier Claessens  <xclaesse@gmail.com>
1016
1017         * libempathy-gtk/gossip-chat.c: Display ChatState.
1018
1019 2007-05-16  Xavier Claessens  <xclaesse@gmail.com>
1020
1021         * libempathy-gtk/empathy-status-icon.c:
1022         * libempathy/empathy-idle.c:
1023         * libempathy/empathy-idle.h:
1024         * libempathy/Makefile.am:
1025         * po/POTFILES.in: New object EmpathyIdle to manage autoaway and
1026         extended autoaway states.
1027
1028 2007-05-15  Xavier Claessens  <xclaesse@gmail.com>
1029
1030         * configure.ac:
1031         * data/empathy.desktop.in:
1032         * data/Makefile.am:
1033         * data/empathy.desktop.in.in:
1034         * po/POTFILES.in: Set bugzilla information in desktop file and add it 
1035         to POTFILES.in
1036
1037 2007-05-15  Xavier Claessens  <xclaesse@gmail.com>
1038
1039         * libempathy-gtk/empathy-status-icon.glade:
1040         * libempathy-gtk/empathy-main-window.glade: Fix using of gossip icons
1041         in menus.
1042
1043 2007-05-14  Xavier Claessens  <xclaesse@gmail.com>
1044
1045         * src/empathy-chat-main.c:
1046         * src/empathy-main.c:
1047         * configure.ac:
1048         * data/22x22/Makefile.am:
1049         * data/22x22/empathy.png:
1050         * data/48x48:
1051         * data/48x48/Makefile.am:
1052         * data/48x48/empathy.png:
1053         * data/32x32/Makefile.am:
1054         * data/32x32/empathy.png:
1055         * data/16x16/empathy.png:
1056         * data/16x16/Makefile.am:
1057         * data/scalable/empathy.svg:
1058         * data/scalable/Makefile.am:
1059         * data/Makefile.am: Add empathy icon stolen from cohoba.
1060
1061 2007-05-14  Xavier Claessens  <xclaesse@gmail.com>
1062
1063         * src/empathy-chat-main.c:
1064         * src/Makefile.am:
1065         * src/empathy-main.c:
1066         * po/POTFILES.in
1067         * po/LINGUAS:
1068         * TODO: Setting up i18n support.
1069
1070         * po/Makefile.in.in: Removed, it's generated at build time.
1071
1072 2007-05-13  Xavier Claessens  <xclaesse@gmail.com>
1073
1074         * libempathy-gtk/gossip-account-widget-jabber.glade: Add an example
1075         label for jid.
1076
1077 2007-05-13  Xavier Claessens  <xclaesse@gmail.com>
1078
1079         * libempathy-gtk/gossip-chat-window.c:
1080         * libempathy-gtk/gossip-chat-window.h:
1081         * src/empathy-chat-main.c:
1082         * libempathy/empathy-tp-chat.c:
1083         * libempathy/empathy-tp-chat.h: When a new text channel arrives, check
1084         if there is no existing GossipChat object for it.
1085
1086 2007-05-13  Xavier Claessens  <xclaesse@gmail.com>
1087
1088         * src/Makefile.am:
1089         * src/empathy-contact-list-main.c: Removing empathy-contact-list
1090         program, it's useless.
1091
1092 2007-05-13  Xavier Claessens  <xclaesse@gmail.com>
1093
1094         * configure.ac: Change version from 0.3darcs to 0.3svn
1095
1096 2007-05-13  Xavier Claessens  <xclaesse@gmail.com>
1097
1098         * autogen.sh: Set executable
1099         * po/POTFILES.in: Update translatable files
1100
1101 2007-03-16  Xavier Claessens  <xclaesse@gmail.com>
1102
1103         * Initial version
1104