]> git.0d.be Git - empathy.git/log
empathy.git
13 years agoAdd EmpathyPersonaStore and EmpathyPersonaView
Philip Withnall [Wed, 4 Aug 2010 15:49:11 +0000 (16:49 +0100)]
Add EmpathyPersonaStore and EmpathyPersonaView

Based on stripped-down versions of EmpathyContactListStore and
EmpathyContactListView, these allow listing of all the Personas for a given
Individual.

13 years agoBump libfolks requirement to 0.1.13 for the linking API changes
Philip Withnall [Wed, 11 Aug 2010 16:29:47 +0000 (17:29 +0100)]
Bump libfolks requirement to 0.1.13 for the linking API changes

13 years agoOnly enable row reordering in EmpathyIndividualView if dragging is enabled
Philip Withnall [Thu, 5 Aug 2010 16:14:06 +0000 (17:14 +0100)]
Only enable row reordering in EmpathyIndividualView if dragging is enabled

13 years agoUpdated galician translations
Fran Diéguez [Wed, 11 Aug 2010 16:27:41 +0000 (18:27 +0200)]
Updated galician translations

13 years agoremove empathy-dispatch-operation
Guillaume Desmottes [Wed, 11 Aug 2010 15:30:40 +0000 (17:30 +0200)]
remove empathy-dispatch-operation

13 years agodispatcher: remove more unused attributes and code
Guillaume Desmottes [Wed, 11 Aug 2010 15:22:46 +0000 (17:22 +0200)]
dispatcher: remove more unused attributes and code

13 years agoMerge remote branch 'lfrb/ft-cancel'
Guillaume Desmottes [Wed, 11 Aug 2010 15:28:01 +0000 (17:28 +0200)]
Merge remote branch 'lfrb/ft-cancel'

