aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add 22x22, 24x24 and 48x48 status icon sizes. Partly fixes bug #469902.Xavier Claessens2007-12-1719-1/+19
| | | | svn path=/trunk/; revision=483
* Updated Italian translation by Milo Casagrande.Luca Ferretti2007-12-172-113/+160
| | | | | | | | | 2007-12-17 Luca Ferretti <elle.uca@libero.it> * it.po: Updated Italian translation by Milo Casagrande. svn path=/trunk/; revision=482
* Updated Norwegian Bokmål translation.Espen Stefansen2007-12-162-132/+212
| | | | | | | | | 2007-12-16 Espen Stefansen <espens@svn.gnome.org> * nb.po: Updated Norwegian Bokmål translation. svn path=/trunk/; revision=481
* sv.po: Swedish translation updatedDaniel Nylander2007-12-162-114/+151
| | | | svn path=/trunk/; revision=480
* Fix build if assertions are disabled. Fixes bug #503609Xavier Claessens2007-12-151-5/+6
| | | | svn path=/trunk/; revision=479
* Updated Slovenian translationMatej Urbančič2007-12-141-83/+110
| | | | svn path=/trunk/; revision=478
* Have to append a value before doing anything otherwise the array's size is 0Xavier Claessens2007-12-131-1/+2
| | | | svn path=/trunk/; revision=477
* Replace g_array_insert_val(array, 0, handle) by ↵Xavier Claessens2007-12-131-1/+1
| | | | | | g_array_index(array,guint,0)=handle svn path=/trunk/; revision=476
* Cache avatar pixbuf in EmpathyChatView to avoid having a new pixbuf in ↵Xavier Claessens2007-12-131-11/+69
| | | | | | memory for each message a contact sends svn path=/trunk/; revision=475
* Generate ChangeLog from svn commits. Copy generator from epiphanyXavier Claessens2007-12-134-3/+318
| | | | svn path=/trunk/; revision=474
* Correctly store/restore presence when NM state changesXavier Claessens2007-12-131-7/+10
| | | | svn path=/trunk/; revision=473
* Split EmpathyContactFactory to have one EmpathyTpContactFactory per accountXavier Claessens2007-12-124-1225/+1414
| | | | svn path=/trunk/; revision=472
* Add help menu in chat windowXavier Claessens2007-12-112-0/+68
| | | | svn path=/trunk/; revision=471
* Updated spanish translationJorge Gonzalez Gonzalez2007-12-071-60/+70
| | | | svn path=/trunk/; revision=470
* When NM is in sleeping (=disabled) state, do just like if it wasXavier Claessens2007-12-064-33/+22
| | | | | | | | | | | | | 2007-12-06 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/empathy-preferences.c: * libempathy-gtk/empathy-preferences.glade: * libempathy/empathy-idle.c: When NM is in sleeping (=disabled) state, do just like if it was connected. Remove option from preference dialog to disabled NM support because NM can be disabled using nm-applet, but let the option in gconf, it can be useful in case of buggy NM. svn path=/trunk/; revision=469
* Add a preference option to disable/enable NM support.Xavier Claessens2007-12-068-89/+179
| | | | | | | | | | | | | | | 2007-12-06 Xavier Claessens <xclaesse@gmail.com> * data/empathy.schemas.in: * libempathy-gtk/empathy-preferences.c: * libempathy-gtk/empathy-preferences.glade: * libempathy-gtk/empathy-preferences.h: * libempathy-gtk/empathy-status-icon.c: * libempathy/empathy-idle.c: * libempathy/empathy-idle.h: Add a preference option to disable/enable NM support. svn path=/trunk/; revision=468
* Updated Spanish translationJorge Gonzalez Gonzalez2007-12-062-44/+67
| | | | svn path=/trunk/; revision=467
* Ship empathy-call.chandler as extra_dist if not compiled with VoIPXavier Claessens2007-12-052-0/+8
| | | | | | | | | | 2007-12-05 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/empathy-contact-list-view.c: * src/Makefile.am: Ship empathy-call.chandler as extra_dist if not compiled with VoIP support. Fixes bug #501486. svn path=/trunk/; revision=466
* Updated Japanese translation.Takeshi AIHANA2007-12-052-91/+123
| | | | | | | | 2007-12-05 Takeshi AIHANA <takeshi.aihana@gmail.com> * ja.po: Updated Japanese translation. svn path=/trunk/; revision=465
* Bump version to 0.21.4.Xavier Claessens2007-12-042-1/+5
| | | | | | | | | 2007-12-03 Xavier Claessens <xclaesse@gmail.com> * configure.ac: Bump version to 0.21.4. svn path=/trunk/; revision=464
* Update NEWS and configure.ac for releaseEMPATHY_0_21_3Xavier Claessens2007-12-042-4/+11
| | | | svn path=/trunk/; revision=462
* Cleanup chat objects API and request a new Text channel if account getsXavier Claessens2007-12-0313-246/+310
| | | | | | | | | | | | | | | | | | | | 2007-12-03 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/empathy-chat-window.c: * libempathy-gtk/empathy-chat.c: * libempathy-gtk/empathy-chat.h: * libempathy-gtk/empathy-group-chat.c: * libempathy-gtk/empathy-group-chat.h: * libempathy-gtk/empathy-private-chat.c: * libempathy-gtk/empathy-private-chat.h: * libempathy/empathy-tp-chat.c: * libempathy/empathy-tp-chat.h: * python/pyempathy/pyempathy.defs: * python/pyempathygtk/pyempathygtk.defs: * src/empathy-chat-chandler.c: Cleanup chat objects API and request a new Text channel if account gets reconnected. svn path=/trunk/; revision=461
* Updated Galician Translation. Updated.Ignacio Casal Quinteiro2007-12-033-89/+122
| | | | | | | | | | 2007-12-03 Ignacio Casal Quinteiro <nacho.resa@gmail.com> * gl.po: Updated Galician Translation. * POTFILES.in: Updated. svn path=/trunk/; revision=460
* Add changelog entryXavier Claessens2007-12-031-0/+5
| | | | svn path=/trunk/; revision=459
* Call tp_debug_set_flags() to get tp-glib debug messagesXavier Claessens2007-12-031-0/+3
| | | | svn path=/trunk/; revision=458
* Added Slovenian translationMatej Urbančič2007-12-031-0/+1305
| | | | svn path=/trunk/; revision=457
* Added Slovenian translationMatej Urbančič2007-12-032-0/+5
| | | | svn path=/trunk/; revision=456
* Conflicts:Xavier Claessens2007-12-0323-496/+450
| | | | | | ChangeLog svn path=/trunk/; revision=455
* Implement New Message menu entry. Fixes bug #489979.Xavier Claessens2007-12-021-0/+10
| | | | | | | | | | | | | | 2007-12-02 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/Makefile.am: * libempathy-gtk/empathy-main-window.c: * libempathy-gtk/empathy-new-message-dialog.c: * libempathy-gtk/empathy-new-message-dialog.glade: * libempathy-gtk/empathy-new-message-dialog.h: * libempathy-gtk/empathy-status-icon.c: Implement New Message menu entry. Fixes bug #489979. svn path=/trunk/; revision=454
* Squashed commit of the following:Xavier Claessens2007-12-026-5/+289
| | | | | | | | | | | | | | | | commit a54ce7de2fc09f717f185fbc9b1d29e28cdcc2e7 Author: Xavier Claessens <xclaesse@gmail.com> Date: Sun Dec 2 14:41:27 2007 +0100 Implement New Message on status icon menu too. commit f98dae2e18348db82f1460d4f8fb6ff49dc5fbc2 Author: Xavier Claessens <zdra@zdra-laptop.(none)> Date: Sat Dec 1 00:49:56 2007 +0100 New message dialog svn path=/trunk/; revision=453
* Updated Spanish translationJorge Gonzalez Gonzalez2007-12-012-58/+72
| | | | svn path=/trunk/; revision=452
* Add a gconf key to define the char to be added for tab completion. FixesXavier Claessens2007-11-304-19/+47
| | | | | | | | | | | | 2007-11-30 Xavier Claessens <xclaesse@gmail.com> * data/empathy.schemas.in: * libempathy-gtk/empathy-group-chat.c: * libempathy-gtk/empathy-preferences.h: Add a gconf key to define the char to be added for tab completion. Fixes bug #453418 (Matej Cepl, Xavier Claessens). svn path=/trunk/; revision=451
* Request new Text Channel if the contact is online again and CM don'tXavier Claessens2007-11-282-1/+24
| | | | | | | | | | 2007-11-28 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/empathy-private-chat.c: Request new Text Channel if the contact is online again and CM don't support offline message. svn path=/trunk/; revision=450
* Updated Italian translation by Milo Casagrande.Luca Ferretti2007-11-272-1965/+1032
| | | | | | | | | 2007-11-27 Luca Ferretti <elle.uca@libero.it> * it.po: Updated Italian translation by Milo Casagrande. svn path=/trunk/; revision=449
* Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>Alexander Shopov2007-11-262-1612/+975
| | | | | | | | | 2007-11-26 Alexander Shopov <ash@contact.bg> * bg.po: Updated Bulgarian translation by Alexander Shopov <ash@contact.bg> svn path=/trunk/; revision=448
* Updated Japanese translation.Takeshi AIHANA2007-11-232-31/+95
| | | | | | | | 2007-11-23 Takeshi AIHANA <takeshi.aihana@gmail.com> * ja.po: Updated Japanese translation. svn path=/trunk/; revision=447
* use ":" instead of "," for nick completion.Xavier Claessens2007-11-222-1/+6
| | | | | | | | | | 2007-11-22 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/empathy-group-chat.c: use ":" instead of "," for nick completion. svn path=/trunk/; revision=446
* Updated.Xavier Claessens2007-11-222-11/+25
| | | | | | | | | 2007-11-21 Xavier Claessens <xclaesse@gmail.com> * TODO: Updated. svn path=/trunk/; revision=445
* Add x11 to build deps.Xavier Claessens2007-11-222-0/+5
| | | | | | | | | 2007-11-21 Xavier Claessens <xclaesse@gmail.com> * configure.ac: Add x11 to build deps. svn path=/trunk/; revision=444
* Updated Occitan translationYannig MARCHEGAY2007-11-222-25/+28
| | | | svn path=/trunk/; revision=443
* s/Apeller/Appeler/Xavier Claessens2007-11-221-1/+1
| | | | svn path=/trunk/; revision=442
* Add nick completion for MUCs. Fixes bug #453418.Xavier Claessens2007-11-224-45/+45
| | | | | | | | | | | | 2007-11-21 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/empathy-group-chat.c: * libempathy-gtk/empathy-chat.c: * libempathy-gtk/empathy-chat.h: Add nick completion for MUCs. Fixes bug #453418. svn path=/trunk/; revision=441
* Updated Occitan translationYannig MARCHEGAY2007-11-211-26/+20
| | | | svn path=/trunk/; revision=440
* Remove doc directory and replace it with a better gtk-doc in docs. MoreXavier Claessens2007-11-1671-5708/+239
| | | | | | | | | | | | | 2007-11-15 Xavier Claessens <xclaesse@gmail.com> * docs/*: * doc/*: * configure.ac: * Makefile.am: Remove doc directory and replace it with a better gtk-doc in docs. More files are auto-generated, we have less files on SVN. svn path=/trunk/; revision=439
* Do not build voip chandler if building without voip support. Fixes bugXavier Claessens2007-11-152-10/+15
| | | | | | | | | | 2007-11-15 Xavier Claessens <xclaesse@gmail.com> * src/Makefile.am: Do not build voip chandler if building without voip support. Fixes bug #496861. svn path=/trunk/; revision=438
* Updated German translation.Andre Klapper2007-11-142-1854/+921
| | | | | | | | | 2007-11-14 Andre Klapper <a9016009@gmx.de> * de.po: Updated German translation. svn path=/trunk/; revision=437
* Do not use deprecated tp_conn_new(), use tp_conn_new_without_connect()Xavier Claessens2007-11-133-6/+23
| | | | | | | | | | | 2007-11-13 Xavier Claessens <xclaesse@gmail.com> * libempathy/empathy-chandler.c: * libempathy/empathy-filter.c: Do not use deprecated tp_conn_new(), use tp_conn_new_without_connect() instead. svn path=/trunk/; revision=436
* Bump version to 0.21.3.Xavier Claessens2007-11-132-1/+5
| | | | | | | | | 2007-11-12 Xavier Claessens <xclaesse@gmail.com> * configure.ac: Bump version to 0.21.3. svn path=/trunk/; revision=435
* fix typoXavier Claessens2007-11-131-1/+1
| | | | svn path=/trunk/; revision=434
* Update before releaseEMPATHY_0_21_2Xavier Claessens2007-11-132-2/+10
| | | | svn path=/trunk/; revision=432
* Don't use the same bus name for filter and chandler programs.Xavier Claessens2007-11-128-12/+23
| | | | | | | | | | | | | | | | 2007-11-12 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/empathy-status-icon.c: * src/empathy-call-chandler.c: * src/empathy-call.chandler: * src/org.gnome.Empathy.Call.service.in: * src/empathy-chat.chandler: * src/org.gnome.Empathy.Chat.service.in: * src/empathy-chat-chandler.c: Don't use the same bus name for filter and chandler programs. svn path=/trunk/; revision=431
* Jabber priority is in the range -128 127 (Laurent Bigonville).Xavier Claessens2007-11-122-1/+6
| | | | | | | | | | 2007-11-12 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/empathy-account-widget-jabber.glade: Jabber priority is in the range -128 127 (Laurent Bigonville). svn path=/trunk/; revision=430
* Move chats to its own process.Xavier Claessens2007-11-117-77/+168
| | | | | | | | | | | | | | 2007-11-11 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/empathy-chat.c: * src/empathy-call-chandler.c: * src/org.gnome.Empathy.Chat.service.in: * src/empathy-chat-chandler.c: * src/empathy.c: * src/Makefile.am: Move chats to its own process. svn path=/trunk/; revision=429
* sv.po: Updated Swedish translationDaniel Nylander2007-11-112-20/+76
| | | | svn path=/trunk/; revision=428
* Updated Finnish translationIlkka Tuohela2007-11-092-111/+280
| | | | svn path=/trunk/; revision=427
* Install empathy-call-chandler to $libexecdir.Xavier Claessens2007-11-083-3/+10
| | | | | | | | | | 2007-11-07 Xavier Claessens <xclaesse@gmail.com> * src/org.gnome.Empathy.Call.service.in: * src/Makefile.am: Install empathy-call-chandler to $libexecdir. svn path=/trunk/; revision=426
* Updated Galician Translation.Ignacio Casal Quinteiro2007-11-062-12/+76
| | | | svn path=/trunk/; revision=425
* Updated Spanish translationJorge Gonzalez Gonzalez2007-11-062-6/+14
| | | | svn path=/trunk/; revision=424
* Allow to change jabber priority. Fixes bug #493992 (Laurent Bigonville).Xavier Claessens2007-11-063-39/+107
| | | | | | | | | | | 2007-11-06 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/empathy-account-widget-jabber.glade: * libempathy-gtk/empathy-account-widget-jabber.c: Allow to change jabber priority. Fixes bug #493992 (Laurent Bigonville). svn path=/trunk/; revision=423
* Updated Spanish translationJorge Gonzalez Gonzalez2007-11-052-10/+70
| | | | svn path=/trunk/; revision=422
* Forgot to say the code comes from gossipXavier Claessens2007-11-041-1/+1
| | | | svn path=/trunk/; revision=421
* Display error message when an account failed to connect. Based on Gossip'sXavier Claessens2007-11-042-20/+250
| | | | | | | | | | 2007-11-04 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/empathy-main-window.c: Display error message when an account failed to connect. Based on Gossip's code. svn path=/trunk/; revision=420
* Better debug messagesXavier Claessens2007-11-041-4/+8
| | | | svn path=/trunk/; revision=419
* Call ClearAvatar if the data is NULL or size <= 0 inXavier Claessens2007-11-042-8/+35
| | | | | | | | | | 2007-11-03 Xavier Claessens <xclaesse@gmail.com> * libempathy/empathy-contact-factory.c: Call ClearAvatar if the data is NULL or size <= 0 in empathy_contact_factory_set_avatar(). svn path=/trunk/; revision=418
* Rename empathy_contact_factory_set_name() to _set_alias(). ImplementsXavier Claessens2007-11-047-24/+100
| | | | | | | | | | | | | | | | | 2007-11-03 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/empathy-contact-widget.c: * libempathy-gtk/empathy-avatar-chooser.c: * libempathy-gtk/empathy-avatar-chooser.h: * python/pyempathy/pyempathy.defs: * libempathy/empathy-contact-factory.c: * libempathy/empathy-contact-factory.h: Rename empathy_contact_factory_set_name() to _set_alias(). Implements empathy_contact_factory_set_avatar(). Return the mime_type in empathy_avatar_chooser_get_image_data(). svn path=/trunk/; revision=417
* Unref contact returned by empathy_contact_factory_get_user().Xavier Claessens2007-11-042-0/+6
| | | | | | | | | | 2007-11-03 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/empathy-main-window.c: Unref contact returned by empathy_contact_factory_get_user(). svn path=/trunk/; revision=416
* Make use of gtk_init_with_args for command line parsing. Fixes bug #491985Xavier Claessens2007-11-043-5/+17
| | | | | | | | | | 2007-11-03 Xavier Claessens <xclaesse@gmail.com> * src/empathy.c: Make use of gtk_init_with_args for command line parsing. Fixes bug #491985 (Basilio Kublik). svn path=/trunk/; revision=415
* Install SVG status images as scalable. Fixes bug #492984.Xavier Claessens2007-11-038-6/+23
| | | | | | | | | | | | | | | | | | | | | | 2007-11-03 Xavier Claessens <xclaesse@gmail.com> * data/icons/hicolor_status_scalable_empathy-pending.svg: * data/icons/hicolor_status_16x16_empathy-pending.svg: * data/icons/hicolor_status_scalable_empathy-extended-away.svg: * data/icons/hicolor_status_16x16_empathy-extended-away.svg: * data/icons/hicolor_status_scalable_empathy-away.svg: * data/icons/hicolor_status_16x16_empathy-away.svg: * data/icons/hicolor_status_scalable_empathy-offline.svg: * data/icons/hicolor_status_16x16_empathy-offline.svg: * data/icons/hicolor_status_scalable_empathy-busy.svg: * data/icons/hicolor_status_16x16_empathy-busy.svg: * data/icons/hicolor_status_scalable_empathy-available.svg: * data/icons/hicolor_status_16x16_empathy-available.svg: * data/icons/Makefile.am: Install SVG status images as scalable. Fixes bug #492984. svn path=/trunk/; revision=414
* Updated Norwegian Bokmål translation.Espen Stefansen2007-11-022-1091/+877
| | | | | | | | | 2007-11-01 Espen Stefansen <espens@svn.gnome.org> * nb.po: Updated Norwegian Bokmål translation. svn path=/trunk/; revision=413
* sv.po: Updated Swedish translationDaniel Nylander2007-11-022-27/+40
| | | | svn path=/trunk/; revision=412
* Updated Japanese translation.Takeshi AIHANA2007-11-012-63/+103
| | | | | | | | 2007-11-01 Takeshi AIHANA <takeshi.aihana@gmail.com> * ja.po: Updated Japanese translation. svn path=/trunk/; revision=411
* Updated Spanish translationJorge Gonzalez Gonzalez2007-11-012-8/+23
| | | | svn path=/trunk/; revision=410
* Translation updatedGabor Kelemen2007-10-302-527/+691
| | | | | | | | | 2007-10-30 Gabor Kelemen <kelemeng@gnome.hu> * hu.po: Translation updated svn path=/trunk/; revision=409
* Added Galician Translation. Added 'gl'Ignacio Casal Quinteiro2007-10-293-0/+1337
| | | | | | | | | | 2007-10-28 Ignacio Casal Quinteiro <nacho.resa@gmail.com> * gl.po: Added Galician Translation. * LINGUAS: Added 'gl' svn path=/trunk/; revision=408
* Updated for releaseEMPATHY_0_21_1Xavier Claessens2007-10-292-5/+24
| | | | svn path=/trunk/; revision=406
* Rename COL_XXX to EMPATHY_CONTACT_LIST_STORE_COL_XXX since it's in publicXavier Claessens2007-10-296-124/+274
| | | | | | | | | | | | | | | 2007-10-28 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/empathy-contact-list-view.c: * libempathy-gtk/empathy-contact-list-store.c: * libempathy-gtk/empathy-contact-list-store.h: * doc/libempathy-gtk/libempathy-gtk.types: * doc/libempathy-gtk/tmpl/empathy-contact-list-store.sgml: Rename COL_XXX to EMPATHY_CONTACT_LIST_STORE_COL_XXX since it's in public API. Fixes bug #470804. svn path=/trunk/; revision=405
* Rename icons to follow fd.o icon naming spec. Move icons to the rightXavier Claessens2007-10-2885-113/+177
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2007-10-28 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/empathy-status-icon.glade: * libempathy-gtk/empathy-group-chat.glade: * libempathy-gtk/empathy-main-window.glade: * libempathy-gtk/empathy-images.h: * src/empathy.c: * src/Makefile.am: * configure.ac: * data/jabber.profile: * data/salut.profile: * data/msn.profile: * data/gtalk.profile: * data/irc.profile: * data/22x22: * data/32x32: * data/24x24: * data/16x16: * data/48x48: * data/scalable: * data/Makefile.am: * data/icons/*: Rename icons to follow fd.o icon naming spec. Move icons to the right directory. Fixes bug #470418 (Michael Monreal). svn path=/trunk/; revision=404
* Also accept :$ and :-$ for face-embarrassedXavier Claessens2007-10-281-1/+1
| | | | svn path=/trunk/; revision=403
* Update to new icon naming spec for new avatars. Fixes bug #490173 (MichaelXavier Claessens2007-10-282-4/+10
| | | | | | | | | | 2007-10-28 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/empathy-smiley-manager.c: Update to new icon naming spec for new avatars. Fixes bug #490173 (Michael Monreal). svn path=/trunk/; revision=402
* Change edit personal information window title to "Personal Information".Xavier Claessens2007-10-282-2/+18
| | | | | | | | | | | | | 2007-10-28 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/empathy-contact-dialogs.c: Change edit personal information window title to "Personal Information". Fixes bug #490159. Change add contact window title to "New Contact", need a capitalized 'C'. Change edit contact information window title to "Edit Contact Information". svn path=/trunk/; revision=401
* Updated Spanish translationJorge Gonzalez Gonzalez2007-10-262-26/+32
| | | | svn path=/trunk/; revision=400
* Add Ctr-L accelerator to clear the chat. Fixes bug #490125 (MarcoXavier Claessens2007-10-252-0/+6
| | | | | | | | | | 2007-10-25 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/empathy-chat.glade: Add Ctr-L accelerator to clear the chat. Fixes bug #490125 (Marco Barisione). svn path=/trunk/; revision=399
* Change window title to "Contact List", both words should be capitalisedXavier Claessens2007-10-252-1/+7
| | | | | | | | | | | 2007-10-25 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/empathy-main-window.glade: Change window title to "Contact List", both words should be capitalised according to HIG. Fixes bug #490076 (Michael Monreal). svn path=/trunk/; revision=398
* Remove "..." from the "Manage Favorites..." menu item. Fixes bug #490086Xavier Claessens2007-10-252-1/+6
| | | | | | | | | | 2007-10-25 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/empathy-main-window.glade: Remove "..." from the "Manage Favorites..." menu item. Fixes bug #490086 (Michael Monreal). svn path=/trunk/; revision=397
* Use "document-open-recent" icon instead of gtk-justify-left for historyXavier Claessens2007-10-256-4/+15
| | | | | | | | | | | | | | | 2007-10-25 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/empathy-images.h: * libempathy-gtk/empathy-contact-list-view.c: * libempathy-gtk/empathy-chat.glade: * libempathy-gtk/empathy-log-window.glade: * libempathy-gtk/empathy-main-window.glade: Use "document-open-recent" icon instead of gtk-justify-left for history icon. Fixes bug #490080 (Michael Monreal, Xavier Claessens). svn path=/trunk/; revision=396
* Use "user-info" icon for Edit->Personal Information menu item. Fixes bugXavier Claessens2007-10-252-1/+19
| | | | | | | | | | | 2007-10-25 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/empathy-main-window.glade: Use "user-info" icon for Edit->Personal Information menu item. Fixes bug #490079 (Michael Monreal). svn path=/trunk/; revision=395
* Use the navigation icons in the history dialog. Fixes bug #490077 (MichaelXavier Claessens2007-10-252-2/+7
| | | | | | | | | | 2007-10-25 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/empathy-log-window.glade: Use the navigation icons in the history dialog. Fixes bug #490077 (Michael Monreal). svn path=/trunk/; revision=394
* Set window title to "Previous Conversations". Fixes bug #490075 (MichaelXavier Claessens2007-10-252-1/+6
| | | | | | | | | | 2007-10-25 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/empathy-log-window.glade: Set window title to "Previous Conversations". Fixes bug #490075 (Michael Monreal). svn path=/trunk/; revision=393
* Cleanup licences and copyrights, Modules with 100% collabora code are nowXavier Claessens2007-10-2531-344/+242
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2007-10-24 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/empathy-account-chooser.c: * libempathy-gtk/empathy-profile-chooser.c: * libempathy-gtk/empathy-account-chooser.h: * libempathy-gtk/empathy-profile-chooser.h: * libempathy-gtk/empathy-images.h: * libempathy-gtk/empathy-main-window.c: * libempathy-gtk/empathy-main-window.h: * libempathy-gtk/empathy-cell-renderer-activatable.c: * libempathy-gtk/empathy-account-widget-salut.c: * libempathy-gtk/empathy-presence-chooser.c: * libempathy-gtk/empathy-cell-renderer-activatable.h: * libempathy-gtk/empathy-account-widget-salut.h: * libempathy-gtk/empathy-account-widget-msn.c: * libempathy-gtk/empathy-presence-chooser.h: * libempathy-gtk/empathy-status-icon.c: * libempathy-gtk/empathy-contact-dialogs.c: * libempathy-gtk/empathy-account-widget-msn.h: * libempathy-gtk/empathy-status-icon.h: * libempathy-gtk/empathy-contact-dialogs.h: * libempathy-gtk/empathy-account-widget-jabber.c: * libempathy-gtk/empathy-account-widget-jabber.h: * libempathy-gtk/empathy-contact-widget.c: * libempathy-gtk/empathy-contact-widget.h: * libempathy-gtk/empathy-smiley-manager.c: * libempathy-gtk/empathy-about-dialog.h: * libempathy-gtk/empathy-smiley-manager.h: * libempathy-gtk/empathy-accounts-dialog.h: * libempathy/empathy-avatar.h: * libempathy/empathy-debug.h: Cleanup licences and copyrights, Modules with 100% collabora code are now relicenced to LGPL. * doc/libempathy-gtk/tmpl/empathy-contact-list-store.sgml: Updated. svn path=/trunk/; revision=392
* Updated French translation.Claude Paroz2007-10-252-128/+240
| | | | | | | | 2007-10-24 Claude Paroz <claude@2xlibre.net> * fr.po: Updated French translation. svn path=/trunk/; revision=391
* Updated Arabic Translation by Djihed Afifi. Djihed Afifi2007-10-242-607/+900
| | | | svn path=/trunk/; revision=390
* Updated.Xavier Claessens2007-10-234-1/+27
| | | | | | | | | | | 2007-10-23 Xavier Claessens <xclaesse@gmail.com> * doc/libempathy-gtk/tmpl/empathy-profile-chooser.sgml: * doc/libempathy-gtk/tmpl/empathy-contact-dialogs.sgml: * doc/libempathy-gtk/tmpl/empathy-contact-widget.sgml: Updated. svn path=/trunk/; revision=389
* sv.po: Updated Swedish translationDaniel Nylander2007-10-232-46/+68
| | | | svn path=/trunk/; revision=388
* Add EMPATHY_CONTACT_WIDGET_EDIT_NONE to EmpathyContactWidgetFlags.Xavier Claessens2007-10-222-0/+6
| | | | | | | | | | 2007-10-21 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/empathy-contact-widget.h: Add EMPATHY_CONTACT_WIDGET_EDIT_NONE to EmpathyContactWidgetFlags. svn path=/trunk/; revision=387
* forgot changelogXavier Claessens2007-10-211-1/+2
| | | | svn path=/trunk/; revision=386
* Don't allow to change account if we are editing information ofXavier Claessens2007-10-215-9/+16
| | | | | | | | | | | | | 2007-10-21 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/empathy-contact-dialogs.h: * libempathy-gtk/empathy-contact-dialogs.c: * libempathy-gtk/empathy-main-window.c: * libempathy-gtk/empathy-contact-list-view.c: Don't allow to change account if we are editing information of self-contact. svn path=/trunk/; revision=385
* To know if an account is connected, useXavier Claessens2007-10-216-113/+195
| | | | | | | | | | | | | | | | | | 2007-10-21 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/empathy-account-chooser.c: * libempathy-gtk/empathy-contact-dialogs.c: * libempathy-gtk/empathy-contact-widget.c: * libempathy-gtk/empathy-contact-widget.h: * libempathy-gtk/empathy-accounts-dialog.c: To know if an account is connected, use mission_control_get_connection_status() instead of mission_control_get_connection(). Update account chooser if an account's status changes or if it get removed. Move account chooser filter func for add-contact's window from EmpathyContactWidget to EmpathyContactDialogs. svn path=/trunk/; revision=384
* Updated Spanish translationJorge Gonzalez Gonzalez2007-10-202-42/+50
| | | | svn path=/trunk/; revision=383
* Update Enable/Disable button when "account-enabled" or "account-disabled"Xavier Claessens2007-10-192-3/+16
| | | | | | | | | | | | 2007-10-19 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/empathy-accounts-dialog.c: Update Enable/Disable button when "account-enabled" or "account-disabled" are emitted on McAccountMonitor. Set tooltip on protocol icon with the profile's display name. svn path=/trunk/; revision=382
* set unsensitive the add button if there is no profile installed and tellXavier Claessens2007-10-195-13/+46
| | | | | | | | | | | | | | | 2007-10-19 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/empathy-profile-chooser.c: * libempathy-gtk/empathy-profile-chooser.h: * libempathy-gtk/empathy-accounts-dialog.c: set unsensitive the add button if there is no profile installed and tell the user to install some connection managers. * libempathy-gtk/empathy-ui-utils.c: Fix indentation. svn path=/trunk/; revision=381
* If EmpathyChat object does not exist when DnD a contact, create one. FixesXavier Claessens2007-10-192-0/+12
| | | | | | | | | | 2007-10-19 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/empathy-chat-window.c: If EmpathyChat object does not exist when DnD a contact, create one. Fixes bug #483168. svn path=/trunk/; revision=380
* Fix crash when iconifying main window if it's already hiden.Xavier Claessens2007-10-192-1/+8
| | | | | | | | | | 2007-10-19 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/empathy-status-icon.c: Fix crash when iconifying main window if it's already hiden. svn path=/trunk/; revision=379
* Don't accept invitation if we are not invited.Xavier Claessens2007-10-194-20/+40
| | | | | | | | | | | | | | 2007-10-19 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/empathy-group-chat.c: * libempathy/empathy-tp-chatroom.c:Don't accept invitation if we are not invited. * libempathy-gtk/empathy-status-icon.c: Correctly toggle visibility with ALT-F4 on the main windows. svn path=/trunk/; revision=378
* Cleanup licences and copyrights, Modules with 100% collabora code are nowXavier Claessens2007-10-1828-251/+259
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2007-10-18 Xavier Claessens <xclaesse@gmail.com> * libempathy/empathy-log-manager.c: * libempathy/empathy-log-manager.h: * libempathy/empathy-tp-chat.c: * libempathy/empathy-contact-manager.c: * libempathy/empathy-tp-chat.h: * libempathy/empathy-contact-manager.h: * libempathy/empathy-avatar.c: * libempathy/empathy-chandler.c: * libempathy/empathy-tp-contact-list.c: * libempathy/empathy-chandler.h: * libempathy/empathy-filter.c: * libempathy/empathy-tp-roomlist.c: * libempathy/empathy-tp-contact-list.h: * libempathy/empathy-filter.h: * libempathy/empathy-tp-chatroom.c: * libempathy/empathy-tp-roomlist.h: * libempathy/empathy-contact-factory.c: * libempathy/empathy-tp-chatroom.h: * libempathy/empathy-contact-list.c: * libempathy/empathy-contact-factory.h: * libempathy/empathy-contact-list.h: * libempathy/empathy-chatroom.c: * libempathy/empathy-idle.c: * libempathy/empathy-tp-group.c: * libempathy/empathy-chatroom.h: * libempathy/empathy-idle.h: * libempathy/empathy-tp-group.h: Cleanup licences and copyrights, Modules with 100% collabora code are now relicenced to LGPL. svn path=/trunk/; revision=377
* Don't warning if we try to load a NULL icon.Xavier Claessens2007-10-155-1/+35
| | | | | | | | | | | | | | | 2007-10-15 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/empathy-ui-utils.c: Don't warning if we try to load a NULL icon. * data/Makefile.am: * data/aim.profile: * data/sofiasip.profile: Add AIM and SIP profiles. Fixes bug #457740 (Jamey Hicks). svn path=/trunk/; revision=376
* Updated Spanish translationJorge Gonzalez Gonzalez2007-10-142-13/+37
| | | | svn path=/trunk/; revision=375
* Updated Occitan translationYannig MARCHEGAY2007-10-141-101/+194
| | | | svn path=/trunk/; revision=374
* Updated Occitan translationYannig MARCHEGAY2007-10-142-0/+1169
| | | | svn path=/trunk/; revision=373
* Set chat state to ACTIVE when receiving a message from a contact, avoidXavier Claessens2007-10-132-0/+11
| | | | | | | | | | | 2007-10-13 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/empathy-chat.c: Set chat state to ACTIVE when receiving a message from a contact, avoid staying in COMPOSING state forever for protocols like MSN that do not notify when contact stoped writing. svn path=/trunk/; revision=372
* Don't use deprecated GtkTooltips API. Add commented out lines inXavier Claessens2007-10-1319-91/+100
| | | | | | | | | | | | | | | | | | | | | | | | | 2007-10-13 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/empathy-chat-view.h: * libempathy-gtk/empathy-main-window.c: * libempathy-gtk/empathy-chat.c: * libempathy-gtk/empathy-chat-window.c: * libempathy-gtk/empathy-chat-view.c: * libempathy/empathy-log-manager.c: * libempathy/empathy-time.c: * libempathy/empathy-tp-chat.c: * libempathy/empathy-time.h: * libempathy/empathy-message.c: * libempathy/empathy-message.h: * libempathy/empathy-presence.c: * configure.ac: Don't use deprecated GtkTooltips API. Add commented out lines in configure.ac to disable GLib and GTK deprecated symbols. Replace EmpathyTime by time_t which is more appropriate for timestamps. * doc/*: Updated. svn path=/trunk/; revision=371
* Use g_timeout_add_seconds when appropriated to avoid weaking the processXavier Claessens2007-10-1310-78/+47
| | | | | | | | | | | | | | | | | | 2007-10-13 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/empathy-main-window.c: * libempathy-gtk/empathy-presence-chooser.c: * libempathy-gtk/empathy-contact-list-view.c: * libempathy-gtk/empathy-contact-widget.c: * libempathy-gtk/empathy-chat.c: * libempathy-gtk/empathy-contact-list-store.c: * libempathy-gtk/empathy-chat-window.c: * libempathy/empathy-idle.c: * tests/contact-manager.c: Use g_timeout_add_seconds when appropriated to avoid weaking the process too much. svn path=/trunk/; revision=370
* Set supress_handler to TRUE when creating new group channel.Xavier Claessens2007-10-122-3/+8
| | | | | | | | | | 2007-10-11 Xavier Claessens <xclaesse@gmail.com> * libempathy/empathy-tp-contact-list.c: Set supress_handler to TRUE when creating new group channel. svn path=/trunk/; revision=369
* Add missing files.Xavier Claessens2007-10-112-0/+6
| | | | | | | | | 2007-10-11 Xavier Claessens <xclaesse@gmail.com> * po/POTFILES.in: Add missing files. svn path=/trunk/; revision=368
* sv.po: Updated Swedish translationDaniel Nylander2007-10-112-241/+341
| | | | svn path=/trunk/; revision=367
* Bump MissionControl version to 4.37, we uses new API introduced in thatXavier Claessens2007-10-102-1/+6
| | | | | | | | | | 2007-10-09 Xavier Claessens <xclaesse@gmail.com> * configure.ac: Bump MissionControl version to 4.37, we uses new API introduced in that version. svn path=/trunk/; revision=366
* More flexible API for EmpathyContactWidget, we now have flags to setXavier Claessens2007-10-109-59/+113
| | | | | | | | | | | | | | | | | | 2007-10-09 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/empathy-main-window.c: * libempathy-gtk/empathy-contact-dialogs.c: * libempathy-gtk/empathy-contact-list-view.c: * libempathy-gtk/empathy-contact-dialogs.h: * libempathy-gtk/empathy-contact-widget.c: * libempathy-gtk/empathy-contact-widget.h: * libempathy-gtk/empathy-chat-window.c: * megaphone/src/megaphone-applet.c: More flexible API for EmpathyContactWidget, we now have flags to set editable each fields. Implement personal information menu item in main window. svn path=/trunk/; revision=365
* Makes avatar looks better in information and edit dialogs.Xavier Claessens2007-10-095-79/+92
| | | | | | | | | | | | | 2007-10-09 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/empathy-contact-widget.glade: * libempathy-gtk/empathy-contact-widget.c: * libempathy-gtk/empathy-avatar-chooser.c: * libempathy-gtk/empathy-avatar-image.c: Makes avatar looks better in information and edit dialogs. svn path=/trunk/; revision=364
* Implement EmpathyAvatarChooser and EmpathyAvatarImage and make use of themXavier Claessens2007-10-0911-106/+1216
| | | | | | | | | | | | | | | | | | | | | 2007-10-08 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/empathy-ui-utils.c: * libempathy-gtk/empathy-ui-utils.h: * libempathy-gtk/empathy-contact-widget.c: * libempathy-gtk/empathy-contact-widget.h: * libempathy-gtk/empathy-avatar-chooser.c: * libempathy-gtk/empathy-avatar-chooser.h: * libempathy-gtk/empathy-avatar-image.c: * libempathy-gtk/empathy-avatar-image.h: * libempathy-gtk/Makefile.am: * src/empathy.c: Implement EmpathyAvatarChooser and EmpathyAvatarImage and make use of them in contact information windows. That means we can now enlarge avatars when clicking on it and we can set our own avatar if we edit our own contact. svn path=/trunk/; revision=363
* Updated Japanese translation.Takeshi AIHANA2007-10-082-28/+60
| | | | | | | | 2007-10-08 Takeshi AIHANA <takeshi.aihana@gmail.com> * ja.po: Updated Japanese translation. svn path=/trunk/; revision=362
* Updated Spanish translationJorge Gonzalez Gonzalez2007-10-072-32/+66
| | | | svn path=/trunk/; revision=361
* Initialize every GError to NULL. Fixes bug #482889.Marco Barisione2007-10-045-5/+13
| | | | | | | | | | | | 2007-10-03 Marco Barisione <marco@barisione.org> * libempathy/empathy-contact-factory.c: * libempathy/empathy-tp-call.c: * libempathy/empathy-tp-group.c: * libempathy/empathy-utils.c: Initialize every GError to NULL. Fixes bug #482889. svn path=/trunk/; revision=360
* Oops, useless g_printXavier Claessens2007-10-021-1/+0
| | | | svn path=/trunk/; revision=359
* really fix protocol groupXavier Claessens2007-10-021-8/+10
| | | | svn path=/trunk/; revision=358
* Add back protocol group.Xavier Claessens2007-10-022-0/+12
| | | | | | | | | 2007-10-02 Xavier Claessens <xclaesse@gmail.com> * libempathy/empathy-tp-contact-list.c: Add back protocol group. svn path=/trunk/; revision=357
* Add a #ifdef HAVE_VOIP. Fixes bug #482190 (Marco Barisione).Xavier Claessens2007-10-012-0/+7
| | | | | | | | | | 2007-10-01 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/empathy-contact-list-view.c: Add a #ifdef HAVE_VOIP. Fixes bug #482190 (Marco Barisione). svn path=/trunk/; revision=356
* Use fd.o standard location for autostart desktop files. Fixes bug #481860Xavier Claessens2007-10-013-2/+7
| | | | | | | | | | | 2007-10-01 Xavier Claessens <xclaesse@gmail.com> * data/Makefile.am: * data/empathy.desktop.in.in: Use fd.o standard location for autostart desktop files. Fixes bug #481860 (Stephane Loeuillet). svn path=/trunk/; revision=355
* Bump version to 0.15.Xavier Claessens2007-10-012-1/+5
| | | | | | | | | 2007-10-01 Xavier Claessens <xclaesse@gmail.com> * configure.ac: Bump version to 0.15. svn path=/trunk/; revision=354
* Add tp-stream-engine.xml to EXTRA_DIST. Add empathy-call-window.glade.EMPATHY_0_14Xavier Claessens2007-10-013-0/+7
| | | | | | | | | | 2007-10-01 Xavier Claessens <xclaesse@gmail.com> * libempathy/Makefile.am: Add tp-stream-engine.xml to EXTRA_DIST. * po/POTFILES.in: Add empathy-call-window.glade. svn path=/trunk/; revision=352
* Update before release.Xavier Claessens2007-10-013-4/+13
| | | | | | | | | | 2007-10-01 Xavier Claessens <xclaesse@gmail.com> * configure.ac: * NEWS: Update before release. svn path=/trunk/; revision=351
* Fix refcounting of priv->factory. Fixes bug #473116.Xavier Claessens2007-10-012-11/+17
| | | | | | | | | | 2007-10-01 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/empathy-private-chat.c: Fix refcounting of priv->factory. Fixes bug #473116. svn path=/trunk/; revision=350
* Adding sanity checks to public functions.Xavier Claessens2007-10-012-6/+23
| | | | | | | | | | 2007-10-01 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/empathy-chat-window.c: Adding sanity checks to public functions. svn path=/trunk/; revision=349
* Add some sanity checks. Fixes bug #463051.Xavier Claessens2007-10-013-2/+14
| | | | | | | | | | 2007-10-01 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/empathy-accounts-dialog.c: * libempathy/empathy-utils.c: Add some sanity checks. Fixes bug #463051. svn path=/trunk/; revision=348
* Disconnect all signals in finalize. Fixes bug #462815.Xavier Claessens2007-10-012-0/+26
| | | | | | | | | | 2007-10-01 Xavier Claessens <xclaesse@gmail.com> * libempathy/empathy-tp-chat.c: Disconnect all signals in finalize. Fixes bug #462815. svn path=/trunk/; revision=347
* Disconnect signals on chatroom manager. Fixes bug #456619.Xavier Claessens2007-10-012-0/+11
| | | | | | | | | | 2007-10-01 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/empathy-chatrooms-window.c: Disconnect signals on chatroom manager. Fixes bug #456619. svn path=/trunk/; revision=346
* Disconnect signals on list and contacts when finalizing the store.Xavier Claessens2007-10-012-1/+40
| | | | | | | | | | 2007-10-01 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/empathy-contact-list-store.c: Disconnect signals on list and contacts when finalizing the store. svn path=/trunk/; revision=345
* Hide VOIP stuff if empathy is not compiled with --enable-voip=yes. FixesXavier Claessens2007-10-013-2/+27
| | | | | | | | | | | | 2007-10-01 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/empathy-contact-list-view.c: * libempathy-gtk/empathy-chat-window.c: Hide VOIP stuff if empathy is not compiled with --enable-voip=yes. Fixes bug #482111 (Sjoerd Simons, Xavier Claessens). svn path=/trunk/; revision=344
* Updated to use new avatar cache.Xavier Claessens2007-10-013-86/+89
| | | | | | | | | | | 2007-10-01 Xavier Claessens <xclaesse@gmail.com> * megaphone/src/megaphone-applet.c: * megaphone/data/GNOME_Megaphone_Applet.schemas.in: Updated to use new avatar cache. svn path=/trunk/; revision=343
* ref group when async calls are in flight to avoid destroying the objectXavier Claessens2007-09-293-8/+18
| | | | | | | | | | | 2007-09-29 Xavier Claessens <xclaesse@gmail.com> * libempathy/empathy-tp-group.c: ref group when async calls are in flight to avoid destroying the object before receiving the reply. * libempathy/empathy-utils.c: Unref the group to not leak it. svn path=/trunk/; revision=341
* Refcount ContactFactoryAccountData struct.Xavier Claessens2007-09-292-100/+90
| | | | | | | | | | 2007-09-29 Xavier Claessens <xclaesse@gmail.com> * libempathy/empathy-contact-factory.c: Refcount ContactFactoryAccountData struct. svn path=/trunk/; revision=340
* Initial Voice+Video support Fixes bug #468204 (Elliot Fairweather, XavierXavier Claessens2007-09-2923-67/+1606
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2007-09-29 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/empathy-call-window.c: * libempathy-gtk/empathy-call-window.h: * libempathy-gtk/empathy-contact-list-view.c: * libempathy-gtk/empathy-call-window.glade: * libempathy-gtk/Makefile.am: * libempathy-gtk/empathy-chat-window.c: * src/empathy-call-chandler.c: * src/empathy-call.chandler: * src/org.gnome.Empathy.Call.service.in: * src/Makefile.am: * libempathy/empathy-utils.c: * libempathy/empathy-utils.h: * libempathy/empathy-tp-call.c: * libempathy/empathy-tp-call.h: * libempathy/Makefile.am: * libempathy/tp-stream-engine.xml: * configure.ac: * doc/libempathy-gtk/libempathy-gtk-docs.sgml: * doc/libempathy/libempathy.types: * doc/libempathy/libempathy-docs.sgml: * doc/libempathy/Makefile.am: * doc/libempathy/tmpl/empathy-utils.sgml: Initial Voice+Video support Fixes bug #468204 (Elliot Fairweather, Xavier Claessens). svn path=/trunk/; revision=339
* Updated Japanese translation.Takeshi AIHANA2007-09-292-89/+129
| | | | | | | | 2007-09-29 Takeshi AIHANA <takeshi.aihana@gmail.com> * ja.po: Updated Japanese translation. svn path=/trunk/; revision=337
* Ported from VOIP branch.Xavier Claessens2007-09-286-28/+76
| | | | | | | | | | | | | 2007-09-28 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/empathy-contact-list-view.c: * libempathy-gtk/empathy-chat-window.c: * src/Makefile.am: * libempathy/empathy-tp-group.c: * libempathy/Makefile.am: Ported from VOIP branch. svn path=/trunk/; revision=335
* Bump version to 0.14. Updated.Xavier Claessens2007-09-288-11/+132
| | | | | | | | | | 2007-09-28 Xavier Claessens <xclaesse@gmail.com> * configure.ac: Bump version to 0.14. * doc/*: Updated. svn path=/trunk/; revision=333
* Updated for 0.13 release.EMPATHY_0_13Xavier Claessens2007-09-283-5/+32
| | | | | | | | | | | 2007-09-28 Xavier Claessens <xclaesse@gmail.com> * ChangeLog: * configure.ac: * NEWS: Updated for 0.13 release. svn path=/trunk/; revision=331
* Remove GnomeProgram, not useful anymore, drop libgnome dependency. FixesXavier Claessens2007-09-287-21/+38
| | | | | | | | | | | | | | | | | | | 2007-09-28 Xavier Claessens <xclaesse@gmail.com> * configure.ac: * src/empathy.c: Remove GnomeProgram, not useful anymore, drop libgnome dependency. Fixes bug #442079 * libempathy/empathy-avatar.c: * libempathy/empathy-avatar.h: Fix Copyright header. * libempathy/empathy-contact-factory.c: * libempathy/empathy-tp-group.c: Free return value for async DBus calls, they are not owned by dbus-glib. This fix big leaks, thanks again to valgrind. svn path=/trunk/; revision=330
* Look in the local_pendings list if a contact is already local pending. FixXavier Claessens2007-09-283-3/+9
| | | | | | | | | | | 2007-09-28 Xavier Claessens <xclaesse@gmail.com> * libempathy/empathy-tp-group.c: Look in the local_pendings list if a contact is already local pending. * tests/contact-manager.c: Fix white space typo. svn path=/trunk/; revision=326
* Fix 2 leaks thanks to valgrind.Xavier Claessens2007-09-273-0/+7
| | | | | | | | | | 2007-09-27 Xavier Claessens <xclaesse@gmail.com> * libempathy/empathy-utils.c: * libempathy/empathy-contact-factory.c: Fix 2 leaks thanks to valgrind. svn path=/trunk/; revision=325
* No need to init gtk, GMainLoop is enough and makes easier to run valgrind.Xavier Claessens2007-09-273-7/+17
| | | | | | | | | | | 2007-09-27 Xavier Claessens <xclaesse@gmail.com> * tests/contact-manager.c: * tests/Makefile.am: No need to init gtk, GMainLoop is enough and makes easier to run valgrind. svn path=/trunk/; revision=324
* Fix leak when loading avatar from cache. Do not request avatar for unknownXavier Claessens2007-09-273-60/+64
| | | | | | | | | | | 2007-09-27 Xavier Claessens <xclaesse@gmail.com> * libempathy/empathy-avatar.c: Fix leak when loading avatar from cache. * libempathy/empathy-contact-factory.c: Do not request avatar for unknown tokens, wait for AvatarUpdate signal. svn path=/trunk/; revision=323
* Set the sort function before begin to sort otherwise we get warnings.Xavier Claessens2007-09-272-3/+8
| | | | | | | | | | 2007-09-27 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/empathy-profile-chooser.c: Set the sort function before begin to sort otherwise we get warnings. svn path=/trunk/; revision=322
* Forgot changelogXavier Claessens2007-09-271-1/+2
| | | | svn path=/trunk/; revision=321
* Cache avatars and RequestAvatars only when needed.Xavier Claessens2007-09-276-61/+342
| | | | | | | | | | | | | | 2007-09-26 Xavier Claessens <xclaesse@gmail.com> * libempathy/empathy-utils.c: * libempathy/empathy-utils.h: * libempathy/empathy-avatar.c: * libempathy/empathy-avatar.h: * libempathy/empathy-contact-factory.c: Cache avatars and RequestAvatars only when needed. svn path=/trunk/; revision=320
* Fix capabilities update, the NOT operator is ~ and not !Xavier Claessens2007-09-262-2/+7
| | | | | | | | | | 2007-09-26 Xavier Claessens <xclaesse@gmail.com> * libempathy/empathy-contact-factory.c: Fix capabilities update, the NOT operator is ~ and not ! svn path=/trunk/; revision=319
* Fix warning when sort criterium is NULL and when there is no profile.Xavier Claessens2007-09-263-19/+29
| | | | | | | | | | | | 2007-09-26 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/empathy-profile-chooser.c: * libempathy-gtk/empathy-main-window.c: Fix warning when sort criterium is NULL and when there is no profile. Fixes bug #479786 (Christian Persch, Xavier Claessens). svn path=/trunk/; revision=318
* Updated Spanish translationJorge Gonzalez Gonzalez2007-09-262-51/+78
| | | | svn path=/trunk/; revision=316
* Ignore log files that don't have a good filename. Fixes bug #462046Xavier Claessens2007-09-213-1/+11
| | | | | | | | | | | 2007-09-21 Xavier Claessens <xclaesse@gmail.com> * libempathy/empathy-log-manager.c: Ignore log files that don't have a good filename. Fixes bug #462046 (Michael Scherer). * configure.ac: Bump GLIB version to 2.14.0. svn path=/trunk/; revision=309
* Explicitely use libempathy from builddir. Fixes bug #478558 (FredericXavier Claessens2007-09-212-1/+6
| | | | | | | | | | 2007-09-21 Xavier Claessens <xclaesse@gmail.com> * doc/libempathy-gtk/Makefile.am: Explicitely use libempathy from builddir. Fixes bug #478558 (Frederic Peters). svn path=/trunk/; revision=308
* Move TP_CHANNEL_CHAT_STATE_PAUSED to the not typing case. Fixes bugXavier Claessens2007-09-212-1/+6
| | | | | | | | | | 2007-09-21 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/empathy-chat.c: Move TP_CHANNEL_CHAT_STATE_PAUSED to the not typing case. Fixes bug #474603 (Cosimo Cecchi). svn path=/trunk/; revision=307
* Tooltip for subscription request shouldn't display "Message:" if theXavier Claessens2007-09-212-8/+17
| | | | | | | | | | | | 2007-09-21 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/empathy-status-icon.c: Tooltip for subscription request shouldn't display "Message:" if the message is empty. Fixes bug #459538 (Cosimo Cecchi). Do not update tooltip each time the icon change. svn path=/trunk/; revision=306
* Do not set "new message" in the title of conversation windows, it'sXavier Claessens2007-09-212-47/+14
| | | | | | | | | | 2007-09-21 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/empathy-chat-window.c: Do not set "new message" in the title of conversation windows, it's useless. Fixes bug #459523. svn path=/trunk/; revision=305
* Fix warnings when finalizing.Xavier Claessens2007-09-216-18/+82
| | | | | | | | | | | | | | 2007-09-21 Xavier Claessens <xclaesse@gmail.com> * libempathy/empathy-tp-contact-list.c: Fix warnings when finalizing. * tests/contact-manager.c: * tests/Makefile.am: * configure.ac: * Makefile.am: Add a test program to track leaks. svn path=/trunk/; revision=304
* Fix ref count error for account objects.Xavier Claessens2007-09-2122-5/+1112
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2007-09-21 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/empathy-contact-list-view.c: Fix ref count error for account objects. * libempathy/empathy-contact-manager.c: Disconnect signals from MissionControl object when finalising the contact manager. * configure.ac: * megaphone/src/megaphone-applet.c: * megaphone/src/Makefile.am: * megaphone/src/megaphone-applet.h: * megaphone/data/GNOME_Megaphone_Applet.schemas.in: * megaphone/data/Makefile.am: * megaphone/data/GNOME_Megaphone_Applet.server.in.in: * megaphone/data/GNOME_Megaphone_Applet.xml: * megaphone/Makefile.am: * nothere/src/nothere-applet.c: * nothere/src/Makefile.am: * nothere/src/nothere-applet.h: * nothere/data/Makefile.am: * nothere/data/GNOME_NotHere_Applet.server.in.in: * nothere/data/GNOME_NotHere_Applet.xml: * nothere/Makefile.am: * Makefile.am: * po/POTFILES.in: * po/POTFILES.skip: Add Megaphone and Nothere applets. Fixes bug #464954 (Raphael Slinckx, Xavier Claessens). svn path=/trunk/; revision=303
* Updated Spanish translationJorge Gonzalez Gonzalez2007-09-202-75/+93
| | | | svn path=/trunk/; revision=302
* Add 2 properties to EmpathyIdle to activate auto-away and auto-disconnect,Xavier Claessens2007-09-205-18/+120
| | | | | | | | | | | | | | | | 2007-09-20 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/empathy-status-icon.c: * libempathy/empathy-idle.c: * libempathy/empathy-idle.h: * doc/libempathy/tmpl/empathy-idle.sgml: Add 2 properties to EmpathyIdle to activate auto-away and auto-disconnect, default to off. Only empathy main client will turn them on, like that if other processes are running with an EmpathyIdle instance they won't change presence in the same time than Empathy client. svn path=/trunk/; revision=301
* Fix a leak.Xavier Claessens2007-09-192-1/+6
| | | | | | | | | 2007-09-19 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/empathy-smiley-manager.c: Fix a leak. svn path=/trunk/; revision=300
* Updated Finnish translationIlkka Tuohela2007-09-132-64/+79
| | | | svn path=/trunk/; revision=299
* Forgot changelogXavier Claessens2007-09-111-0/+10
| | | | svn path=/trunk/; revision=298
* "interactive" property on EmpathyContactListView to enable/disable contectXavier Claessens2007-09-115-12/+71
| | | | | | | | | | | | | | | 2007-09-11 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/empathy-main-window.c: * libempathy-gtk/empathy-group-chat.c: * libempathy-gtk/empathy-contact-list-view.c: * libempathy-gtk/empathy-contact-list-view.h: * doc/libempathy-gtk/tmpl/empathy-contact-list-view.sgml: "interactive" property on EmpathyContactListView to enable/disable contect menu and action when double-click on a contact. svn path=/trunk/; revision=297
* Updated Catalan translation.Jordi Mallach2007-09-102-724/+1137
| | | | svn path=/trunk/; revision=296
* Fix debug message.Xavier Claessens2007-09-104-6/+8
| | | | | | | | | | | | 2007-09-10 Xavier Claessens <xclaesse@gmail.com> * libempathy/empathy-contact-factory.c: Fix debug message. * libempathy/Makefile.am: * configure.ac: Remove useless code. svn path=/trunk/; revision=295
* Request media channel when clicking on call icon.Xavier Claessens2007-09-094-2/+31
| | | | | | | | | | | 2007-09-08 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/empathy-contact-list-view.c: * libempathy-gtk/empathy-chat-window.c: Request media channel when clicking on call icon. svn path=/trunk/; revision=294
* forgot to add those filesXavier Claessens2007-09-093-0/+179
| | | | svn path=/trunk/; revision=293
* Adding UI to start a VoIP call. It does nothing yet. Most of the code isXavier Claessens2007-09-0910-30/+227
| | | | | | | | | | | | | | | | | | | 2007-09-08 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/empathy-images.h: * libempathy-gtk/empathy-chat.glade: * libempathy-gtk/empathy-contact-list-view.c: * libempathy-gtk/empathy-contact-list-store.c: * libempathy-gtk/empathy-contact-list-store.h: * libempathy-gtk/Makefile.am: * libempathy-gtk/empathy-chat-window.c: * libempathy/empathy-contact.c: * libempathy/empathy-contact.h: Adding UI to start a VoIP call. It does nothing yet. Most of the code is ported from Gossip patch (Raphael Slinckx, Xavier Claessens). svn path=/trunk/; revision=292
* Adding capabilities contact property.Xavier Claessens2007-09-094-31/+228
| | | | | | | | | | | | 2007-09-08 Xavier Claessens <xclaesse@gmail.com> * libempathy/empathy-contact.c: * libempathy/empathy-contact.h: * libempathy/empathy-contact-factory.c: Adding capabilities contact property. svn path=/trunk/; revision=291
* Make use of the search function to correctly find when typing in theXavier Claessens2007-09-083-6/+17
| | | | | | | | | | | | 2007-09-08 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/empathy-contact-list-view.c: * libempathy-gtk/empathy-contact-list-store.c: Make use of the search function to correctly find when typing in the contact list view. Fixes bug #472309 (Will Thompson, Xavier Claessens). svn path=/trunk/; revision=290
* Fix crash if there is no date for a conversation. Fixes bug #473510.Xavier Claessens2007-09-082-68/+58
| | | | | | | | | | 2007-09-08 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/empathy-log-window.c: Fix crash if there is no date for a conversation. Fixes bug #473510. svn path=/trunk/; revision=289
* Correct bug numberXavier Claessens2007-09-081-0/+1
| | | | svn path=/trunk/; revision=288
* Updated for new API.Xavier Claessens2007-09-083-62/+77
| | | | | | | | | | 2007-09-08 Xavier Claessens <xclaesse@gmail.com> * python/pyempathygtk/pyempathygtk.override: * python/pyempathygtk/pyempathygtk.defs: Updated for new API. svn path=/trunk/; revision=287
* Bump libtelepathy depend to 0.0.57.Xavier Claessens2007-09-082-1/+5
| | | | | | | | | 2007-09-08 Xavier Claessens <xclaesse@gmail.com> * configure.ac: Bump libtelepathy depend to 0.0.57. svn path=/trunk/; revision=286
* More dynamic smiley managment and more efficient algorithm to detectXavier Claessens2007-09-0814-473/+536
| | | | | | | | | | | | | | | | | | | | 2007-09-08 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/empathy-chat-view.h: * libempathy-gtk/empathy-ui-utils.c: * libempathy-gtk/empathy-ui-utils.h: * libempathy-gtk/empathy-chat.c: * libempathy-gtk/empathy-smiley-manager.c: * libempathy-gtk/empathy-smiley-manager.h: * libempathy-gtk/Makefile.am: * libempathy-gtk/empathy-chat-window.c: * libempathy-gtk/empathy-chat-view.c: More dynamic smiley managment and more efficient algorithm to detect smileys in messages. * doc/: Updated svn path=/trunk/; revision=285
* Updated Finnish translationIlkka Tuohela2007-09-012-102/+144
| | | | svn path=/trunk/; revision=284
* Updated.Xavier Claessens2007-08-3111-34/+196
| | | | | | | | | | | | | | | | | | 2007-08-31 Xavier Claessens <xclaesse@gmail.com> * doc/libempathy-gtk/Makefile.am: * doc/libempathy-gtk/tmpl/empathy-preferences.sgml: * doc/libempathy-gtk/tmpl/empathy-images.sgml: * doc/libempathy/libempathy.types: * doc/libempathy/libempathy-docs.sgml: * doc/libempathy/Makefile.am: * doc/libempathy/tmpl/empathy-tp-group.sgml: * doc/libempathy/tmpl/empathy-avatar.sgml: * doc/libempathy/tmpl/empathy-contact.sgml: * doc/libempathy/tmpl/empathy-contact-list.sgml: Updated. svn path=/trunk/; revision=283
* Don't use deprecated RequestAvatar method.Xavier Claessens2007-08-312-51/+13
| | | | | | | | | | 2007-08-30 Xavier Claessens <xclaesse@gmail.com> * libempathy/empathy-contact-factory.c: Don't use deprecated RequestAvatar method. svn path=/trunk/; revision=282
* match maintainer.py syntaxXavier Claessens2007-08-311-2/+5
| | | | svn path=/trunk/; revision=281
* Completely reworked ContactList API. Fixes bug #471611, bug #467280, bug ↵Xavier Claessens2007-08-3149-4637/+4085
| | | | | | #459540 and bug #462907. svn path=/trunk/; revision=280
* Updated French translation by Laurent Bigonville and Stéphane Raimbault.Stéphane Raimbault2007-08-302-77/+121
| | | | svn path=/trunk/; revision=279
* Make use of AM_PATH_PYTHON to get python variables. Fixes bug #470642Xavier Claessens2007-08-294-3/+15
| | | | | | | | | | | | 2007-08-24 Xavier Claessens <xclaesse@gmail.com> * python/pyempathy/Makefile.am: * python/pyempathygtk/Makefile.am: * configure.ac: Make use of AM_PATH_PYTHON to get python variables. Fixes bug #470642 (Daniel Gryniewicz). svn path=/trunk/; revision=278
* Updated Croatian translation (Senko Rasic)Xavier Claessens2007-08-262-948/+685
| | | | svn path=/trunk/; revision=277
* Updated Japanese translation.Takeshi AIHANA2007-08-262-53/+92
| | | | | | | | 2007-08-26 Takeshi AIHANA <takeshi.aihana@gmail.com> * ja.po: Updated Japanese translation. svn path=/trunk/; revision=276
* Updated Spanish translationJorge Gonzalez Gonzalez2007-08-252-63/+101
| | | | svn path=/trunk/; revision=275
* Bump version to 0.13. Last NEWS entry is for version 0.12 and not 0.11.Xavier Claessens2007-08-253-2/+7
| | | | | | | | | | 2007-08-24 Xavier Claessens <xclaesse@gmail.com> * configure.ac: Bump version to 0.13. * NEWS: Last NEWS entry is for version 0.12 and not 0.11. svn path=/trunk/; revision=274
* update lt versionEMPATHY_0_12Xavier Claessens2007-08-251-1/+1
| | | | svn path=/trunk/; revision=272
* Updated.Xavier Claessens2007-08-255-3/+26
| | | | | | | | | | | | 2007-08-24 Xavier Claessens <xclaesse@gmail.com> * configure.ac: * doc/libempathy-gtk/tmpl/empathy-preferences.sgml: * NEWS: * po/POTFILES.in: Updated. svn path=/trunk/; revision=271
* Salut's protocol name is going to change to local-xmpp. Fixes bug #469638Xavier Claessens2007-08-256-8/+16
| | | | | | | | | | | | | | 2007-08-24 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/empathy-new-chatroom-dialog.c: * libempathy-gtk/empathy-contact-widget.c: * libempathy-gtk/empathy-accounts-dialog.c: * libempathy/empathy-tp-contact-list.c: * data/salut.profile: Salut's protocol name is going to change to local-xmpp. Fixes bug #469638 (Sjoerd Simons) svn path=/trunk/; revision=270
* Chech if there is already a Salut account before creating a new one andXavier Claessens2007-08-252-0/+32
| | | | | | | | | | 2007-08-24 Xavier Claessens <xclaesse@gmail.com> * src/empathy.c: Chech if there is already a Salut account before creating a new one and add more debug messages. svn path=/trunk/; revision=269
* forgot that fileXavier Claessens2007-08-251-0/+0
| | | | svn path=/trunk/; revision=268
* Change jabber icon. Fixes bug #466377 (Björn Martensen).Xavier Claessens2007-08-2517-640/+1665
| | | | | | | | | | | | | | | | | | | | | | | | | | 2007-08-24 Xavier Claessens <xclaesse@gmail.com> * configure.ac: * data/22x22/Makefile.am: * data/22x22/empathy-proto-jabber.svg: * data/22x22/empathy-proto-jabber.png: * data/48x48/Makefile.am: * data/32x32/Makefile.am: * data/32x32/empathy-proto-jabber.svg: * data/32x32/empathy-proto-jabber.png: * data/24x24: * data/24x24/Makefile.am: * data/24x24/empathy-proto-jabber.png: * data/16x16/empathy-proto-jabber.svg: * data/16x16/Makefile.am: * data/16x16/empathy-proto-jabber.png: * data/scalable/empathy-proto-jabber.svg: * data/scalable/Makefile.am: * data/Makefile.am: Change jabber icon. Fixes bug #466377 (Björn Martensen). svn path=/trunk/; revision=267
* Add specialised UI for salut settings. Configure a Salut account firstXavier Claessens2007-08-2310-6/+743
| | | | | | | | | | | | | | | | | | | | 2007-08-23 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/empathy-account-widget-salut.glade: * libempathy-gtk/empathy-account-widget-salut.c: * libempathy-gtk/empathy-account-widget-salut.h: * libempathy-gtk/empathy-preferences.h: * libempathy-gtk/empathy-accounts-dialog.c: * libempathy-gtk/Makefile.am: * src/empathy.c: * configure.ac: * data/empathy.schemas.in: Add specialised UI for salut settings. Configure a Salut account first time empathy is started with salut CM installed using gnome-about-me information. Fixes bug #447467 (Cosimo Cecchi, Xavier Claessens). svn path=/trunk/; revision=266
* Fix build system, make distcheck now works.Xavier Claessens2007-08-204-3/+19
| | | | | | | | | | | | 2007-08-19 Xavier Claessens <xclaesse@gmail.com> * python/pyempathy/Makefile.am: * python/pyempathy/pyempathy.override: * python/pyempathygtk/Makefile.am: Fix build system, make distcheck now works. svn path=/trunk/; revision=265
* Add python binding. Fixes bug #457660 (Michael Sheldon).Xavier Claessens2007-08-2013-1/+3864
| | | | | | | | | | | | | | | | | | | | 2007-08-19 Xavier Claessens <xclaesse@gmail.com> * python/pyempathy/pyempathy.defs: * python/pyempathy/pyempathymodule.c: * python/pyempathy/Makefile.am: * python/pyempathy/pyempathy.override: * python/pyempathygtk/pyempathygtk.override: * python/pyempathygtk/pyempathygtk.defs: * python/pyempathygtk/Makefile.am: * python/pyempathygtk/pyempathygtkmodule.c: * python/Makefile.am: * libempathy/empathy-time.h: * configure.ac: * Makefile.am: Add python binding. Fixes bug #457660 (Michael Sheldon). svn path=/trunk/; revision=264
* Last patch was from Cosimo CecchiXavier Claessens2007-08-201-1/+1
| | | | svn path=/trunk/; revision=263
* Edit menu should be second from the left. Fixes bug #467827 (Reinout vanXavier Claessens2007-08-202-46/+51
| | | | | | | | | | 2007-08-19 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/empathy-main-window.glade: Edit menu should be second from the left. Fixes bug #467827 (Reinout van Schouwen). svn path=/trunk/; revision=262
* Updated Polish translation by GNOME PL Team.Artur Flinta2007-08-192-84/+98
| | | | | | | | | 2007-08-19 Artur Flinta <aflinta@svn.gnome.org> * pl.po: Updated Polish translation by GNOME PL Team. svn path=/trunk/; revision=261
* Updated Spanish translationJorge Gonzalez Gonzalez2007-08-192-69/+58
| | | | svn path=/trunk/; revision=260
* Updated Finnish translationIlkka Tuohela2007-08-171-11/+30
| | | | svn path=/trunk/; revision=259
* Updated Finnish translationIlkka Tuohela2007-08-162-1540/+637
| | | | svn path=/trunk/; revision=258
* Updated Japanese translation.Takeshi AIHANA2007-08-142-95/+82
| | | | | | | | 2007-08-14 Takeshi AIHANA <takeshi.aihana@gmail.com> * ja.po: Updated Japanese translation. svn path=/trunk/; revision=257
* One more fix. Thanks to Claude Paroz.Stéphane Raimbault2007-08-142-722/+5
| | | | svn path=/trunk/; revision=256
* Only update the topic of it has really be changed, avoid diplaying manyXavier Claessens2007-08-133-19/+37
| | | | | | | | | | | | | | | 2007-08-13 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/empathy-group-chat.c: Only update the topic of it has really be changed, avoid diplaying many times "Topic set to:" message. * libempathy-gtk/empathy-chat.c: Some Jabber chatroom sends messages received before we joined the room, this avoid displaying those messages if we already logged them last time we joined that room. Previous workaround prevented Empathy to log offline messages. svn path=/trunk/; revision=255
* Updated French translation with fixes suggested by Stéphane Raimbault.Frederic Peters2007-08-132-10/+20
| | | | | | | | * fr.po: Updated French translation with fixes suggested by Stéphane Raimbault. svn path=/trunk/; revision=254
* Bump version to 0.12.Xavier Claessens2007-08-132-1/+5
| | | | | | | | | 2007-08-12 Xavier Claessens <xclaesse@gmail.com> * configure.ac: Bump version to 0.12. svn path=/trunk/; revision=253
* Update libtool version.EMPATHY_0_11Xavier Claessens2007-08-135-5/+36
| | | | | | | | | | | | | 2007-08-12 Xavier Claessens <xclaesse@gmail.com> * configure.ac: Update libtool version. * doc/libempathy-gtk/tmpl/empathy-images.sgml: * doc/libempathy-gtk/tmpl/empathy-status-presets.sgml: * NEWS: Updated. svn path=/trunk/; revision=251
* Removed spaces in the SupportedPresences key to workaround a MC warning SFXavier Claessens2007-08-122-1/+6
| | | | | | | | | | 2007-08-12 Xavier Claessens <xclaesse@gmail.com> * data/irc.profile: Removed spaces in the SupportedPresences key to workaround a MC warning SF bug 1772539. svn path=/trunk/; revision=250
* Make "Add account" button insensitive when we are creating one. Fixes bugXavier Claessens2007-08-122-0/+12
| | | | | | | | | | | 2007-08-11 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/empathy-accounts-dialog.c: Make "Add account" button insensitive when we are creating one. Fixes bug #459170 (Jaap A. Haitsma). svn path=/trunk/; revision=249
* s/Local Network/People nearby/ (Sjoerd Simons)Xavier Claessens2007-08-112-1/+6
| | | | | | | | | | 2007-08-11 Xavier Claessens <xclaesse@gmail.com> * libempathy/empathy-tp-contact-list.c: s/Local Network/People nearby/ (Sjoerd Simons) svn path=/trunk/; revision=248
* Updated French translation.Frederic Peters2007-08-112-561/+714
| | | | svn path=/trunk/; revision=247
* Change a bit some debug outputXavier Claessens2007-08-102-1/+6
| | | | svn path=/trunk/; revision=246
* Unselect accounts when clicking on "add" button. Fixes bug #459173 (CosimoXavier Claessens2007-08-102-1/+13
| | | | | | | | | | 2007-08-10 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/empathy-accounts-dialog.c: Unselect accounts when clicking on "add" button. Fixes bug #459173 (Cosimo Cecchi). svn path=/trunk/; revision=245
* add some spacing in "Custom message" dialog. Fixes bug #465360 (FredericXavier Claessens2007-08-102-0/+7
| | | | | | | | | | 2007-08-10 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/empathy-presence-chooser.glade: add some spacing in "Custom message" dialog. Fixes bug #465360 (Frederic Peters). svn path=/trunk/; revision=244
* Add hidden supprot. Fixes bug #455510 (Cosimo Cecchi).Xavier Claessens2007-08-1010-11/+33
| | | | | | | | | | | | | | | | | | | 2007-08-10 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/empathy-images.h: * libempathy-gtk/empathy-presence-chooser.c: * libempathy-gtk/empathy-ui-utils.c: * libempathy/empathy-presence.c: Add hidden supprot. Fixes bug #455510 (Cosimo Cecchi). * data/gtalk.profile: * data/jabber.profile: * data/salut.profile: * data/irc.profile: * data/msn.profile: Updated to use SupportedPresences field. svn path=/trunk/; revision=243
* Change debug messageXavier Claessens2007-08-101-2/+4
| | | | svn path=/trunk/; revision=242
* Remove per-state "Custom message..." item and add one on the bottom of theXavier Claessens2007-08-106-339/+363
| | | | | | | | | | | | | | | | | | 2007-08-09 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/empathy-presence-chooser.glade: * libempathy-gtk/empathy-presence-chooser.c: * libempathy-gtk/empathy-status-presets.c: * libempathy-gtk/empathy-status-presets.h: * libempathy-gtk/empathy-ui-utils.c: Remove per-state "Custom message..." item and add one on the bottom of the menu. Add a combobox on the custom message dialog to select the state and change the action of the checkbox, now it add/remove the message from saved messages. Make easier to add other states to the list if needed. Fixes bug #460678. svn path=/trunk/; revision=241
* Updated Basque translation.Inaki Larranaga Murgoitio2007-08-092-1366/+666
| | | | | | | | | 2007-08-09 Inaki Larranaga Murgoitio <dooteo@zundan.com> * eu.po: Updated Basque translation. svn path=/trunk/; revision=240
* Remove workaround for mc-enum-types.h not being installed by MC and bumpXavier Claessens2007-08-094-17/+11
| | | | | | | | | | | | 2007-08-09 Xavier Claessens <xclaesse@gmail.com> * libempathy/empathy-presence.c: * libempathy/empathy-idle.c: * configure.ac: Remove workaround for mc-enum-types.h not being installed by MC and bump MC minimal version to 4.33. svn path=/trunk/; revision=239
* Useless spell checker option. Fixes bug #459164 (Cosimo Cecchi).Xavier Claessens2007-08-093-77/+22
| | | | | | | | | | | 2007-08-09 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/empathy-preferences.c: * libempathy-gtk/empathy-preferences.glade: Useless spell checker option. Fixes bug #459164 (Cosimo Cecchi). svn path=/trunk/; revision=238
* Requier automake 1.9. Fixes bug #464822 (Cosimo Cecchi).Xavier Claessens2007-08-092-1/+5
| | | | | | | | | 2007-08-08 Xavier Claessens <xclaesse@gmail.com> * autogen.sh: Requier automake 1.9. Fixes bug #464822 (Cosimo Cecchi). svn path=/trunk/; revision=237
* Updated the MAINTAINERS file to match new syntax.Xavier Claessens2007-08-082-1/+8
| | | | | | | | | 2007-08-08 Xavier Claessens <xclaesse@gmail.com> * MAINTAINERS: Updated the MAINTAINERS file to match new syntax. svn path=/trunk/; revision=236
* Updated Polish translation by GNOME PL Team.Artur Flinta2007-08-082-171/+424
| | | | | | | | | 2007-08-08 Artur Flinta <aflinta@svn.gnome.org> * pl.po: Updated Polish translation by GNOME PL Team. svn path=/trunk/; revision=235
* Remove empathy-marshal-main.c and include empathy-marshal.h fromMarco Barisione2007-08-0814-109/+192
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2007-08-07 Marco Barisione <marco@barisione.org> * libempathy/Makefile.am: * libempathy/empathy-marshal-main.c: Remove empathy-marshal-main.c and include empathy-marshal.h from empathy-marshal.c. * libempathy/Makefile.am: * libempathy-gtk/Makefile.am: Generate files for enum types with glib-mkenums. * libempathy/empathy-contact.c: * libempathy/empathy-idle.c: * libempathy/empathy-message.c: * libempathy/empathy-presence.c: * libempathy-gtk/empathy-main-window.c: * libempathy-gtk/empathy-preferences.c: * doc/libempathy-gtk/libempathy-gtk.types: * doc/libempathy-gtk/tmpl/empathy-contact-list-store.sgml: Use g_param_spec_enum() and g_param_spec_flags() instead of g_param_spec_(u)int. Fixes bug #462465. * libempathy-gtk/empathy-contact-list-store.c: * libempathy-gtk/empathy-contact-list-store.h: Remove empathy_contact_list_store_sort_get_type() as it's now auto-generated by glib-mkenums. svn path=/trunk/; revision=234
* Change main window's title to "Contact list".Xavier Claessens2007-08-072-1/+6
| | | | | | | | | | 2007-08-06 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/empathy-main-window.glade: Change main window's title to "Contact list". svn path=/trunk/; revision=233
* Don't forget to reverse the glist of pending messages.Xavier Claessens2007-08-063-1/+12
| | | | | | | | | | | | | 2007-08-06 Xavier Claessens <xclaesse@gmail.com> * libempathy/empathy-tp-chat.c: Don't forget to reverse the glist of pending messages. * libempathy/empathy-tp-roomlist.c: Fix wrong room list names when listing them. svn path=/trunk/; revision=232
* Add an Advanced section and remove size_group. Fixes bug #463759 (Jaap A.Xavier Claessens2007-08-064-176/+343
| | | | | | | | | | | | | | 2007-08-06 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/empathy-account-widget-msn.glade: * libempathy-gtk/empathy-account-widget-msn.c: Add an Advanced section and remove size_group. Fixes bug #463759 (Jaap A. Haitsma, Xavier Claessens). * README: Use ./autogen.sh instead of gnome-autogen.sh. svn path=/trunk/; revision=231
* Updated Spanish translationJorge Gonzalez Gonzalez2007-08-062-30/+28
| | | | svn path=/trunk/; revision=230
* Click on the treeview to edit the name of an account. Fixes bug #459166.Xavier Claessens2007-08-033-89/+56
| | | | | | | | | | | 2007-08-02 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/empathy-accounts-dialog.glade: * libempathy-gtk/empathy-accounts-dialog.c: Click on the treeview to edit the name of an account. Fixes bug #459166. svn path=/trunk/; revision=229
* Do not try to guess the Jabber server from the jid, gabble does that forXavier Claessens2007-08-032-23/+5
| | | | | | | | | | 2007-08-02 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/empathy-account-widget-jabber.c: Do not try to guess the Jabber server from the jid, gabble does that for us. svn path=/trunk/; revision=228
* Update doc.Xavier Claessens2007-08-036-32/+91
| | | | | | | | | | | | | 2007-08-02 Xavier Claessens <xclaesse@gmail.com> * doc/libempathy-gtk/tmpl/empathy-account-chooser.sgml: * doc/libempathy-gtk/tmpl/empathy-ui-utils.sgml: * doc/libempathy-gtk/tmpl/empathy-contact-widget.sgml: * doc/libempathy/tmpl/empathy-message.sgml: * doc/libempathy/tmpl/empathy-utils.sgml: Update doc. svn path=/trunk/; revision=227
* Do not list profiles that don't have the corresponding CM installed whenXavier Claessens2007-08-022-1/+17
| | | | | | | | | | | 2007-08-02 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/empathy-profile-chooser.c: Do not list profiles that don't have the corresponding CM installed when creating a new account. This is a workaround for MC bug: SF #1688779. svn path=/trunk/; revision=226
* Remove size_group. Fixes bug #462792.Xavier Claessens2007-08-022-5/+5
| | | | | | | | | | 2007-08-02 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/empathy-account-widget-generic.c: Remove size_group. Fixes bug #462792. svn path=/trunk/; revision=225
* Adding new empathy_strdiff API stolen from telepathy-glib. It check ifXavier Claessens2007-08-024-135/+26
| | | | | | | | | | | | | 2007-08-02 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/empathy-accounts-dialog.c: * libempathy/empathy-utils.c: * libempathy/empathy-utils.h: Adding new empathy_strdiff API stolen from telepathy-glib. It check if strings are != NULL before using strcmp. Using that API to fix bug #461886. Should be used in more places. svn path=/trunk/; revision=224
* Click on the tray icon shows the window if it's not active and hide if itXavier Claessens2007-08-022-1/+7
| | | | | | | | | | | 2007-08-02 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/empathy-status-icon.c: Click on the tray icon shows the window if it's not active and hide if it is. Fixes bug #462057 (Olivier Valentin). svn path=/trunk/; revision=223
* don't display "Topic set to: (null)". Fixes bug #460205 (Michael Scherer).Xavier Claessens2007-08-022-1/+10
| | | | | | | | | | 2007-08-02 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/empathy-group-chat.c: don't display "Topic set to: (null)". Fixes bug #460205 (Michael Scherer). svn path=/trunk/; revision=222
* Updated Spanish translationJorge Gonzalez Gonzalez2007-08-012-62/+100
| | | | svn path=/trunk/; revision=221
* Updated Japanese translation.Takeshi AIHANA2007-07-312-89/+143
| | | | | | | | 2007-07-31 Takeshi AIHANA <takeshi.aihana@gmail.com> * ja.po: Updated Japanese translation. svn path=/trunk/; revision=220
* sv.po: Swedish translation updatedDaniel Nylander2007-07-312-992/+529
| | | | svn path=/trunk/; revision=219
* Added back, it calls gnome-autogen.sh.Xavier Claessens2007-07-302-0/+27
| | | | | | | | | 2007-07-30 Xavier Claessens <xclaesse@gmail.com> * autogen.sh: Added back, it calls gnome-autogen.sh. svn path=/trunk/; revision=218
* Add missing include string.h.Xavier Claessens2007-07-303-0/+9
| | | | | | | | | | 2007-07-29 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/empathy-profile-chooser.c: * libempathy/empathy-message.c: Add missing include string.h. svn path=/trunk/; revision=217
* Bump version to 0.11.Xavier Claessens2007-07-303-3/+6
| | | | | | | | | 2007-07-29 Xavier Claessens <xclaesse@gmail.com> * configure.ac: Bump version to 0.11. svn path=/trunk/; revision=216
* UpdatedEMPATHY_0_10Xavier Claessens2007-07-301-0/+5
| | | | svn path=/trunk/; revision=214
* Bump sonameXavier Claessens2007-07-301-2/+2
| | | | svn path=/trunk/; revision=213
* Align param names on the left.Xavier Claessens2007-07-306-140/+57
| | | | | | | | | | | | | | | | | 2007-07-28 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/empathy-account-widget-generic.c: * libempathy-gtk/empathy-account-widget-generic.h: Align param names on the left. * libempathy-gtk/empathy-accounts-dialog.glade: * libempathy-gtk/empathy-accounts-dialog.c: Simpler header to describe the selected account. Fixes bug #459169. * configure.ac: Set Collabora Ltd. in the Copyright. svn path=/trunk/; revision=212