]> git.0d.be Git - empathy.git/log
empathy.git
12 years agomake the dots consistent
Sjoerd Simons [Wed, 23 Feb 2011 18:30:14 +0000 (18:30 +0000)]
make the dots consistent

12 years agoauto-detect the presence of farsight
Sjoerd Simons [Wed, 23 Feb 2011 18:29:30 +0000 (18:29 +0000)]
auto-detect the presence of farsight

12 years agoNo need to borrow the connection, it gets passed to us
Sjoerd Simons [Wed, 23 Feb 2011 16:50:20 +0000 (16:50 +0000)]
No need to borrow the connection, it gets passed to us

12 years agoTrivial coding style fix (>80 chars)
Sjoerd Simons [Wed, 23 Feb 2011 16:50:06 +0000 (16:50 +0000)]
Trivial coding style fix (>80 chars)

12 years agoRetrieve the contact for incoming calls so we can display it
Sjoerd Simons [Wed, 23 Feb 2011 16:49:26 +0000 (16:49 +0000)]
Retrieve the contact for incoming calls so we can display it

12 years agoStop ringing after approving a Channel.Type.Call channel
Sjoerd Simons [Wed, 23 Feb 2011 16:45:16 +0000 (16:45 +0000)]
Stop ringing after approving a Channel.Type.Call channel

12 years agoevent-manager Remove HAVE_CALL ifdefs, even if we didn't build the handler we can...
Sjoerd Simons [Wed, 23 Feb 2011 16:44:55 +0000 (16:44 +0000)]
event-manager Remove HAVE_CALL ifdefs, even if we didn't build the handler we can still approve

12 years agoClose call channels after hanging up
Sjoerd Simons [Wed, 23 Feb 2011 16:44:05 +0000 (16:44 +0000)]
Close call channels after hanging up

12 years agoExplicitely use the libtelepathy-yell .la file for dependency tracking
Sjoerd Simons [Wed, 23 Feb 2011 14:26:15 +0000 (14:26 +0000)]
Explicitely use the libtelepathy-yell .la file for dependency tracking

Conflicts:

libempathy/Makefile.am

12 years agoRemove stray debug
Sjoerd Simons [Wed, 23 Feb 2011 11:20:34 +0000 (11:20 +0000)]
Remove stray debug

12 years agoOnly change the UI in the main thread
Sjoerd Simons [Wed, 23 Feb 2011 11:39:35 +0000 (11:39 +0000)]
Only change the UI in the main thread

12 years agoUse target-contact instead of members
Sjoerd Simons [Wed, 23 Feb 2011 11:38:54 +0000 (11:38 +0000)]
Use target-contact instead of members

12 years agoMove to using ->priv pointer in the object instance
Sjoerd Simons [Wed, 23 Feb 2011 11:28:23 +0000 (11:28 +0000)]
Move to using ->priv pointer in the object instance

12 years agocoding style trivia
Sjoerd Simons [Wed, 23 Feb 2011 11:14:32 +0000 (11:14 +0000)]
coding style trivia

12 years agoAdd TargetContact property that's guaranteed to exist on CallHandler
Sjoerd Simons [Wed, 23 Feb 2011 11:14:06 +0000 (11:14 +0000)]
Add TargetContact property that's guaranteed to exist on CallHandler

Conflicts:

src/empathy-call-factory.c

12 years agoRecognize Call channel capabilities
Sjoerd Simons [Wed, 23 Feb 2011 11:12:07 +0000 (11:12 +0000)]
Recognize Call channel capabilities

12 years agoDon't use wildcards for just one marshal file
Sjoerd Simons [Wed, 23 Feb 2011 10:42:23 +0000 (10:42 +0000)]
Don't use wildcards for just one marshal file

When a build is triggered from a location that isn't the top build dir,
the generated files break as the wrong prefix gets passed for some
reason. Given we only create one -marshal file, being smart doesn't
actually save us anything, so do things the simple way

12 years agoAdd a .client and a .service file for empathy-call
Emilio Pozuelo Monfort [Fri, 11 Mar 2011 14:42:14 +0000 (14:42 +0000)]
Add a .client and a .service file for empathy-call

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

