aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'double-eula-121' into empathy-skypeDanielle Madeley2011-04-291-28/+46
|\
| * 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-282-21/+77
|\ \ | |/ |/|
| * [chat] expose this property in EmpathyChatDanielle Madeley2011-04-282-0/+46
| |
| * Use dbus-error from delivery report for better errorsDanielle Madeley2011-04-281-21/+31
| |
* | 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
|/
* Merge remote-tracking branch 'pochu-public/log-window-619866' into empathy-skypeEmilio Pozuelo Monfort2011-04-286-1517/+2699
|\ | | | | | | | | | | 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-271-1/+1
| |
| * 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
| |
| * 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
| |
* | 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-217-45/+37
| |
* | use tp_text_channel_send_message_async()Guillaume Desmottes2011-04-211-7/+34
| |
* | chat_send_error_cb: don't display the message if it's NULLGuillaume Desmottes2011-04-211-3/+8
| |
* | 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
| | |
* | | Merge remote-tracking branch 'danni-public/sms-support' into empathy-skypeEmilio Pozuelo Monfort2011-04-085-8/+129
|\| |
| * | 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-082-5/+5
| | | | | | | | | | | | | | | | | | | | | 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-channel property to empathy-chatDanielle Madeley2011-04-082-2/+45
| | |
| * | Add SMS entry to empathy-individual-menuDanielle Madeley2011-04-083-1/+70
| |/
* | 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-082-1/+75
| |
* | 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
| |
* | 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 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 Canonical Support link to http://canonical.com/support?app=empathyDanielle Madeley2011-04-081-1/+1
| |
* | Move show EULA function to empathy-account-widget-skypeDanielle Madeley2011-04-084-76/+79
| |
* | Look for a localized EULA firstEmilio Pozuelo Monfort2011-04-081-3/+24
| |
* | Show an EULA when creating an Skype accountEmilio Pozuelo Monfort2011-04-082-0/+55
| | | | | | | | | | 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 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-082-30/+220
| |
* | 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 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
|/
* Calendar widget should be disabled if no contact selected (#645582)Guillaume Desmottes2011-03-242-0/+10
|
* 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
|
* 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
* Support building with libgcr 3.0Stef Walter2011-03-222-2/+2
|
* re-enable /msg and /query commands (#645509)Guillaume Desmottes2011-03-221-24/+38
| | | | This is a manual backport from master.
* 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
* Use the right marshal fileEmilio Pozuelo Monfort2011-03-191-2/+2
|
* 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
* Fix reconnect_required, which was broken by port to MxGtkLightSwitchDanielle Madeley2011-03-181-13/+17
|
* Optionally call a callback on Apply to do additional thingsDanielle Madeley2011-03-182-2/+50
|
* Contact Search: close the dialog when adding a contactEmilio Pozuelo Monfort2011-03-171-0/+3
|
* account-widget-irc: set password-prompt param when needed (#644406)Guillaume Desmottes2011-03-171-0/+58
|
* 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
| | | | | And make the confirmation dialog let you select one specific account, or 'All of them'.
* Add a empathy_account_chooser_has_all_selectedEmilio Pozuelo Monfort2011-03-162-0/+25
| | | | So we can know if 'All' is selected in the accounts chooser.
* individual-view: call empathy_individual_manager_remove() also when the ↵Guillaume Desmottes2011-03-161-7/+5
| | | | | | | response is GTK_RESPONSE_YES Also, don't remove the contact if the operation has been cancelled in empathy_block_individual_dialog_show().
* individual-view: use our own RESPONSE enumGuillaume Desmottes2011-03-161-6/+16
| | | | This code was too confusing when using GTK_RESPONSE_*
* depends on folks 0.4.0Guillaume Desmottes2011-03-1612-146/+162
| | | | This is based on Travis's commits from master.
* Don't check the style on mx-gtk-light-switch.[ch]Emilio Pozuelo Monfort2011-03-141-2/+1
| | | | Since they are imported code.
* individual_view_remove_dialog_show: set a mnemonic on the 'Delete and Block' ↵Guillaume Desmottes2011-03-141-2/+13
| | | | button
* Remove enabled toggle from account-widgetDanielle Madeley2011-03-141-0/+4
|
* Reenable labels in MxGtkLightSwitchDanielle Madeley2011-03-141-9/+6
|
* Import MxGtkLightSwitch from MxDanielle Madeley2011-03-143-2/+616
| | | | Available under the terms of the LGPL 2.1.
* Update the wording of the other contact blocking dialogDanielle Madeley2011-03-111-3/+4
|
* Reword 'Remove Contact'Danielle Madeley2011-03-111-3/+3
| | | | This comes from usability feedback from Canonical
* Update the wording of the contact blocking dialogDanielle Madeley2011-03-111-15/+56
| | | | Include the list of personas which will not be blocked.
* Check for TP_ERROR_EMERGENCY_CALLS_NOT_SUPPORTED when a call failsEmilio Pozuelo Monfort2011-03-101-0/+2
|
* Fix a couple of 'may be used uninitialized' warningsEmilio Pozuelo Monfort2011-03-101-2/+2
|
* coding style fixesGuillaume Desmottes2011-03-091-1/+1
|
* Revert "libempathy-gtk: In TLS Dialog allow remembering of any exception."Guillaume Desmottes2011-03-091-6/+15
| | | | | | | This reverts commit d6dccee01a1554244d31d7bdc79f23212a7a3f4f. The certificate management refactoring have not been backported to 2.34 so we can't backport this fix either.
* 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
| | | | | | | | Previously we couldn't do this because we had nowhere to store these exceptions. But now this is possible because we're storing them as trust assertions. https://bugzilla.gnome.org/show_bug.cgi?id=639417
* Show a profile info button in contact search resultsEmilio Pozuelo Monfort2011-03-071-0/+55
|
* Use the special "" search field if the CM supports itEmilio Pozuelo Monfort2011-03-071-1/+5
|
* Warn the user if she has insufficient disk space to receive a fileDanielle Madeley2011-03-071-3/+58
| | | | Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=644062
* Emit RESPONSE_APPLY on row-activatedDanielle Madeley2011-03-031-0/+12
|
* Contact Search Dialog: Search when enter is pressedDanielle Madeley2011-03-031-1/+3
|
* Fix compiler warningDanielle Madeley2011-03-031-0/+1
|
* Change 'Add' to 'Add Contact'Danielle Madeley2011-03-031-1/+3
|
* Tweak ContactSearchDialog paddingDanielle Madeley2011-03-031-13/+17
|
* Only show the "Remember password" tickybox if we can do thatDanielle Madeley2011-03-031-1/+4
|
* Return meaningful errors when starting a call failsEmilio Pozuelo Monfort2011-02-281-1/+22
|
* Add a button to delete logsEmilio Pozuelo Monfort2011-02-242-11/+96
|
* Indentation fixEmilio Pozuelo Monfort2011-02-241-21/+21
|
* Log window: free the entities together with the listEmilio Pozuelo Monfort2011-02-241-3/+1
|
* Log window: don't leak the accountEmilio Pozuelo Monfort2011-02-241-1/+1
|
* Unref the entity when we're doneEmilio Pozuelo Monfort2011-02-241-0/+2
|
* Port empathy to Telepathy logger 0.2.0Nicolas Dufresne2011-02-243-125/+120
|
* tls-dialog: destroy the dialog if the certificate is invalidated (#643186)Guillaume Desmottes2011-02-241-0/+13
| | | | There is no point to keep it around.
* empathy_call_new_with_streams: prefer StreamedMedia over CallEmilio Pozuelo Monfort2011-02-241-13/+13
|
* Always build telepathy-yell and handle Call channelsEmilio Pozuelo Monfort2011-02-242-31/+2
| | | | Just keep empathy-call optional.
* Show an error dialog if starting a call failsEmilio Pozuelo Monfort2011-02-241-1/+25
|
* Don't require EmpathyContacts to start a callEmilio Pozuelo Monfort2011-02-245-62/+26
|
* Move empathy_call_* util functions to libempathy-gtkEmilio Pozuelo Monfort2011-02-246-0/+220
| | | | Since we want to pop up a dialog when starting a call fails.
* NewCallDialog: support CallsEmilio Pozuelo Monfort2011-02-232-36/+43
|
* Move farsight-using sources to srcEmilio Pozuelo Monfort2011-02-219-1768/+2
| | | | And only build them for empathy-av, since they use farsight.
* empathy_theme_manager_dup_singleton: act as a proper dup singleton functionGuillaume Desmottes2011-02-181-2/+5
|
* Bug 637151 — Hide the user Individual from the contact listPhilip Withnall2011-02-187-22/+35
| | | | | | | | | | Generalise the mechanism used to determine whether a persona is to be displayed by Empathy to also take into account whether the persona is the user and, if so, whether they're in the contact list. This bumps the libfolks dependency to 0.3.5. Closes: bgo#637151
* rename empathy_theme_manager_get() to empathy_theme_manager_dup_singleton()Guillaume Desmottes2011-02-174-5/+11
| | | | We also don't leak it any more.
* folks favorite API has changedGuillaume Desmottes2011-02-171-2/+2
|
* Always display favorite contacts (#592595)Guillaume Desmottes2011-02-171-1/+4
|
* only try reconnecting accounts if needed (#642358)Guillaume Desmottes2011-02-161-3/+14
|
* Reset network list buttonChandni Verma2011-02-151-0/+33
| | | | Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=642264
* Merge branch 'report-abuse' into gnome-2-34Danielle Madeley2011-02-155-14/+21
|\
| * Use tp_g_signal_connect_object for Tp proxies that outlive the CB dialogDanielle Madeley2011-02-151-4/+6
| |
| * Only destroy block confirmation dialogs after we've read out the abusive stateDanielle Madeley2011-02-142-3/+3
| |
| * Hook up abusive argument into TpContactList backendDanielle Madeley2011-02-143-7/+12
| |
* | password-dialog: activate the dialog when the entry is activated (#642296)Guillaume Desmottes2011-02-141-0/+9
| |
* | irc-network-chooser: recreate the default IRC network if needed (#641861)Guillaume Desmottes2011-02-141-1/+18
|/
* Merge branch 'contact-blocking-3' into gnome-2-34Danielle Madeley2011-02-1113-26/+1377
|\
| * Style fixes from reviewDanielle Madeley2011-02-112-2/+5
| |
| * Add confirmation dialog to RemoveDanielle Madeley2011-02-113-3/+109
| | | | | | | | | | Also includes the future Report Abusive check box, so that all the strings are in place now.
| * Add block confirmation to the authorise publication dialogDanielle Madeley2011-02-111-5/+17
| |
| * Add UI to blocking confirmation dialog for future "report as abusive" functionDanielle Madeley2011-02-111-3/+30
| |
| * Factor out common blocking confirmation dialogDanielle Madeley2011-02-113-26/+53
| |
| * contact-blocking-dialog: report errors to the userDanielle Madeley2011-02-101-3/+52
| |
| * Add Block button to the subscription authorization dialogDanielle Madeley2011-02-102-14/+61
| |
| * Add a confirmation dialog when you block a contact from the Contact menuDanielle Madeley2011-02-101-1/+42
| |
| * Add 'Delete and Block' as an option to the Remove Contact dialogDanielle Madeley2011-02-091-12/+26
| |
| * Add 'Block Contact' to empathy-contact-menuDanielle Madeley2011-02-093-2/+75
| |
| * Handle the case where there are no accounts with deny channelsDanielle Madeley2011-02-081-26/+62
| |
| * Don't need to prepare accounts separatelyDanielle Madeley2011-02-081-30/+11
| |
| * Provide autocompletion of known contacts in the entry boxDanielle Madeley2011-02-071-5/+47
| |
| * Add and remove contacts from deny listDanielle Madeley2011-02-062-12/+183
| |
| * Beginning of contact blocking dialogDanielle Madeley2011-02-044-0/+722
| | | | | | | | | | | | | | Can currently select an account and view the contact blocking 'deny' list. List reponds to changes in the group membership. Add/Remove buttons do not yet do anything.
* | string-parser: properly handle if g_regex_new() failsGuillaume Desmottes2011-02-101-1/+13
| |
* | Move a couple of call-related functions to empathy-utils.hEmilio Pozuelo Monfort2011-02-102-10/+8
| | | | | | | | | | Since the rest of the call stuff will only be compiled for empathy-av so we don't link every binary against farsight.
* | EmpathyCallFactory -> EmpathyStreamedMediaFactoryEmilio Pozuelo Monfort2011-02-105-9/+6
|/
* individual-view: properly unref the tooltip_widget when disposing (#641157)Guillaume Desmottes2011-02-031-6/+2
|
* contact_list_view_popup_menu_idle_cb: remove useless sink/unrefGuillaume Desmottes2011-02-031-2/+0
|
* individual-menu: ensure that the contact stays alive while the activate ↵Guillaume Desmottes2011-02-031-2/+4
| | | | signal is connected (#641119)
* individual_view_popup_menu_idle_cb: remove useless sink/unrefGuillaume Desmottes2011-02-031-2/+0
| | | | gtk_menu_attach_to_widget() takes the floating ref so this code is useless.
* coding style fixEMPATHY_2_33_1Guillaume Desmottes2011-02-021-4/+4
|
* Pressing F2 opens the Edit Contact Information window for #586257Kushal Das2011-02-021-1/+22
|
* Adjust for FolksHasPresence -> FolksPresenceOwnerTravis Reitter2011-02-025-17/+31
| | | | Fixes bgo#637847.
* Adjust for FolksHasAvatar -> FolksAvatarOwnerTravis Reitter2011-02-021-1/+2
| | | | Helps bgo#637847.
* Bug 637097 — Port to latest folks API changesPhilip Withnall2011-02-026-18/+21
| | | | | Catch up with three interface renamings which have happened in folks master. This bumps Empathy's folks dependency to 0.3.3. Closes: bgo#637097
* Stop using removed Individual convenience methods from folksPhilip Withnall2011-02-024-19/+19
| | | | | | | They were removed from folks with commit def47dffa31a95ec6bd333f43c69822416098283. This doesn't require a dependency bump, since they're being replaced with calls to methods which exist in folks 0.3.1. See: bgo#629078. Closes: bgo#634754
* Port Empathy to use FolksAliasable and FolksGroupablePhilip Withnall2011-02-026-46/+48
| | | | | FolksAliasable is the new name for FolksAlias, and FolksGroupable is the new name for FolksGroups.
* account-widget-yahoo: remove server field (#634853)Guillaume Desmottes2011-01-312-33/+4
|
* EmpathyChat::new-message: tell if the message is a pending one or notGuillaume Desmottes2011-01-281-6/+10
|
* Disable meaningless popup menu items in the contact menu (#573283).Vitaly Minko2011-01-281-3/+13
|
* Add Contact Search supportEmilio Pozuelo Monfort2011-01-283-0/+631
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=606947
* Make AccountChooser filters asynchronous to let them handle newly connected ↵Vitaly Minko2011-01-288-75/+254
| | | | accounts properly (#633481).
* password-dialog: add missing includeJonny Lamb2011-01-261-0/+2
| | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
* password-dialog: make OK insensitive unless there's a password setJonny Lamb2011-01-261-5/+12
| | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
* password-dialog: destroy the dialog if the handler is invalidatedJonny Lamb2011-01-261-0/+11
| | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
* account-widget: add Remember Password widgets for all the other protocolsJonny Lamb2011-01-267-24/+281
| | | | | | ...and link these widgets up nicely. Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
* account-widget: only show Remember Password ticky box if the CM supports SASLJonny Lamb2011-01-261-1/+7
| | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
* account-settings: don't block notify::ready on getting a passwordJonny Lamb2011-01-261-0/+36
| | | | | | | | The account widget acts a little more synchronously, so we can't wait for the keyring to give us the password. We can signal later about it though. Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
* account-widget: handle the remember password widget with the simple widgetJonny Lamb2011-01-262-13/+57
| | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
* password-dialog: re-enable showing the Remember password check buttonJonny Lamb2011-01-261-7/+0
| | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
* account-widget: hook up the remember password toggle buttonJonny Lamb2011-01-261-0/+38
| | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
* password-dialog: stop using GET_PRIVJonny Lamb2011-01-261-9/+7
| | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
* password-dialog: small style change to please make checkJonny Lamb2011-01-261-2/+2
| | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
* password-dialog: center the dialogJonny Lamb2011-01-261-0/+2
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* password-dialog: don't display "Remember password" for nowJonny Lamb2011-01-261-0/+7
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* auth-client: move the password dialog into a new fileJonny Lamb2011-01-263-0/+386
| | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
* properly manage the reference of the pixbuf returned by ↵Guillaume Desmottes2010-11-252-2/+6
| | | | empathy_pixbuf_avatar_from_individual_scaled_finish
* empathy_individual_view_get_group_menu: don't leak the groupGuillaume Desmottes2010-11-251-0/+1
|
* log_window_get_messages_for_date: don't leak chat_id and accountGuillaume Desmottes2010-11-251-0/+3
|
* smiley-manager: clean up memory management of the pathGuillaume Desmottes2010-11-241-4/+5
|