aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* LogWindow: set 'All accounts' by defaultEmilio Pozuelo Monfort2011-05-031-0/+1
|
* Add empathy_account_chooser_set_allEmilio Pozuelo Monfort2011-05-032-0/+25
|
* Merge branch 'gnome-2-34' into empathy-skypeEmilio Pozuelo Monfort2011-05-027-43/+56
|\
| * Bug 646227 — Possible overflow in persona-view:drag_data_getPhilip Withnall2011-05-023-40/+43
| | | | | | | | | | | | | | | | | | | | | | I think it was a fluke that this code worked in the first place, since it was accessing arrays with indices which were out of range, and which wouldn't have corresponded to the correct entries even if they were in range. This should fix the mapping between DND types and DND URIs/atoms in the contact list, individual and persona views. Closes: bgo#646227
| * individual_store_get_individual_status_icon_with_icon_name: look in the ↵Guillaume Desmottes2011-05-021-1/+6
| | | | | | | | cache before creating new pixbuf
| * main_window_flash_foreach: don't leak the pixbuf returned by ↵Guillaume Desmottes2011-05-021-0/+3
| | | | | | | | empathy_pixbuf_from_icon_name
| * set a not empty string when setting ↵Guillaume Desmottes2011-05-022-2/+4
| | | | | | | | | | | | EMPATHY_NOTIFY_MANAGER_CAP_X_CANONICAL_APPEND libnotify now filters out empty string so the hint was not set (#648842).
* | Don't free an uninitialized variableEmilio Pozuelo Monfort2011-05-021-2/+5
| |
* | Show an infobar if there's not enough creditEmilio Pozuelo Monfort2011-04-292-8/+118
| | | | | | | | With a button to buy some if desired.
* | Generate closures for empathy-callEmilio Pozuelo Monfort2011-04-291-1/+1
| |
* | Merge branch 'double-eula-121' into empathy-skypeDanielle Madeley2011-04-293-28/+52
|\ \
| * | Update .gitignoreDanielle Madeley2011-04-291-0/+1
| | |
| * | Don't show the EULA twiceDanielle Madeley2011-04-291-0/+5
| | | | | | | | | | | | | | | | | | Previously the 'changed' signal was being connected multiple times, the more times it was connected, the more EULAs we would get. Disconnect any existing signals before reconnecting it.
| * | Don't tie auth observer lifetime to widget lifetimeDanielle Madeley2011-04-281-28/+46
| | | | | | | | | | | | | | | | | | When logging in, the auth observer needs the password after the widget has been destroyed. So instead the auth observer now lives forever, and the password is supplied in account_widget_skype_additional_apply_async()
* | | Merge branch 'delivery-reports-52' into empathy-skypeDanielle Madeley2011-04-285-28/+204
|\ \ \
| * | | [chat-window] add a spinner to the window tab for when messages are being sentDanielle Madeley2011-04-281-0/+34
| | | |
| * | | [chat] expose this property in EmpathyChatDanielle Madeley2011-04-282-0/+46
| | | |
| * | | [tp-chat] add a counter for the number of pending messagesDanielle Madeley2011-04-282-3/+85
| | | | | | | | | | | | | | | | Requires delivery reports to include delivery-token.
| * | | Use dbus-error from delivery report for better errorsDanielle Madeley2011-04-282-25/+39
| | | |
* | | | Merge branch 'fix-33-properly' into empathy-skypeDanielle Madeley2011-04-282-5/+22
|\ \ \ \ | | |/ / | |/| |
| * | | Only disable other accounts if we're creating an accountDanielle Madeley2011-04-281-4/+8
| | | |
| * | | Set the parent and check the return value correctlyDanielle Madeley2011-04-281-1/+10
| | | | | | | | | | | | | | | | The parent is currently unused, but it's nice to set it correctly anyway.
| * | | Fix logic error introduced in ad4626ebDanielle Madeley2011-04-281-4/+8
| |/ /
* | | Ensure tp-logger was compiled with Call supportDanielle Madeley2011-04-281-0/+15
| | |
* | | tp-logger 0.2.8 is required for Call supportDanielle Madeley2011-04-281-1/+1
|/ /
* | empathy_message_new is gone, use g_object_newEmilio Pozuelo Monfort2011-04-281-15/+12
| |
* | Merge remote-tracking branch 'pochu-public/log-window-619866' into empathy-skypeEmilio Pozuelo Monfort2011-04-2811-1530/+2975
|\ \ | | | | | | | | | | | | | | | Conflicts: libempathy-gtk/empathy-log-window.c libempathy/empathy-message.c
| * | Display date and time in the event treeviewEmilio Pozuelo Monfort2011-04-271-3/+6
| | |
| * | Make the three panes a bit taller by defaultEmilio Pozuelo Monfort2011-04-271-0/+1
| | |
| * | Add a clear icon to the search entryEmilio Pozuelo Monfort2011-04-271-0/+23
| | |
| * | Don't use global variablesEmilio Pozuelo Monfort2011-04-271-12/+13
| | |
| * | Fix buttons to work again with multiselectionEmilio Pozuelo Monfort2011-04-271-35/+48
| | |
| * | Use a define instead of hardcoding a magic numberEmilio Pozuelo Monfort2011-04-271-2/+4
| | |
| * | Use a for instead of a do while to avoid returning earlyEmilio Pozuelo Monfort2011-04-271-5/+4
| | | | | | | | | | | | So we always free the stuff at the end of the function.
| * | Don't leak the account and entityEmilio Pozuelo Monfort2011-04-271-3/+6
| | |
| * | Don't leak pathsEmilio Pozuelo Monfort2011-04-271-0/+1
| | |
| * | Compare against NULLEmilio Pozuelo Monfort2011-04-271-2/+2
| | |
| * | Be neutralEmilio Pozuelo Monfort2011-04-271-1/+1
| | |
| * | Style: use braces consistentlyEmilio Pozuelo Monfort2011-04-271-11/+31
| | |
| * | Return early if the iter isn't a top levelEmilio Pozuelo Monfort2011-04-271-6/+7
| | |
| * | Use a macro for magic numbersEmilio Pozuelo Monfort2011-04-271-1/+4
| | |
| * | Don't leak the account and entityEmilio Pozuelo Monfort2011-04-271-6/+9
| | |
| * | Use tp_clear_pointerEmilio Pozuelo Monfort2011-04-271-2/+1
| | |
| * | LogWindow: group MUC events properlyEmilio Pozuelo Monfort2011-04-271-1/+30
| | |
| * | LogWindow: check the 30min gap with the last messageEmilio Pozuelo Monfort2011-04-271-2/+8
| | |
| * | LogWindow: find the corrent parent for chat eventsEmilio Pozuelo Monfort2011-04-271-1/+6
| | |
| * | LogWindow: Display /me messages properlyEmilio Pozuelo Monfort2011-04-271-4/+14
| | |
| * | make check fixesEmilio Pozuelo Monfort2011-04-273-2/+3
| | |
| * | Remove more dead codeEmilio Pozuelo Monfort2011-04-271-6/+0
| | |
| * | Use a do while instead of a for loop where appropriateEmilio Pozuelo Monfort2011-04-261-2/+2
| | |
| * | Remove dead codeEmilio Pozuelo Monfort2011-04-261-3/+0
| | |
| * | Fix commentEmilio Pozuelo Monfort2011-04-261-3/+2
| | |
| * | Remove stray print statementsEmilio Pozuelo Monfort2011-04-261-6/+4
| | |
| * | Remove dead codeEmilio Pozuelo Monfort2011-04-261-30/+0
| | |
| * | LogWindow: don't add duplicate datesEmilio Pozuelo Monfort2011-04-261-11/+15
| | |
| * | LogWindow: add 'Anyone' to search resultsEmilio Pozuelo Monfort2011-04-261-3/+1
| | |
| * | LogWindow: select 'Anytime' by default when searchingEmilio Pozuelo Monfort2011-04-261-0/+4
| | |
| * | Block the callback when clearing the storeEmilio Pozuelo Monfort2011-04-251-0/+9
| | |
| * | Switch remaining functions to the new styleEmilio Pozuelo Monfort2011-04-251-218/+238
| | |
| * | LogWindow: Add live search supportEmilio Pozuelo Monfort2011-04-251-3/+12
| | |
| * | LogWindow: Show dates properlyEmilio Pozuelo Monfort2011-04-251-8/+46
| | |
| * | LogWindow: Add multiselection to the 'When' paneEmilio Pozuelo Monfort2011-04-251-50/+93
| | |
| * | Stop processing logger calls when unneededEmilio Pozuelo Monfort2011-04-251-8/+36
| | |
| * | Add _tpl_action_chain_clearEmilio Pozuelo Monfort2011-04-252-0/+8
| | |
| * | Populate from 'Anyone' when changing the accountEmilio Pozuelo Monfort2011-04-251-4/+19
| | |
| * | Make 'Anyone' workEmilio Pozuelo Monfort2011-04-251-4/+44
| | |
| * | LogWindow: Add multiselection to the 'Who' paneEmilio Pozuelo Monfort2011-04-251-95/+195
| | |
| * | LogWindow: Add multiselection to the 'What' paneEmilio Pozuelo Monfort2011-04-251-4/+41
| | |
| * | log_window_chats_get_selected -> log_window_get_selectedEmilio Pozuelo Monfort2011-04-221-5/+5
| | |
| * | LogWindow: convert the event view to a treeviewEmilio Pozuelo Monfort2011-04-202-40/+366
| | | | | | | | | | | | Following the design.
| * | Add icons for missed/incoming/outgoing callsEmilio Pozuelo Monfort2011-04-201-0/+4
| | |
| * | Complete rewrite of the history windowEmilio Pozuelo Monfort2011-04-203-1339/+1721
| | | | | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=619866
| * | account_chooser_find_account_foreach: check the col typeEmilio Pozuelo Monfort2011-04-201-1/+8
| | | | | | | | | | | | As non ROW_ACCOUNT rows don't have an account.
| * | AccountChooser: add empathy_account_chooser_get_account_manager()Emilio Pozuelo Monfort2011-04-202-1/+10
| | |
| * | TplActionChain: add _tpl_action_chain_start()Emilio Pozuelo Monfort2011-04-202-1/+20
| | |
| * | Copy TplActionChain from telepathy-loggerEmilio Pozuelo Monfort2011-04-203-0/+218
| | |
| * | Don't ignore call eventsEmilio Pozuelo Monfort2011-04-201-21/+32
| | |
* | | Don't build a shared telepathy-yellEmilio Pozuelo Monfort2011-04-271-0/+3
| | |
* | | Merge remote-tracking branch 'danni/manage-credit-uri' into empathy-skypeEmilio Pozuelo Monfort2011-04-271-22/+26
|\ \ \
| * | | Support Conn.I.Balance.ManageCreditURIDanielle Madeley2011-04-271-22/+26
| | | |
* | | | Merge branch 'detailed-errors' into empathy-skypeDanielle Madeley2011-04-272-8/+114
|\ \ \ \ | |/ / / |/| | |
| * | | Use skype-reason detail to return a Skype-specific error messageDanielle Madeley2011-04-202-8/+115
| | | | | | | | | | | | | | | | Required for Skype certification.
* | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | TODO: - show and hide balance widgets in response to a toggleaction
| * | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds a menu item for each connection that supports Conn.I.Balance, requests the current balance and then tracks further updates to the balance. TODO: - remove the menu item when the account is disconnected - implement the activated signal
| * | | | Add method empathy_format_currency()Danielle Madeley2011-04-152-0/+76
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This method takes a Telepathy Currency_Amount and attempts to format it using currency rules appropriate for that amount. Unfortunately I haven't yet found a good summary of currency rules, so I've mostly been guessing. The currencies structure needs completing and checking.
* | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tp_message_get_received_timestamp() and tpl_event_get_timestamp() both return gint64 while the timestamp is stored as a glong. We need to cast it as varargs won't do it for us and not casting will result in a a sizing mismatch on 32-bit. Ideally we should stop using time_t and always use gint64 with timestamps.
| * | | | | empathy_message_new_from_tp_message: assign priv as soon as the message is ↵Guillaume Desmottes2011-04-211-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | created
| * | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | Also fix the GParamFlags of properties.
| * | | | | 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
| |/ / / |/| | |
* | | | 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 ↵Youness Alaoui2011-04-131-8/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | for StreamedMedia channels If a connection manager puts InitialAudio=TRUE or InitialVideo=TRUE in the fixed properties, empathy thinks the CM doesn't support audio/video.
* | | | 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
| | | |
* | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change the name to empathy_chat_dup_name() to reflect this change. Note to reviewer: I think I've updated all the callers, but this is the commit to check carefully for new leaks :)
| * | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Otherwise two separate channels with the same TargetID (i.e. SMSChannel = False and SMSChannel = True) will not result in two separate chat windows in Empathy. Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=644085
* | | | 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
| | | | | | | | | | | | | | | | One day I'll stop making this mistake in the account dialog.
* | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | I could probably do this properly, forcing the text to continuously reflow to the width of the dialog, but it's easier to just hack it and wait for gtk3 where it's meant to work properly.
* | | | Disable confirmation dialog for nowDanielle Madeley2011-04-081-0/+3
| | | | | | | | | | | | | | | | Not included in the UX spec
* | | | 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
| | | | | | | | | | | | | | | | | | | | Not the official Skype icon because we don't have permission to use it.
* | | | Privacy -> Privacy SettingsEmilio Pozuelo Monfort2011-04-081-1/+1
| | | |
* | | | Make password entry insensitive if remember-password inactiveDanielle Madeley2011-04-081-0/+9
| | | | | | | | | | | | | | | | Make remember-password inactive if password is not saved.
* | | | 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
| | | | | | | | | | | | | | | | It's insensitive for now as Psyke doesn't implement it yet.
* | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This feels a bit awkwardly implemented, for example, if you enter a password but uncheck the toggle, then the password will be removed from the dialog when the account connects (maybe this is the correct behaviour?). No one has really specced out the flow of this, maybe it can be sorted out properly when this code is made more generic.
* | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Also mark the password entry as no longer fake. This allows the user to change their password even though an old password was saved.
* | | | 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
| | | | | | | | | | | | | | | | | | | | This uses the password field in the accounts dialog, which has now been disconnected from the 'password' parameter.
* | | | 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
| | | | | | | | | | | | | | | | | | | | The EULA is read from a file so it can be easily changed by distributors / OEMs.
* | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes problem when creating a new Skype account widget. This patch also ports to the bind_connection_status_property() now present in tp-glib.
* | | | 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
| |_|/ |/| | | | | | | | With links to register/change password
* | | 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
| | | | | | | | | | When adding a "subscription request" event there is no EventManagerApproval associated with the event.
* | empathy_chat_window_present_chat: no need to call show_all on the windowGuillaume Desmottes2011-03-301-1/+0
|/ | | | | | | | empathy_window_present_with_time() called later in this function will do it for us. This has the nice side effect of avoid to display the window before resizing it and do making it look bad (#638951).
* 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
| | | | | | | Since we want to build against our copy of yell. Otherwise if you have yell installed in /usr, it'll be picked from there as we get -I/usr/include/telepathy-1.0 and telepathy-yell is installed as telepathy-yell/telepathy-yell.h in that directory.
* log_manager_got_entities_cb: don't use the currently selected accountGuillaume Desmottes2011-03-241-17/+43
| | | | | | As the tpl_log_manager_get_entities_async() call is async, the selected account may have changed while it's running. So we have to explicitely pass the account which was selected when we started the call (#645586).
* theme-adium: keep count of the pages loading instead of using a booleanGuillaume Desmottes2011-03-241-4/+9
| | | | | | Each time theme_adium_clear() is called, WebKit has to reload the page. If we do multi calls to clear() in a short interval, we used to think the page was loaded while it was the *old* one which was actually loaded. (#645670)
* 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
| | | | | There is a race, if the chatroom manager didn't parse the chatrooms list yet, this was crashing.
* tp_chat_got_renamed_contacts_cb: use tp_clear_object() to unref priv->userGuillaume Desmottes2011-03-241-1/+1
| | | | If priv->user and old are both NULL, we used to crash.
* 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
| | | | | | | We should be able to answer calls with or without video. This patch only implements that for Call type channels, but for clarity have ``Answer with video'' as the only button on SM channels for video calls to be sure it's clear to the user what to expect
* Follow the sending state of the channel to determine whether we should send ↵Sjoerd Simons2011-03-231-8/+14
| | | | video
* Update yell snapshotSjoerd Simons2011-03-231-0/+0
|
* Really remove user from the blocked list when readding themDanielle Madeley2011-03-231-0/+14
| | | | | | | | | Previous commit in 161c9a2381a9c2df45ef8df81e8b680ce41b5c64 would have worked, if not for Folks. And it turns out the CM I tested against already happens to forget the blocked status if you readd a contact, so it looked like it was working. Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=645487
* 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
| | | | | | | This partially reverts the regression introduce in c5220a248d7626129eadce95a606eb4157aafe71, but gives a more explicit reference to the data structure which will hopefully make the code more clear
* 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
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=645488
* Set the extra-certificate-identities in EmpathyAccountsDialogStef Walter2011-03-221-0/+11
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=645133
* 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
| | | | | | | When creating google talk accounts, allow 'talk.google.com' as an extra identity for server certificate validation. https://bugzilla.gnome.org/show_bug.cgi?id=645133
* Support building with libgcr 3.0Stef Walter2011-03-223-4/+3
|
* Use ServerTLSConnection.ReferenceIdentities to check cert identity.Stef Walter2011-03-224-8/+90
| | | | | | | | The certificate identity can be checked against more than just one piece of information. Load and use all the reference identities to check the identity of the certificate. https://bugzilla.gnome.org/show_bug.cgi?id=645119
* 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
| | | | | | | | We need it for ContactBlocking API.
* | Updated Italian translationMilo Casagrande2011-03-221-711/+971
| |
* | accounts_dialog_add_account: ensure that the selected account is still ↵Guillaume Desmottes2011-03-221-1/+19
| | | | | | | | visible in the treeview
* | accounts_dialog_model_set_selected: use select_and_scroll_to_iterGuillaume Desmottes2011-03-221-1/+1
| | | | | | | | That way we also scroll to the selected account (#643860).
* | 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
|/ | | | This is a manual backport from master.
* 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
| | | | | | | | Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=645487
* | 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
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=645069
* Fix some races in the chatroom joining codeSjoerd Simons2011-03-211-31/+38
| | | | | | | | | | | | | | | | The auto-reconnection logic for chatrooms was a bit odd. It would for every chatroom that existed when the account manager was prepared connect once to status-changed for each account for each chatroom... Change this such that whenever an account connects, we simply get the then current list of chatrooms and auto-connect those as needed. This fixes issues when a chatroom gets removed from the manager and when the auto-connect options on a chatrooms change. Conflicts: src/empathy.c
* 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
| | | | This reverts commit 5f6fc105b14d1cb84745e2f60991a9010d10914b.
* 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
| | | | | | This is kinda based on Will's 87fe6f3680d91edc933bc767cae6e500b8bac011 patch changing the accelator but 2.34 doesn't have the menu entry, and so the accelator, for live search so I just picked this part from it.
* auth-factory: allow to handle more than one auth channel at the same time ↵Guillaume Desmottes2011-03-181-12/+38
| | | | (#645112)
* 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
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=645069
* Allow to Observe a ServerAuthentication channel while handling another oneGuillaume Desmottes2011-03-181-1/+2
| | | | There is no reason to refuse to Observe it. (#645108)