12 years agoCheck for TP_ERROR_EMERGENCY_CALLS_NOT_SUPPORTED when a call fails
Emilio Pozuelo Monfort [Thu, 10 Mar 2011 15:12:15 +0000 (15:12 +0000)]
Check for TP_ERROR_EMERGENCY_CALLS_NOT_SUPPORTED when a call fails

12 years agoAdd missing files to POTFILES.in
Emilio Pozuelo Monfort [Thu, 24 Feb 2011 16:22:15 +0000 (16:22 +0000)]
Add missing files to POTFILES.in

Conflicts:

po/POTFILES.in

12 years agoReturn meaningful errors when starting a call fails
Emilio Pozuelo Monfort [Mon, 28 Feb 2011 12:29:40 +0000 (12:29 +0000)]
Return meaningful errors when starting a call fails

12 years agoempathy_call_new_with_streams: prefer StreamedMedia over Call
Emilio Pozuelo Monfort [Wed, 23 Feb 2011 16:24:53 +0000 (16:24 +0000)]
empathy_call_new_with_streams: prefer StreamedMedia over Call

Conflicts:

libempathy-gtk/empathy-call-utils.c

12 years agoAlways build telepathy-yell and handle Call channels
Emilio Pozuelo Monfort [Wed, 23 Feb 2011 16:19:48 +0000 (16:19 +0000)]
Always build telepathy-yell and handle Call channels

Just keep empathy-call optional.

Conflicts:

libempathy-gtk/empathy-call-utils.c
libempathy/empathy-channel-factory.c

12 years agoShow an error dialog if starting a call fails
Emilio Pozuelo Monfort [Tue, 22 Feb 2011 18:15:07 +0000 (18:15 +0000)]
Show an error dialog if starting a call fails

12 years agoDon't require EmpathyContacts to start a call
Emilio Pozuelo Monfort [Tue, 22 Feb 2011 18:14:07 +0000 (18:14 +0000)]
Don't require EmpathyContacts to start a call

Conflicts:

libempathy-gtk/empathy-contact-menu.c
libempathy-gtk/empathy-individual-menu.c
libempathy-gtk/empathy-new-call-dialog.c

12 years agoMove empathy_call_* util functions to libempathy-gtk
Emilio Pozuelo Monfort [Tue, 22 Feb 2011 17:15:11 +0000 (17:15 +0000)]
Move empathy_call_* util functions to libempathy-gtk

Since we want to pop up a dialog when starting a call fails.

Conflicts:

libempathy/empathy-utils.c

12 years agoInitialize GObject
Emilio Pozuelo Monfort [Tue, 22 Feb 2011 11:24:26 +0000 (11:24 +0000)]
Initialize GObject

Conflicts:

src/empathy.c

12 years agoTemporarily disable some code
Emilio Pozuelo Monfort [Mon, 21 Feb 2011 14:32:22 +0000 (14:32 +0000)]
Temporarily disable some code

12 years agoCall: check for priv->members to enable the video button
Emilio Pozuelo Monfort [Mon, 21 Feb 2011 14:31:50 +0000 (14:31 +0000)]
Call: check for priv->members to enable the video button

12 years agoUse the new empathy_call_create_call_request thoroughly
Emilio Pozuelo Monfort [Fri, 18 Feb 2011 17:05:33 +0000 (17:05 +0000)]
Use the new empathy_call_create_call_request thoroughly

12 years agoDon't use tpy_call_channel_is_receiving_video
Emilio Pozuelo Monfort [Mon, 21 Feb 2011 15:27:33 +0000 (15:27 +0000)]
Don't use tpy_call_channel_is_receiving_video

Rely on src-pad-added to show the remote user's video.

12 years agoDon't use tpy_call_channel_is_sending_video
Emilio Pozuelo Monfort [Mon, 21 Feb 2011 15:41:16 +0000 (15:41 +0000)]
Don't use tpy_call_channel_is_sending_video

Check if we have initial video instead.

12 years agoUse EMPATHY_CALL_BUS_NAME_SUFFIX instead of the literal
Emilio Pozuelo Monfort [Wed, 8 Jun 2011 15:02:33 +0000 (16:02 +0100)]
Use EMPATHY_CALL_BUS_NAME_SUFFIX instead of the literal

