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