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