12 years agoempathy_call_new_with_streams: start Calls when we support them
Emilio Pozuelo Monfort [Fri, 18 Feb 2011 17:00:32 +0000 (17:00 +0000)]
empathy_call_new_with_streams: start Calls when we support them

Conflicts:

libempathy/empathy-utils.c

12 years agoDefine EMPATHY_CALL_BUS_NAME{,_SUFFIX}
Emilio Pozuelo Monfort [Wed, 8 Jun 2011 15:01:45 +0000 (16:01 +0100)]
Define EMPATHY_CALL_BUS_NAME{,_SUFFIX}

12 years agoInitialize telepathy-yell
Emilio Pozuelo Monfort [Fri, 18 Feb 2011 16:45:21 +0000 (16:45 +0000)]
Initialize telepathy-yell

Conflicts:

src/empathy.c

12 years agoShow notifications for Calls
Emilio Pozuelo Monfort [Tue, 22 Feb 2011 10:22:53 +0000 (10:22 +0000)]
Show notifications for Calls

Conflicts:

src/empathy-status-icon.c

12 years agoBuild an empathy-call binary when we have Call support
Emilio Pozuelo Monfort [Fri, 18 Feb 2011 16:16:33 +0000 (16:16 +0000)]
Build an empathy-call binary when we have Call support

Conflicts:

src/Makefile.am

12 years agoEmpathyEventManager: handle Call channels
Emilio Pozuelo Monfort [Fri, 18 Feb 2011 16:42:08 +0000 (16:42 +0000)]
EmpathyEventManager: handle Call channels

Conflicts:

src/empathy-event-manager.c

12 years agoTeach EmpathyChannelFactory how to create Call channels
Emilio Pozuelo Monfort [Fri, 18 Feb 2011 16:31:35 +0000 (16:31 +0000)]
Teach EmpathyChannelFactory how to create Call channels

Conflicts:

libempathy/empathy-channel-factory.c

12 years agoNewCallDialog: support Calls
Emilio Pozuelo Monfort [Fri, 18 Feb 2011 16:26:28 +0000 (16:26 +0000)]
NewCallDialog: support Calls

Conflicts:

libempathy-gtk/Makefile.am
libempathy-gtk/empathy-new-call-dialog.c

12 years agoAdd empathy-call
Emilio Pozuelo Monfort [Fri, 18 Feb 2011 17:06:56 +0000 (17:06 +0000)]
Add empathy-call

12 years agoAdd an EmpathyCallWindowFullscreen class
Emilio Pozuelo Monfort [Fri, 18 Feb 2011 15:51:12 +0000 (15:51 +0000)]
Add an EmpathyCallWindowFullscreen class

12 years agoAdd an EmpathyCallWindow class
Emilio Pozuelo Monfort [Fri, 18 Feb 2011 15:50:55 +0000 (15:50 +0000)]
Add an EmpathyCallWindow class

12 years agoAdd an EmpathyCallHandler class
Emilio Pozuelo Monfort [Fri, 18 Feb 2011 15:50:20 +0000 (15:50 +0000)]
Add an EmpathyCallHandler class

12 years agoAdd an EmpathyCallFactory class
Emilio Pozuelo Monfort [Fri, 18 Feb 2011 15:49:57 +0000 (15:49 +0000)]
Add an EmpathyCallFactory class

12 years agoCheck for telepathy-yell if requested
Emilio Pozuelo Monfort [Fri, 18 Feb 2011 15:49:24 +0000 (15:49 +0000)]
Check for telepathy-yell if requested

12 years agoAdd telepathy-yell as a submodule
Emilio Pozuelo Monfort [Fri, 18 Feb 2011 14:51:47 +0000 (14:51 +0000)]
Add telepathy-yell as a submodule

12 years agoAdd ax_config_dir from audacity
Emilio Pozuelo Monfort [Thu, 17 Feb 2011 12:06:50 +0000 (12:06 +0000)]
Add ax_config_dir from audacity

12 years agoUpdated Hebrew translation.
Yaron Shahrabani [Wed, 8 Jun 2011 06:56:09 +0000 (09:56 +0300)]
Updated Hebrew translation.

