]> git.0d.be Git - empathy.git/log
empathy.git
13 years agoUpdated Galician translations
Fran Diéguez [Sat, 12 Jun 2010 23:50:41 +0000 (01:50 +0200)]
Updated Galician translations

13 years agoUse a GtkTreeRowReference instead of GtkTreePath to expand/collapse a group in idle cb
Xavier Claessens [Sat, 12 Jun 2010 22:28:20 +0000 (00:28 +0200)]
Use a GtkTreeRowReference instead of GtkTreePath to expand/collapse a group in idle cb

13 years agoDon't display the 'Important Room' menu item in private chats
Guillaume Desmottes [Fri, 11 Jun 2010 13:04:23 +0000 (15:04 +0200)]
Don't display the 'Important Room' menu item in private chats

13 years agocheck if the search widget exists before trying to use it
Guillaume Desmottes [Fri, 11 Jun 2010 12:56:17 +0000 (14:56 +0200)]
check if the search widget exists before trying to use it

13 years agoUpdated Esperanto translation
Kristjan Schmidt [Thu, 10 Jun 2010 15:55:08 +0000 (17:55 +0200)]
Updated Esperanto translation

13 years agocoding style fixes
Guillaume Desmottes [Wed, 9 Jun 2010 15:07:52 +0000 (17:07 +0200)]
coding style fixes

13 years agoempathy_string_replace_escaped: use gsize instead of gssize
Guillaume Desmottes [Wed, 9 Jun 2010 14:42:21 +0000 (16:42 +0200)]
empathy_string_replace_escaped: use gsize instead of gssize

Avoid signed/unsigned comparaison in the for loop.

13 years agoStrip the @server.com part of the contact ID for the live search matching.
Xavier Claessens [Wed, 9 Jun 2010 13:15:57 +0000 (15:15 +0200)]
Strip the @server.com part of the contact ID for the live search matching.

13 years agoShow/Hide the live search before refiltering
Xavier Claessens [Tue, 8 Jun 2010 21:47:27 +0000 (23:47 +0200)]
Show/Hide the live search before refiltering

13 years agoUse EmpathyLiveSearch in main window's contact list
Felix Kaser [Tue, 8 Jun 2010 15:25:12 +0000 (17:25 +0200)]
Use EmpathyLiveSearch in main window's contact list

13 years agofactor out set_requirements
Guillaume Desmottes [Wed, 9 Jun 2010 08:06:26 +0000 (10:06 +0200)]
factor out set_requirements

13 years agoCall geoclue_master_client_set_requirements before asking for position/address
Laurent Bigonville [Tue, 8 Jun 2010 21:38:26 +0000 (23:38 +0200)]
Call geoclue_master_client_set_requirements before asking for position/address