13 years agodispatcher: use TpCapabilities to get the RCC (#626636)
Guillaume Desmottes [Wed, 11 Aug 2010 15:15:26 +0000 (17:15 +0200)]
dispatcher: use TpCapabilities to get the RCC (#626636)

13 years agodispatcher: use tp_proxy_prepare_async instead of tp_connection_call_when_ready
Guillaume Desmottes [Wed, 11 Aug 2010 15:05:33 +0000 (17:05 +0200)]
dispatcher: use tp_proxy_prepare_async instead of tp_connection_call_when_ready

13 years agoIgnore socket errors when closing the file-transfer channel
Louis-Francis Ratté-Boulianne [Wed, 11 Aug 2010 15:09:34 +0000 (11:09 -0400)]
Ignore socket errors when closing the file-transfer channel

13 years agobye bye empathy-handler
Guillaume Desmottes [Wed, 11 Aug 2010 14:44:33 +0000 (16:44 +0200)]
bye bye empathy-handler

13 years agodispatcher: remove channel handling and requesting code
Guillaume Desmottes [Tue, 10 Aug 2010 15:27:56 +0000 (17:27 +0200)]
dispatcher: remove channel handling and requesting code

13 years agoMerge branch 'request-chat-626630'
Guillaume Desmottes [Wed, 11 Aug 2010 14:20:42 +0000 (16:20 +0200)]
Merge branch 'request-chat-626630'

13 years agoempathy_dispatcher_join_muc: use TpAccountChannelRequest
Guillaume Desmottes [Wed, 11 Aug 2010 13:32:52 +0000 (15:32 +0200)]
empathy_dispatcher_join_muc: use TpAccountChannelRequest

13 years agoempathy_dispatcher_join_muc: get an account instead of a connection
Guillaume Desmottes [Wed, 11 Aug 2010 13:28:09 +0000 (15:28 +0200)]
empathy_dispatcher_join_muc: get an account instead of a connection

13 years agore-implement empathy_dispatcher_chat_with_contact using empathy_dispatcher_chat_with_...
Guillaume Desmottes [Wed, 11 Aug 2010 13:08:39 +0000 (15:08 +0200)]
re-implement empathy_dispatcher_chat_with_contact using empathy_dispatcher_chat_with_contact_id

We don't use the callback arg anyway.

13 years agoempathy_dispatcher_chat_with_contact_id: use TpAccountChannelRequest
Guillaume Desmottes [Wed, 11 Aug 2010 12:54:44 +0000 (14:54 +0200)]
empathy_dispatcher_chat_with_contact_id: use TpAccountChannelRequest

13 years agoempathy_dispatcher_chat_with_contact_id: get a TpAccount instead of a TpConnection
Guillaume Desmottes [Wed, 11 Aug 2010 12:48:40 +0000 (14:48 +0200)]
empathy_dispatcher_chat_with_contact_id: get a TpAccount instead of a TpConnection

13 years agoUpdated Slovenian translation
Matej Urbančič [Wed, 11 Aug 2010 12:40:22 +0000 (14:40 +0200)]
Updated Slovenian translation

13 years agoempathy_dispatcher_chat_with_contact_id: remove callback argument
Guillaume Desmottes [Wed, 11 Aug 2010 12:32:02 +0000 (14:32 +0200)]
empathy_dispatcher_chat_with_contact_id: remove callback argument

It's unused anyway.

13 years agoempathy_call_factory_new_call_with_streams: don't leak the hash table
Guillaume Desmottes [Wed, 11 Aug 2010 12:17:57 +0000 (14:17 +0200)]
empathy_call_factory_new_call_with_streams: don't leak the hash table

13 years agoshare-my-desktop: use TpAccountChannelRequest
Guillaume Desmottes [Tue, 10 Aug 2010 15:25:35 +0000 (17:25 +0200)]
share-my-desktop: use TpAccountChannelRequest

13 years agotp-chat: use TpAccountChannelRequest
Guillaume Desmottes [Tue, 10 Aug 2010 15:19:12 +0000 (17:19 +0200)]
tp-chat: use TpAccountChannelRequest

13 years agonew-call-dialog: use TpAccountChannelRequest
Guillaume Desmottes [Tue, 10 Aug 2010 15:07:08 +0000 (17:07 +0200)]
new-call-dialog: use TpAccountChannelRequest

13 years agocall-factory: use TpAccountChannelRequest to request the media channel
Guillaume Desmottes [Tue, 10 Aug 2010 14:44:48 +0000 (16:44 +0200)]
call-factory: use TpAccountChannelRequest to request the media channel

13 years agoempathy_call_factory_new_call_with_streams: remove callback arg
Guillaume Desmottes [Mon, 9 Aug 2010 12:57:08 +0000 (14:57 +0200)]
empathy_call_factory_new_call_with_streams: remove callback arg

If you want to handle the channel yourself then use TpAccountChannelRequest.

13 years agoempathy_call_handler_start_call: use tp_account_channel_request_create_and_handle_cha...
Guillaume Desmottes [Mon, 9 Aug 2010 12:53:40 +0000 (14:53 +0200)]
empathy_call_handler_start_call: use tp_account_channel_request_create_and_handle_channel_async

13 years agofactor out empathy_call_factory_create_request
Guillaume Desmottes [Mon, 9 Aug 2010 12:53:08 +0000 (14:53 +0200)]
factor out empathy_call_factory_create_request

13 years agoadd support for the errors introduced in spec 0.19.11
Guillaume Desmottes [Wed, 11 Aug 2010 08:19:12 +0000 (10:19 +0200)]
add support for the errors introduced in spec 0.19.11

13 years agofix indentation
Guillaume Desmottes [Wed, 11 Aug 2010 10:18:40 +0000 (12:18 +0200)]
fix indentation

13 years agoDon't abort when closing the FT dialogue
Philip Withnall [Tue, 10 Aug 2010 16:38:32 +0000 (17:38 +0100)]
Don't abort when closing the FT dialogue

Ensure we handle the case where the dialogue is closed by the window
manager or programmatically gracefully.

13 years agoUse GimpNet as default IRC network (#625675)
Bilal Akhtar [Wed, 11 Aug 2010 08:43:20 +0000 (10:43 +0200)]
Use GimpNet as default IRC network (#625675)

13 years agostop using Empathy's internal dispatcher to request FT channel
Guillaume Desmottes [Thu, 1 Jul 2010 15:05:32 +0000 (17:05 +0200)]
stop using Empathy's internal dispatcher to request FT channel

13 years agobump tp-glib dep to 0.11.12
Guillaume Desmottes [Tue, 10 Aug 2010 14:18:43 +0000 (16:18 +0200)]
bump tp-glib dep to 0.11.12

We need it for TpAccountChannelRequest.

13 years agoUse TpSimpleHandler to handle incoming file transfer (#623139)
Guillaume Desmottes [Tue, 29 Jun 2010 15:14:25 +0000 (17:14 +0200)]
Use TpSimpleHandler to handle incoming file transfer (#623139)

13 years agotp-file: remove unused ready variable
Guillaume Desmottes [Tue, 29 Jun 2010 15:09:24 +0000 (17:09 +0200)]
tp-file: remove unused ready variable

13 years agotp-file: no need to pass the incoming property during construction
Guillaume Desmottes [Tue, 29 Jun 2010 15:06:11 +0000 (17:06 +0200)]
tp-file: no need to pass the incoming property during construction

We can infer it from the channel properties.

13 years agocall-factory: don't leak the handler
Guillaume Desmottes [Tue, 29 Jun 2010 14:45:34 +0000 (16:45 +0200)]
call-factory: don't leak the handler

13 years agostop handling internally FT channels
Guillaume Desmottes [Tue, 29 Jun 2010 14:39:06 +0000 (16:39 +0200)]
stop handling internally FT channels

13 years agoremove empathy_dispatcher_send_file_to_contact prototype
Guillaume Desmottes [Tue, 10 Aug 2010 15:30:53 +0000 (17:30 +0200)]
remove empathy_dispatcher_send_file_to_contact prototype

13 years agoempathy_contact_selector_dialog_get_selected: allow to get the account as well
Guillaume Desmottes [Tue, 10 Aug 2010 14:58:45 +0000 (16:58 +0200)]
empathy_contact_selector_dialog_get_selected: allow to get the account as well

13 years agoUpdated Swedish translation
Daniel Nylander [Tue, 10 Aug 2010 13:50:52 +0000 (15:50 +0200)]
Updated Swedish translation

13 years agoMinor coding style fixes in EmpathyIndividual[Store|View]
Philip Withnall [Mon, 9 Aug 2010 14:49:11 +0000 (15:49 +0100)]
Minor coding style fixes in EmpathyIndividual[Store|View]

13 years agoempathy-individual-menu: no need to get the call factory
Guillaume Desmottes [Mon, 9 Aug 2010 13:28:53 +0000 (15:28 +0200)]
empathy-individual-menu: no need to get the call factory

13 years agoUpdated Slovenian translation
Matej Urbančič [Mon, 9 Aug 2010 12:49:33 +0000 (14:49 +0200)]
Updated Slovenian translation

13 years agoAllow translators to localize time formats (#623934)
Nicolò Chieffo [Mon, 9 Aug 2010 11:25:11 +0000 (13:25 +0200)]
Allow translators to localize time formats (#623934)

13 years agoFix capability change notification in the EmpathyIndividualStore
Philip Withnall [Fri, 6 Aug 2010 09:40:38 +0000 (10:40 +0100)]
Fix capability change notification in the EmpathyIndividualStore

Closes: bgo#626162
13 years agoonly show label during search
Felix Kaser [Mon, 9 Aug 2010 09:25:21 +0000 (11:25 +0200)]
only show label during search

don't change the behavior of the contact list when empty
(without searching)

13 years agoUpdated Hebrew translation.
Yaron Shahrabani [Mon, 9 Aug 2010 09:21:44 +0000 (12:21 +0300)]
Updated Hebrew translation.

13 years agoUpdated Hebrew translation.
Yaron Shahrabani [Mon, 9 Aug 2010 09:12:57 +0000 (12:12 +0300)]
Updated Hebrew translation.

13 years agouse gtk_clutter_init rather than clutter_init
Guillaume Desmottes [Mon, 9 Aug 2010 08:05:35 +0000 (10:05 +0200)]
use gtk_clutter_init rather than clutter_init

This should fix the "Unable to make the stage window ..... the current GLX
drawable" warning.
Thanks to Jiri Techet to have spotted this.

13 years agoUpdated Spanish translation
Jorge González [Mon, 9 Aug 2010 00:28:08 +0000 (02:28 +0200)]
Updated Spanish translation

13 years agoRemove uses of new GStreamer API
Philip Withnall [Fri, 6 Aug 2010 13:04:02 +0000 (14:04 +0100)]
Remove uses of new GStreamer API

Various GstMessageType members were added after 0.10.0, so we shouldn't
use them.

13 years agoUpdated Slovenian translation
Matej Urbančič [Fri, 6 Aug 2010 12:51:34 +0000 (14:51 +0200)]
Updated Slovenian translation

13 years agoAdd casts to fix constness problems in empathy-import-pidgin.c
Philip Withnall [Fri, 6 Aug 2010 12:11:40 +0000 (13:11 +0100)]
Add casts to fix constness problems in empathy-import-pidgin.c

13 years agoCast away constness of strings in GtkTargetEntry structs
Philip Withnall [Thu, 5 Aug 2010 14:53:33 +0000 (15:53 +0100)]
Cast away constness of strings in GtkTargetEntry structs

This stops gcc warning us about GTK+'s broken API which uses non-const string
fields in a static struct.

13 years agoAdd noreturn annotation to version callback function
Philip Withnall [Thu, 8 Jul 2010 11:13:02 +0000 (12:13 +0100)]
Add noreturn annotation to version callback function

13 years agoFix old-style function definition (missing void)
Philip Withnall [Thu, 8 Jul 2010 11:12:27 +0000 (12:12 +0100)]
Fix old-style function definition (missing void)

13 years agoFix constness of various variables and parameters
Philip Withnall [Thu, 8 Jul 2010 10:56:13 +0000 (11:56 +0100)]
Fix constness of various variables and parameters

13 years agoFix missing entries in switch statements
Philip Withnall [Thu, 8 Jul 2010 10:39:07 +0000 (11:39 +0100)]
Fix missing entries in switch statements

Added missing default cases and missing enum cases.

13 years agoUse #ifdef instead of #if to avoid warnings of undefined symbols
Philip Withnall [Thu, 8 Jul 2010 10:09:54 +0000 (11:09 +0100)]
Use #ifdef instead of #if to avoid warnings of undefined symbols

13 years agoUpdated Spanish translation
Jorge González [Thu, 5 Aug 2010 14:30:30 +0000 (16:30 +0200)]
Updated Spanish translation

13 years agoFix memory corruption introduced by not removing a weak pointer
Philip Withnall [Thu, 5 Aug 2010 11:53:37 +0000 (12:53 +0100)]
Fix memory corruption introduced by not removing a weak pointer

This rewrites the weak pointer code for active individuals in
EmpathyIndividualStore to use weak references, which has the added benefit of
meaning we can remove the timeout if the individual disappears, rather than
executing it anyway and just bailing out. Closes: bgo#625641

13 years agoUpdated Galician translations
Fran Diéguez [Thu, 5 Aug 2010 14:09:56 +0000 (16:09 +0200)]
Updated Galician translations

13 years agouse different labels if view is empty
Felix Kaser [Thu, 5 Aug 2010 10:55:31 +0000 (12:55 +0200)]
use different labels if view is empty

either show "no match found" or "your contact list is empty".
fixes bug #621642

13 years agoshow label if contact list is empty
Felix Kaser [Thu, 5 Aug 2010 10:12:28 +0000 (12:12 +0200)]
show label if contact list is empty

at the moment there is only one label, but we should distinguish
if the contact list is empty because no contact is online or
because the live search matched nothing

13 years agoadded structure to show text when list empty
Felix Kaser [Thu, 5 Aug 2010 08:19:39 +0000 (10:19 +0200)]
added structure to show text when list empty

I've added a notebook which holds the treeview and on another page
it holds a label. The logic when to switch has to be implemented.

13 years agoMerge branch 'connection-error-523895'
Guillaume Desmottes [Thu, 5 Aug 2010 12:19:18 +0000 (14:19 +0200)]
Merge branch 'connection-error-523895'

13 years agono need to pass the reason to main_window_error_display
Guillaume Desmottes [Thu, 5 Aug 2010 12:17:33 +0000 (14:17 +0200)]
no need to pass the reason to main_window_error_display

13 years agono need to pass the reason to empathy_account_get_error_message
Guillaume Desmottes [Thu, 5 Aug 2010 12:14:34 +0000 (14:14 +0200)]
no need to pass the reason to empathy_account_get_error_message

13 years agoempathy_account_get_error_message: no need to get the details hash table
Guillaume Desmottes [Thu, 5 Aug 2010 12:11:04 +0000 (14:11 +0200)]
empathy_account_get_error_message: no need to get the details hash table

13 years agoempathy_status_reason_get_default_message can be static now
Guillaume Desmottes [Thu, 5 Aug 2010 11:43:02 +0000 (13:43 +0200)]
empathy_status_reason_get_default_message can be static now

13 years agoaccounts-dialog: use empathy_account_get_error_message (#523895)
Guillaume Desmottes [Thu, 5 Aug 2010 11:40:57 +0000 (13:40 +0200)]
accounts-dialog: use empathy_account_get_error_message (#523895)

13 years agomain-window: use empathy_account_get_error_message (#523895)
Guillaume Desmottes [Thu, 5 Aug 2010 11:37:52 +0000 (13:37 +0200)]
main-window: use empathy_account_get_error_message (#523895)

13 years agoadd empathy_account_get_error_message
Guillaume Desmottes [Thu, 5 Aug 2010 11:37:35 +0000 (13:37 +0200)]
add empathy_account_get_error_message

13 years agocreate_errors_to_message_hash: add support for more errors
Guillaume Desmottes [Thu, 5 Aug 2010 10:50:37 +0000 (12:50 +0200)]
create_errors_to_message_hash: add support for more errors

13 years agoadd empathy_dbus_error_name_get_default_message
Guillaume Desmottes [Thu, 5 Aug 2010 10:38:26 +0000 (12:38 +0200)]
add empathy_dbus_error_name_get_default_message

Reuse existing errors for now.

13 years agomain-window: pass the TpConnectionStatusReason to main_window_error_display
Guillaume Desmottes [Tue, 3 Aug 2010 15:47:23 +0000 (17:47 +0200)]
main-window: pass the TpConnectionStatusReason to main_window_error_display

13 years agoUpdated Spanish translation
Jorge González [Thu, 5 Aug 2010 10:21:50 +0000 (12:21 +0200)]
Updated Spanish translation

13 years agoMerge branch 'av-candidate-624344'
Guillaume Desmottes [Thu, 5 Aug 2010 10:06:53 +0000 (12:06 +0200)]
Merge branch 'av-candidate-624344'

13 years agodisplay the tooltip on the info image
Guillaume Desmottes [Thu, 5 Aug 2010 10:01:46 +0000 (12:01 +0200)]
display the tooltip on the info image

13 years agoadd 'info' icon next to the candidates
Guillaume Desmottes [Thu, 5 Aug 2010 09:44:36 +0000 (11:44 +0200)]
add 'info' icon next to the candidates

13 years agoFix an assertion failure in the filtering code due to show-offline changes
Philip Withnall [Wed, 4 Aug 2010 16:20:30 +0000 (17:20 +0100)]
Fix an assertion failure in the filtering code due to show-offline changes

individual_view_is_visible_individual() is now called even when the live
search widget isn't in use, so has to fail gracefully in that case.
Closes: bgo#626041
13 years agocall-window: use candidates-changed signal
Guillaume Desmottes [Wed, 4 Aug 2010 09:23:18 +0000 (11:23 +0200)]
call-window: use candidates-changed signal

13 years agocall-handler: add candidates-changed signal
Guillaume Desmottes [Wed, 4 Aug 2010 09:23:01 +0000 (11:23 +0200)]
call-handler: add candidates-changed signal

13 years agouse a space to separate the IP from the port
Guillaume Desmottes [Wed, 4 Aug 2010 09:08:05 +0000 (11:08 +0200)]
use a space to separate the IP from the port

13 years agoadd tooltips giving a bit more context about the candidate
Guillaume Desmottes [Wed, 4 Aug 2010 08:56:28 +0000 (10:56 +0200)]
add tooltips giving a bit more context about the candidate

13 years agodestroy the old candidates before updating them
Guillaume Desmottes [Wed, 4 Aug 2010 08:50:25 +0000 (10:50 +0200)]
destroy the old candidates before updating them

13 years agocall-window: display candidates info (#599166)
Guillaume Desmottes [Tue, 3 Aug 2010 15:00:49 +0000 (17:00 +0200)]
call-window: display candidates info (#599166)

13 years agocall-handler: add properties tracking the candidates
Guillaume Desmottes [Tue, 3 Aug 2010 15:00:26 +0000 (17:00 +0200)]
call-handler: add properties tracking the candidates

13 years agoUpdated Norwegian bokmål translation
Kjartan Maraas [Wed, 4 Aug 2010 12:05:20 +0000 (14:05 +0200)]
Updated Norwegian bokmål translation

13 years agoirc-networks: Remove Ubuntu Servers (#625950)
Brian Curtis [Wed, 4 Aug 2010 10:34:38 +0000 (12:34 +0200)]
irc-networks: Remove Ubuntu Servers (#625950)

It's redundant with freenode.

13 years agoupdate Punjabi Translation by A S Alam
A S Alam [Wed, 4 Aug 2010 08:43:28 +0000 (14:13 +0530)]
update Punjabi Translation by A S Alam

13 years agouse member variable instead of getter
Felix Kaser [Tue, 3 Aug 2010 12:19:46 +0000 (14:19 +0200)]
use member variable instead of getter

13 years agoremoved fixme comment when toggling show_offline
Felix Kaser [Tue, 3 Aug 2010 11:54:12 +0000 (13:54 +0200)]
removed fixme comment when toggling show_offline

13 years agorefactored show_offline property to the view
Felix Kaser [Tue, 3 Aug 2010 11:01:29 +0000 (13:01 +0200)]
refactored show_offline property to the view

the show offline property was moved from the individual store to the
individual view. this allows to easily and automatically search through
offline contacts as well.

13 years agoUpdated Slovenian translation
Matej Urbančič [Tue, 3 Aug 2010 12:37:02 +0000 (14:37 +0200)]
Updated Slovenian translation

13 years agoConnect signals only once, it's enough
Xavier Claessens [Tue, 3 Aug 2010 12:34:05 +0000 (14:34 +0200)]
Connect signals only once, it's enough

13 years agoEnsure contacts have a persona set
Philip Withnall [Mon, 2 Aug 2010 17:29:40 +0000 (18:29 +0100)]
Ensure contacts have a persona set

Ensure that contacts created by empathy_contact_dup_from_folks_individual()
have a persona set, so that things like custom presence messages in contact
tooltips work again. This requires that we don't set the alias on the
contacts during the initial contact population period, or we'll end up with
duplicates of each contact in the list. Closes: bgo#625828

13 years agofixing a method name typo
Felix Kaser [Tue, 3 Aug 2010 09:06:56 +0000 (11:06 +0200)]
fixing a method name typo