commit ae0aef1928e4cac049f0a9165ee3ebd5489f588f Author: Guillaume Desmottes Date: Wed Jul 15 11:47:30 2009 +0100 upgrade NEWS for 2.27.4 NEWS | 66 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 66 insertions(+), 0 deletions(-) commit 0343c43f77ab5e59c614af0c0fa60d518d78a774 Author: Davyd Madeley Date: Wed Jul 15 12:38:55 2009 +0100 Revert "Remove deprecated call to g_mapped_file_free()" This commit breaks older GLib. When we're ready to bump our requirement to GLib 2.22, simply revert this commit. This reverts commit 0ade362fb9343ec984c396a202565c4e5faa1f12 but with an extra comment to explain what the hell is going on. libempathy/empathy-log-store-empathy.c | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) commit 8dd36644a68e297429a8a8a486df467a0d5d755c Author: Sjoerd Simons Date: Wed Jul 15 11:40:09 2009 +0100 Bump sonames for libempathy and libempathy-gtk configure.ac | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit a55d556e43624ced7d3c55863078669cfeebde84 Author: Davyd Madeley Date: Wed Jul 15 10:58:17 2009 +0100 Small style fixes libempathy-gtk/empathy-contact-dialogs.h | 3 --- libempathy/empathy-tp-contact-list.c | 4 ++-- 2 files changed, 2 insertions(+), 5 deletions(-) commit ce74b001af76af82c3bc448784ce7826b99d378f Author: Davyd Madeley Date: Tue Jul 14 11:47:47 2009 +0100 Check CAN_ADD before returning an Add Contact... menu item libempathy-gtk/empathy-contact-menu.c | 16 ++++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) commit 81f7d9001ac4da0f72b81d1c3d4861a011e62a1d Author: Davyd Madeley Date: Tue Jul 14 11:45:46 2009 +0100 Handle the case where priv->list is not an EmpathyContactManager libempathy-gtk/empathy-contact-list-store.c | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) commit 0ce1b4664b5706744f7d295f34b726fb61fd636a Author: Davyd Madeley Date: Tue Jul 14 10:30:15 2009 +0100 Small coding style fix libempathy-gtk/empathy-contact-menu.c | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) commit 0ade362fb9343ec984c396a202565c4e5faa1f12 Author: Davyd Madeley Date: Tue Jul 14 10:11:03 2009 +0100 Remove deprecated call to g_mapped_file_free() Change to g_mapped_file_unref() libempathy/empathy-log-store-empathy.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 234ee3923f26d46219410a4561a0516b7efaf3b3 Author: Davyd Madeley Date: Wed Feb 25 13:55:56 2009 +0900 have EmpathyContactWidget set the account on the account chooser libempathy-gtk/empathy-contact-menu.c | 1 - libempathy-gtk/empathy-contact-widget.c | 7 +++++++ 2 files changed, 7 insertions(+), 1 deletions(-) commit fa028af2e446e6246b43c887f42099d60ad6c219 Author: Davyd Madeley Date: Wed Feb 25 13:47:15 2009 +0900 Don't override empathy_account_chooser_set_account when setting filtering libempathy-gtk/empathy-account-chooser.c | 10 +++++++++- 1 files changed, 9 insertions(+), 1 deletions(-) commit 8571c54004e9cf8d2729a03d712210ab0ba0cd3b Author: Davyd Madeley Date: Tue Feb 24 17:55:33 2009 +0900 Set parent for new contact dialog libempathy-gtk/empathy-contact-menu.c | 11 +++++++++-- 1 files changed, 9 insertions(+), 2 deletions(-) commit 4e13ee5ecdbeb71559b76ee2080c9e58385c3ad8 Author: Davyd Madeley Date: Tue Feb 24 14:56:26 2009 +0900 Hook up the callback to throw up the standard Add Contact dialog libempathy-gtk/empathy-contact-dialogs.c | 9 ++++++++- libempathy-gtk/empathy-contact-dialogs.h | 7 ++++++- libempathy-gtk/empathy-contact-menu.c | 17 ++++++++++++++--- 3 files changed, 28 insertions(+), 5 deletions(-) commit fac3f031d33d41237ec86e810ffad81cd63c6ec3 Author: Davyd Madeley Date: Tue Feb 24 14:34:26 2009 +0900 Determine if the contact is not in the Contact List and add a menu item as appropriate libempathy-gtk/empathy-contact-menu.c | 43 +++++++++++++++++++++++++++++++++ libempathy-gtk/empathy-contact-menu.h | 1 + 2 files changed, 44 insertions(+), 0 deletions(-) commit 76af883334b3ae82e718c65d74484cc327501cde Author: Davyd Madeley Date: Sun Apr 26 11:01:00 2009 +0800 Implement CAN_GROUP by looking at RequestableChannelClasses libempathy/empathy-tp-contact-list.c | 54 +++++++++++++++++++++++++++++++++- 1 files changed, 53 insertions(+), 1 deletions(-) commit 015e7e34ba24114d48352f4f5b0dc1a3073625fe Author: Davyd Madeley Date: Sun Apr 26 10:33:32 2009 +0800 Only enable the 'Edit' menu option when the CAN_ALIAS or CAN_GROUP are set libempathy-gtk/empathy-contact-list-view.c | 1 - libempathy-gtk/empathy-contact-menu.c | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+), 1 deletions(-) commit 24f3f86b2bd9c42a9ea9f498980f0d255e35bb32 Author: Davyd Madeley Date: Sat Apr 25 09:39:55 2009 +0800 Add empathy_contact_manager_initialized() libempathy/empathy-contact-manager.c | 17 +++++++++++++++++ libempathy/empathy-contact-manager.h | 1 + 2 files changed, 18 insertions(+), 0 deletions(-) commit 4afeb994e1fb9bdef315d0eaa24c3821536e30c1 Author: Davyd Madeley Date: Fri Apr 24 15:16:46 2009 +0800 call GetAliasFlags() to determine if an alias can be set on a ContactList Pending FIXMEs: - need to lookup RequestableChannelClasses to see if Groups can be requested on this connection - need to work out the best way to pass ContactListFlags to empathy_contact_menu_new() libempathy-gtk/empathy-contact-list-view.c | 1 + libempathy/empathy-contact-list.h | 2 + libempathy/empathy-tp-contact-list.c | 37 +++++++++++++++++++++++++++- 3 files changed, 39 insertions(+), 1 deletions(-) commit 8b3f04ee2d55d07d298c0183c355e9e41e868c2a Author: Davyd Madeley Date: Wed Apr 22 14:26:49 2009 +0800 Look up flags to determine whether or not to display the 'Remove' item libempathy-gtk/empathy-contact-list-view.c | 54 ++++++++++++++++++++-------- libempathy-gtk/empathy-contact-list-view.h | 1 + 2 files changed, 40 insertions(+), 15 deletions(-) commit 5b001b1130224ac3400dc8f3432cedf43eaf5d0c Author: Davyd Madeley Date: Fri Apr 24 14:47:31 2009 +0800 Add a FLAGS column to EmpathyContactListStore libempathy-gtk/empathy-contact-list-store.c | 40 ++++++++++++++++++--------- libempathy-gtk/empathy-contact-list-store.h | 1 + 2 files changed, 28 insertions(+), 13 deletions(-) commit 98d43b78d70e1a2ff6a0b931ad1b8e11790daff0 Author: Davyd Madeley Date: Fri Apr 24 14:36:23 2009 +0800 Convert empathy_contact_manager_can_add() to empathy_contact_manager_get_flags_for_connection() libempathy-gtk/empathy-contact-dialogs.c | 2 +- libempathy/empathy-contact-manager.c | 9 +++++---- libempathy/empathy-contact-manager.h | 3 ++- 3 files changed, 8 insertions(+), 6 deletions(-) commit 0c0c427ea240b0615cc08658fc318516d4259d3e Author: Davyd Madeley Date: Fri Apr 24 14:26:19 2009 +0800 Remove redundant empathy_tp_contact_list_can_add() libempathy/empathy-contact-manager.c | 9 ++++++--- libempathy/empathy-tp-contact-list.c | 17 ----------------- 2 files changed, 6 insertions(+), 20 deletions(-) commit 736807e3c658aee559cb3d41413e775023d29c51 Author: Davyd Madeley Date: Fri Apr 24 14:25:27 2009 +0800 Expose channel group flags via EmpathyContactList iface libempathy/empathy-contact-list.c | 11 +++++++++++ libempathy/empathy-contact-list.h | 10 ++++++++++ libempathy/empathy-tp-contact-list.c | 25 +++++++++++++++++++++++++ 3 files changed, 46 insertions(+), 0 deletions(-) commit b39c5448563fe1313203884c9da04471817a999e Author: Guillaume Desmottes Date: Wed Jul 15 11:05:06 2009 +0100 add empathy-theme-adium.c to POTFILES.in po/POTFILES.in | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 6f218a6bf13f09a0995fa2c704fadca392798f7c Author: Guillaume Desmottes Date: Mon Jul 13 17:51:25 2009 +0100 empathy.doap: add bug-database element (#587958). Thanks to Florian Ludwig. empathy.doap | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 0e863df2164f231255175745e092c803c56ade2a Merge: 69a72d6... c157ac3... Author: Gustavo Noronha Silva Date: Tue Jul 14 10:30:05 2009 +0100 Merge branch 'fix-585882' commit 69a72d65e8c5341230965098b38dea4c632efca7 Author: Guillaume Desmottes Date: Mon Jul 13 18:05:07 2009 +0100 empathy-message.c: remove a trailing space libempathy/empathy-message.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit ad1cc3ce5f2e21766e7cd0f05669e3510048eacb Author: Guillaume Desmottes Date: Mon Jul 13 18:04:56 2009 +0100 empathy-main-window.c: remove a trailing space src/empathy-main-window.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit ecdfee8677647e73662dd86e512c9c36772a282f Author: Guillaume Desmottes Date: Mon Jul 13 18:04:37 2009 +0100 empathy-theme-adium.c: remove trailing spaces libempathy-gtk/empathy-theme-adium.c | 26 +++++++++++++------------- 1 files changed, 13 insertions(+), 13 deletions(-) commit 972532d4223b01ae12fcae945620615fbc9f5ccd Author: Gabriel Millaire Date: Fri Jul 10 12:55:43 2009 -0400 Minor changes src/empathy-main-window.c | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) commit 3a3e74fe6ca8e99e11d54a1c43ec87cc2e6b02c4 Author: Gabriel Millaire Date: Fri Jul 10 11:48:39 2009 -0400 Remove old code src/empathy-preferences.c | 69 --------------------------------------------- 1 files changed, 0 insertions(+), 69 deletions(-) commit 2a5d562c839106c2edacd58cbdc003e0aead635b Author: Gabriel Millaire Date: Fri Jul 10 11:28:54 2009 -0400 Regrouped similar functions, uses enum instead of define src/empathy-main-window.c | 118 +++++++++++++++++++++------------------------ 1 files changed, 55 insertions(+), 63 deletions(-) commit c74b8f99f8b3c706d18cc280c35748d8e5282660 Author: Gabriel Millaire Date: Mon Jun 29 22:37:23 2009 -0400 Changed menu label and various review fixes src/empathy-main-window.c | 34 ++++++++++++++++------------------ src/empathy-main-window.ui | 18 +++++++++--------- 2 files changed, 25 insertions(+), 27 deletions(-) commit 40869ce43c263c1e20f79ec342415fea749cc9a7 Author: Gabriel Millaire Date: Fri Jun 19 15:22:19 2009 -0400 Added notification for confs Show avatar, Compact Size and Sort criterium Now checks for wrong string in Sort criterium src/empathy-main-window.c | 124 ++++++++++++++++++++++++++++----------------- 1 files changed, 77 insertions(+), 47 deletions(-) commit 4fa12b80765dcb6059017a43e1c419f6bf2c9b3f Author: Gabriel Millaire Date: Fri Jun 19 16:11:14 2009 -0400 Move Compact List and Sort Contacts from Preferences to View menu src/empathy-main-window.c | 155 +++++++++++++++++--------------------------- src/empathy-preferences.c | 133 +++++++++++++++++++++---------------- src/empathy-preferences.ui | 94 -------------------------- 3 files changed, 135 insertions(+), 247 deletions(-) commit 29cbf3a2b4c6c2a73b04d4e369a4ffc35a5dcfb2 Author: Gabriel Millaire Date: Wed Jun 10 21:43:19 2009 -0400 Work in progress : move preferences to View menu Moving Sort by name / by status and Show Avatars / Compact contact list preferences to View menu : Sort by name / Sort by status and Normal Size / Normal Without Icons / Compact Size src/empathy-main-window.c | 145 +++++++++++++++++++++++++++++++++++--------- src/empathy-main-window.ui | 57 +++++++++++++++++ 2 files changed, 172 insertions(+), 30 deletions(-) commit 589c90fbf211b4d9c43bec975462d4075ed6dd3d Merge: 7deb4ea... 43b22a3... Author: Davyd Madeley Date: Fri Jul 10 15:51:21 2009 +0100 Merge branch 'label-align' commit 7deb4ea20b08eab10473f2620c90f6b896d5af10 Author: Jonny Lamb Date: Sat Jun 20 17:27:06 2009 +0100 Use accessor functions instead direct access (Fixes #586476) Signed-off-by: Jonny Lamb libempathy-gtk/empathy-avatar-chooser.c | 10 +++--- libempathy-gtk/empathy-avatar-image.c | 2 +- libempathy-gtk/empathy-cell-renderer-expander.c | 38 +++++++++++++++++------ libempathy-gtk/empathy-chat-text-view.c | 6 ++- libempathy-gtk/empathy-chat.c | 31 +++++++++++------- libempathy-gtk/empathy-contact-dialogs.c | 8 ++-- libempathy-gtk/empathy-contact-list-view.c | 4 +- libempathy-gtk/empathy-status-preset-dialog.c | 4 +- libempathy-gtk/empathy-ui-utils.c | 4 +- libempathy-gtk/empathy-video-widget.c | 6 ++-- megaphone/src/megaphone-applet.c | 2 +- src/empathy-call-window-fullscreen.c | 6 ++-- src/empathy-chat-window.c | 6 ++-- src/empathy-debug-dialog.c | 4 +- src/empathy-sidebar.c | 2 +- src/empathy.c | 2 +- src/ephy-spinner.c | 4 +- 17 files changed, 83 insertions(+), 56 deletions(-) commit fb43069972c8eccefcf1beb28251d1ed23c4a20c Author: Ken VanDine Date: Fri Jul 10 10:09:23 2009 +0100 Fixed a copy/paste bug in configure.ac This fixes bug #588021. configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit ee5227403193fe7b5dae7d5c15e33d8a9c385c3f Author: Nicolò Chieffo <84yelo3@gmail.com> Date: Wed Jul 8 16:39:17 2009 +0100 Support for history message in Adium themes. Use context HTMLs. libempathy-gtk/empathy-theme-adium.c | 131 ++++++++++++++++++++++++++----- libempathy/empathy-log-store-empathy.c | 1 + libempathy/empathy-message.c | 36 +++++++++ libempathy/empathy-message.h | 3 + 4 files changed, 150 insertions(+), 21 deletions(-) commit aff75bcc97abac0173dfd4cc6f9a959fbd493ae6 Author: Xavier Claessens Date: Wed Jul 8 16:36:57 2009 +0100 Use atomic operations to manage EmpathyAdiumData refcount libempathy-gtk/empathy-theme-adium.c | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) commit d19d09875e8cf3d77bc464c07d2bb70354b9ae50 Author: Guillaume Desmottes Date: Tue Jul 7 14:01:31 2009 +0100 can_add_contact_to_account: early return if connection is NULL (#587817) libempathy-gtk/empathy-contact-dialogs.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit 3b848301b06feddc82cbf667876ae502b95bbe6e Author: Guillaume Desmottes Date: Sun Jul 5 16:29:09 2009 +0100 empathy_contact_manager_can_add: raise an error if connection is NULL libempathy/empathy-contact-manager.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit a2315ff447331af909d5bef8d2e26c7e56fd9184 Author: Daniel Nylander Date: Tue Jul 7 15:39:09 2009 +0200 Updated Swedish translation po/sv.po | 2811 ++++++++++++++++++++++++++++++-------------------------------- 1 files changed, 1342 insertions(+), 1469 deletions(-) commit 43b22a36646ac97e2c1f599369156d3aa56eac6c Author: Davyd Madeley Date: Tue Jul 7 11:09:05 2009 +0100 Make EmpathyContactWidget use EmpathyKludgeLabel libempathy-gtk/Makefile.am | 2 ++ libempathy-gtk/empathy-contact-widget.c | 8 +++++++- libempathy-gtk/empathy-contact-widget.ui | 12 +----------- 3 files changed, 10 insertions(+), 12 deletions(-) commit 700a8e8096468491466c0e2c70fab525d66016dd Author: Davyd Madeley Date: Tue Jul 7 11:05:04 2009 +0100 EmpathyKludgeLabel is a child of GtkLabel EmpathyKludgeLabel sets the PangoLayout width to the width of the GtkAllocation. It then fudges the allocation in the expose to make the alignment work correctly. libempathy-gtk/empathy-kludge-label.c | 89 +++++++++++++++++++++++++++++++++ libempathy-gtk/empathy-kludge-label.h | 53 +++++++++++++++++++ 2 files changed, 142 insertions(+), 0 deletions(-) commit 9f496e2f0a5f0baf935b6f3aa26f66386b5df97e Author: A S Alam Date: Tue Jul 7 06:28:52 2009 +0530 updating translation for Punjabi po/pa.po | 1060 +++++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 604 insertions(+), 456 deletions(-) commit afc9f191f25ac192f89fc1cd1ea4a93ab8356332 Author: Claude Paroz Date: Mon Jul 6 12:06:33 2009 +0200 Updated French translation po/fr.po | 2103 +++++++++++++++++++++++++++++++++++++++----------------------- 1 files changed, 1327 insertions(+), 776 deletions(-) commit 162dbd9125538c310cbc91cc4bf19458fb79c47f Author: Davyd Madeley Date: Sun Jul 5 17:54:21 2009 +0100 Don't check for Adium themes if Webkit isn't available This was breaking compile with -Werror libempathy-gtk/empathy-theme-manager.c | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) commit 1732b56d4186e1e15275dadf6c8db0305398d36d Author: Jorge Gonzalez Date: Sun Jul 5 11:38:59 2009 +0200 Updated Spanish translation po/es.po | 469 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 248 insertions(+), 221 deletions(-) commit 79dfad0edbc4a1e32cff19d23b9a28bad68cfed7 Author: drtvasudevan Date: Sat Jul 4 14:43:04 2009 +0530 Updated Tamil translation po/ta.po | 517 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 265 insertions(+), 252 deletions(-) commit 9bececb9ff8b4678c34238f520a982ed66eb9820 Author: drtvasudevan Date: Fri Jul 3 22:09:25 2009 +0530 Updated Tamil translation po/ta.po | 282 +++++++++++++++++++++++++++++++++++++------------------------- 1 files changed, 168 insertions(+), 114 deletions(-) commit baec7d9dc896aa9297c18310c27060f4125e812b Author: Pierre-Luc Beaudoin Date: Fri Jun 26 19:02:07 2009 -0400 Sort themes by name src/empathy-preferences.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit 9f148e53e8086daff05f7ce9801a405c61182864 Author: Pierre-Luc Beaudoin Date: Mon Jun 29 20:07:33 2009 -0400 List installed adium themes libempathy-gtk/empathy-theme-adium.c | 22 ++++- libempathy-gtk/empathy-theme-manager.c | 61 ++++++++++++- libempathy-gtk/empathy-theme-manager.h | 1 + src/empathy-preferences.c | 159 +++++++++++++------------------- src/empathy-preferences.ui | 44 --------- 5 files changed, 142 insertions(+), 145 deletions(-) commit 5dae9d1185b972651a7c7e8d4431f8dcdd2e0cd3 Merge: 5af5ded... f923e5e... Author: Gustavo Noronha Silva Date: Thu Jul 2 11:15:13 2009 -0300 Merge branch 'fix-585601' commit 5af5dedd2bd5a57f700d3abf7a326d0462494caa Merge: 0e9e212... fdbb5ae... Author: Will Thompson Date: Wed Jul 1 23:43:27 2009 +0100 Merge branch 'part-reasons' commit f923e5ed0d36621b580061dbaff834ec7e7ee0bc Author: Gustavo Noronha Silva Date: Wed Jul 1 10:08:48 2009 -0300 Fix Bug 585601: Adium theme is not reloaded on /clear or Ctrl+L or clear menu item The theme was deciding that new messages should be 'joined' to an already existing message bubble, because not enough time had passed, even after clearing the chat area. We now clear last_contact to make sure this never happens. libempathy-gtk/empathy-chat-text-view.c | 4 ++++ libempathy-gtk/empathy-theme-adium.c | 7 +++++++ 2 files changed, 11 insertions(+), 0 deletions(-) commit 0e9e2124eee55872b7e6209cbcfd626c9e366e40 Author: Manoj Kumar Giri Date: Wed Jul 1 19:23:23 2009 +0530 Added Oriya into the List po/LINGUAS | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit b6feb637d1dc4acaaab4dc946d1c787d96c97aab Author: Manoj Kumar Giri Date: Wed Jul 1 19:23:00 2009 +0530 Updated Oriya Translation po/or.po | 1970 ++++++++++++++++++++++++++++++++++++-------------------------- 1 files changed, 1156 insertions(+), 814 deletions(-) commit 488710d07959785515e2b44237c0c4fdb9a83424 Author: Manoj Kumar Giri Date: Wed Jul 1 19:19:30 2009 +0530 Updated Oriya Translation po/or.po | 2148 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 2148 insertions(+), 0 deletions(-) commit ccdfb6e4e03b3e651c68f4ed3fff61cd9db6a753 Author: Abner Silva Date: Mon Jun 29 19:18:50 2009 -0300 New chatrooms are no longer marked as favorite by default. Fixes bug #575667 src/empathy-chat-window.c | 18 +++++++++--------- 1 files changed, 9 insertions(+), 9 deletions(-) commit 8caba0f8e3f7d48881572d456ef4f92a4637c272 Author: Abner Silva Date: Mon Jun 29 13:49:52 2009 -0300 Removing chatroom from the list before emmiting chatroom-removed signal. libempathy/empathy-chatroom-manager.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit 0a41b6b31705626c71047261b91afdac711dead7 Merge: a980a2b... 1a74f07... Author: Sjoerd Simons Date: Wed Jul 1 14:21:29 2009 +0100 Merge branch 'empathy-account' commit 1a74f07d19bdbdbf0aa62587343b64f636ec7b20 Author: Sjoerd Simons Date: Wed Jul 1 14:05:05 2009 +0100 clarify when notify::connection is signalled libempathy/empathy-account.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 2a56b58b44cb38e394c1e92a59ee65dbc9456f7d Author: Sjoerd Simons Date: Wed Jul 1 14:03:45 2009 +0100 fix coding style libempathy/empathy-account-manager.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) commit d5a9f12cc68ec9e63a588e7aac7d49608d49ad19 Author: Sjoerd Simons Date: Wed Jul 1 14:03:35 2009 +0100 Clarify that we own the keys/values in the accounts hash libempathy/empathy-account-manager.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit 16da0cefe5da520704d9914b1bc824c7b5342071 Author: Sjoerd Simons Date: Wed Jul 1 14:01:20 2009 +0100 explain the connect_time struct member libempathy/empathy-account.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 6f38a06ea764fc3542be9470fb44406f4268e058 Author: Sjoerd Simons Date: Wed Jul 1 13:49:35 2009 +0100 Fix coding style libempathy/empathy-account.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit 7b8a38ef119b1bcbf0a82d3f99552fe4bb2c3b9c Author: Sjoerd Simons Date: Fri Jun 26 14:59:09 2009 +0100 Update the python bindings python/pyempathy/pyempathy.defs | 137 +++++++++++++++++++++++---------- python/pyempathygtk/pyempathygtk.defs | 101 ++++++++++--------------- 2 files changed, 137 insertions(+), 101 deletions(-) commit d3693520f43afa28ac328843ea3d01c2b1dac427 Author: Sjoerd Simons Date: Fri Jun 26 14:58:40 2009 +0100 Port the tests to EmpathyAccount tests/check-empathy-chatroom-manager.c | 45 ++++++++++++++++++++----------- tests/check-empathy-chatroom.c | 2 +- tests/check-empathy-helpers.c | 25 ++++++++++++----- tests/check-empathy-helpers.h | 6 ++-- tests/check-helpers.h | 1 - 5 files changed, 51 insertions(+), 28 deletions(-) commit f623e96f1e77b32d411150c4040055f11f17da2b Author: Sjoerd Simons Date: Fri Jun 26 14:58:02 2009 +0100 Port megaphone to EmpathyAccount megaphone/src/megaphone-applet.c | 28 ++++++++++------------------ 1 files changed, 10 insertions(+), 18 deletions(-) commit dd54eb8205f1cd12267af127dab79297c0edc469 Author: Sjoerd Simons Date: Fri Jun 26 14:49:13 2009 +0100 Port the main of empathy to EmpathyAccount src/empathy-accounts-dialog.c | 125 ++++++++++++++++++------------------- src/empathy-accounts-dialog.h | 4 +- src/empathy-chat-window.c | 26 ++++---- src/empathy-chat-window.h | 4 +- src/empathy-chatrooms-window.c | 4 +- src/empathy-event-manager.c | 11 +--- src/empathy-import-dialog.c | 24 ++++--- src/empathy-import-dialog.h | 1 + src/empathy-import-pidgin.c | 1 - src/empathy-main-window.c | 25 +++---- src/empathy-new-chatroom-dialog.c | 16 +++-- src/empathy-status-icon.c | 16 +++-- src/empathy.c | 22 ++++--- 13 files changed, 141 insertions(+), 138 deletions(-) commit f3d6fcb79762ff484c8b7221cec1079b0dad7fb7 Author: Sjoerd Simons Date: Fri Jun 26 14:43:26 2009 +0100 Port libempathy-gtk to EmpathyAccount libempathy-gtk/empathy-account-chooser.c | 71 ++++++++++++------------- libempathy-gtk/empathy-account-chooser.h | 10 ++-- libempathy-gtk/empathy-account-widget-irc.c | 39 +++++++------- libempathy-gtk/empathy-account-widget-irc.h | 4 +- libempathy-gtk/empathy-account-widget-sip.c | 9 ++-- libempathy-gtk/empathy-account-widget-sip.h | 4 +- libempathy-gtk/empathy-account-widget.c | 75 +++++++++++++-------------- libempathy-gtk/empathy-account-widget.h | 22 ++++---- libempathy-gtk/empathy-chat-text-view.c | 2 +- libempathy-gtk/empathy-chat.c | 8 ++-- libempathy-gtk/empathy-chat.h | 2 +- libempathy-gtk/empathy-contact-dialogs.c | 12 +---- libempathy-gtk/empathy-contact-list-view.c | 17 +++---- libempathy-gtk/empathy-contact-widget.c | 6 +- libempathy-gtk/empathy-irc-network-dialog.c | 2 +- libempathy-gtk/empathy-log-window.c | 45 ++++++++-------- libempathy-gtk/empathy-log-window.h | 4 +- libempathy-gtk/empathy-new-message-dialog.c | 2 +- libempathy-gtk/empathy-theme-adium.c | 4 +- libempathy-gtk/empathy-ui-utils.c | 4 +- libempathy-gtk/empathy-ui-utils.h | 4 +- 21 files changed, 164 insertions(+), 182 deletions(-) commit 370bb92f2ce8ccd70bd694a6ab4ba78abeb448f9 Author: Sjoerd Simons Date: Fri Jun 26 14:42:42 2009 +0100 Port libempathy to EmpathyAccount libempathy/empathy-chatroom-manager.c | 18 ++++++++-------- libempathy/empathy-chatroom-manager.h | 11 ++++----- libempathy/empathy-chatroom.c | 20 +++++++----------- libempathy/empathy-chatroom.h | 11 ++++----- libempathy/empathy-contact.c | 13 +++++------ libempathy/empathy-contact.h | 6 ++-- libempathy/empathy-dispatch-operation.c | 4 ++- libempathy/empathy-dispatch-operation.h | 2 + libempathy/empathy-log-manager.c | 15 ++++--------- libempathy/empathy-log-manager.h | 12 +++++----- libempathy/empathy-log-store-empathy.c | 34 +++++++++++++++++------------- libempathy/empathy-log-store.c | 12 +++++----- libempathy/empathy-log-store.h | 26 +++++++++++----------- libempathy/empathy-utils.c | 15 ++----------- libempathy/empathy-utils.h | 1 - 15 files changed, 93 insertions(+), 107 deletions(-) commit b2691907925acca067dcaa8492619581bcc83480 Author: Sjoerd Simons Date: Fri Jun 26 14:41:37 2009 +0100 Port EmpathyTpRoomlist to EmpathyAccount libempathy/empathy-tp-roomlist.c | 46 +++++++++++++------------------------ libempathy/empathy-tp-roomlist.h | 4 +- 2 files changed, 18 insertions(+), 32 deletions(-) commit e0b356e25084d47d8953cc7c15fae4a97f62d047 Author: Sjoerd Simons Date: Fri Jun 26 14:17:55 2009 +0100 Implement EmpathyAccount Refactor EmpathyAccountManager and introduce a seperate EmpathyAccount object, which wraps McAccount. When moving to MC5, EmpathyAccount will wrap the Telepathy.Account interface. Fixes #587508 libempathy/Makefile.am | 3 + libempathy/empathy-account-manager.c | 579 ++++++++++++++-------------------- libempathy/empathy-account-manager.h | 19 +- libempathy/empathy-account-priv.h | 44 +++ libempathy/empathy-account.c | 572 +++++++++++++++++++++++++++++++++ libempathy/empathy-account.h | 94 ++++++ 6 files changed, 956 insertions(+), 355 deletions(-) commit a980a2b3eaa634981b0ebfe950f50b515e43cf4a Author: Pierre-Luc Beaudoin Date: Tue Jun 30 12:35:55 2009 -0400 Improve geocoding debugging and add more fields libempathy/empathy-tp-contact-factory.c | 42 +++++++++++++++++++++++++------ 1 files changed, 34 insertions(+), 8 deletions(-) commit c157ac3a330abe4831c4c93e52126a054934b9f6 Author: Gustavo Noronha Silva Date: Mon Jun 29 17:25:56 2009 -0300 Fix Bug 585882: Can't easily copy URL's when using Adium themes Track the last hovered link, and use it to copy/open addresses using the context menu. libempathy-gtk/empathy-theme-adium.c | 94 ++++++++++++++++++++++++++++++++-- 1 files changed, 90 insertions(+), 4 deletions(-) commit 66b32d43ebeab870039ca729b24ae64fdeff5088 Author: Sjoerd Simons Date: Tue Jun 30 17:24:05 2009 +0100 Fallback to OFFLINE when getting an unknown presence from MC libempathy/empathy-idle.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 9c05486e1f1acf1c71ff0593e6c9d9060e32e152 Author: Sjoerd Simons Date: Tue Jun 30 17:23:31 2009 +0100 Use NM by default libempathy/empathy-idle.c | 6 ++---- 1 files changed, 2 insertions(+), 4 deletions(-) commit d57d431db13fa5fdbddc51d71b9f82da00418522 Author: Sjoerd Simons Date: Tue Jun 30 17:21:18 2009 +0100 Always react when disconnecting from the network libempathy/empathy-idle.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit 941d757434d220fec709f30ac4847c7240b3d7d3 Author: Sjoerd Simons Date: Tue Jun 30 15:57:06 2009 +0100 Optionally use libnm-glib for NetworkManager integration Previously Empathy use the NM D-Bus interface directly. Unfortunately the d-bus calls used were deprecated and somewhat buggy (if NM wasn't running on empathy startup, it would never detect network changes). Given that NetworkManager isn't a blessed gnome dependency the code has been made optional, but it's expected that every distribution will build with NetworkManager integration anyway. Based on a patch by Tambet Ingo . Fixes #587446 configure.ac | 29 +++++++++++++++- libempathy/Makefile.am | 4 ++- libempathy/empathy-idle.c | 81 +++++++++++++++++++-------------------------- 3 files changed, 65 insertions(+), 49 deletions(-) commit 6a1b1c8baf4c30fabd76395e6ff81fd3b7cd621d Author: Abderaouf Bencherait Date: Fri Jun 26 19:38:37 2009 -0400 fixed libnotify crashing if icon doesn't exist src/empathy-chat-window.c | 8 ++++++-- src/empathy-status-icon.c | 4 +++- 2 files changed, 9 insertions(+), 3 deletions(-) commit bd2d05811e85a43bc960da36483c315f83e4ac31 Author: Žygimantas Beručka Date: Mon Jun 29 20:11:41 2009 +0300 Updated Lithuanian translation po/lt.po | 2361 +++++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 1317 insertions(+), 1044 deletions(-) commit 5e30d8dcf1b80b6281df6bd872bb4455f28c1b23 Merge: 8ffe9c1... 240b54d... Author: Xavier Claessens Date: Sun Jun 28 09:58:53 2009 +0200 Merge commit 'elliot/bug-584703-c' commit 8ffe9c1d74fa04ed7dfb898a8760469e8df16915 Author: Jorge Gonzalez Date: Sat Jun 27 15:04:10 2009 +0200 Updated Spanish translation po/es.po | 262 +++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 139 insertions(+), 123 deletions(-) commit 160408787937224c2f9b1ed7965c2ad92e3c3255 Author: Xavier Claessens Date: Fri Jun 26 18:27:21 2009 +0200 Ring on outgoing call. libempathy/empathy-call-handler.c | 3 +- src/empathy-call-window.c | 78 +++++++++++++++++++++++++----------- 2 files changed, 56 insertions(+), 25 deletions(-) commit 6cd00184145a217f2a295f96a8c43d0f1fbe984d Author: Xavier Claessens Date: Fri Jun 26 16:34:39 2009 +0200 Add empathy_sound_* in doc. docs/libempathy-gtk/libempathy-gtk-docs.sgml | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 147ab96a53207b846da9fb7126ebbefc84fe0b55 Author: Xavier Claessens Date: Fri Jun 26 16:29:08 2009 +0200 Include empathy-sound.h to make it build src/empathy-chat-window.c | 1 + src/empathy-main-window.c | 11 ++++++----- 2 files changed, 7 insertions(+), 5 deletions(-) commit bef0b0057e4a76924b64c2c3b1d5e2edc237fbe2 Author: Xavier Claessens Date: Fri Jun 26 16:24:34 2009 +0200 Port EmpathyEventManager to new empathy-sound API. src/empathy-event-manager.c | 97 +++++++------------------------------------ 1 files changed, 16 insertions(+), 81 deletions(-) commit 53050e14aadcd76d454a5236454e3d44f63f0ddd Author: Jonathan Tellier Date: Fri Jun 26 14:05:43 2009 +0200 Move sound related functions to its own module. libempathy-gtk/Makefile.am | 2 + libempathy-gtk/empathy-sound.c | 385 +++++++++++++++++++++++++++++++++++++ libempathy-gtk/empathy-sound.h | 56 ++++++ libempathy-gtk/empathy-ui-utils.c | 139 +------------- libempathy-gtk/empathy-ui-utils.h | 26 --- po/POTFILES.in | 1 + 6 files changed, 445 insertions(+), 164 deletions(-) commit 240b54dbfe75e1d24a7619cf22e2ffd3acbb6427 Author: Elliot Fairweather Date: Fri Jun 26 14:49:30 2009 +0100 disconnect from invalidated signal before unreferencing connections libempathy/empathy-account-manager.c | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) commit ae811044a107035a82cbba64951661494dd33e3a Author: Elliot Fairweather Date: Fri Jun 26 14:45:22 2009 +0100 disconnnect from invalidated signal before unreferencing connections libempathy/empathy-contact-manager.c | 44 ++++++++++++++++++--------------- 1 files changed, 24 insertions(+), 20 deletions(-) commit 46e1b63ca2310b6a3465c271afecc01d2ee72343 Author: Matthias Clasen Date: Tue Jun 23 12:16:33 2009 +0200 Don't hardcode size of the accounts dialog and use ellipsization (#520972) src/empathy-accounts-dialog.c | 1 + src/empathy-accounts-dialog.ui | 6 ++---- 2 files changed, 3 insertions(+), 4 deletions(-) commit ba43aa5a434eab9e68a73af667b4c4441b50db61 Author: Giedrius Slavinskas Date: Fri Jun 26 11:08:00 2009 +0200 Use gnome-session instead of gnome-screensaver to know when session is idle libempathy/empathy-idle.c | 32 +++++++++++++++++++++----------- 1 files changed, 21 insertions(+), 11 deletions(-) commit 764e70b98c1b657e87b349c1f220903a78eb4065 Merge: 2f64117... 65d0f64... Author: Pierre-Luc Beaudoin Date: Thu Jun 25 14:06:26 2009 -0400 Merge branch 'fix-prefs' commit 65d0f6456b3a590e32853c400474561e89b19662 Author: Pierre-Luc Beaudoin Date: Thu Jun 25 13:48:02 2009 -0400 Rename label1 to remove dupped id src/empathy-preferences.ui | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 2f64117b60d24ba5ad3f4bb1c41d4ea3a91f15a6 Merge: aa9603b... 807b622... Author: Jonny Lamb Date: Thu Jun 25 18:52:48 2009 +0100 Merge branch 'debugger' commit aa9603b62dd1893eb3fdcd357397ba20c733da43 Author: Guillaume Desmottes Date: Wed Jun 24 11:25:52 2009 +0100 check-whitespace.sh: check trailing tabs tools/check-whitespace.sh | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) commit 49e8e15aebd530dc21ad4c5a41679d2354355e40 Author: Guillaume Desmottes Date: Wed Jun 24 15:45:29 2009 +0100 empathy-theme-manager: remove trailing tabs libempathy-gtk/empathy-theme-manager.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 7ea5e46363457fe2a677e343ac0beed2c29d6de0 Author: Guillaume Desmottes Date: Wed Jun 24 15:45:21 2009 +0100 empathy-theme-irc: remove trailing tabs libempathy-gtk/empathy-theme-irc.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit c7aeca1d4bbc7c9a2f767807d2752156eebb2215 Author: Guillaume Desmottes Date: Wed Jun 24 15:45:14 2009 +0100 empathy-theme-boxes: remove trailing tabs libempathy-gtk/empathy-theme-boxes.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit 53c33c1edd59042c9fcf5f7f0e9ddfd489c1405a Author: Guillaume Desmottes Date: Wed Jun 24 15:45:06 2009 +0100 empathy-theme-adium: remove trailing tabs libempathy-gtk/empathy-theme-adium.c | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) commit 79f4cab781ecdae50934146f365de98421c21f1c Author: Guillaume Desmottes Date: Wed Jun 24 15:44:59 2009 +0100 empathy-spell: remove trailing tabs libempathy-gtk/empathy-spell.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit faca6e2fb73105a6408ea36d09d2cdcf883892ee Author: Guillaume Desmottes Date: Wed Jun 24 15:44:52 2009 +0100 empathy-smiley-manager: remove trailing tabs libempathy-gtk/empathy-smiley-manager.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 633f111cb0569220f096d9039b27afdec6df3675 Author: Guillaume Desmottes Date: Wed Jun 24 15:44:43 2009 +0100 empathy-new-message-dialog: remove trailing tabs libempathy-gtk/empathy-new-message-dialog.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit c6f80bd5d78054651c9ed0daab213a64059f4e5f Author: Guillaume Desmottes Date: Wed Jun 24 15:44:35 2009 +0100 empathy-log-window: remove trailing tabs libempathy-gtk/empathy-log-window.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit b08b12f0ec3803b355c2a1355ae92fdcb4833e7b Author: Guillaume Desmottes Date: Wed Jun 24 15:44:28 2009 +0100 empathy-contact-menu: remove trailing tabs libempathy-gtk/empathy-contact-menu.c | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) commit 22cdc148e14071f820fe668f92a174aee7a67460 Author: Guillaume Desmottes Date: Wed Jun 24 15:44:21 2009 +0100 empathy-contact-list-view: remove trailing tabs libempathy-gtk/empathy-contact-list-view.c | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) commit 3974ab0014f5146f162945eb9102051826bd109e Author: Guillaume Desmottes Date: Wed Jun 24 15:44:09 2009 +0100 empathy-contact-list-store: remove trailing tabs libempathy-gtk/empathy-contact-list-store.c | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) commit edaad58496e20b817036e167ce63239da272f5cf Author: Guillaume Desmottes Date: Wed Jun 24 15:44:00 2009 +0100 empathy-contact-dialogs: remove trailing tabs libempathy-gtk/empathy-contact-dialogs.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 2e8c433a836739bcaf62bd50cea4c3992534818e Author: Guillaume Desmottes Date: Wed Jun 24 15:43:51 2009 +0100 empathy-chat: remove trailing tabs libempathy-gtk/empathy-chat.c | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) commit d462954efb034d07c1c4a274c05d171cd476f276 Author: Guillaume Desmottes Date: Wed Jun 24 15:53:52 2009 +0100 empathy-chat-view: remove trailing tabs libempathy-gtk/empathy-chat-view.c | 32 ++++++++++++++++---------------- 1 files changed, 16 insertions(+), 16 deletions(-) commit 0573829c980d06c47d2ceb88f890389d16b400a0 Author: Guillaume Desmottes Date: Wed Jun 24 15:43:31 2009 +0100 empathy-chat-text-view: remove trailing tabs libempathy-gtk/empathy-chat-text-view.c | 282 +++++++++++++++--------------- 1 files changed, 141 insertions(+), 141 deletions(-) commit 6d5a2f5a5e8259ba4febe144674a9e68076edb53 Author: Guillaume Desmottes Date: Wed Jun 24 15:43:16 2009 +0100 empathy-avatar-chooser: remove trailing tabs libempathy-gtk/empathy-avatar-chooser.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit 68df3f2115dcae41400f5b13ec0b87ec4875a8a6 Author: Guillaume Desmottes Date: Wed Jun 24 15:43:09 2009 +0100 empathy-account-widget: remove trailing tabs libempathy-gtk/empathy-account-widget.c | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) commit 58781acde5a0e1ca4bc20fe1eb4884fa2c097b74 Author: Guillaume Desmottes Date: Wed Jun 24 15:43:01 2009 +0100 empathy-account-chooser: remove trailing tabs libempathy-gtk/empathy-account-chooser.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit 66a3fe50151f3fb7498e38b8b3a4f54918244baf Author: Guillaume Desmottes Date: Wed Jun 24 15:27:19 2009 +0100 empathy-utils: remove trailing tabs libempathy/empathy-utils.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit 3106afc8993db5df27ff41dd715469b66aaf4912 Author: Guillaume Desmottes Date: Wed Jun 24 15:27:09 2009 +0100 empathy-tp-contact-list: remove trailing tabs libempathy/empathy-tp-contact-list.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit d03e9ce9b20c5b36a326741e3481d5fd73baf238 Author: Guillaume Desmottes Date: Wed Jun 24 15:27:01 2009 +0100 empathy-tp-chat: remove trailing tabs libempathy/empathy-tp-chat.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 12a1643c10b0d9375ef41cb9493d08c46c5b96ef Author: Guillaume Desmottes Date: Wed Jun 24 15:26:49 2009 +0100 empathy-time: remove trailing tabs libempathy/empathy-time.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 0d8a535644f15f2fd7efc878910530f952927b57 Author: Guillaume Desmottes Date: Wed Jun 24 15:26:41 2009 +0100 empathy-idle: remove trailing tabs libempathy/empathy-idle.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit a29b9902f1f006ba2a0ef83a605d08aceddccc90 Author: Guillaume Desmottes Date: Wed Jun 24 15:26:35 2009 +0100 empathy-contact-manager: remove trailing tabs libempathy/empathy-contact-manager.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit ec9c3c21d4fb4396de9d89486c7f5a7620920686 Author: Guillaume Desmottes Date: Wed Jun 24 15:26:28 2009 +0100 empathy-chatroom: remove trailing tabs libempathy/empathy-chatroom.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit ceffec53f750fe1fe44efb98d7d36eb73fd88f9f Author: Guillaume Desmottes Date: Wed Jun 24 15:24:00 2009 +0100 empathy: remove trailing tabs src/empathy.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit 81bb64536866022147663230e4d166769bd5e070 Author: Guillaume Desmottes Date: Wed Jun 24 15:23:53 2009 +0100 empathy-status-icon: remove trailing tabs src/empathy-status-icon.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit ce18f35f5fac38d43115df41c357e3bafe35d361 Author: Guillaume Desmottes Date: Wed Jun 24 15:23:45 2009 +0100 empathy-sidebar: remove trailing tabs src/empathy-sidebar.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 8816b1b8e8cdacd150aba479729d7884b4613cd2 Author: Guillaume Desmottes Date: Wed Jun 24 15:23:36 2009 +0100 empathy-preferences: remove trailing tabs src/empathy-preferences.c | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) commit e25f7f1a2f082c0dc6294cbeb39ca71c86366f87 Author: Guillaume Desmottes Date: Wed Jun 24 15:23:28 2009 +0100 empathy-new-chatroom-dialog: remove trailing tabs src/empathy-new-chatroom-dialog.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit 7aa191693d4636b12df13eb1e85366252010e801 Author: Guillaume Desmottes Date: Wed Jun 24 15:23:20 2009 +0100 empathy-chat-window: remove trailing tabs src/empathy-chat-window.c | 18 +++++++++--------- 1 files changed, 9 insertions(+), 9 deletions(-) commit 2a99081f8dbccd419e171a26f452a1334fe535d4 Author: Guillaume Desmottes Date: Wed Jun 24 15:23:13 2009 +0100 empathy-accounts-dialog: remove trailing tabs src/empathy-accounts-dialog.c | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) commit 309a9214ca400ca0f3bfaacd47ed1e0cd7444220 Merge: a7dba74... c36efaa... Author: Guillaume Desmottes Date: Wed Jun 24 17:31:53 2009 +0100 Merge branch 'check-style' commit a7dba74096b4d64e24f3e89aff6616b1e872db34 Author: Laurent Bigonville Date: Thu Jun 18 00:26:06 2009 +0200 configure.ac: Cleanup PKG_CHECK_MODULES configure.ac | 9 ++++----- 1 files changed, 4 insertions(+), 5 deletions(-) commit c36efaa152329d5a22e5925bb3fc7f342965228c Author: Guillaume Desmottes Date: Wed Jun 24 16:07:33 2009 +0100 add empathy-map-view files to empathy_handwritten_source so they are checked by the coding style script src/Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 16b7d0adaecd0ff7f1d24741cd35246f80a72e42 Author: Guillaume Desmottes Date: Wed Jun 24 16:07:52 2009 +0100 empathy-map-view: fix coding style src/empathy-map-view.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 5557dda4a2b596d32962f5e7bc5800967d410d60 Author: drtvasudevan Date: Tue Jun 23 21:44:09 2009 +0530 Updated Tamil translation po/ta.po | 827 ++++++++++++++++++++++++++++++++++---------------------------- 1 files changed, 449 insertions(+), 378 deletions(-) commit f18e71dedebf24c9cb721c1cf7ce5f7009324b3b Author: Nicolò Chieffo Date: Tue Jun 23 11:13:55 2009 -0400 Fix Bug 586133: don't autoscroll on new messages libempathy-gtk/empathy-chat-text-view.c | 12 +++++++++--- 1 files changed, 9 insertions(+), 3 deletions(-) commit 03fa531203802810a57bc723132368bf2761e19c Author: Jonathan Tellier Date: Mon Jun 22 09:10:29 2009 -0400 Fixed Bug 586284 – Crasher: click on the microphone once disconnected src/empathy-call-window.c | 13 +++++++++++-- 1 files changed, 11 insertions(+), 2 deletions(-) commit cf5cd933ff677c2a36aba86cab7921339503362c Author: Frédéric Péters Date: Tue Jun 23 12:03:14 2009 +0200 New labels for user signing in/out notification preferences. src/empathy-preferences.ui | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit db7bc6a966cb9250fa8f5649975b68d3d6e60514 Author: Frédéric Péters Date: Mon Jun 22 16:03:48 2009 +0200 More human notification messages when users sign in/out. src/empathy-event-manager.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 057ee5554220ef573a577db545df40fcfaf587b3 Author: Frédéric Péters Date: Mon Jun 22 16:02:11 2009 +0200 Fixed coding style of presence notification. src/empathy-event-manager.c | 20 +++++++++++--------- 1 files changed, 11 insertions(+), 9 deletions(-) commit e037c0c20d0f532314ce9cad99347418506dd6c2 Author: Frédéric Péters Date: Tue Jun 16 09:49:20 2009 +0200 Do not flash contact icon in the main window for notification only events src/empathy-main-window.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 14e24fa32cf6059e9a5cedadc86cef8dea7575fd Author: Frédéric Péters Date: Tue Jun 16 09:48:45 2009 +0200 Do not blink status icon for notification only events src/empathy-status-icon.c | 11 ++++++----- 1 files changed, 6 insertions(+), 5 deletions(-) commit 9b0797d859e999bf28145ed77aa13b3970b2a9a3 Author: Frédéric Péters Date: Tue Jun 16 09:46:06 2009 +0200 Support for notification-only events Add a "must_ack" attribute to events, set if there is no function associated to the event, and add a timeout on such events to have them removed automatically. src/empathy-event-manager.c | 13 +++++++++++++ src/empathy-event-manager.h | 1 + 2 files changed, 14 insertions(+), 0 deletions(-) commit a51deb704aa36bc8b6d02be102f90b666397ff16 Author: Frédéric Péters Date: Mon Jun 15 16:53:48 2009 +0200 Show a notification when a contact goes offline or online data/empathy.schemas.in | 30 +++++++++++++++++ libempathy-gtk/empathy-conf.h | 2 + src/empathy-event-manager.c | 70 +++++++++++++++++++++++++++++++++++++++++ src/empathy-preferences.c | 16 +++++++++ src/empathy-preferences.ui | 26 +++++++++++++++ 5 files changed, 144 insertions(+), 0 deletions(-) commit d38da38d45d13ca4a85456609abacec17d01a6eb Author: Nicolo Chieffo <84yelo3@gmail.com> Date: Tue Jun 23 11:19:48 2009 +0200 Workaround for the "Contact list doesn't appear in windows list" bug (#572759) libempathy-gtk/empathy-ui-utils.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 7ead087382b7a403b2f0eca2f70389a758ff1a00 Author: Sjoerd Simons Date: Mon Jun 22 22:47:10 2009 +0100 Fix coding style and FSF address libempathy-gtk/empathy-plist.c | 12 ++++++------ libempathy-gtk/empathy-plist.h | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) commit d296a5a92b346ae2237a71b60000f30dad3429b1 Author: Patryk Zawadzki Date: Mon Jun 22 17:54:42 2009 +0200 Add working GTK+ theme tracking libempathy-gtk/empathy-theme-manager.c | 34 ++++--------------------------- 1 files changed, 5 insertions(+), 29 deletions(-) commit cde7b1953a9c430946af7152fb72bbaf3e1d4a95 Merge: 69989d7... ae4ef55... Author: Guillaume Desmottes Date: Mon Jun 22 16:45:12 2009 +0200 Merge branch 'status-icon-586645' commit ae4ef5575fbf5fc20753bbcfb8d7e8b1feff858b Author: Guillaume Desmottes Date: Mon Jun 22 16:37:23 2009 +0200 Assume our presence is offline if MC reports it as UNSET (#586645) libempathy/empathy-idle.c | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit 69989d77d169f08d9d5d702cd22f3cda4c2b2ce2 Author: Xavier Claessens Date: Mon Jun 22 16:06:29 2009 +0200 Add helper API to read info.plist file of an adium theme. Will be useful for upcoming theme selector libempathy-gtk/empathy-theme-adium.c | 50 +++++++++++++++++++++++++-------- libempathy-gtk/empathy-theme-adium.h | 4 +++ 2 files changed, 42 insertions(+), 12 deletions(-) commit 4c782007bf100a3820dc265bca6fceda17991a77 Author: Xavier Claessens Date: Mon Jun 22 10:43:38 2009 +0200 Move all data about an adium theme into EmpathyAdiumData struct and share it with all EmpathyThemeAdium instances. docs/libempathy-gtk/libempathy-gtk.types | 1 + libempathy-gtk/empathy-theme-adium.c | 492 +++++++++++++++++------------- libempathy-gtk/empathy-theme-adium.h | 14 +- libempathy-gtk/empathy-theme-manager.c | 24 ++- src/empathy-preferences.c | 2 +- 5 files changed, 320 insertions(+), 213 deletions(-) commit 0f915c44a5e5a2fd91c5b5b26f5a8e5a78ee7ed3 Author: Xavier Claessens Date: Mon Jun 22 15:24:03 2009 +0200 Fix typos in plist parser libempathy-gtk/empathy-plist.c | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) commit 24f46af7642e8e2d0b7fa737d0fbb64ff394b437 Author: Xavier Claessens Date: Sun Jun 21 11:28:29 2009 +0200 Fix warning if theme don't have footer_html libempathy-gtk/empathy-theme-adium.c | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) commit 4a119839567ba66889b222fac4b87627863a218a Author: Xavier Claessens Date: Sun Jun 21 11:27:16 2009 +0200 Use tp_g_value_slice_new and tp_asv API for plist parser. libempathy-gtk/empathy-plist.c | 137 +++++++++------------------------- libempathy-gtk/empathy-plist.h | 3 +- libempathy-gtk/empathy-theme-adium.c | 25 +++--- 3 files changed, 47 insertions(+), 118 deletions(-) commit 071f1844a8f47e4d67ad3c752441a3d71d9e18e2 Author: Patryk Zawadzki Date: Sun Jun 21 01:46:36 2009 +0200 Add a plist parser and set font family, size and default variant. Fixes bug #586387. libempathy-gtk/Makefile.am | 4 + libempathy-gtk/empathy-plist.c | 404 ++++++++++++++++++++++++++++++++++ libempathy-gtk/empathy-plist.h | 35 +++ libempathy-gtk/empathy-theme-adium.c | 37 +++- 4 files changed, 478 insertions(+), 2 deletions(-) commit 2031cecd62e0b846c84ab7b8126c4fb556f99bd6 Author: Jorge Gonzalez Date: Sun Jun 21 12:05:40 2009 +0200 Updated Spanish translation po/es.po | 568 ++++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 317 insertions(+), 251 deletions(-) commit 140a3e7349025b41e1a0e7f5bd20e85f41cea75e Author: Patryk Zawadzki Date: Fri Jun 19 16:23:57 2009 +0200 Partial fix for bug #586379 Added naive support for footer files in adium themes. No macros are actually parsed and replaces but these are mostly used in headers. libempathy-gtk/empathy-theme-adium.c | 10 +++++++++- 1 files changed, 9 insertions(+), 1 deletions(-) commit 3f1ee55e4b48f8e771abe18808502a2f62f17932 Author: Patryk Zawadzki Date: Fri Jun 19 15:49:24 2009 +0200 Stop status_html from leaking libempathy-gtk/empathy-theme-adium.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 20be4973fcdaff3ee828483f2b03b67adec260a1 Author: Patryk Zawadzki Date: Fri Jun 19 15:25:04 2009 +0200 Fix bug #585475 Implemented %service%, %shortTime%, %senderDisplayName%, %senderScreenName% and %messageClasses% libempathy-gtk/empathy-theme-adium.c | 44 ++++++++++++++++++++++++++++++++- 1 files changed, 42 insertions(+), 2 deletions(-) commit 4de45a243b718afa7bba29f5100c4e2df4b967f9 Author: Runa Bhattacharjee Date: Fri Jun 19 18:47:59 2009 +0530 Merged translations for Bengali India po/bn_IN.po | 2367 +++++++++++++++++++++++++++++++++++++++++------------------ 1 files changed, 1657 insertions(+), 710 deletions(-) commit 3eb439ded3d3bd5e644b82b9cec910e0ad5b23fc Author: Patryk Zawadzki Date: Fri Jun 19 13:50:11 2009 +0200 Support fallback avatars provided by adium themes libempathy-gtk/empathy-theme-adium.c | 35 +++++++++++++++++++++++++++++---- 1 files changed, 30 insertions(+), 5 deletions(-) commit 5f638d0e0cb77b0dbc59782eb8b80b1763a4c81b Author: Patryk Zawadzki Date: Fri Jun 19 11:49:32 2009 +0200 Limit joining consecutive messages to 5 minutes Fixes bug #586352 libempathy-gtk/empathy-theme-adium.c | 12 +++++++++++- 1 files changed, 11 insertions(+), 1 deletions(-) commit fdbb5ae44e2b82a36f7103b63e5c8a2041faea6c Author: Will Thompson Date: Thu Jun 18 21:29:31 2009 +0100 Style: avoid marching off the right margin libempathy/empathy-tp-chat.c | 19 ++++++++++--------- 1 files changed, 10 insertions(+), 9 deletions(-) commit a0813b0a5b90e959994f0f6f029af30364ddd258 Author: Will Thompson Date: Thu Jun 18 21:26:50 2009 +0100 Style: use FIXME not TODO libempathy/empathy-tp-chat.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit 367084af410d31a3fa8a9f040dd70ba5238816f4 Author: Will Thompson Date: Thu Jun 18 21:26:41 2009 +0100 Coding style: one declaration per line. libempathy/empathy-tp-chat.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit ecbd33430aa9005131327e413d3e6eb267c6721a Author: Will Thompson Date: Thu Jun 18 21:26:04 2009 +0100 Move string manipulation into build_part_message Xavier said he preferred this, and it's shorter, so... libempathy-gtk/empathy-chat.c | 32 +++++++++++++++----------------- 1 files changed, 15 insertions(+), 17 deletions(-) commit d8c0a34b31f6e8c0c0f09d8a529970b888cee17c Author: drtvasudevan Date: Fri Jun 19 05:44:59 2009 +0530 Updated Tamil translation po/ta.po | 961 ++++++++++++++++++++++++++++++++++++++++---------------------- 1 files changed, 615 insertions(+), 346 deletions(-) commit 08f02f53a10fd653cac56e23817f3c40d636ca5e Author: Will Thompson Date: Thu Jun 18 21:16:51 2009 +0100 Reduce format string duplication for part notifications. Xavier suggested that just appending " (%s)" to the common prefix when there is a message is probably okay from a translation point of view, as long as there's a comment to translators. libempathy-gtk/empathy-chat.c | 83 ++++++++++++++++------------------------ 1 files changed, 33 insertions(+), 50 deletions(-) commit bfd99fa8722a9e988df008558782dca6d6118034 Author: Gabriel Millaire Date: Wed Jun 17 23:40:43 2009 -0400 Hide muc contacts list - Removed trailing spaces - Notify change to visibility - Added G_PARAM_STATIC_STRINGS to properties - Broke empathy_chat_set_show_contacts() in two, simplifying call data/empathy.schemas.in | 10 +++--- libempathy-gtk/empathy-chat.c | 65 ++++++++++++++++++++++++---------------- src/empathy-chat-window.c | 4 +-- src/empathy-preferences.c | 2 +- 4 files changed, 46 insertions(+), 35 deletions(-) commit 422e90f113fb04e4d8b21f50fe8b1d314a3ef3ac Author: Gabriel Millaire Date: Sun May 31 17:35:27 2009 -0400 Applied Xavier's comments Added "show-contacts" property in empathy-chat with default value to preference. Setter function show/hide contact list. When Conv menu is opened in empathy-chat-window, update it with "show-contacts" value. Uses "remote-contact" instead of "empathy_chat_is_room" for that. Call setter function when Show Contacts menu is activated. libempathy-gtk/empathy-chat.c | 68 +++++++++++++++++++++------------------- libempathy-gtk/empathy-chat.h | 2 + src/empathy-chat-window.c | 50 ++++++++++++++---------------- 3 files changed, 61 insertions(+), 59 deletions(-) commit ddb6c9033a1e1f028ab3df93d48462f33ea86a44 Author: Gabriel Millaire Date: Sat May 23 15:51:56 2009 -0400 Add 'Show Contact List' in Conversation menu src/empathy-chat-window.c | 39 +++++++++++++++++++++++++++++++++++++++ src/empathy-chat-window.ui | 8 ++++++++ 2 files changed, 47 insertions(+), 0 deletions(-) commit bc076392a0980d6a3040e2be2f047fedfadcf591 Author: Gabriel Millaire Date: Sat May 23 15:46:17 2009 -0400 Read config and show/hide contact list libempathy-gtk/empathy-chat.c | 35 ++++++++++++++++++++++++++++++----- 1 files changed, 30 insertions(+), 5 deletions(-) commit 2ffdfc58b3cbddbe6fe9899f02d0f6efb59da721 Author: Gabriel Millaire Date: Sat May 23 14:10:20 2009 -0400 Added a preference in the conf and schema (show contact list in rooms) data/empathy.schemas.in | 14 ++++++++++++++ libempathy-gtk/empathy-conf.h | 1 + src/empathy-preferences.c | 6 ++++++ 3 files changed, 21 insertions(+), 0 deletions(-) commit e33c10700fc2313a90c7171a3b794e33007c8591 Author: Gabriel Millaire Date: Sat May 23 13:51:50 2009 -0400 Added general option Show contact list in rooms src/empathy-preferences.ui | 16 ++++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) commit 2b5677fb74447fc618346d883828eb389c31d037 Author: Gabriel Millaire Date: Sat May 23 13:48:39 2009 -0400 removed extra spacing src/empathy-preferences.ui | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) commit 28acd3ce10a88f912f0d3f42d14c2e5a98d619bd Author: Will Thompson Date: Thu Jun 18 11:04:54 2009 +0100 Include actor in part message if possible libempathy-gtk/empathy-chat.c | 68 ++++++++++++++++++++++++++++------------ 1 files changed, 47 insertions(+), 21 deletions(-) commit cbfe2006c6b8e0fae731cd26c0284d7767fc4662 Author: Will Thompson Date: Thu Jun 18 11:04:40 2009 +0100 Include actor in members-changed if possible libempathy/empathy-tp-chat.c | 65 +++++++++++++++++++++++++++++++++--------- 1 files changed, 51 insertions(+), 14 deletions(-) commit 564562fd34a7a456e042041118ee326d3fae0069 Author: Will Thompson Date: Wed Jun 17 21:17:33 2009 +0100 Extract part message building to a function libempathy-gtk/empathy-chat.c | 79 +++++++++++++++++++++++------------------ 1 files changed, 44 insertions(+), 35 deletions(-) commit 17fb8fcf2f5cb1b535815dcabdc790b04969e6d5 Author: Will Thompson Date: Wed Jun 17 21:10:08 2009 +0100 Return early from chat_members_changed_cb This avoids the function marching to the right quite so much. libempathy-gtk/empathy-chat.c | 85 +++++++++++++++++++++-------------------- 1 files changed, 43 insertions(+), 42 deletions(-) commit bc08d45ad3b44b7ba7b5b0044f538338d2a6553e Author: Will Thompson Date: Wed Jun 17 20:41:31 2009 +0100 Print part reasons to conversation window libempathy-gtk/empathy-chat.c | 40 +++++++++++++++++++++++++++++++++++++--- 1 files changed, 37 insertions(+), 3 deletions(-) commit c007f0c68d7a40f658a238cc2316ccc545bef7c0 Author: Guillaume Desmottes Date: Mon Jun 15 18:13:33 2009 +0100 status_presets_file_parse: discard invalid presence (#585031) libempathy/empathy-status-presets.c | 21 +++++++++++---------- 1 files changed, 11 insertions(+), 10 deletions(-) commit afd2392c8e58e1f9b01eb7e983634ab288b62751 Author: Frédéric Péters Date: Thu Jun 18 11:38:35 2009 +0200 Use call-stop icon for Hang up toolbutton and menu item (GNOME bug 574771) src/empathy-call-window.ui | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 0b6193d1e3f336b6d4dcd2b6ce9c90c5ce59edac Author: Guillaume Desmottes Date: Thu Jun 18 09:38:28 2009 +0100 add doc about empathy_status_presets_is_valid libempathy/empathy-status-presets.c | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) commit f3696aa8cb23fc853e298f9614768233f69f1298 Author: Guillaume Desmottes Date: Wed Jun 17 18:39:13 2009 +0100 Don't add invalid presence type as favorite (#585053) libempathy-gtk/empathy-presence-chooser.c | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit 4ce928ce7b856c9fcbf61595fae83eed22b90b25 Author: Guillaume Desmottes Date: Wed Jun 17 18:36:28 2009 +0100 add empathy_status_presets_is_valid libempathy/empathy-status-presets.c | 20 ++++++++++++++++++++ libempathy/empathy-status-presets.h | 1 + 2 files changed, 21 insertions(+), 0 deletions(-) commit 16738495eb7c0d205ffb92bd2997a7ddf03e85a0 Author: Guillaume Desmottes Date: Mon Jun 15 17:47:20 2009 +0100 empathy-presence-chooser: use tp_strdiff instead of strcmp libempathy-gtk/empathy-presence-chooser.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 807b62250294666c0dccc27fbab03c1c782dd38b Author: Jonny Lamb Date: Thu Jun 18 00:57:44 2009 +0100 Add empathy to debug dialog CM chooser. Signed-off-by: Jonny Lamb src/empathy-debug-dialog.c | 12 ++++++++++-- 1 files changed, 10 insertions(+), 2 deletions(-) commit 6914121ce5169769207613166e14c077259c863b Author: Jonny Lamb Date: Thu Jun 18 00:54:55 2009 +0100 Implement o.fd.Tp.Debug. (Fixes #580631) Signed-off-by: Jonny Lamb libempathy/Makefile.am | 2 + libempathy/empathy-debug.c | 74 ++++++++++-- libempathy/empathy-debug.h | 4 + libempathy/empathy-debugger.c | 270 +++++++++++++++++++++++++++++++++++++++++ libempathy/empathy-debugger.h | 88 +++++++++++++ src/empathy.c | 31 +++++ 6 files changed, 461 insertions(+), 8 deletions(-) commit a7785586abe2bf770185fdf8be1855552c476600 Author: Jonny Lamb Date: Thu Jun 18 00:26:20 2009 +0100 Set G_LOG_DOMAIN in libempathy and empathy. Signed-off-by: Jonny Lamb libempathy/Makefile.am | 1 + src/Makefile.am | 1 + 2 files changed, 2 insertions(+), 0 deletions(-) commit b30ac2b9664e4c0a31f15a8b59ee9f23c308d91f Author: Jonny Lamb Date: Wed Jun 17 23:22:45 2009 +0100 Use correct emacs modelines. Signed-off-by: Jonny Lamb libempathy/empathy-debug.c | 2 +- libempathy/empathy-debug.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit 21ed0c9812b89d41518397ff4ee08c3eeebe0712 Author: Jonny Lamb Date: Wed Jun 17 22:53:10 2009 +0100 Take org.gnome.Empathy as a well-known name on startup. (Fixes #560159) Signed-off-by: Jonny Lamb src/empathy.c | 19 +++++++++++++++++++ 1 files changed, 19 insertions(+), 0 deletions(-) commit 8b126ca039f7d4a5a93e695682dc975d1254c49e Author: Nicolò Chieffo Date: Wed Jun 17 13:08:30 2009 -0400 Fix wrapping in Preferences dialog src/empathy-preferences.ui | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit d0a3c7a9e5052a5487e74fe70e0d1f40c6f904a3 Author: Guillaume Desmottes Date: Wed Jun 17 17:19:00 2009 +0100 Remove 'new message from' from notification message (#586102). Based on a patch from Nicolo Chieffo src/empathy-chat-window.c | 7 +++---- src/empathy-event-manager.c | 6 ++---- 2 files changed, 5 insertions(+), 8 deletions(-) commit 8f7597bb501d2e641b09f55769990df97576cd0f Author: Pierre-Luc Beaudoin Date: Mon Jun 15 16:30:35 2009 -0400 Fix 585887: "Publish my location" causes a crash Adds more error handling on geoclue init and the geoclue_is_setup check was too late in update_resources libempathy-gtk/empathy-location-manager.c | 15 +++++++++++---- 1 files changed, 11 insertions(+), 4 deletions(-) commit 0f4c81cabf14b37cebef3f4c22f9bdc3ce5238b3 Author: Frédéric Péters Date: Wed Jun 17 09:57:02 2009 +0200 Refuse sending empty or special files (directories, char/block devices, etc.) (GNOME bug 563678) libempathy/empathy-ft-handler.c | 19 ++++++++++++++++++- libempathy/empathy-tp-file.h | 4 +++- 2 files changed, 21 insertions(+), 2 deletions(-) commit e4aa4b036f8f7663b9a0b9362617bce544ac1a3e Author: Frédéric Péters Date: Wed Jun 17 10:06:11 2009 +0200 [release script] also check for bug numbers with a variant form release.py | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 7e6f8f16531da4f40ba4f3158d31fce863942bda Author: Claude Paroz Date: Tue Jun 16 23:30:15 2009 +0200 Remove markup from GTKBuilder translatable strings libempathy-gtk/empathy-account-widget-aim.ui | 6 +- libempathy-gtk/empathy-account-widget-generic.ui | 6 +- libempathy-gtk/empathy-account-widget-groupwise.ui | 6 +- libempathy-gtk/empathy-account-widget-icq.ui | 6 +- libempathy-gtk/empathy-account-widget-irc.ui | 12 +++- libempathy-gtk/empathy-account-widget-jabber.ui | 12 +++- libempathy-gtk/empathy-account-widget-msn.ui | 6 +- libempathy-gtk/empathy-account-widget-salut.ui | 6 +- libempathy-gtk/empathy-account-widget-sip.ui | 6 +- libempathy-gtk/empathy-account-widget-yahoo.ui | 6 +- libempathy-gtk/empathy-chat.ui | 6 +- libempathy-gtk/empathy-contact-widget.ui | 24 +++++--- src/empathy-accounts-dialog.ui | 25 +++++--- src/empathy-preferences.ui | 66 +++++++++++++------- 14 files changed, 129 insertions(+), 64 deletions(-) commit 551fe27bfb5078ae95d2a4d418df7abe66db0a93 Merge: 40d3362... 2360a56... Author: Guillaume Desmottes Date: Tue Jun 16 15:26:09 2009 +0100 Merge commit 'jtellier/video-call-stop-showing-last-frame' commit 40d33622db46952e016cc8e540403cccb7ba6103 Author: Patryk Zawadzki Date: Tue Jun 16 15:37:08 2009 +0200 Introduce empathy_contact_equal, adapt themes Fixed adium and boxes theme engines to check if contacts refer to the same id instead of comparing pointers. This fixes bug #585885. libempathy-gtk/empathy-theme-adium.c | 4 +- libempathy-gtk/empathy-theme-boxes.c | 2 +- libempathy/empathy-contact.c | 37 ++++++++++++++++++++++++++++++++++ libempathy/empathy-contact.h | 4 ++- 4 files changed, 43 insertions(+), 4 deletions(-) commit 2360a56f96df9315b7cbcfc8bf3a3f8ddcb919cf Author: Jonathan Tellier Date: Mon Jun 15 16:07:59 2009 -0400 The EmpathyCallHandler correctly initializes it "initial_video" property when the remote contact initiates the call. empathy_tp_call_is_(sending/receiving)_video correctly returns a gboolean. The remote avatar is correctly shown when the remote site does not send video. When a call is disconnected, the video preview is hidden. libempathy/empathy-call-handler.c | 4 +++- libempathy/empathy-tp-call.c | 6 ++++-- src/empathy-call-window.c | 31 ++++++++++++++++++++++++++++--- 3 files changed, 35 insertions(+), 6 deletions(-) commit cea163a21118f4f06aa6c37fa4463f9666a63019 Author: Xavier Claessens Date: Mon Jun 15 18:44:34 2009 +0200 Bump version to 2.27.4 configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)