12 years agoUpdated Esperanto translation
Kristjan SCHMIDT [Tue, 7 Jun 2011 21:10:47 +0000 (23:10 +0200)]
Updated Esperanto translation

12 years agoAdium: Let user select theme variant in preferences
Xavier Claessens [Tue, 3 May 2011 09:27:21 +0000 (11:27 +0200)]
Adium: Let user select theme variant in preferences

Fixes bug #585474

12 years agomain_window_flash_foreach: fix FolksIndividual leak
Guillaume Desmottes [Tue, 7 Jun 2011 13:13:54 +0000 (15:13 +0200)]
main_window_flash_foreach: fix FolksIndividual leak

12 years agocoding style tweak
Guillaume Desmottes [Tue, 7 Jun 2011 13:12:20 +0000 (15:12 +0200)]
coding style tweak

12 years agoUpdated Norwegian bokmål translation
Kjartan Maraas [Tue, 7 Jun 2011 10:44:18 +0000 (12:44 +0200)]
Updated Norwegian bokmål translation

12 years agoaccount-widget: use tp_g_signal_connect_object to connect on the password-retrieved...
Guillaume Desmottes [Tue, 7 Jun 2011 09:39:38 +0000 (11:39 +0200)]
account-widget: use tp_g_signal_connect_object to connect on the password-retrieved signal (#652015)

Thanks to Roland Dreier for the original patch.

12 years agoRequire Folks 0.5.1 for the API updates.
Travis Reitter [Thu, 12 May 2011 21:37:03 +0000 (14:37 -0700)]
Require Folks 0.5.1 for the API updates.

Closes: bgo#648822 - Port Empathy to Folks 0.5.1
12 years agoOnly retrieve server-stored groups for Individuals with TpContacts.
Travis Reitter [Tue, 10 May 2011 23:41:04 +0000 (16:41 -0700)]
Only retrieve server-stored groups for Individuals with TpContacts.

Helps: bgo#648822 - Port Empathy to Folks 0.5.1

12 years agoAdapt to API change in FolksIndividual::personas-changed.
Travis Reitter [Thu, 5 May 2011 18:05:04 +0000 (11:05 -0700)]
Adapt to API change in FolksIndividual::personas-changed.

Helps: bgo#648822 - Port Empathy to Folks 0.5.1

12 years agoAdapt to API change in FolksIndividualAggregator::individuals-changed.
Travis Reitter [Wed, 4 May 2011 21:22:36 +0000 (14:22 -0700)]
Adapt to API change in FolksIndividualAggregator::individuals-changed.

Helps: bgo#648822 - Port Empathy to Folks 0.5.1

12 years agoAdapt to API change in folks_group_details_get_groups().
Travis Reitter [Mon, 2 May 2011 20:17:23 +0000 (13:17 -0700)]
Adapt to API change in folks_group_details_get_groups().

Helps: bgo#648822 - Port Empathy to Folks 0.5.1

12 years agoChange the type of EmpathyContact.priv.groups to GeeHashSet.
Travis Reitter [Mon, 2 May 2011 19:58:04 +0000 (12:58 -0700)]
Change the type of EmpathyContact.priv.groups to GeeHashSet.

This is to adjust to the newer API for folks_group_details_set_groups().
It's also slightly cleaner than using a hash table to implement a set.

Helps: bgo#648822 - Port Empathy to Folks 0.5.1

12 years agoAdapt to API change in folks_backend_get_persona_stores().
Travis Reitter [Fri, 29 Apr 2011 20:57:05 +0000 (13:57 -0700)]
Adapt to API change in folks_backend_get_persona_stores().

Helps: bgo#648822 - Port Empathy to Folks 0.5.1

12 years agoAdapt to API change in FolksIndividual constructor.
Travis Reitter [Wed, 1 Jun 2011 17:54:40 +0000 (10:54 -0700)]
Adapt to API change in FolksIndividual constructor.

Helps: bgo#648822 - Port Empathy to Folks 0.5.1

12 years agoAdapt to API break in folks_individual_get_personas.
Travis Reitter [Fri, 29 Apr 2011 20:33:04 +0000 (13:33 -0700)]
Adapt to API break in folks_individual_get_personas.

Helps: bgo#648822 - Port Empathy to Folks 0.5.1

12 years agoDon't conflate TpfPersona and FolksPersona.
Travis Reitter [Tue, 3 May 2011 00:21:04 +0000 (17:21 -0700)]
Don't conflate TpfPersona and FolksPersona.

12 years agoDon't shadow the global definition of 'log'.
Travis Reitter [Tue, 3 May 2011 00:05:19 +0000 (17:05 -0700)]
Don't shadow the global definition of 'log'.

12 years agoUpdated Galician translations
Fran Diéguez [Sun, 5 Jun 2011 22:25:04 +0000 (00:25 +0200)]
Updated Galician translations

12 years agoUpdated Hebrew translation.
Yaron Shahrabani [Sat, 4 Jun 2011 10:50:42 +0000 (13:50 +0300)]
Updated Hebrew translation.

12 years agoinvite-participant-dialog: add temporary individuals when searching
Guillaume Desmottes [Tue, 31 May 2011 15:38:42 +0000 (17:38 +0200)]
invite-participant-dialog: add temporary individuals when searching

12 years agoexport individual_store_add_individual_and_connect and individual_store_remove_indivi...
Guillaume Desmottes [Tue, 31 May 2011 15:38:13 +0000 (17:38 +0200)]
export individual_store_add_individual_and_connect and individual_store_remove_individual_and_disconnect

12 years agoempathy_avatar_new: stop stealing strings (#650939)
Guillaume Desmottes [Thu, 26 May 2011 09:10:06 +0000 (11:10 +0200)]
empathy_avatar_new: stop stealing strings (#650939)

It was pretty confusing when reading/reviewing code.

12 years agoremove useless callback
Guillaume Desmottes [Thu, 26 May 2011 08:48:30 +0000 (10:48 +0200)]
remove useless callback

12 years agoavatar-chooser: replace finalize by dispose
Guillaume Desmottes [Thu, 26 May 2011 08:44:08 +0000 (10:44 +0200)]
avatar-chooser: replace finalize by dispose

It just unref objects.

12 years agoavatar-chooser: port to TP coding style
Guillaume Desmottes [Thu, 26 May 2011 08:36:04 +0000 (10:36 +0200)]
avatar-chooser: port to TP coding style

We just changed most of this file so while we're on it...

12 years agore-order functions so we can get rid of their declarations
Guillaume Desmottes [Thu, 26 May 2011 08:18:23 +0000 (10:18 +0200)]
re-order functions so we can get rid of their declarations

12 years agoavatar-chooser: use tp_clear_*
Guillaume Desmottes [Thu, 26 May 2011 08:07:28 +0000 (10:07 +0200)]
avatar-chooser: use tp_clear_*

12 years agoavatar-chooser: use the self->priv pattern
Guillaume Desmottes [Thu, 26 May 2011 08:01:01 +0000 (10:01 +0200)]
avatar-chooser: use the self->priv pattern

12 years agoUse tp-glib Balance high level API (#651238)
Guillaume Desmottes [Fri, 27 May 2011 12:41:11 +0000 (14:41 +0200)]
Use tp-glib Balance high level API (#651238)

12 years agoallow user to search for contacts using their full identifier
Guillaume Desmottes [Wed, 1 Jun 2011 09:06:28 +0000 (11:06 +0200)]
allow user to search for contacts using their full identifier

12 years agoempathy_individual_view_get_individual_menu: don't create a menu if we don't want...
Guillaume Desmottes [Wed, 1 Jun 2011 09:33:04 +0000 (11:33 +0200)]
empathy_individual_view_get_individual_menu: don't create a menu if we don't want any feature

Fix an assertion error when right clicking in the 'Invite contact' treeview.

12 years agoMerge branch 'speedup-protocol-chooser'
Sjoerd Simons [Tue, 31 May 2011 18:20:21 +0000 (11:20 -0700)]
Merge branch 'speedup-protocol-chooser'

12 years agoinvite-participant-dialog: add an entry searching the contact list
Guillaume Desmottes [Tue, 31 May 2011 13:36:30 +0000 (15:36 +0200)]
invite-participant-dialog: add an entry searching the contact list

12 years agoview_selection_changed_cb: don't unref NULL individual
Guillaume Desmottes [Tue, 31 May 2011 13:34:36 +0000 (15:34 +0200)]
view_selection_changed_cb: don't unref NULL individual

12 years agofactor out empathy_individual_match_words()
Guillaume Desmottes [Tue, 31 May 2011 13:24:28 +0000 (15:24 +0200)]
factor out empathy_individual_match_words()

12 years agolive-search: export few more functions
Guillaume Desmottes [Tue, 31 May 2011 13:20:10 +0000 (15:20 +0200)]
live-search: export few more functions

12 years agoadd empathy_individual_view_refilter()
Guillaume Desmottes [Tue, 31 May 2011 12:54:15 +0000 (14:54 +0200)]
add empathy_individual_view_refilter()

12 years agoChatrooms: Make text input view sensitive on successful password entry
Chandni Verma [Fri, 27 May 2011 10:43:49 +0000 (16:13 +0530)]
Chatrooms: Make text input view sensitive on successful password entry

Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=651058
12 years agouse tp_channel_dispatch_operation_claim_async() (#650386)
Guillaume Desmottes [Tue, 17 May 2011 10:43:39 +0000 (12:43 +0200)]
use tp_channel_dispatch_operation_claim_async() (#650386)

12 years agobump tp-glib dep to 0.15.1
Guillaume Desmottes [Tue, 17 May 2011 10:41:54 +0000 (12:41 +0200)]
bump tp-glib dep to 0.15.1

tp_channel_dispatch_operation_claim_with_async() has been introduced in 0.15.0
but suffers a race (fdo #37280) fixed in 0.15.1.

12 years agoUse pixbuf for PixbufCellRenderer in protocol chooser
Sjoerd Simons [Sun, 29 May 2011 16:02:32 +0000 (09:02 -0700)]
Use pixbuf for PixbufCellRenderer in protocol chooser

If an icon-name is given to a PixbufCellRenderer it will re-load the
image from the icon theme every time the size gets requested for a
different cell. Which happens a *LOT*.

Instead load the icon the row is added to the model, such that the
cell renderer can simply request the size of the pixbuf. This massive
speeds up the performance of the protocol chooser combobox.

12 years ago[l10n]Updated Catalan (Valencian) translation
Carles Ferrando [Sun, 29 May 2011 15:55:20 +0000 (17:55 +0200)]
[l10n]Updated Catalan (Valencian) translation

12 years agoDon't set priv when it's not used
Sjoerd Simons [Sun, 29 May 2011 15:02:42 +0000 (08:02 -0700)]
Don't set priv when it's not used

12 years agoUpdated Spanish translation
Daniel Mustieles [Thu, 26 May 2011 18:04:21 +0000 (20:04 +0200)]
Updated Spanish translation

12 years agodon't build avatar_chooser_set_avatar_from_pixbuf if building without cheese
Guillaume Desmottes [Thu, 26 May 2011 16:43:18 +0000 (18:43 +0200)]
don't build avatar_chooser_set_avatar_from_pixbuf if building without cheese

12 years agoAdium: Convert NSDateFormatter to strftime
Xavier Claessens [Sun, 22 May 2011 08:41:16 +0000 (10:41 +0200)]
Adium: Convert NSDateFormatter to strftime

12 years agoStop live search when main window gets hidden
Xavier Claessens [Thu, 26 May 2011 10:45:30 +0000 (12:45 +0200)]
Stop live search when main window gets hidden

12 years agoStop dealing with iconification of main window, just hide/present it
Xavier Claessens [Thu, 26 May 2011 10:00:58 +0000 (12:00 +0200)]
Stop dealing with iconification of main window, just hide/present it

It does not work with gnome-shell, unity and indicators anyway,
so it is just complex code for no benefit anymore.

12 years agoDo not show the main window when creating it, it will be presented if not start hidden
Xavier Claessens [Thu, 26 May 2011 09:59:48 +0000 (11:59 +0200)]
Do not show the main window when creating it, it will be presented if not start hidden

12 years agoDo not present chat window from empathy_chat_window_get_default()
Xavier Claessens [Thu, 26 May 2011 09:57:24 +0000 (11:57 +0200)]
Do not present chat window from empathy_chat_window_get_default()

It is already handled in empathy_chat_window_present_chat()