Be sure geoclue_master_client_set_requirements() is called in setup_geoclue()
otherwise no provider will be selected (#621023)

13 years agorefactored how contacts are added to the store
Felix Kaser [Tue, 8 Jun 2010 15:01:55 +0000 (17:01 +0200)]
refactored how contacts are added to the store

the advantage of insert_with_values is that only the row-added signal is emitted and not first row-added (while the row is empty) and then row-changed

13 years agoempathy_string_replace_escaped: remove '\r' (#620903)
Guillaume Desmottes [Tue, 8 Jun 2010 15:14:22 +0000 (17:14 +0200)]
empathy_string_replace_escaped: remove '\r' (#620903)

13 years agoempathy-parser-test: use empathy_string_replace_escaped
Guillaume Desmottes [Tue, 8 Jun 2010 14:46:05 +0000 (16:46 +0200)]
empathy-parser-test: use empathy_string_replace_escaped

13 years agoempathy-parser-test: stop as soon a test fails
Guillaume Desmottes [Tue, 8 Jun 2010 14:50:09 +0000 (16:50 +0200)]
empathy-parser-test: stop as soon a test fails

That's much easier to spot the test failing.

13 years agoAdd unit test for the live search matching
Xavier Claessens [Tue, 8 Jun 2010 15:15:03 +0000 (17:15 +0200)]
Add unit test for the live search matching

13 years agoAdd EmpathyLiveSearch widget
Felix Kaser [Tue, 8 Jun 2010 15:13:44 +0000 (17:13 +0200)]
Add EmpathyLiveSearch widget

13 years agoremove released flag
Guillaume Desmottes [Mon, 7 Jun 2010 20:03:37 +0000 (22:03 +0200)]
remove released flag

13 years agoprepare 2.31.3
Guillaume Desmottes [Mon, 7 Jun 2010 15:04:03 +0000 (17:04 +0200)]
prepare 2.31.3

13 years agoMerge branch 'trivia'
Danielle Madeley [Mon, 7 Jun 2010 12:18:06 +0000 (22:18 +1000)]
Merge branch 'trivia'

13 years agoMakefile.am fixes
Danielle Madeley [Mon, 7 Jun 2010 11:30:22 +0000 (21:30 +1000)]
Makefile.am fixes

13 years agoJoin room where we have been invited when handling the channel rather than we we...
Guillaume Desmottes [Tue, 18 May 2010 15:20:23 +0000 (17:20 +0200)]
Join room where we have been invited when handling the channel rather than we we approve it

13 years agoadd empathy_tp_chat_join() and empathy_tp_chat_is_invited()
Guillaume Desmottes [Tue, 18 May 2010 15:16:32 +0000 (17:16 +0200)]
add empathy_tp_chat_join() and empathy_tp_chat_is_invited()

13 years agodispatch-operation: fix a race by waiting that TpCall is ready
Guillaume Desmottes [Mon, 7 Jun 2010 10:24:22 +0000 (12:24 +0200)]
dispatch-operation: fix a race by waiting that TpCall is ready

The call handler constructor rely on the TpCall to be ready (to fetch the
EmpathyContact associated with the call). If things are going fast (by
skipping the approving of the call and handling it right away for example) it
may no be ready yet.

13 years agodispatch-operation: factor out channel_wrapper_ready
Guillaume Desmottes [Mon, 7 Jun 2010 10:24:06 +0000 (12:24 +0200)]
dispatch-operation: factor out channel_wrapper_ready

13 years agoadd empathy_tp_call_get_status
Guillaume Desmottes [Tue, 18 May 2010 14:40:27 +0000 (16:40 +0200)]
add empathy_tp_call_get_status

13 years agoempathy_call_window_set_send_video: only disable preview if we need to
Guillaume Desmottes [Mon, 7 Jun 2010 09:06:05 +0000 (11:06 +0200)]
empathy_call_window_set_send_video: only disable preview if we need to

There is no point to stop the camera if we're about to restart it right after
because "preview only" is enabled.
Furthermore that causes weird races making the video jumps out of the window
(#62076).

13 years agoDo not require geoclue provider to support updates
Laurent Bigonville [Sat, 5 Jun 2010 12:26:41 +0000 (14:26 +0200)]
Do not require geoclue provider to support updates

Requiring that provider supports updates reduce the choice to almost
zero (#620657).

13 years ago[docs] Remove omf.in file: It's not needed anymore
Javier Jardón [Sun, 6 Jun 2010 15:55:12 +0000 (17:55 +0200)]
[docs] Remove omf.in file: It's not needed anymore

13 years agoOne more coding style fix
Xavier Claessens [Fri, 4 Jun 2010 20:01:23 +0000 (22:01 +0200)]
One more coding style fix

13 years agoFix some coding styles
Xavier Claessens [Fri, 4 Jun 2010 19:43:26 +0000 (21:43 +0200)]
Fix some coding styles

13 years agoUpdated Thai translation.
Sira Nokyoongtong [Fri, 4 Jun 2010 13:54:48 +0000 (20:54 +0700)]
Updated Thai translation.

13 years agochatrooms-window: remove the 'edit' button
Guillaume Desmottes [Fri, 4 Jun 2010 09:44:06 +0000 (11:44 +0200)]
chatrooms-window: remove the 'edit' button

It has never been implemented so there is no point keeping it (#520207).

13 years agoUpdated Galician translations
Fran Diéguez [Thu, 3 Jun 2010 19:40:18 +0000 (21:40 +0200)]
Updated Galician translations

13 years agoUpdated Spanish translation
Jorge González [Thu, 3 Jun 2010 19:28:31 +0000 (21:28 +0200)]
Updated Spanish translation

13 years agoUpdated Hebrew translation.
Yaron Shahrabani [Thu, 3 Jun 2010 15:44:40 +0000 (18:44 +0300)]
Updated Hebrew translation.

13 years agoMake FullName clearer (#611466)
Paul Sladen [Thu, 3 Jun 2010 15:04:07 +0000 (17:04 +0200)]
Make FullName clearer (#611466)

13 years agoaccounts-dialog: avoid leaking the account status message
Rob Bradford [Thu, 3 Jun 2010 13:24:21 +0000 (14:24 +0100)]
accounts-dialog: avoid leaking the account status message

Originally this function mixed const and allocated strings using the same
variable, resulting in leaks. This change refactors the code slightly to
prevent such leaks.

Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=620476
13 years agoaccounts-dialog: Ensure correct connectivity information
Rob Bradford [Wed, 2 Jun 2010 11:47:34 +0000 (12:47 +0100)]
accounts-dialog: Ensure correct connectivity information

Move the creation of the EmpathyConnectivity object to the dialog
construction so that there is time for the asynchronous calls that
the EmpathyConnectivity makes (in ConnMan mode) to return.

Without this change the error is always reported as network connection failure
rather than the real error when built with ConnMan.

Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=620474
13 years agochange 'disconnect' label to 'finally'
Guillaume Desmottes [Thu, 3 Jun 2010 10:26:55 +0000 (12:26 +0200)]
change 'disconnect' label to 'finally'

13 years agoDon't wait longer than 5 seconds when trying to join chatrooms
Guillaume Desmottes [Thu, 3 Jun 2010 09:27:16 +0000 (11:27 +0200)]
Don't wait longer than 5 seconds when trying to join chatrooms

If the accounts takes ages to connect or was disabled, it would be weird to
automatically join the room a long time after the user asked to join
favorite rooms.

13 years agoJoin chatroom favorites once the account is connected (#620439)
Guillaume Desmottes [Thu, 3 Jun 2010 09:14:45 +0000 (11:14 +0200)]
Join chatroom favorites once the account is connected (#620439)

13 years agofactor out join_chatroom
Guillaume Desmottes [Thu, 3 Jun 2010 09:00:44 +0000 (11:00 +0200)]
factor out join_chatroom

13 years agoUpdated Spanish translation, applied patch by Florian Müllner <fmuellner@gnome.org...
Jorge González [Thu, 3 Jun 2010 09:49:19 +0000 (11:49 +0200)]
Updated Spanish translation, applied patch by Florian Müllner <fmuellner@gnome.org> that fixes two typos

13 years agoOnly create the EmpathyAccountsDialog if required
Danielle Madeley [Thu, 3 Jun 2010 07:59:44 +0000 (17:59 +1000)]
Only create the EmpathyAccountsDialog if required

https://bugzilla.gnome.org/show_bug.cgi?id=616616

13 years agoUpdate location for mx-gtk.h
Danielle Madeley [Thu, 3 Jun 2010 06:20:58 +0000 (16:20 +1000)]
Update location for mx-gtk.h

13 years agolog-window: start the search when the entry is activated (#619863)
Guillaume Desmottes [Fri, 28 May 2010 07:24:18 +0000 (09:24 +0200)]
log-window: start the search when the entry is activated (#619863)

13 years agoMerge branch 'debug-get-protocols-612523'
Danielle Madeley [Wed, 2 Jun 2010 01:11:48 +0000 (11:11 +1000)]
Merge branch 'debug-get-protocols-612523'

13 years agoempathy-debug-window: Add protocol names next to the CMs in the dropdown
Danielle Madeley [Thu, 11 Mar 2010 00:57:54 +0000 (11:57 +1100)]
empathy-debug-window: Add protocol names next to the CMs in the dropdown

https://bugzilla.gnome.org/show_bug.cgi?id=612523

13 years agoDutch translation updated by Wouter Bolsterlee
Wouter Bolsterlee [Mon, 31 May 2010 17:43:24 +0000 (19:43 +0200)]
Dutch translation updated by Wouter Bolsterlee

13 years agoDutch translation updated by Hannie Dumoleyn
Hannie Dumoleyn [Mon, 31 May 2010 17:39:14 +0000 (19:39 +0200)]
Dutch translation updated by Hannie Dumoleyn

13 years agoUpdated Galician translationsus
Fran Diéguez [Sun, 30 May 2010 16:01:05 +0000 (18:01 +0200)]
Updated Galician translationsus

13 years agoUpdated Norwegian bokmål translation
Kjartan Maraas [Sun, 30 May 2010 13:11:55 +0000 (15:11 +0200)]
Updated Norwegian bokmål translation

13 years agoUpdated Hebrew translation.
Yaron Shahrabani [Sat, 29 May 2010 23:59:52 +0000 (02:59 +0300)]
Updated Hebrew translation.

13 years agoUpdated German doc translation
Mario Blättermann [Fri, 28 May 2010 20:17:23 +0000 (22:17 +0200)]
Updated German doc translation

13 years agoUpdated Spanish translation
Jorge González [Fri, 28 May 2010 17:49:10 +0000 (19:49 +0200)]
Updated Spanish translation

13 years agoMerge branch 'import-617971'
Guillaume Desmottes [Fri, 28 May 2010 07:09:44 +0000 (09:09 +0200)]
Merge branch 'import-617971'

13 years agocoding style fixes
Guillaume Desmottes [Thu, 27 May 2010 15:03:11 +0000 (17:03 +0200)]
coding style fixes

13 years agorephrase important room menu
Guillaume Desmottes [Thu, 27 May 2010 14:59:44 +0000 (16:59 +0200)]
rephrase important room menu

13 years agoMake chatroom manager retain room's "always_urgent" state
Jonas Bonn [Fri, 5 Mar 2010 15:52:08 +0000 (16:52 +0100)]
Make chatroom manager retain room's "always_urgent" state

This patch adds the always_urgent property to the list of chatroom
properties that are saved by the chatroom manager for the favorite
chatrooms.  This allows Empathy to bring favorite chatrooms back
up with the same notification properties they had the last time they
were used.

This seems reasonable as a room marked as "Notify Always" will most likely
be of such a character that this would be a reasonable setting every time
the room is joined.

13 years agoAdd option to make chatroom "always urgent" (#611894)
Jonas Bonn [Fri, 5 Mar 2010 11:55:25 +0000 (12:55 +0100)]
Add option to make chatroom "always urgent" (#611894)

Often a user wants to be immediately notified of posts to a chatroom even when
the post does not address them directly by name.  This patch adds a room
option to make all posts to the room "urgent", meaning that the system-specific
urgency action should be taken -- notification, window urgency hint, etc.

Two specific use cases for when one may want this:

i)  Low-traffic rooms (so that one does not have to go check the room all the
time)
ii)  Error-logging room (room to which errors from some other system(s) are
logged)

The "always urgent" option is off by default when joining a room.

13 years agoUse ensure_chatroom in callback
Jonas Bonn [Fri, 5 Mar 2010 16:02:53 +0000 (17:02 +0100)]
Use ensure_chatroom in callback

The new function ensure_chatroom should be used by favorite-toggled
callback.

13 years agoAdd function ensure_chatroom to chatroom manager
Jonas Bonn [Fri, 5 Mar 2010 15:42:05 +0000 (16:42 +0100)]
Add function ensure_chatroom to chatroom manager

This function tries to find an existing chatroom, but if it fails
to do so it creates a new room and returns that instead.

13 years agoEstonian translation updated
Mattias Põldaru [Thu, 27 May 2010 10:16:18 +0000 (13:16 +0300)]
Estonian translation updated

13 years agofix 0-byte logfile crash (#619736)
Robert McQueen [Thu, 27 May 2010 08:21:26 +0000 (10:21 +0200)]
fix 0-byte logfile crash (#619736)

13 years agoUpdated Spanish translation
Jorge González [Wed, 26 May 2010 16:00:42 +0000 (18:00 +0200)]
Updated Spanish translation

13 years agowith-session-bus.sh: update from telepathy-glib, fixing bash-specific &> redirection
Simon McVittie [Wed, 26 May 2010 10:08:34 +0000 (11:08 +0100)]
with-session-bus.sh: update from telepathy-glib, fixing bash-specific &> redirection

13 years agoconfigure.ac: improve portability of test(1) calls
Simon McVittie [Wed, 26 May 2010 10:08:01 +0000 (11:08 +0100)]
configure.ac: improve portability of test(1) calls

The "==" operator isn't POSIX (use "="), and the -a and -o connectors
aren't POSIX (use test foo && test bar, test foo || test bar).

13 years agoMake sure to not infinite loop when scaling avatar.
Xavier Claessens [Thu, 20 May 2010 14:12:57 +0000 (16:12 +0200)]
Make sure to not infinite loop when scaling avatar.

1) Add a limit of 10 retries, to be sure to never do more in the worst case.
2) Only keep converted data that respect the requirements, make sure to not
accept bigger data than maximum_bytes, even if it is close to the limit.
3) Stop the loop if the new factor does not change the image resolution. That
means we already found the optimal size.

Fixes bug #619701

13 years agoRemove EmpathyContactMonitor, it is not used anymore
Xavier Claessens [Sun, 23 May 2010 11:13:13 +0000 (13:13 +0200)]
Remove EmpathyContactMonitor, it is not used anymore

Fixes bug #619489

13 years agoDo not use EmpathyContactMonitor to know when a contact gets online/offline
Xavier Claessens [Sun, 23 May 2010 11:09:20 +0000 (13:09 +0200)]
Do not use EmpathyContactMonitor to know when a contact gets online/offline

13 years agoPlay sound for contact connected/disconnected from EmpathyEventManager instead of...
Xavier Claessens [Sun, 23 May 2010 10:57:31 +0000 (12:57 +0200)]
Play sound for contact connected/disconnected from EmpathyEventManager instead of main window

13 years agoDo not use EmpathyContactMonitor to know when a contact is added
Xavier Claessens [Sun, 23 May 2010 10:48:45 +0000 (12:48 +0200)]
Do not use EmpathyContactMonitor to know when a contact is added

13 years agoMove empathy_tp_contact_factory_set_alias() to EmpathyContact
Xavier Claessens [Wed, 26 May 2010 09:34:06 +0000 (11:34 +0200)]
Move empathy_tp_contact_factory_set_alias() to EmpathyContact

13 years agoMake clear that contacts_table doesn't keep any ref
Xavier Claessens [Wed, 26 May 2010 09:26:57 +0000 (11:26 +0200)]
Make clear that contacts_table doesn't keep any ref

13 years agoPort to new EmpathyTpContactFactory API
Xavier Claessens [Mon, 10 May 2010 10:36:28 +0000 (12:36 +0200)]
Port to new EmpathyTpContactFactory API

13 years agoKill EmpathyTpContactFactory object. Its API stays as helper code on TpConnection.
Xavier Claessens [Mon, 10 May 2010 10:35:19 +0000 (12:35 +0200)]
Kill EmpathyTpContactFactory object. Its API stays as helper code on TpConnection.

Note that it uses empathy_contact_dup_from_tp_contact() internally, so we are
sure to really have at most one EmpathyContact object per TpContact

Fixes bug #619488

13 years agoAdd empathy_contact_dup_from_tp_contact()
Xavier Claessens [Mon, 10 May 2010 10:34:42 +0000 (12:34 +0200)]
Add empathy_contact_dup_from_tp_contact()

This API make sure to return a singleton EmpathyContact for any TpContact

13 years agoBump required telepathy-glib to 0.11.6
Xavier Claessens [Tue, 25 May 2010 17:29:49 +0000 (19:29 +0200)]
Bump required telepathy-glib to 0.11.6

13 years agoMake use of TP_CONTACT_FEATURE_AVATAR_DATA
Xavier Claessens [Fri, 7 May 2010 08:10:22 +0000 (10:10 +0200)]
Make use of TP_CONTACT_FEATURE_AVATAR_DATA

Fixes bug #579812

13 years agoStop getting avatar requirements in EmpathyTpContactFactory
Xavier Claessens [Thu, 29 Apr 2010 09:29:37 +0000 (11:29 +0200)]
Stop getting avatar requirements in EmpathyTpContactFactory

13 years agoMake use of TP_CONNECTION_FEATURE_AVATAR_REQUIREMENTS
Xavier Claessens [Thu, 29 Apr 2010 09:24:24 +0000 (11:24 +0200)]
Make use of TP_CONNECTION_FEATURE_AVATAR_REQUIREMENTS

Fixes bug #616603

13 years agoinvite-participant-dialog: translate the 'invite' button (#619678)
Guillaume Desmottes [Wed, 26 May 2010 09:05:05 +0000 (11:05 +0200)]
invite-participant-dialog: translate the 'invite' button (#619678)

13 years agoUpdated Spanish translation
Jorge González [Tue, 25 May 2010 15:58:02 +0000 (17:58 +0200)]
Updated Spanish translation

13 years agoassistant: call empathy_import_widget_add_selected_accounts in impl_signal_apply...
Guillaume Desmottes [Tue, 25 May 2010 12:45:05 +0000 (14:45 +0200)]
assistant: call empathy_import_widget_add_selected_accounts in impl_signal_apply as well

If the user already has a salut account configured, the import page is the
last one of the assistant. So impl_signal_apply() is called instead of
impl_signal_prepare(). (#617971)

13 years agoFixed typo in variable name
Frédéric Péters [Tue, 25 May 2010 11:27:49 +0000 (13:27 +0200)]
Fixed typo in variable name

13 years agoFix contact menu items' capitalization (#619378)
Gabriel Burt [Sat, 22 May 2010 16:44:25 +0000 (09:44 -0700)]
Fix contact menu items' capitalization (#619378)

13 years agoFix and improve spell-checking (#604159)
Mike Ruprecht [Thu, 13 May 2010 08:23:00 +0000 (03:23 -0500)]
Fix and improve spell-checking (#604159)

13 years agohardcode facebook server to workaround SRV lookup issues
Guillaume Desmottes [Tue, 25 May 2010 09:23:08 +0000 (11:23 +0200)]
hardcode facebook server to workaround SRV lookup issues

13 years agoUpdated Spanish translation
Jorge González [Tue, 25 May 2010 06:33:46 +0000 (08:33 +0200)]
Updated Spanish translation

13 years agoremove the release flag
Guillaume Desmottes [Mon, 24 May 2010 15:21:28 +0000 (17:21 +0200)]
remove the release flag

13 years agoprepare 2.31.2 release
Guillaume Desmottes [Mon, 24 May 2010 15:13:31 +0000 (17:13 +0200)]
prepare 2.31.2 release

13 years agoUpdated Norwegian bokmål translation
Kjartan Maraas [Mon, 24 May 2010 13:36:45 +0000 (15:36 +0200)]
Updated Norwegian bokmål translation

13 years agomain_window_favorite_chatroom_join: skip not connected accounts (#606738)
Guillaume Desmottes [Fri, 21 May 2010 13:35:44 +0000 (15:35 +0200)]
main_window_favorite_chatroom_join: skip not connected accounts (#606738)

This fix a crash if the account is connecting.

13 years agoRemove empathy_link_button_new(), it's unused
Xavier Claessens [Fri, 21 May 2010 07:45:03 +0000 (09:45 +0200)]
Remove empathy_link_button_new(), it's unused

13 years agoChange names of variables that shadow libc symbols
Danielle Madeley [Fri, 21 May 2010 07:38:09 +0000 (17:38 +1000)]
Change names of variables that shadow libc symbols

13 years agoUpdated Galician translations
Fran Diéguez [Thu, 20 May 2010 16:47:31 +0000 (18:47 +0200)]
Updated Galician translations

13 years agouse avatar-default instead of the deprecated stock_person icon
Guillaume Desmottes [Thu, 20 May 2010 15:10:20 +0000 (17:10 +0200)]
use avatar-default instead of the deprecated stock_person icon

13 years agoAdd defaults for VP8 encoding
Sjoerd Simons [Wed, 19 May 2010 18:24:15 +0000 (19:24 +0100)]
Add defaults for VP8 encoding