aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add patch to fix builddebian/2.34.0+git.20110425.93f10e-0ubuntu0+easton1Emilio Pozuelo Monfort2011-04-263-0/+18
* New upstream snapshotEmilio Pozuelo Monfort2011-04-261-0/+6
* Merge branch 'empathy-skype' into debianEmilio Pozuelo Monfort2011-04-2626-492/+835
|\
| * Merge branch 'balance-31-2' into empathy-skypeDanielle Madeley2011-04-215-3/+433
| |\
| | * Update formatting for NOKDanielle Madeley2011-04-211-1/+1
| | * The icon needs to be set as "icon-name" not "stock-id"Danielle Madeley2011-04-191-1/+3
| | * Fill out empathy_format_currency() with more currenciesDanielle Madeley2011-04-181-8/+9
| | * Use pointless g* types for consistencyDanielle Madeley2011-04-182-5/+5
| | * 'spacing' is an object property, not a child property of the packingDanielle Madeley2011-04-181-1/+1
| | * Add a menu item to choose whether to show account balances in the rosterDanielle Madeley2011-04-153-5/+38
| | * Create balance widget, tie it to the actionDanielle Madeley2011-04-152-4/+68
| | * Factor out main_window_setup_balance_create_action()Danielle Madeley2011-04-151-26/+40
| | * Show top-up site for SkypeDanielle Madeley2011-04-151-1/+12
| | * Remove balance from menu when account is disconnectedDanielle Madeley2011-04-151-4/+34
| | * Add a menuitem to report the account balance for each accountDanielle Madeley2011-04-152-0/+199
| | * Add method empathy_format_currency()Danielle Madeley2011-04-152-0/+76
| * | Merge branch 'timestamp-rebase' into empathy-skypeDanielle Madeley2011-04-2119-489/+400
| |\ \
| | * | Post-rebase: priv->location is not compatible with tp_asv_* in this branchDanielle Madeley2011-04-211-1/+4
| | * | chat_text_view_append_timestamp: use empathy_time_to_string_utc()Guillaume Desmottes2011-04-211-5/+1
| | * | Port all timestamps from time_t to gint64 (#648188)Guillaume Desmottes2011-04-2114-97/+111
| | * | empathy-time: remove unused functionsGuillaume Desmottes2011-04-212-52/+0
| | * | empathy-message: cast timestamps to glongGuillaume Desmottes2011-04-211-2/+2
| | * | empathy_message_new_from_tp_message: assign priv as soon as the message is cr...Guillaume Desmottes2011-04-211-1/+2
| | * | use the TpChannel:chat-state-changed signalGuillaume Desmottes2011-04-211-7/+4
| | * | use delivery report instead of Text.SendErrorGuillaume Desmottes2011-04-211-25/+50
| | * | factor out handle_incoming_message()Guillaume Desmottes2011-04-211-23/+17
| | * | empathy-message: remove useless public settersGuillaume Desmottes2011-04-212-132/+22
| | * | remove empathy_message_new()Guillaume Desmottes2011-04-212-16/+7
| | * | use tp_text_channel_send_message_async()Guillaume Desmottes2011-04-213-29/+79
| | * | Port empathy_tp_chat_get_self_contact() from masterDanielle Madeley2011-04-212-0/+11
| | * | chat_send_error_cb: don't display the message if it's NULLGuillaume Desmottes2011-04-211-3/+8
| | * | factor out empathy_message_new_from_tp_messageGuillaume Desmottes2011-04-213-68/+53
| | * | empathy-message: add missing getter/setterGuillaume Desmottes2011-04-211-0/+18
| | * | use TpTextChannel:message-sentGuillaume Desmottes2011-04-211-17/+15
| | * | use TpTextChannel:message-receivedGuillaume Desmottes2011-04-211-27/+25
| | * | use tp_text_channel_get_pending_messages() to get the pending messagesGuillaume Desmottes2011-04-211-57/+34
| | * | empathy-tp-chat: ensure that we get a TpTextChannelGuillaume Desmottes2011-04-213-2/+12
| |/ /
| * | Update telepathy-yell to masterDanielle Madeley2011-04-211-0/+0
| * | Display an accurate error when not enough creditEmilio Pozuelo Monfort2011-04-161-0/+2
* | | New upstream snapshotEmilio Pozuelo Monfort2011-04-161-0/+6
* | | Merge branch 'empathy-skype' into debianEmilio Pozuelo Monfort2011-04-164-13/+141
|\| |
| * | Merge branch 'sms-support-2' into empathy-skypeDanielle Madeley2011-04-152-5/+124
| |\|
| | * Only set the SMS button sensitive if we have SMS capabilityDanielle Madeley2011-04-131-2/+63
| | * contact-selector-dialog: add a selected-account propertyDanielle Madeley2011-04-131-1/+24
| | * Add an SMS button to the new-message dialogDanielle Madeley2011-04-121-4/+39
| * | Enable audio/video capabilities if InitialAudio/Video is in the fixed props f...Youness Alaoui2011-04-131-8/+14
| * | Merge branch 'sms-support' into empathy-skypeDanielle Madeley2011-04-121-0/+3
| |\|
| | * Don't wait for SMS properties when there is no SMS support on the channelDanielle Madeley2011-04-121-0/+3
* | | New upstream snapshotdebian/2.34.0+git.20110408.14c784-0ubuntu0+easton1Emilio Pozuelo Monfort2011-04-091-1/+1
* | | Fix typoEmilio Pozuelo Monfort2011-04-092-1/+2
* | | New upstream snapshotEmilio Pozuelo Monfort2011-04-091-0/+6
* | | New upstream releaseEmilio Pozuelo Monfort2011-04-091-0/+6
* | | New upstream snapshotEmilio Pozuelo Monfort2011-04-095-23/+31
* | | Add packagingEmilio Pozuelo Monfort2011-04-0930-0/+4352
|/ /
* | Merge remote-tracking branch 'danni-public/sms-support' into empathy-skypeEmilio Pozuelo Monfort2011-04-0814-52/+359
|\|
| * Add "(SMS)" to the tab name for SMS channelsDanielle Madeley2011-04-081-1/+10
| * Change empathy_chat_get_name() from const char * -> char *Danielle Madeley2011-04-083-19/+33
| * Add "SMS:" to the tooltipDanielle Madeley2011-04-081-0/+4
| * Set EMPATHY_IMAGE_SMS on sms channelsDanielle Madeley2011-04-081-0/+6
| * Add sms-channel property to empathy-chatDanielle Madeley2011-04-082-2/+45
| * Add sms-channel property to empathy-tp-chatDanielle Madeley2011-04-082-0/+78
| * Add SMS entry to empathy-individual-menuDanielle Madeley2011-04-087-22/+129
| * Make empathy_chat_window_find_chat() staticDanielle Madeley2011-04-072-3/+3
| * [ChatroomManager] find windows by channel path, not by TargetIDDanielle Madeley2011-04-065-6/+52
* | Make wording follow the designEmilio Pozuelo Monfort2011-04-082-14/+14
* | Disconnect other psyke accounts when creating a new oneEmilio Pozuelo Monfort2011-04-082-1/+6
* | Don't assume account != NULLDanielle Madeley2011-04-081-1/+1
* | Set the label width to 600Emilio Pozuelo Monfort2011-04-081-1/+1
* | Force the width of the Plugged into Skype text to be 500pxDanielle Madeley2011-04-081-0/+1
* | Disable confirmation dialog for nowDanielle Madeley2011-04-081-0/+3
* | Abstract out is_other_psyke_account()Danielle Madeley2011-04-081-10/+13
* | Disable all other psyke accounts when one is enabledDanielle Madeley2011-04-083-1/+89
* | Don't leak GSimpleAsyncResultDanielle Madeley2011-04-081-0/+2
* | Implement additional_apply_async() for account-widget-skypeDanielle Madeley2011-04-081-0/+41
* | Fix reconnect_required, which was broken by port to MxGtkLightSwitchDanielle Madeley2011-04-081-0/+1
* | Set Apply/Cancel buttons sensitive when password is changedDanielle Madeley2011-04-081-9/+17
* | focus-in-event returns gboolean -- return FALSE to propagate event furtherDanielle Madeley2011-04-081-1/+3
* | Add an icon for Skype accountsEmilio Pozuelo Monfort2011-04-087-0/+82
* | Privacy -> Privacy SettingsEmilio Pozuelo Monfort2011-04-081-1/+1
* | Make password entry insensitive if remember-password inactiveDanielle Madeley2011-04-081-0/+9
* | Fake password should be 12 'x's instead of 8Danielle Madeley2011-04-081-1/+1
* | Remove Forget Password sweeper in password_entryDanielle Madeley2011-04-082-27/+0
* | Warn early if the CM doesn't implement a privacy settingEmilio Pozuelo Monfort2011-04-081-2/+9
* | Remove the PSTN setting and add a Video oneEmilio Pozuelo Monfort2011-04-082-6/+6
* | Make wording follow the designsEmilio Pozuelo Monfort2011-04-082-7/+7
* | Add DEBUG messageDanielle Madeley2011-04-081-1/+1
* | Don't replace password with fake-password if there's something real in thereDanielle Madeley2011-04-081-0/+5
* | Add a Remember Password toggle which remembers the passwordDanielle Madeley2011-04-082-39/+69
* | Implement ForgetPassword buttonDanielle Madeley2011-04-082-0/+27
* | Don't assume account != NULL (again)Danielle Madeley2011-04-081-1/+1
* | If the password is fake, and the user focuses in, clear the fake passwordDanielle Madeley2011-04-081-0/+22
* | Track the change notification for PasswordSavedDanielle Madeley2011-04-081-2/+28
* | Set a fake password if we know the password is savedDanielle Madeley2011-04-081-4/+44
* | Add Account.Interface.ExternalPasswordStorage to extensionsDanielle Madeley2011-04-083-0/+54
* | Add a pre-auth approver for authenicating Psyke from the accounts-dialogDanielle Madeley2011-04-081-2/+199
* | Add ShowIHaveVideoTo property to Privacy Settings UIDanielle Madeley2011-04-082-4/+43
* | Update Conn.I.PrivacySettings from PsykeDanielle Madeley2011-04-081-0/+9
* | Update Canonical Support link to http://canonical.com/support?app=empathyDanielle Madeley2011-04-081-1/+1
* | Add displayname for Skype so it appears as Skype(TM)Danielle Madeley2011-04-081-0/+3
* | Also show the EULA in the new account assistantEmilio Pozuelo Monfort2011-04-081-0/+10
* | Move show EULA function to empathy-account-widget-skypeDanielle Madeley2011-04-085-77/+81
* | Actually add the EULAEmilio Pozuelo Monfort2011-04-081-0/+1
* | Add a dummy EULA so we can create Skype accountsEmilio Pozuelo Monfort2011-04-081-0/+4
* | Look for a localized EULA firstEmilio Pozuelo Monfort2011-04-081-3/+24
* | Show an EULA when creating an Skype accountEmilio Pozuelo Monfort2011-04-083-0/+76
* | Fixes for make checkDanielle Madeley2011-04-081-1/+2
* | Add skype dialog to POTFILES.inDanielle Madeley2011-04-081-0/+2
* | Add Plugged into Skype info to the add-account dialog tooDanielle Madeley2011-04-082-22/+47
* | Remove simple dialog, use 'setup' dialog for simple caseDanielle Madeley2011-04-082-124/+4
* | Move empathy-account-widget-skype into its own fileDanielle Madeley2011-04-085-485/+566
* | Update Skype account widget per specificationDanielle Madeley2011-04-085-30/+227
* | Don't assume account != NULLDanielle Madeley2011-04-081-35/+10
* | Wrap labels in GtkInfoBarsDanielle Madeley2011-04-081-0/+2
* | Change "show my web status" to something clearer and add a Learn More linkDanielle Madeley2011-04-081-124/+155
* | Make the disconnected message clearerDanielle Madeley2011-04-081-1/+2
* | Make dialog contents insensitive if Get() failsDanielle Madeley2011-04-081-1/+16
* | Add padding to Privacy Settings dialogDanielle Madeley2011-04-081-0/+1
* | Track changes to privacy settings coming from PsykeDanielle Madeley2011-04-081-40/+110
* | Implement Skype privacy settings dialogDanielle Madeley2011-04-082-38/+573
* | Add Psyke PrivacySettings extensionDanielle Madeley2011-04-083-0/+116
* | Add an Skype login widgetEmilio Pozuelo Monfort2011-04-083-0/+285
* | log-window: no need to use a ctx structGuillaume Desmottes2011-04-061-40/+11
|/
* event_manager_add: don't crash if approval is NULL (#646555)Guillaume Desmottes2011-04-041-1/+2
* empathy_chat_window_present_chat: no need to call show_all on the windowGuillaume Desmottes2011-03-301-1/+0
* remove released flagGuillaume Desmottes2011-03-241-1/+1
* Fix distcheckEMPATHY_2_34_0Emilio Pozuelo Monfort2011-03-241-0/+3
* prepare 2.34.0Guillaume Desmottes2011-03-242-3/+40
* Calendar widget should be disabled if no contact selected (#645582)Guillaume Desmottes2011-03-242-0/+10
* Include yell before anything elseEmilio Pozuelo Monfort2011-03-241-1/+1
* log_manager_got_entities_cb: don't use the currently selected accountGuillaume Desmottes2011-03-241-17/+43
* theme-adium: keep count of the pages loading instead of using a booleanGuillaume Desmottes2011-03-241-4/+9
* Clarify the wording to indicate it's all about accountsSjoerd Simons2011-03-241-3/+8
* chat_window_new_message_cb: check that we found the chatroomGuillaume Desmottes2011-03-241-1/+1
* tp_chat_got_renamed_contacts_cb: use tp_clear_object() to unref priv->userGuillaume Desmottes2011-03-241-1/+1
* Update tools from telepathy-glibEmilio Pozuelo Monfort2011-03-2425-526/+1623
* [l10n] Updated Italian translationMilo Casagrande2011-03-241-834/+834
* Minimize the scope in which we use TpyCallChannelSjoerd Simons2011-03-231-6/+7
* Fix indentationSjoerd Simons2011-03-231-7/+6
* Prepare the video input pipeline when there is an initial contentSjoerd Simons2011-03-231-5/+17
* Wait for the channel to be ready before handling itSjoerd Simons2011-03-231-8/+43
* Use a new id for accepting without videoSjoerd Simons2011-03-231-1/+1
* Also add Answer with video to the notification dialogsSjoerd Simons2011-03-233-1/+37
* Add Answer with video to the default dialogsSjoerd Simons2011-03-231-9/+29
* Follow the sending state of the channel to determine whether we should send v...Sjoerd Simons2011-03-231-8/+14
* Update yell snapshotSjoerd Simons2011-03-231-0/+0
* Really remove user from the blocked list when readding themDanielle Madeley2011-03-231-0/+14
* Cope with gtk_icon_theme_lookup_icon returning NULLSjoerd Simons2011-03-231-0/+3
* Give the FilterResultData a reference to accountSjoerd Simons2011-03-231-1/+1
* Fix use of uninitialized variableEmilio Pozuelo Monfort2011-03-231-2/+2
* Don't try to block personas that don't support blockingEmilio Pozuelo Monfort2011-03-221-4/+11
* Set the extra-certificate-identities in EmpathyAccountsDialogStef Walter2011-03-221-0/+11
* Only add the 'extra-certificate-identities' parameter if gabble supports it.Stef Walter2011-03-223-3/+18
* Create GTalk accounts with extra-certificate-identities = 'talk.google.com'Stef Walter2011-03-221-0/+7
* Support building with libgcr 3.0Stef Walter2011-03-223-4/+3
* Use ServerTLSConnection.ReferenceIdentities to check cert identity.Stef Walter2011-03-224-8/+90
* Merge branch 'stable-block-645504-2.34' into gnome-2-34Guillaume Desmottes2011-03-225-181/+7
|\
| * stop generating API for ContactBlockingGuillaume Desmottes2011-03-223-174/+0
| * Use stable API for ContactBlocking (#645504)Guillaume Desmottes2011-03-221-6/+6
| * depends on telepathy-glib 0.14.1Guillaume Desmottes2011-03-221-1/+1
* | Updated Italian translationMilo Casagrande2011-03-221-711/+971
* | accounts_dialog_add_account: ensure that the selected account is still visibl...Guillaume Desmottes2011-03-221-1/+19
* | accounts_dialog_model_set_selected: use select_and_scroll_to_iterGuillaume Desmottes2011-03-221-1/+1
* | factor out select_and_scroll_to_iter()Guillaume Desmottes2011-03-221-14/+23
* | re-enable /msg and /query commands (#645509)Guillaume Desmottes2011-03-222-24/+38
|/
* Merge remote-tracking branch 'danni/blocking-645487' into gnome-2-34Guillaume Desmottes2011-03-221-0/+8
|\
| * Remove user from the blocked list when readding themDanielle Madeley2011-03-221-0/+8
* | account_chooser_update_iter: don't leak the TpAccountGuillaume Desmottes2011-03-221-0/+2
|/
* Also show an avatar when blocking from a conversationEmilio Pozuelo Monfort2011-03-223-3/+14
* Fix some races in the chatroom joining codeSjoerd Simons2011-03-211-31/+38
* Use the right marshal fileEmilio Pozuelo Monfort2011-03-192-2/+2
* Revert "Set an accelator on contact search"Emilio Pozuelo Monfort2011-03-181-1/+0
* Assistant: put the protocol chooser next to the labelEmilio Pozuelo Monfort2011-03-181-3/+6
* Set an accelator on contact searchGuillaume Desmottes2011-03-181-0/+1
* auth-factory: allow to handle more than one auth channel at the same time (#6...Guillaume Desmottes2011-03-181-12/+38
* auth-factory: use a proper priv pointerGuillaume Desmottes2011-03-182-3/+4
* add empathy_server_sasl_handler_get_channel()Guillaume Desmottes2011-03-182-0/+15
* Reword blocking dialog some moreDanielle Madeley2011-03-181-43/+48
* Display an avatar on the block contact dialogEmilio Pozuelo Monfort2011-03-183-39/+82
* Allow to Observe a ServerAuthentication channel while handling another oneGuillaume Desmottes2011-03-181-1/+2
* common_checks: tell the truth in debug messagesGuillaume Desmottes2011-03-181-7/+9
* common_checks: rename must_be_sasl arg to observeGuillaume Desmottes2011-03-181-2/+7
* Fix reconnect_required, which was broken by port to MxGtkLightSwitchDanielle Madeley2011-03-182-13/+22
* Optionally call a callback on Apply to do additional thingsDanielle Madeley2011-03-182-2/+50
* chat_window_contact_menu_update: unsensitive the menu if there is no submenuGuillaume Desmottes2011-03-171-4/+10
* remove released flagGuillaume Desmottes2011-03-171-1/+1
* server-sasl-handler: remove stored password if they can't be savedGuillaume Desmottes2011-03-171-0/+6
* save the password before trying to connect the new account (#643690)Guillaume Desmottes2011-03-171-0/+16
* Contact Search: close the dialog when adding a contactEmilio Pozuelo Monfort2011-03-171-0/+3
* Don't update Contact menu on a focus-in (#644936)Michael Terry2011-03-171-9/+24
* When the remote side hangs up, clean up the call channelSjoerd Simons2011-03-171-2/+9
* Cope with unexpected call channel invalidationSjoerd Simons2011-03-171-0/+20
* Use modern private structure handlingSjoerd Simons2011-03-172-3/+4
* Correct Call channel refcountingSjoerd Simons2011-03-171-4/+1
* auth-client: implement Debug interface (#645008)Guillaume Desmottes2011-03-171-0/+10
* account-widget-irc: set password-prompt param when needed (#644406)Guillaume Desmottes2011-03-171-0/+58
* prepare 2.33.4EMPATHY_2_33_4Guillaume Desmottes2011-03-162-2/+23
* Log window: grey out accounts without logsEmilio Pozuelo Monfort2011-03-161-0/+11
* Clear logs: grey out accounts without logsEmilio Pozuelo Monfort2011-03-161-0/+45
* ContactSearch: don't leak a GErrorEmilio Pozuelo Monfort2011-03-161-2/+4
* AccountChooser: All -> All accountsEmilio Pozuelo Monfort2011-03-161-1/+1
* Select the same account as in the history windowEmilio Pozuelo Monfort2011-03-161-8/+22
* Change the 'Delete logs' button to a menu entryEmilio Pozuelo Monfort2011-03-162-228/+296
* Add a empathy_account_chooser_has_all_selectedEmilio Pozuelo Monfort2011-03-162-0/+25
* set do-lost property on the gstrtpjitterbuffer elementGuillaume Desmottes2011-03-161-0/+3
* Also turn off Access Unit Delimiters (aud)David Laban2011-03-161-0/+1
* Turn off sliced-threads, some implementations have problems with decoding itSjoerd Simons2011-03-161-0/+1
* call-window: Put the details vbox in a scroll windowGuillaume Desmottes2011-03-161-2/+9
* streamed-media-window: Put the details vbox in a scroll windowGuillaume Desmottes2011-03-161-1/+8
* individual-view: call empathy_individual_manager_remove() also when the respo...Guillaume Desmottes2011-03-161-7/+5
* individual-view: use our own RESPONSE enumGuillaume Desmottes2011-03-161-6/+16
* depends on folks 0.4.0Guillaume Desmottes2011-03-1617-174/+191
* Don't start the Call when the streams startEmilio Pozuelo Monfort2011-03-162-13/+24
* client file channel file should be Call.DRAFTSjoerd Simons2011-03-151-3/+3
* Don't check the style on mx-gtk-light-switch.[ch]Emilio Pozuelo Monfort2011-03-141-2/+1
* Add depend on new GStreamer for gst_element_request_padSjoerd Simons2011-03-141-1/+2
* individual_view_remove_dialog_show: set a mnemonic on the 'Delete and Block' ...Guillaume Desmottes2011-03-141-2/+13
* Reject approval if call was hung up during approvalSjoerd Simons2011-03-141-2/+27
* Remove enabled toggle from account-widgetDanielle Madeley2011-03-141-0/+4
* Add an enabled switch to the account dialog GtkInfoBarDanielle Madeley2011-03-141-0/+63
* Reenable labels in MxGtkLightSwitchDanielle Madeley2011-03-141-9/+6
* Import MxGtkLightSwitch from MxDanielle Madeley2011-03-144-2/+617
* Merge branch 'remove-liveadder' into gnome-2-34Sjoerd Simons2011-03-145-251/+308
|\
| * Only distroy the video output if it existsSjoerd Simons2011-03-141-1/+2
| * Monitor the call state and close the channel when it endsSjoerd Simons2011-03-141-0/+17
| * Lock the hash table contents when using themSjoerd Simons2011-03-141-1/+23
| * Ensure our bin doesn't change state before being in the hash tableSjoerd Simons2011-03-141-2/+10
| * Remove live-adderSjoerd Simons2011-03-122-205/+30
| * Implement request pads for multiple sinksSjoerd Simons2011-03-122-46/+230
* | Add a .client and a .service file for empathy-callEmilio Pozuelo Monfort2011-03-113-2/+31
|/
* Empathy.Auth.client: set DelayApprovers (#644475)Guillaume Desmottes2011-03-111-0/+3
* Update the wording of the other contact blocking dialogDanielle Madeley2011-03-111-3/+4
* Reword 'Remove Contact'Danielle Madeley2011-03-111-3/+3
* Update the wording of the contact blocking dialogDanielle Madeley2011-03-111-15/+56
* Display Upgrade Software errorsEmilio Pozuelo Monfort2011-03-112-0/+136
* Check for TP_ERROR_EMERGENCY_CALLS_NOT_SUPPORTED when a call failsEmilio Pozuelo Monfort2011-03-101-0/+2
* Bump tp-glib requirement for the new errorsEmilio Pozuelo Monfort2011-03-101-1/+1
* Fix a couple of 'may be used uninitialized' warningsEmilio Pozuelo Monfort2011-03-101-2/+2
* media_type is of type FsMediaType, so use that enum to compareSjoerd Simons2011-03-101-2/+2
* remove released flagGuillaume Desmottes2011-03-091-1/+1
* add 2.33.3 release notesEMPATHY_2_33_3Guillaume Desmottes2011-03-091-0/+7
* coding style fixesGuillaume Desmottes2011-03-092-2/+2
* prepare 2.33.3Guillaume Desmottes2011-03-092-2/+19
* Revert "libempathy-gtk: In TLS Dialog allow remembering of any exception."Guillaume Desmottes2011-03-091-6/+15
* remove released flagGuillaume Desmottes2011-03-091-1/+1
* contact-search-dialog: fix compilation warningsGuillaume Desmottes2011-03-091-1/+1
* libempathy-gtk: In TLS Dialog allow remembering of any exception.Stef Walter2011-03-091-15/+6
* Update to telepathy-yell masterGuillaume Desmottes2011-03-091-0/+0
* display a debug message if we can't get the TpContactGuillaume Desmottes2011-03-091-1/+4
* call-observer: display a notification when rejecting a call (#644127)Guillaume Desmottes2011-03-093-8/+92
* call-observer: set the Recover flagGuillaume Desmottes2011-03-091-1/+1