Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a dialpad to the New conversation and New call dialogs | Emilio Pozuelo Monfort | 2011-06-30 | 2 | -4/+110 |
| | | | | | | | Since one can start a call or send an SMS to a phone number. Also change 'Contact ID:' to 'To:' to reflect that not only contact ids are accepted. | ||||
* | Autocomplete contacts when blocking by alias | Emilio Pozuelo Monfort | 2011-06-30 | 1 | -2/+81 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=653650 | ||||
* | LogWindow: keep the selected dates when changing Who or What | Emilio Pozuelo Monfort | 2011-06-29 | 1 | -5/+78 |
| | | | | | | | | | | If the same dates are present for the new selection. https://bugzilla.gnome.org/show_bug.cgi?id=653635 Conflicts: libempathy-gtk/empathy-log-window.c | ||||
* | Hide the password entry for Skype accounts in the assistant | Emilio Pozuelo Monfort | 2011-06-17 | 2 | -2/+13 |
| | | | | | | | | | | As it wasn't working and it's quite complex to make it work. Empathy will ask for the password in an infobar when the user creates it, which was already happening anyway. Conflicts: libempathy-gtk/empathy-account-widget-skype.c | ||||
* | Don't unref NULL pointers | Emilio Pozuelo Monfort | 2011-06-10 | 1 | -1/+1 |
| | | | | | | log_window_got_messages_for_date_cb() can return NULL for unknown event types, so don't unref the result in those cases. | ||||
* | Merge branch 'search-columns-193' into empathy-skype | Danielle Madeley | 2011-06-03 | 1 | -8/+15 |
|\ | |||||
| * | Use some markup to make the logs more readable | Danielle Madeley | 2011-05-27 | 1 | -5/+7 |
| | | | | | | | | | | Emotes are in italics. Sender's names are in bold. Mark emotes for translation since we've done that for messages. | ||||
| * | Don't allow interactive searching on the log pane | Danielle Madeley | 2011-05-27 | 1 | -0/+2 |
| | | |||||
| * | Remove unrequired COL_WHAT_EXPANDER | Danielle Madeley | 2011-05-27 | 1 | -3/+1 |
| | | |||||
| * | [log-viewer] set search columns | Danielle Madeley | 2011-05-27 | 1 | -0/+5 |
| | | |||||
* | | Remove AllowVideoFrom setting | Emilio Pozuelo Monfort | 2011-06-01 | 2 | -48/+9 |
|/ | |||||
* | Merge branch 'message-editing-48-more' into empathy-skype | Danielle Madeley | 2011-05-27 | 6 | -14/+192 |
|\ | |||||
| * | Reset the chat state after receiving an edited message | Danielle Madeley | 2011-05-26 | 1 | -12/+9 |
| | | |||||
| * | Replace tpl_text_event_dup_supersedes() with synthetic message | Danielle Madeley | 2011-05-26 | 1 | -18/+24 |
| | | | | | | | | | | This allows us to handle the case where we get b-supersedes-a, but we've lost the original message a. | ||||
| * | Set the edited icon for edited messages in the log viewer | Danielle Madeley | 2011-05-25 | 1 | -0/+7 |
| | | |||||
| * | Get the original message from the logger so we can supersede it | Danielle Madeley | 2011-05-25 | 1 | -1/+22 |
| | | | | | | | | | | | | | | Strictly, we don't need to do this, we could just use the supersedes-token as the message-token and we'd still be able to edit the messages in the future, but this way we get the nice pretty annotation saying that we edited it and when. | ||||
| * | Add an icon to edited messages | Danielle Madeley | 2011-05-25 | 2 | -0/+30 |
| | | | | | | | | | | | | | | Currently this is using "format-text-direction-ltr" which is a crappy choice. We should ask for a better icon. Also, this should really be implemented as a class, so that the icon can change with the theme. Or be made part of the Adium theme, or something. Basically this is kludgey. | ||||
| * | Add a tooltip saying when the message was edited | Danielle Madeley | 2011-05-25 | 1 | -0/+14 |
| | | |||||
| * | [theme-adium] implement edit_message() | Danielle Madeley | 2011-05-25 | 1 | -1/+63 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | This is done via DOM manipulation, we find the id for the <span> tag we wrapped the message in in the previous commit. We then replace the innerHTML with the new message. This requires a version of WebKitGtk 1.3.x, but I'm not precisely sure what. I used WebKitGtk 1.4.0, but natty only has 1.3.13, so we'll try setting that as the dep. Need to somehow mark a message as edited. Could set a class on it, but that requires support in the theme. Need inspiration here. | ||||
| * | [theme-adium] wrap the messages in <span id=...> so we can find them again | Danielle Madeley | 2011-05-25 | 1 | -4/+16 |
| | | | | | | | | This will enable our DOM manipulation | ||||
| * | Pass edited messages through to the ChatView | Danielle Madeley | 2011-05-20 | 1 | -12/+25 |
| | | |||||
| * | Add edit_message() method to ChatView iface | Danielle Madeley | 2011-05-20 | 2 | -0/+16 |
| | | |||||
* | | Set a parent for the error dialog | Emilio Pozuelo Monfort | 2011-05-26 | 1 | -5/+7 |
| | | |||||
* | | NewMessageDialog: show an error if starting the channel fails | Emilio Pozuelo Monfort | 2011-05-26 | 1 | -2/+77 |
| | | |||||
* | | empathy_dispatcher_chat_with_contact_id(): add optional cb | Emilio Pozuelo Monfort | 2011-05-26 | 3 | -5/+10 |
| | | |||||
* | | Merge branch 'sms-topup-154-2' into empathy-skype | Emilio Pozuelo Monfort | 2011-05-20 | 4 | -1/+90 |
|\ \ | |||||
| * | | EmpathyChat: add a 'Top up' link when there's not enough credit | Emilio Pozuelo Monfort | 2011-05-18 | 1 | -1/+59 |
| | | | | | | | | | | | | | | | This is only added for Adium themes since ChatTextView ones don't support markup. | ||||
| * | | EmpathyThemeAdium: implement append_event_markup | Emilio Pozuelo Monfort | 2011-05-18 | 1 | -0/+9 |
| | | | |||||
| * | | Add empathy_chat_view_append_event_markup | Emilio Pozuelo Monfort | 2011-05-18 | 2 | -0/+22 |
| | | | |||||
* | | | log_window_chats_set_selected: only act on normal rows | Emilio Pozuelo Monfort | 2011-05-18 | 1 | -0/+5 |
| |/ |/| | |||||
* | | Update our local fields having Overwritten_By_Nickname when updating our ↵ | Guillaume Desmottes | 2011-05-18 | 1 | -0/+43 |
| | | | | | | | | nickname (#644298) | ||||
* | | Import get_spec_from_list() from master | Danielle Madeley | 2011-05-18 | 1 | -0/+17 |
| | | |||||
* | | don't update Alias.Nickname if not needed | Guillaume Desmottes | 2011-05-16 | 1 | -2/+9 |
| | | |||||
* | | inline set_alias_on_account() | Guillaume Desmottes | 2011-05-16 | 1 | -10/+3 |
|/ | |||||
* | Only follow available cameras if the contact can do Video calls | Emilio Pozuelo Monfort | 2011-05-13 | 1 | -4/+9 |
| | |||||
* | Merge branch 'dialpad-163' into empathy-skype | Danielle Madeley | 2011-05-13 | 2 | -0/+78 |
|\ | |||||
| * | Add letters underneath the numbers on the dialpad | Danielle Madeley | 2011-05-13 | 1 | -13/+39 |
| | | |||||
| * | Factor out dialpad into a utility function | Danielle Madeley | 2011-05-13 | 2 | -0/+52 |
| | | | | | | | | | | | | | | The dialpad is shared between empathy-call and empathy-av. Really it would be nice to make the dialpad its own little widget that emits signals with DTMF event ids, but I've got things to get done. | ||||
* | | LogWindow: disable Video calls if no camera connected | Emilio Pozuelo Monfort | 2011-05-13 | 1 | -1/+18 |
| | | |||||
* | | Bind 'Video call' menu items to available cameras | Emilio Pozuelo Monfort | 2011-05-13 | 1 | -0/+7 |
| | | |||||
* | | NewCallDialog: make 'Enable video' unsensitive when there's no camera | Emilio Pozuelo Monfort | 2011-05-13 | 1 | -0/+19 |
|/ | |||||
* | Merge remote-tracking branch 'public-upstream/gnome-2-34' into empathy-skype | Emilio Pozuelo Monfort | 2011-05-11 | 5 | -5/+7 |
|\ | | | | | | | | | Conflicts: libempathy/empathy-contact.c | ||||
| * | Include gi18n-lib.h in library sources, not gi18n.h. | Gabor Kelemen | 2011-05-05 | 5 | -5/+7 |
| | | | | | | | | Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=649379 | ||||
* | | LogWindow: Don't cut the log messages | Emilio Pozuelo Monfort | 2011-05-10 | 1 | -1/+0 |
| | | |||||
* | | LogWindow: better logic for the buttons sensitivity | Emilio Pozuelo Monfort | 2011-05-10 | 1 | -12/+55 |
| | | |||||
* | | Always call additional_apply_async() so that the password is fed to the observer | Danielle Madeley | 2011-05-05 | 1 | -7/+15 |
| | | |||||
* | | LogWindow: don't crash if closed while retrieving logs | Emilio Pozuelo Monfort | 2011-05-03 | 1 | -1/+4 |
| | | |||||
* | | Show an spinner while logs are being retrieved | Emilio Pozuelo Monfort | 2011-05-03 | 2 | -4/+103 |
| | | |||||
* | | LogWindow: scroll the events view to the end | Emilio Pozuelo Monfort | 2011-05-03 | 1 | -0/+17 |
| | | | | | | | | Where newest messages are. | ||||
* | | LogWindow: select the first normal date by default | Emilio Pozuelo Monfort | 2011-05-03 | 1 | -2/+3 |
| | | |||||
* | | LogWindow: set 'All accounts' by default | Emilio Pozuelo Monfort | 2011-05-03 | 1 | -0/+1 |
| | | |||||
* | | Add empathy_account_chooser_set_all | Emilio Pozuelo Monfort | 2011-05-03 | 2 | -0/+25 |
| | | |||||
* | | Merge branch 'gnome-2-34' into empathy-skype | Emilio Pozuelo Monfort | 2011-05-02 | 4 | -41/+49 |
|\| | |||||
| * | Bug 646227 — Possible overflow in persona-view:drag_data_get | Philip Withnall | 2011-05-02 | 3 | -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 Desmottes | 2011-05-02 | 1 | -1/+6 |
| | | | | | | | | cache before creating new pixbuf | ||||
* | | Don't free an uninitialized variable | Emilio Pozuelo Monfort | 2011-05-02 | 1 | -2/+5 |
| | | |||||
* | | Merge branch 'double-eula-121' into empathy-skype | Danielle Madeley | 2011-04-29 | 1 | -28/+46 |
|\ \ | |||||
| * | | Don't tie auth observer lifetime to widget lifetime | Danielle Madeley | 2011-04-28 | 1 | -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-skype | Danielle Madeley | 2011-04-28 | 2 | -21/+77 |
|\ \ \ | |/ / |/| | | |||||
| * | | [chat] expose this property in EmpathyChat | Danielle Madeley | 2011-04-28 | 2 | -0/+46 |
| | | | |||||
| * | | Use dbus-error from delivery report for better errors | Danielle Madeley | 2011-04-28 | 1 | -21/+31 |
| | | | |||||
* | | | Only disable other accounts if we're creating an account | Danielle Madeley | 2011-04-28 | 1 | -4/+8 |
| | | | |||||
* | | | Set the parent and check the return value correctly | Danielle Madeley | 2011-04-28 | 1 | -1/+10 |
| | | | | | | | | | | | | The parent is currently unused, but it's nice to set it correctly anyway. | ||||
* | | | Fix logic error introduced in ad4626eb | Danielle Madeley | 2011-04-28 | 1 | -4/+8 |
|/ / | |||||
* | | Merge remote-tracking branch 'pochu-public/log-window-619866' into empathy-skype | Emilio Pozuelo Monfort | 2011-04-28 | 6 | -1517/+2699 |
|\ \ | | | | | | | | | | | | | | | | Conflicts: libempathy-gtk/empathy-log-window.c libempathy/empathy-message.c | ||||
| * | | Display date and time in the event treeview | Emilio Pozuelo Monfort | 2011-04-27 | 1 | -3/+6 |
| | | | |||||
| * | | Make the three panes a bit taller by default | Emilio Pozuelo Monfort | 2011-04-27 | 1 | -0/+1 |
| | | | |||||
| * | | Add a clear icon to the search entry | Emilio Pozuelo Monfort | 2011-04-27 | 1 | -0/+23 |
| | | | |||||
| * | | Don't use global variables | Emilio Pozuelo Monfort | 2011-04-27 | 1 | -12/+13 |
| | | | |||||
| * | | Fix buttons to work again with multiselection | Emilio Pozuelo Monfort | 2011-04-27 | 1 | -35/+48 |
| | | | |||||
| * | | Use a define instead of hardcoding a magic number | Emilio Pozuelo Monfort | 2011-04-27 | 1 | -2/+4 |
| | | | |||||
| * | | Use a for instead of a do while to avoid returning early | Emilio Pozuelo Monfort | 2011-04-27 | 1 | -5/+4 |
| | | | | | | | | | | | | So we always free the stuff at the end of the function. | ||||
| * | | Don't leak the account and entity | Emilio Pozuelo Monfort | 2011-04-27 | 1 | -3/+6 |
| | | | |||||
| * | | Don't leak paths | Emilio Pozuelo Monfort | 2011-04-27 | 1 | -0/+1 |
| | | | |||||
| * | | Compare against NULL | Emilio Pozuelo Monfort | 2011-04-27 | 1 | -2/+2 |
| | | | |||||
| * | | Be neutral | Emilio Pozuelo Monfort | 2011-04-27 | 1 | -1/+1 |
| | | | |||||
| * | | Style: use braces consistently | Emilio Pozuelo Monfort | 2011-04-27 | 1 | -11/+31 |
| | | | |||||
| * | | Return early if the iter isn't a top level | Emilio Pozuelo Monfort | 2011-04-27 | 1 | -6/+7 |
| | | | |||||
| * | | Use a macro for magic numbers | Emilio Pozuelo Monfort | 2011-04-27 | 1 | -1/+4 |
| | | | |||||
| * | | Don't leak the account and entity | Emilio Pozuelo Monfort | 2011-04-27 | 1 | -6/+9 |
| | | | |||||
| * | | Use tp_clear_pointer | Emilio Pozuelo Monfort | 2011-04-27 | 1 | -2/+1 |
| | | | |||||
| * | | LogWindow: group MUC events properly | Emilio Pozuelo Monfort | 2011-04-27 | 1 | -1/+30 |
| | | | |||||
| * | | LogWindow: check the 30min gap with the last message | Emilio Pozuelo Monfort | 2011-04-27 | 1 | -2/+8 |
| | | | |||||
| * | | LogWindow: find the corrent parent for chat events | Emilio Pozuelo Monfort | 2011-04-27 | 1 | -1/+6 |
| | | | |||||
| * | | LogWindow: Display /me messages properly | Emilio Pozuelo Monfort | 2011-04-27 | 1 | -4/+14 |
| | | | |||||
| * | | make check fixes | Emilio Pozuelo Monfort | 2011-04-27 | 1 | -1/+1 |
| | | | |||||
| * | | Remove more dead code | Emilio Pozuelo Monfort | 2011-04-27 | 1 | -6/+0 |
| | | | |||||
| * | | Use a do while instead of a for loop where appropriate | Emilio Pozuelo Monfort | 2011-04-26 | 1 | -2/+2 |
| | | | |||||
| * | | Remove dead code | Emilio Pozuelo Monfort | 2011-04-26 | 1 | -3/+0 |
| | | | |||||
| * | | Fix comment | Emilio Pozuelo Monfort | 2011-04-26 | 1 | -3/+2 |
| | | | |||||
| * | | Remove stray print statements | Emilio Pozuelo Monfort | 2011-04-26 | 1 | -6/+4 |
| | | | |||||
| * | | Remove dead code | Emilio Pozuelo Monfort | 2011-04-26 | 1 | -30/+0 |
| | | | |||||
| * | | LogWindow: don't add duplicate dates | Emilio Pozuelo Monfort | 2011-04-26 | 1 | -11/+15 |
| | | | |||||
| * | | LogWindow: add 'Anyone' to search results | Emilio Pozuelo Monfort | 2011-04-26 | 1 | -3/+1 |
| | | | |||||
| * | | LogWindow: select 'Anytime' by default when searching | Emilio Pozuelo Monfort | 2011-04-26 | 1 | -0/+4 |
| | | | |||||
| * | | Block the callback when clearing the store | Emilio Pozuelo Monfort | 2011-04-25 | 1 | -0/+9 |
| | | | |||||
| * | | Switch remaining functions to the new style | Emilio Pozuelo Monfort | 2011-04-25 | 1 | -218/+238 |
| | | | |||||
| * | | LogWindow: Add live search support | Emilio Pozuelo Monfort | 2011-04-25 | 1 | -3/+12 |
| | | | |||||
| * | | LogWindow: Show dates properly | Emilio Pozuelo Monfort | 2011-04-25 | 1 | -8/+46 |
| | | | |||||
| * | | LogWindow: Add multiselection to the 'When' pane | Emilio Pozuelo Monfort | 2011-04-25 | 1 | -50/+93 |
| | | | |||||
| * | | Stop processing logger calls when unneeded | Emilio Pozuelo Monfort | 2011-04-25 | 1 | -8/+36 |
| | | | |||||
| * | | Populate from 'Anyone' when changing the account | Emilio Pozuelo Monfort | 2011-04-25 | 1 | -4/+19 |
| | | | |||||
| * | | Make 'Anyone' work | Emilio Pozuelo Monfort | 2011-04-25 | 1 | -4/+44 |
| | | | |||||
| * | | LogWindow: Add multiselection to the 'Who' pane | Emilio Pozuelo Monfort | 2011-04-25 | 1 | -95/+195 |
| | | | |||||
| * | | LogWindow: Add multiselection to the 'What' pane | Emilio Pozuelo Monfort | 2011-04-25 | 1 | -4/+41 |
| | | | |||||
| * | | log_window_chats_get_selected -> log_window_get_selected | Emilio Pozuelo Monfort | 2011-04-22 | 1 | -5/+5 |
| | | | |||||
| * | | LogWindow: convert the event view to a treeview | Emilio Pozuelo Monfort | 2011-04-20 | 2 | -40/+366 |
| | | | | | | | | | | | | Following the design. | ||||
| * | | Add icons for missed/incoming/outgoing calls | Emilio Pozuelo Monfort | 2011-04-20 | 1 | -0/+4 |
| | | | |||||
| * | | Complete rewrite of the history window | Emilio Pozuelo Monfort | 2011-04-20 | 3 | -1339/+1721 |
| | | | | | | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=619866 | ||||
| * | | account_chooser_find_account_foreach: check the col type | Emilio Pozuelo Monfort | 2011-04-20 | 1 | -1/+8 |
| | | | | | | | | | | | | As non ROW_ACCOUNT rows don't have an account. | ||||
| * | | AccountChooser: add empathy_account_chooser_get_account_manager() | Emilio Pozuelo Monfort | 2011-04-20 | 2 | -1/+10 |
| | | | |||||
* | | | Post-rebase: priv->location is not compatible with tp_asv_* in this branch | Danielle Madeley | 2011-04-21 | 1 | -1/+4 |
| | | | |||||
* | | | chat_text_view_append_timestamp: use empathy_time_to_string_utc() | Guillaume Desmottes | 2011-04-21 | 1 | -5/+1 |
| | | | |||||
* | | | Port all timestamps from time_t to gint64 (#648188) | Guillaume Desmottes | 2011-04-21 | 7 | -45/+37 |
| | | | |||||
* | | | use tp_text_channel_send_message_async() | Guillaume Desmottes | 2011-04-21 | 1 | -7/+34 |
| | | | |||||
* | | | chat_send_error_cb: don't display the message if it's NULL | Guillaume Desmottes | 2011-04-21 | 1 | -3/+8 |
| | | | |||||
* | | | Display an accurate error when not enough credit | Emilio Pozuelo Monfort | 2011-04-16 | 1 | -0/+2 |
| | | | |||||
* | | | Merge branch 'sms-support-2' into empathy-skype | Danielle Madeley | 2011-04-15 | 2 | -5/+124 |
|\ \ \ | |||||
| * | | | Only set the SMS button sensitive if we have SMS capability | Danielle Madeley | 2011-04-13 | 1 | -2/+63 |
| | | | | |||||
| * | | | contact-selector-dialog: add a selected-account property | Danielle Madeley | 2011-04-13 | 1 | -1/+24 |
| | | | | |||||
| * | | | Add an SMS button to the new-message dialog | Danielle Madeley | 2011-04-12 | 1 | -4/+39 |
| | | | | |||||
* | | | | Merge remote-tracking branch 'danni-public/sms-support' into empathy-skype | Emilio Pozuelo Monfort | 2011-04-08 | 5 | -8/+129 |
|\| | | | |||||
| * | | | Add "(SMS)" to the tab name for SMS channels | Danielle Madeley | 2011-04-08 | 1 | -1/+10 |
| | | | | |||||
| * | | | Change empathy_chat_get_name() from const char * -> char * | Danielle Madeley | 2011-04-08 | 2 | -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-chat | Danielle Madeley | 2011-04-08 | 2 | -2/+45 |
| | | | | |||||
| * | | | Add SMS entry to empathy-individual-menu | Danielle Madeley | 2011-04-08 | 3 | -1/+70 |
| |/ / | |||||
* | | | Make wording follow the design | Emilio Pozuelo Monfort | 2011-04-08 | 2 | -14/+14 |
| | | | |||||
* | | | Disconnect other psyke accounts when creating a new one | Emilio Pozuelo Monfort | 2011-04-08 | 2 | -1/+6 |
| | | | |||||
* | | | Don't assume account != NULL | Danielle Madeley | 2011-04-08 | 1 | -1/+1 |
| | | | | | | | | | | | | One day I'll stop making this mistake in the account dialog. | ||||
* | | | Set the label width to 600 | Emilio Pozuelo Monfort | 2011-04-08 | 1 | -1/+1 |
| | | | |||||
* | | | Force the width of the Plugged into Skype text to be 500px | Danielle Madeley | 2011-04-08 | 1 | -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 now | Danielle Madeley | 2011-04-08 | 1 | -0/+3 |
| | | | | | | | | | | | | Not included in the UX spec | ||||
* | | | Abstract out is_other_psyke_account() | Danielle Madeley | 2011-04-08 | 1 | -10/+13 |
| | | | |||||
* | | | Disable all other psyke accounts when one is enabled | Danielle Madeley | 2011-04-08 | 2 | -1/+75 |
| | | | |||||
* | | | Don't leak GSimpleAsyncResult | Danielle Madeley | 2011-04-08 | 1 | -0/+2 |
| | | | |||||
* | | | Implement additional_apply_async() for account-widget-skype | Danielle Madeley | 2011-04-08 | 1 | -0/+41 |
| | | | |||||
* | | | Fix reconnect_required, which was broken by port to MxGtkLightSwitch | Danielle Madeley | 2011-04-08 | 1 | -0/+1 |
| | | | |||||
* | | | Set Apply/Cancel buttons sensitive when password is changed | Danielle Madeley | 2011-04-08 | 1 | -9/+17 |
| | | | |||||
* | | | focus-in-event returns gboolean -- return FALSE to propagate event further | Danielle Madeley | 2011-04-08 | 1 | -1/+3 |
| | | | |||||
* | | | Privacy -> Privacy Settings | Emilio Pozuelo Monfort | 2011-04-08 | 1 | -1/+1 |
| | | | |||||
* | | | Make password entry insensitive if remember-password inactive | Danielle Madeley | 2011-04-08 | 1 | -0/+9 |
| | | | | | | | | | | | | Make remember-password inactive if password is not saved. | ||||
* | | | Fake password should be 12 'x's instead of 8 | Danielle Madeley | 2011-04-08 | 1 | -1/+1 |
| | | | |||||
* | | | Remove Forget Password sweeper in password_entry | Danielle Madeley | 2011-04-08 | 2 | -27/+0 |
| | | | |||||
* | | | Warn early if the CM doesn't implement a privacy setting | Emilio Pozuelo Monfort | 2011-04-08 | 1 | -2/+9 |
| | | | |||||
* | | | Remove the PSTN setting and add a Video one | Emilio Pozuelo Monfort | 2011-04-08 | 2 | -6/+6 |
| | | | | | | | | | | | | It's insensitive for now as Psyke doesn't implement it yet. | ||||
* | | | Make wording follow the designs | Emilio Pozuelo Monfort | 2011-04-08 | 2 | -7/+7 |
| | | | |||||
* | | | Add DEBUG message | Danielle Madeley | 2011-04-08 | 1 | -1/+1 |
| | | | |||||
* | | | Don't replace password with fake-password if there's something real in there | Danielle Madeley | 2011-04-08 | 1 | -0/+5 |
| | | | |||||
* | | | Add a Remember Password toggle which remembers the password | Danielle Madeley | 2011-04-08 | 2 | -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 button | Danielle Madeley | 2011-04-08 | 2 | -0/+27 |
| | | | |||||
* | | | Don't assume account != NULL (again) | Danielle Madeley | 2011-04-08 | 1 | -1/+1 |
| | | | |||||
* | | | If the password is fake, and the user focuses in, clear the fake password | Danielle Madeley | 2011-04-08 | 1 | -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 PasswordSaved | Danielle Madeley | 2011-04-08 | 1 | -2/+28 |
| | | | |||||
* | | | Set a fake password if we know the password is saved | Danielle Madeley | 2011-04-08 | 1 | -4/+44 |
| | | | |||||
* | | | Add a pre-auth approver for authenicating Psyke from the accounts-dialog | Danielle Madeley | 2011-04-08 | 1 | -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 UI | Danielle Madeley | 2011-04-08 | 2 | -4/+43 |
| | | | |||||
* | | | Update Canonical Support link to http://canonical.com/support?app=empathy | Danielle Madeley | 2011-04-08 | 1 | -1/+1 |
| | | | |||||
* | | | Move show EULA function to empathy-account-widget-skype | Danielle Madeley | 2011-04-08 | 4 | -76/+79 |
| | | | |||||
* | | | Look for a localized EULA first | Emilio Pozuelo Monfort | 2011-04-08 | 1 | -3/+24 |
| | | | |||||
* | | | Show an EULA when creating an Skype account | Emilio Pozuelo Monfort | 2011-04-08 | 2 | -0/+55 |
| | | | | | | | | | | | | | | | The EULA is read from a file so it can be easily changed by distributors / OEMs. | ||||
* | | | Fixes for make check | Danielle Madeley | 2011-04-08 | 1 | -1/+2 |
| | | | |||||
* | | | Add Plugged into Skype info to the add-account dialog too | Danielle Madeley | 2011-04-08 | 2 | -22/+47 |
| | | | |||||
* | | | Remove simple dialog, use 'setup' dialog for simple case | Danielle Madeley | 2011-04-08 | 2 | -124/+4 |
| | | | |||||
* | | | Move empathy-account-widget-skype into its own file | Danielle Madeley | 2011-04-08 | 5 | -485/+566 |
| | | | |||||
* | | | Update Skype account widget per specification | Danielle Madeley | 2011-04-08 | 2 | -30/+220 |
| | | | |||||
* | | | Don't assume account != NULL | Danielle Madeley | 2011-04-08 | 1 | -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 GtkInfoBars | Danielle Madeley | 2011-04-08 | 1 | -0/+2 |
| | | | |||||
* | | | Change "show my web status" to something clearer and add a Learn More link | Danielle Madeley | 2011-04-08 | 1 | -124/+155 |
| | | | |||||
* | | | Make the disconnected message clearer | Danielle Madeley | 2011-04-08 | 1 | -1/+2 |
| | | | |||||
* | | | Make dialog contents insensitive if Get() fails | Danielle Madeley | 2011-04-08 | 1 | -1/+16 |
| | | | |||||
* | | | Add padding to Privacy Settings dialog | Danielle Madeley | 2011-04-08 | 1 | -0/+1 |
| | | | |||||
* | | | Track changes to privacy settings coming from Psyke | Danielle Madeley | 2011-04-08 | 1 | -40/+110 |
| | | | |||||
* | | | Implement Skype privacy settings dialog | Danielle Madeley | 2011-04-08 | 2 | -38/+573 |
| | | | |||||
* | | | Add an Skype login widget | Emilio Pozuelo Monfort | 2011-04-08 | 3 | -0/+285 |
| |/ |/| | | | | | With links to register/change password | ||||
* | | log-window: no need to use a ctx struct | Guillaume Desmottes | 2011-04-06 | 1 | -40/+11 |
|/ | |||||
* | Calendar widget should be disabled if no contact selected (#645582) | Guillaume Desmottes | 2011-03-24 | 2 | -0/+10 |
| | |||||
* | log_manager_got_entities_cb: don't use the currently selected account | Guillaume Desmottes | 2011-03-24 | 1 | -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 boolean | Guillaume Desmottes | 2011-03-24 | 1 | -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 accounts | Sjoerd Simons | 2011-03-24 | 1 | -3/+8 |
| | |||||
* | Cope with gtk_icon_theme_lookup_icon returning NULL | Sjoerd Simons | 2011-03-23 | 1 | -0/+3 |
| | |||||
* | Give the FilterResultData a reference to account | Sjoerd Simons | 2011-03-23 | 1 | -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.0 | Stef Walter | 2011-03-22 | 2 | -2/+2 |
| | |||||
* | re-enable /msg and /query commands (#645509) | Guillaume Desmottes | 2011-03-22 | 1 | -24/+38 |
| | | | | This is a manual backport from master. | ||||
* | account_chooser_update_iter: don't leak the TpAccount | Guillaume Desmottes | 2011-03-22 | 1 | -0/+2 |
| | |||||
* | Also show an avatar when blocking from a conversation | Emilio Pozuelo Monfort | 2011-03-22 | 3 | -3/+14 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=645069 | ||||
* | Use the right marshal file | Emilio Pozuelo Monfort | 2011-03-19 | 1 | -2/+2 |
| | |||||
* | Reword blocking dialog some more | Danielle Madeley | 2011-03-18 | 1 | -43/+48 |
| | |||||
* | Display an avatar on the block contact dialog | Emilio Pozuelo Monfort | 2011-03-18 | 3 | -39/+82 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=645069 | ||||
* | Fix reconnect_required, which was broken by port to MxGtkLightSwitch | Danielle Madeley | 2011-03-18 | 1 | -13/+17 |
| | |||||
* | Optionally call a callback on Apply to do additional things | Danielle Madeley | 2011-03-18 | 2 | -2/+50 |
| | |||||
* | Contact Search: close the dialog when adding a contact | Emilio Pozuelo Monfort | 2011-03-17 | 1 | -0/+3 |
| | |||||
* | account-widget-irc: set password-prompt param when needed (#644406) | Guillaume Desmottes | 2011-03-17 | 1 | -0/+58 |
| | |||||
* | Log window: grey out accounts without logs | Emilio Pozuelo Monfort | 2011-03-16 | 1 | -0/+11 |
| | |||||
* | Clear logs: grey out accounts without logs | Emilio Pozuelo Monfort | 2011-03-16 | 1 | -0/+45 |
| | |||||
* | ContactSearch: don't leak a GError | Emilio Pozuelo Monfort | 2011-03-16 | 1 | -2/+4 |
| | |||||
* | AccountChooser: All -> All accounts | Emilio Pozuelo Monfort | 2011-03-16 | 1 | -1/+1 |
| | |||||
* | Select the same account as in the history window | Emilio Pozuelo Monfort | 2011-03-16 | 1 | -8/+22 |
| | |||||
* | Change the 'Delete logs' button to a menu entry | Emilio Pozuelo Monfort | 2011-03-16 | 2 | -228/+296 |
| | | | | | And make the confirmation dialog let you select one specific account, or 'All of them'. | ||||
* | Add a empathy_account_chooser_has_all_selected | Emilio Pozuelo Monfort | 2011-03-16 | 2 | -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 Desmottes | 2011-03-16 | 1 | -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 enum | Guillaume Desmottes | 2011-03-16 | 1 | -6/+16 |
| | | | | This code was too confusing when using GTK_RESPONSE_* | ||||
* | depends on folks 0.4.0 | Guillaume Desmottes | 2011-03-16 | 12 | -146/+162 |
| | | | | This is based on Travis's commits from master. | ||||
* | Don't check the style on mx-gtk-light-switch.[ch] | Emilio Pozuelo Monfort | 2011-03-14 | 1 | -2/+1 |
| | | | | Since they are imported code. | ||||
* | individual_view_remove_dialog_show: set a mnemonic on the 'Delete and Block' ↵ | Guillaume Desmottes | 2011-03-14 | 1 | -2/+13 |
| | | | | button | ||||
* | Remove enabled toggle from account-widget | Danielle Madeley | 2011-03-14 | 1 | -0/+4 |
| | |||||
* | Reenable labels in MxGtkLightSwitch | Danielle Madeley | 2011-03-14 | 1 | -9/+6 |
| | |||||
* | Import MxGtkLightSwitch from Mx | Danielle Madeley | 2011-03-14 | 3 | -2/+616 |
| | | | | Available under the terms of the LGPL 2.1. | ||||
* | Update the wording of the other contact blocking dialog | Danielle Madeley | 2011-03-11 | 1 | -3/+4 |
| | |||||
* | Reword 'Remove Contact' | Danielle Madeley | 2011-03-11 | 1 | -3/+3 |
| | | | | This comes from usability feedback from Canonical | ||||
* | Update the wording of the contact blocking dialog | Danielle Madeley | 2011-03-11 | 1 | -15/+56 |
| | | | | Include the list of personas which will not be blocked. | ||||
* | Check for TP_ERROR_EMERGENCY_CALLS_NOT_SUPPORTED when a call fails | Emilio Pozuelo Monfort | 2011-03-10 | 1 | -0/+2 |
| | |||||
* | Fix a couple of 'may be used uninitialized' warnings | Emilio Pozuelo Monfort | 2011-03-10 | 1 | -2/+2 |
| | |||||
* | coding style fixes | Guillaume Desmottes | 2011-03-09 | 1 | -1/+1 |
| | |||||
* | Revert "libempathy-gtk: In TLS Dialog allow remembering of any exception." | Guillaume Desmottes | 2011-03-09 | 1 | -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 warnings | Guillaume Desmottes | 2011-03-09 | 1 | -1/+1 |
| | |||||
* | libempathy-gtk: In TLS Dialog allow remembering of any exception. | Stef Walter | 2011-03-09 | 1 | -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 results | Emilio Pozuelo Monfort | 2011-03-07 | 1 | -0/+55 |
| | |||||
* | Use the special "" search field if the CM supports it | Emilio Pozuelo Monfort | 2011-03-07 | 1 | -1/+5 |
| | |||||
* | Warn the user if she has insufficient disk space to receive a file | Danielle Madeley | 2011-03-07 | 1 | -3/+58 |
| | | | | Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=644062 | ||||
* | Emit RESPONSE_APPLY on row-activated | Danielle Madeley | 2011-03-03 | 1 | -0/+12 |
| | |||||
* | Contact Search Dialog: Search when enter is pressed | Danielle Madeley | 2011-03-03 | 1 | -1/+3 |
| | |||||
* | Fix compiler warning | Danielle Madeley | 2011-03-03 | 1 | -0/+1 |
| | |||||
* | Change 'Add' to 'Add Contact' | Danielle Madeley | 2011-03-03 | 1 | -1/+3 |
| | |||||
* | Tweak ContactSearchDialog padding | Danielle Madeley | 2011-03-03 | 1 | -13/+17 |
| | |||||
* | Only show the "Remember password" tickybox if we can do that | Danielle Madeley | 2011-03-03 | 1 | -1/+4 |
| | |||||
* | Return meaningful errors when starting a call fails | Emilio Pozuelo Monfort | 2011-02-28 | 1 | -1/+22 |
| | |||||
* | Add a button to delete logs | Emilio Pozuelo Monfort | 2011-02-24 | 2 | -11/+96 |
| | |||||
* | Indentation fix | Emilio Pozuelo Monfort | 2011-02-24 | 1 | -21/+21 |
| | |||||
* | Log window: free the entities together with the list | Emilio Pozuelo Monfort | 2011-02-24 | 1 | -3/+1 |
| | |||||
* | Log window: don't leak the account | Emilio Pozuelo Monfort | 2011-02-24 | 1 | -1/+1 |
| | |||||
* | Unref the entity when we're done | Emilio Pozuelo Monfort | 2011-02-24 | 1 | -0/+2 |
| | |||||
* | Port empathy to Telepathy logger 0.2.0 | Nicolas Dufresne | 2011-02-24 | 3 | -125/+120 |
| | |||||
* | tls-dialog: destroy the dialog if the certificate is invalidated (#643186) | Guillaume Desmottes | 2011-02-24 | 1 | -0/+13 |
| | | | | There is no point to keep it around. | ||||
* | empathy_call_new_with_streams: prefer StreamedMedia over Call | Emilio Pozuelo Monfort | 2011-02-24 | 1 | -13/+13 |
| | |||||
* | Always build telepathy-yell and handle Call channels | Emilio Pozuelo Monfort | 2011-02-24 | 2 | -31/+2 |
| | | | | Just keep empathy-call optional. | ||||
* | Show an error dialog if starting a call fails | Emilio Pozuelo Monfort | 2011-02-24 | 1 | -1/+25 |
| | |||||
* | Don't require EmpathyContacts to start a call | Emilio Pozuelo Monfort | 2011-02-24 | 5 | -62/+26 |
| | |||||
* | Move empathy_call_* util functions to libempathy-gtk | Emilio Pozuelo Monfort | 2011-02-24 | 6 | -0/+220 |
| | | | | Since we want to pop up a dialog when starting a call fails. | ||||
* | NewCallDialog: support Calls | Emilio Pozuelo Monfort | 2011-02-23 | 2 | -36/+43 |
| | |||||
* | Move farsight-using sources to src | Emilio Pozuelo Monfort | 2011-02-21 | 9 | -1768/+2 |
| | | | | And only build them for empathy-av, since they use farsight. | ||||
* | empathy_theme_manager_dup_singleton: act as a proper dup singleton function | Guillaume Desmottes | 2011-02-18 | 1 | -2/+5 |
| | |||||
* | Bug 637151 — Hide the user Individual from the contact list | Philip Withnall | 2011-02-18 | 7 | -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 Desmottes | 2011-02-17 | 4 | -5/+11 |
| | | | | We also don't leak it any more. | ||||
* | folks favorite API has changed | Guillaume Desmottes | 2011-02-17 | 1 | -2/+2 |
| | |||||
* | Always display favorite contacts (#592595) | Guillaume Desmottes | 2011-02-17 | 1 | -1/+4 |
| | |||||
* | only try reconnecting accounts if needed (#642358) | Guillaume Desmottes | 2011-02-16 | 1 | -3/+14 |
| | |||||
* | Reset network list button | Chandni Verma | 2011-02-15 | 1 | -0/+33 |
| | | | | Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=642264 | ||||
* | Merge branch 'report-abuse' into gnome-2-34 | Danielle Madeley | 2011-02-15 | 5 | -14/+21 |
|\ | |||||
| * | Use tp_g_signal_connect_object for Tp proxies that outlive the CB dialog | Danielle Madeley | 2011-02-15 | 1 | -4/+6 |
| | | |||||
| * | Only destroy block confirmation dialogs after we've read out the abusive state | Danielle Madeley | 2011-02-14 | 2 | -3/+3 |
| | |