Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | empathy_accounts_dialog_show_application: use g_build_filename | Guillaume Desmottes | 2010-02-16 | 1 | -1/+4 | |
| | | | | That's cleaner to build a path. | |||||
* | Merge branch 'ack-all' | Sjoerd Simons | 2010-02-16 | 3 | -14/+15 | |
|\ | ||||||
| * | Remove duplicate and buggy bookkeeping of pending messages | Sjoerd Simons | 2010-02-16 | 1 | -14/+7 | |
| | | ||||||
| * | add API to TpChat to ack all pending messages in one go | Sjoerd Simons | 2010-02-16 | 2 | -0/+8 | |
| | | ||||||
* | | dispatcher_connection_new_requested_channel: fix a use-after-free crash | Guillaume Desmottes | 2010-02-16 | 1 | -2/+8 | |
|/ | | | | | | | | | If an error occurs when requesting the channel, we call dispatcher_request_failed which as the side effect of destroying the DispatcherRequestData. When calling dispatcher_flush_outstanding_operations we used to deference this pointer. Fixes this crash by using the "self" pointer instead and reffing it to be sure it stays valid. | |||||
* | Always use "Apply" button if we are not connected or editing an account | Guillaume Desmottes | 2010-02-16 | 1 | -15/+7 | |
| | | | | | For some reason we mixed up the "Apply" and "Save" button. "Apply" is clearer as hitting it as the side effect of reconnecting the account. | |||||
* | account-widget: don't display "Log in" button if we are modyfing an account | Guillaume Desmottes | 2010-02-16 | 1 | -3/+5 | |
| | | | | | Either the account is enabled and saving will reconnect, either it's not and that won't connect it. | |||||
* | Updated Slovenian translation | Matej Urbančič | 2010-02-16 | 1 | -8/+40 | |
| | ||||||
* | Updated Spanish translation | Jorge González | 2010-02-16 | 1 | -1/+59 | |
| | ||||||
* | accounts-dialog: block the selection 'changed' signal while removing a row | Guillaume Desmottes | 2010-02-15 | 1 | -0/+14 | |
| | | | | | | | | | | | | | | There is no need to call accounts_dialog_model_selection_changed while removing as we are going to call accounts_dialog_model_select_first right after which will update the selection. This has the nice side effect of letting the "remove" button sensitive after the account has been removed. The callback used to be called recursively twice: once during the removal of the row and once when calling accounts_dialog_model_select_first in accounts_dialog_update_settings. As accounts_dialog_model_selection_changed is checking if a row is selected *before* calling accounts_dialog_update_settings, the button was unsensitived at the end of the first call of the callback. (#609575) | |||||
* | Remove workaround for wrong drag behaviour | Sjoerd Simons | 2010-02-15 | 1 | -8/+7 | |
| | | | | | | | | | Revert "chat_window_create_label: ref the widgets stored as data so we are sure they stay alive when doing DnD" This is not needed anymore as we handle dragging correctly now This reverts commit 183fa2e8a94d94a7098120fc43cde9ad83869de6. | |||||
* | Make the ChatWindow handle dropping items itself | Sjoerd Simons | 2010-02-15 | 1 | -20/+31 | |
| | | | | | | | | | | | | | | | | | | Both GtkNotebook and EmpathChatWindow take action when drag-data-received is signalled (moving the tab or adding a contact). Drag data is received after the program has asked for it, usually when a drop occurs. Now this can be done in two ways 0) Handle the drop signal yourself and call gtk_drag_get_data yourself or 1) set GTK_DEST_DEFAULT_DROP and let gtk call it for you. GtkNotebook takes option 0, EmpathyChatWindow decided to use option 1.. This causes all kind of strange issues as the drag data is now requested twice and thus the signal handlers are called twice causing all kinds of fun issues (trying to move a tab that's already moved etc). Change the drag dest flags to GTK_DEST_DEFAULT_HIGHLIGHT which provides some extra visual clues but is other harmless and handle drops directly. Also remove some cases where ChatWindow meddles with tab dragging as GtkNotebook will handle these for us | |||||
* | Updated Thai translation. | Theppitak Karoonboonyanan | 2010-02-15 | 1 | -144/+199 | |
| | ||||||
* | Updated Galician Translation | Fran Diéguez | 2010-02-15 | 1 | -16/+52 | |
| | ||||||
* | Updated Spanish translation | Jorge González | 2010-02-15 | 1 | -1/+41 | |
| | ||||||
* | Updated Spanish translation | Jorge González | 2010-02-15 | 1 | -11/+8 | |
| | ||||||
* | Merge commit 'wjt/all' | Guillaume Desmottes | 2010-02-15 | 1 | -23/+33 | |
|\ | ||||||
| * | Ensure "All" is at the top of account selector. | Will Thompson | 2010-02-12 | 1 | -16/+32 | |
| | | | | | | | | Fixes: #609737 | |||||
| * | Remove weird maybe-null account special case. | Will Thompson | 2010-02-12 | 1 | -7/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I'm pretty sure this is unnecessary. Consider the four cases: value of data->account | 0 | x | value of account | 0 | y | 0 | y | a. data->account == NULL | t | f | t | f | b. account == NULL | t | t | f | f | c. a != b | f | t | t | f | d. data->account == account | t | f | f | x == y | e. equal | t | f | f | x == y | In all cases, the value of equal is identical to what it would have been if the else branch were always taken. So... let's just always take the else branch. | |||||
* | | Updated Spanish translation | Jorge González | 2010-02-15 | 1 | -31/+35 | |
| | | ||||||
* | | Updated Spanish translation | Jorge González | 2010-02-15 | 1 | -543/+727 | |
| | | ||||||
* | | Updated Spanish translation | Jorge González | 2010-02-15 | 1 | -1/+18 | |
| | | ||||||
* | | [help] Updated help against new upcoming version | Milo Casagrande | 2010-02-15 | 47 | -110/+308 | |
| | | | | | | | | | | | | | | | | | | | | * Added logo to the front page * Added a new small topic on the /help IRC command * Added license page and license reference to all pages * Added some links group * Fixed validity errors * Removed legal.xml * Updated Makefile | |||||
* | | Updated Spanish translation | Jorge González | 2010-02-15 | 1 | -33/+67 | |
| | | ||||||
* | | Update Romanian translation | Lucian Adrian Grijincu | 2010-02-14 | 1 | -917/+1005 | |
| | | ||||||
* | | Don't reinvent g_slist_foreach | Sjoerd Simons | 2010-02-14 | 1 | -5/+3 | |
| | | ||||||
* | | Only act when the account got a connection | Sjoerd Simons | 2010-02-14 | 1 | -0/+2 | |
| | | ||||||
* | | Don't crash when switching to a tab with no TpChat | Will Thompson | 2010-02-14 | 1 | -1/+5 | |
| | | | | | | | | Fixes: #609843 | |||||
* | | Update the FSF's mailing address in the new control center files. | Travis Reitter | 2010-02-13 | 5 | -10/+5 | |
| | | ||||||
* | | update data/.gitignore | Guillaume Desmottes | 2010-02-12 | 1 | -0/+2 | |
| | | ||||||
* | | update POTFILES.{in,skip} | Guillaume Desmottes | 2010-02-12 | 2 | -1/+5 | |
| | | ||||||
* | | Updated Slovenian translation | Matej Urbančič | 2010-02-12 | 1 | -74/+93 | |
| | | ||||||
* | | Port Moblin widgets to Mx | Danielle Madeley | 2010-02-12 | 2 | -10/+10 | |
|/ | ||||||
* | Updated Galician Translation | Fran Diéguez | 2010-02-12 | 1 | -242/+170 | |
| | ||||||
* | Updated Spanish translation | Jorge González | 2010-02-12 | 1 | -103/+126 | |
| | ||||||
* | Updated Spanish translation | Jorge González | 2010-02-12 | 1 | -5/+22 | |
| | ||||||
* | empathy-accounts-dialog: Prepend BIN_DIR to the binary name | Danielle Madeley | 2010-02-12 | 2 | -1/+2 | |
| | ||||||
* | Separate the accounts dialog into its own program which works with the Gnome ↵ | Travis Reitter | 2010-02-12 | 18 | -199/+1311 | |
| | | | | | | | | preferences and control center. Where available, this also supports embedding the preferences dialog in the "extensible-shell" control center (currently in development, but likely to be mainlined soon). | |||||
* | Updated Traditional Chinese translation(Hong Kong and Taiwan) | Chao-Hsiung Liao | 2010-02-12 | 2 | -382/+361 | |
| | ||||||
* | Rephrase the helper text and change "Login ID" to "Username" | Guillaume Desmottes | 2010-02-12 | 2 | -5/+10 | |
| | | | | Thanks to Nick Richards for his suggestions. | |||||
* | embold the part of the Facebook URL showing the ID to make it clearer | Guillaume Desmottes | 2010-02-12 | 1 | -1/+1 | |
| | ||||||
* | add a simple version of the Facebook widget | Guillaume Desmottes | 2010-02-12 | 2 | -1/+109 | |
| | ||||||
* | Improve default display name for Facebook accounts | Guillaume Desmottes | 2010-02-12 | 1 | -0/+8 | |
| | ||||||
* | add the '@chat.facebook.com' suffix to account but dont't display it in the ↵ | Guillaume Desmottes | 2010-02-12 | 1 | -1/+76 | |
| | | | | | | widget Fixes bug #573194 | |||||
* | assistant: filter out facebook from the new account page | Guillaume Desmottes | 2010-02-12 | 3 | -3/+7 | |
| | ||||||
* | Help user to understand what Facebook alias are and how to set it | Guillaume Desmottes | 2010-02-12 | 1 | -1/+2 | |
| | ||||||
* | hide the advanced options for Facebook accounts | Guillaume Desmottes | 2010-02-12 | 2 | -1/+4 | |
| | ||||||
* | don't display the register options for Facebook accounts | Guillaume Desmottes | 2010-02-12 | 1 | -1/+1 | |
| | ||||||
* | account-widget: display facebook example label | Guillaume Desmottes | 2010-02-12 | 1 | -4/+21 | |
| | ||||||
* | add is_facebook arg to empathy_protocol_chooser_dup_selected | Guillaume Desmottes | 2010-02-12 | 4 | -11/+39 | |
| | | | | So the assistant and accounts dialog can special case facebook accounts. | |||||
* | empathy-protocol-chooser: add a column saying if a row is a facebook account ↵ | Guillaume Desmottes | 2010-02-12 | 1 | -3/+12 | |
| | | | | or not | |||||
* | add example label for Facebook accounts | Guillaume Desmottes | 2010-02-12 | 1 | -0/+14 | |
| | ||||||
* | account_widget_build_jabber: add few comments | Guillaume Desmottes | 2010-02-12 | 1 | -0/+3 | |
| | ||||||
* | Drop Haze's facebook implementation | Guillaume Desmottes | 2010-02-12 | 1 | -0/+6 | |
| | | | | Everyone should use Gabble now. | |||||
* | Add facebook in protocol chooser for gabble CM. | Xavier Claessens | 2010-02-12 | 1 | -0/+10 | |
| | ||||||
* | Updated Galician Translation | Fran Diéguez | 2010-02-11 | 1 | -733/+1082 | |
| | ||||||
* | fixed typo in help | Łukasz Jernaś | 2010-02-11 | 1 | -1/+1 | |
| | ||||||
* | Updated Slovenian translation | Matej Urbančič | 2010-02-11 | 1 | -113/+117 | |
| | ||||||
* | do_show_accounts_ui: don't unref the EmpathyConnectionManagers | Guillaume Desmottes | 2010-02-11 | 1 | -2/+0 | |
| | | | | We already unref it once the async callback is done. | |||||
* | Updated Spanish translation | Jorge González | 2010-02-11 | 1 | -1/+43 | |
| | ||||||
* | updated Tamil translation | vasudeven | 2010-02-11 | 1 | -3/+1 | |
| | ||||||
* | updated Tamil translation | vasudeven | 2010-02-11 | 1 | -179/+255 | |
| | ||||||
* | updated Tamil translation | vasudeven | 2010-02-11 | 1 | -701/+981 | |
| | ||||||
* | updated Tamil translation | vasudeven | 2010-02-11 | 1 | -1/+1 | |
| | ||||||
* | Updated Norwegian bokmål translation | Kjartan Maraas | 2010-02-11 | 1 | -145/+192 | |
| | ||||||
* | Merge branch 'menu' | Xavier Claessens | 2010-02-11 | 6 | -2/+12 | |
|\ | ||||||
| * | Fix leaked GtkMenu | Xavier Claessens | 2010-02-11 | 6 | -2/+12 | |
| | | | | | | | | | | | | | | | | | | | | GtkMenu is initially unowned, which means ref_count is 1 and floating flag is set. gtk_menu_popup temporarily adds a ref, that will be dropped when the menu is popped down. So once the menu is popped up, we call g_object_ref_sink() to clear the floating flag, and g_object_unref() to drop the initial ref. Only the ref from gtk_menu_popup stay, and the menu will be finalized when it is popped down. Fixes bug #609567 | |||||
* | | Fix leaks, gtk_tree_model_get() returns a ref! | Xavier Claessens | 2010-02-11 | 1 | -20/+33 | |
| | | | | | | | | | | COL_ACCOUNT_POINTER and COL_ACCOUNT_SETTINGS_POINTER are misleading, they are not POINTER but OBJECT, so we have to unref them. | |||||
* | | Fix creation of imported accounts (#609439) | Guillaume Desmottes | 2010-02-10 | 1 | -3/+8 | |
| | | | | | | | | | | | | impl_signal_apply isn't called any more after the "import" page as this page as a 'next' button now. So we have to create the imported accounts when preparing the next page. | |||||
* | | assistant: store the ID of the current page | Guillaume Desmottes | 2010-02-10 | 1 | -0/+2 | |
| | | | | | | | | | | This will make easier to know from which page we are coming in impl_signal_prepare. | |||||
* | | accounts-dialog: wrap label status in info bar | Guillaume Desmottes | 2010-02-10 | 1 | -0/+1 | |
| | | | | | | | | | | So the accounts doesn't become huge if user entered a ridiculously long message (#609537). | |||||
* | | Add icon for the 'mxit' protocol (#609519) | K.Vishnoo Charan Reddy | 2010-02-10 | 7 | -0/+112 | |
| | | | | | | | | | | This icon won't be displayed while telepathy-haze won't have been released with a patch renaming the "loubserp-mxit" protocol to "mxit". | |||||
* | | Use the 'phone' icon for the 'sms' protocol | Guillaume Desmottes | 2010-02-10 | 1 | -0/+2 | |
| | | ||||||
* | | Updated Spanish translation | Jorge González | 2010-02-10 | 1 | -3/+29 | |
| | | ||||||
* | | Create the account even when user chooses to not create other one after | Guillaume Desmottes | 2010-02-10 | 1 | -2/+19 | |
| | | | | | | | | | | | | | | | | | | | | As the account is not created in impl_signal_apply() any more, we have to be smarter in impl_signal_prepare and call account_assistant_apply_account_and_finish in more cases. That also means that account_assistant_account_enabled_cb doesn't have to terminate the assistant if the salut account has not been created yet. Fixes bug #609220. | |||||
* | | impl_signal_apply: this function is not called after the create page any more | Guillaume Desmottes | 2010-02-10 | 1 | -2/+0 | |
|/ | | | | | The 'create account' page doesn't have a 'apply' button any more so this test never succeeds any more. | |||||
* | Replace SILC icon by one rendering better in 16x16 (#609352) | K.Vishnoo Charan Reddy | 2010-02-09 | 6 | -23/+34 | |
| | ||||||
* | Merge branch 'zephyr' | Guillaume Desmottes | 2010-02-09 | 7 | -0/+188 | |
|\ | ||||||
| * | Add icon for the Zephyr protocol (#609343) | Guillaume Desmottes | 2010-02-09 | 7 | -0/+188 | |
| | | ||||||
* | | Disable sound notifications for login/logout of contacts (#609319) | Frédéric Péters | 2010-02-09 | 1 | -2/+2 | |
|/ | ||||||
* | Updated Spanish translation | Jorge González | 2010-02-09 | 1 | -1/+26 | |
| | ||||||
* | Updated Spanish translation | Jorge González | 2010-02-09 | 1 | -30/+29 | |
| | ||||||
* | Updated Spanish translation | Jorge González | 2010-02-09 | 1 | -187/+25 | |
| | ||||||
* | Updated Spanish translation | Jorge González | 2010-02-09 | 1 | -20/+24 | |
| | ||||||
* | start dev of next release | Guillaume Desmottes | 2010-02-09 | 1 | -1/+1 | |
| | ||||||
* | prepare 2.29.90 releaseEMPATHY_2_29_90 | Guillaume Desmottes | 2010-02-09 | 2 | -2/+35 | |
| | ||||||
* | Use the SIP icon for the SIMPLE protocol | Guillaume Desmottes | 2010-02-09 | 1 | -1/+4 | |
| | | | | SIMPLE is a SIP extension. | |||||
* | Use a GSList instead of GList to store messages to ack | Guillaume Desmottes | 2010-02-09 | 3 | -11/+11 | |
| | ||||||
* | empathy-chat: acknowledge pending messages on empathy_chat_messages_read() ↵ | Danielle Madeley | 2010-02-09 | 1 | -6/+13 | |
| | | | | | | | | | | | | | (#608979) Empathy displays this handy number of unread messages in the title bar, but you can't replicate this behaviour using an Observer because Empathy acknowledges the messages immediately. This patch makes it so that Empathy only acknowledges the messages when it decrements the unread messages count. N.B. EmpathyTpChat currently seems to assume that no other client is going to acknowledge messages for channels, it is handling. This seems valid enough, just pointing it out. | |||||
* | Add translation context for the "Edit" contact menu (#608690) | Guillaume Desmottes | 2010-02-09 | 1 | -1/+3 | |
| | ||||||
* | Fix typo in help (#608882) | Łukasz Jernaś | 2010-02-08 | 1 | -1/+1 | |
| | ||||||
* | Don't call SetAlias for subscription requests until the request has been ↵ | Danielle Madeley | 2010-02-08 | 3 | -3/+33 | |
| | | | | acked (#608975) | |||||
* | Don't assume that removing a user from 'stored' will remove them from all lists | Danielle Madeley | 2010-02-08 | 1 | -2/+0 | |
| | | | | | | This doesn't appear to be correct for all CMs (at least, it doesn't appear to be correct for Gabble). At least it doesn't appear incorrect to attempt to remove the contact from the other lists anyway (#608974). | |||||
* | modifies tab-expand and tab-fill properties of child in chat-window (#608053) | Reimundo Heluani | 2010-02-08 | 1 | -2/+8 | |
| | ||||||
* | Ensure that the EmpathyIdle is not used in account_manager_ready_cb after ↵ | Travis Reitter | 2010-02-08 | 1 | -3/+16 | |
| | | | | | | being finalized Fixes #608813 | |||||
* | empathy.c: Initialise variable (#609030) | Danielle Madeley | 2010-02-08 | 1 | -0/+4 | |
| | | | | Fixes bug introduced in 24db41f217eea1cbf929cc3e623c50ca626db4b | |||||
* | Updated Spanish translation | Jorge González | 2010-02-08 | 1 | -1/+41 | |
| | ||||||
* | Updated Spanish translation | Jorge González | 2010-02-08 | 1 | -17/+35 | |
| | ||||||
* | Updated Swedish translation | Daniel Nylander | 2010-02-08 | 1 | -288/+322 | |
| | ||||||
* | Updated Spanish translation | Jorge González | 2010-02-07 | 1 | -83/+87 | |
| | ||||||
* | Updated Spanish translation | Jorge González | 2010-02-07 | 1 | -33/+23 | |
| | ||||||
* | Modified Spanish screenshot | Jorge González | 2010-02-06 | 1 | -0/+0 | |
| | ||||||
* | Updated Spanish translation | Jorge González | 2010-02-06 | 1 | -12/+25 | |
| | ||||||
* | Updated Spanish translation | Jorge González | 2010-02-06 | 1 | -14/+26 | |
| | ||||||
* | Updated Spanish translation | Jorge González | 2010-02-04 | 1 | -28/+28 | |
| | ||||||
* | Updated German translation | Christian Kirbach | 2010-02-04 | 1 | -855/+1374 | |
| | ||||||
* | Updated Spanish translation | Jorge González | 2010-02-03 | 1 | -12/+16 | |
| | ||||||
* | Adding myself to contributors | Danielle Madeley | 2010-02-02 | 1 | -1/+2 | |
| | ||||||
* | Updated Spanish translation | Jorge González | 2010-02-02 | 1 | -16/+27 | |
| | ||||||
* | Updating Estonian translation | Mattias Põldaru | 2010-02-01 | 1 | -374/+647 | |
| | ||||||
* | Updated Spanish translation | Jorge González | 2010-02-01 | 1 | -12/+16 | |
| | ||||||
* | Updated Spanish translation | Jorge González | 2010-01-31 | 1 | -28/+31 | |
| | ||||||
* | Updated Greek translation | Simos Xenitellis | 2010-01-31 | 1 | -765/+1295 | |
| | ||||||
* | Updated Bulgarian translation | Alexander Shopov | 2010-01-29 | 1 | -793/+1129 | |
| | ||||||
* | Updated Slovenian translation | Matej Urbančič | 2010-01-28 | 1 | -3523/+3579 | |
| | ||||||
* | Updated Thai translation. | Theppitak Karoonboonyanan | 2010-01-28 | 1 | -487/+555 | |
| | ||||||
* | Updated Bengali translation | Jamil Ahmed | 2010-01-27 | 1 | -899/+1364 | |
| | ||||||
* | Updated Traditional Chinese translation(Hong Kong and Taiwan) | Chao-Hsiung Liao | 2010-01-26 | 2 | -1122/+1071 | |
| | ||||||
* | Updated Spanish translation | Jorge González | 2010-01-26 | 1 | -13/+20 | |
| | ||||||
* | Updated Spanish translation | Jorge González | 2010-01-26 | 1 | -87/+133 | |
| | ||||||
* | start dev of 2.29.7 | Guillaume Desmottes | 2010-01-26 | 1 | -2/+2 | |
| | ||||||
* | prepare 2.29.6 releaseEMPATHY_2_29_6 | Guillaume Desmottes | 2010-01-26 | 2 | -1/+59 | |
| | ||||||
* | Show protocol in compat mode too | Guillaume Desmottes | 2010-01-26 | 2 | -9/+2 | |
| | | | | There is no reason to not to (#607207). | |||||
* | contact_list_store_update_list_mode_foreach: remove useless show_protocol ↵ | Guillaume Desmottes | 2010-01-26 | 1 | -4/+0 | |
| | | | | variable | |||||
* | contact_list_store_contact_update: remove useless show_protocol variable | Guillaume Desmottes | 2010-01-26 | 1 | -4/+0 | |
| | ||||||
* | Ellipsize connection error infobars | Will Thompson | 2010-01-26 | 1 | -1/+2 | |
| | | | | | This prevents your contact list being forcibly expanded horizontally when an account with a long name fails to connect. Fixes: #608043 | |||||
* | Fix building nst plugin out of tree. | Will Thompson | 2010-01-26 | 1 | -0/+1 | |
| | ||||||
* | accounts_dialog_accounts_setup: use empathy_connection_managers_prepare_async | Guillaume Desmottes | 2010-01-25 | 1 | -16/+17 | |
| | | | | | That way we are sure that the callback is called even if the managers is already ready (#607925). | |||||
* | Merge commit 'kaserf/buttons-infobar-606329' | Guillaume Desmottes | 2010-01-25 | 1 | -9/+0 | |
|\ | ||||||
| * | remove custom style for buttons in infobar | Felix Kaser | 2010-01-25 | 1 | -9/+0 | |
| | | | | | | | | the custom style for the buttons in the infobar is not needed. fixes bug #606329 | |||||
* | | split strings to no translate markups | Guillaume Desmottes | 2010-01-25 | 1 | -7/+16 | |
| | | ||||||
* | | there is no reasy why error would be NULL if e_book_get_self failed | Guillaume Desmottes | 2010-01-25 | 1 | -2/+1 | |
| | | ||||||
* | | remove create_salut_account_if_needed as it's done in the assistant now | Guillaume Desmottes | 2010-01-25 | 2 | -111/+0 | |
| | | ||||||
* | | rephrase the salut error page | Guillaume Desmottes | 2010-01-25 | 1 | -4/+5 | |
| | | ||||||
* | | add a hint about how to reach the accounts dialog | Guillaume Desmottes | 2010-01-25 | 1 | -2/+4 | |
| | | ||||||
* | | Split markups and translated string to make this easier for translators | Guillaume Desmottes | 2010-01-25 | 1 | -4/+7 | |
| | | ||||||
* | | rename build_error_page to build_error_vbox | Guillaume Desmottes | 2010-01-25 | 1 | -3/+3 | |
| | | ||||||
* | | account_assistant_page_forward_func: never go forward after the salut page | Guillaume Desmottes | 2010-01-25 | 1 | -0/+5 | |
| | | | | | | | | This fix a bug if user chooses to not create a salut account. | |||||
* | | Display 'back' button in the import and create page | Guillaume Desmottes | 2010-01-25 | 1 | -2/+2 | |
| | | ||||||
* | | Fix account creation regression | Guillaume Desmottes | 2010-01-25 | 1 | -4/+9 | |
| | | | | | | | | | | | | Each time we add a new account, a new page is added to the assistant. So checking if id equal PAGE_ENTER_CREATE is not enough as the next pages will have an id greater than that. | |||||
* | | Don't display the salut page after the create one if there is no need to | Guillaume Desmottes | 2010-01-25 | 1 | -3/+27 | |
| | | ||||||
* | | Don't display the salut page after the import one if there is no need to | Guillaume Desmottes | 2010-01-25 | 1 | -1/+10 | |
| | | ||||||
* | | Display the salut page after the create one | Guillaume Desmottes | 2010-01-25 | 1 | -18/+15 | |
| | | ||||||
* | | Display the salut page after the import one | Guillaume Desmottes | 2010-01-25 | 1 | -3/+5 | |
| | | ||||||
* | | rename should_create_salut_account to display_salut_page | Guillaume Desmottes | 2010-01-25 | 1 | -4/+4 | |
| | | ||||||
* | | Display an error message if Salut is not installed | Guillaume Desmottes | 2010-01-25 | 1 | -8/+32 | |
| | | | | | | | | Please enter the commit message for your changes. Lines starting | |||||
* | | factor out build_error_page | Guillaume Desmottes | 2010-01-25 | 1 | -20/+32 | |
| | | ||||||
* | | assistant: move creation of the page from _init to _constructed | Guillaume Desmottes | 2010-01-25 | 1 | -19/+22 | |
| | | | | | | | | We are going to need the connection managers received as a property. | |||||
* | | Pass a ready EmpathyConnectionManagers to empathy_account_assistant_show | Guillaume Desmottes | 2010-01-25 | 4 | -17/+87 | |
| | | | | | | | | | | This kinda suck but we have to construct the assistant in a sync way so can't wait for the manager to become ready. | |||||
* | | Move all the tests checking if we should display the the assistant to a ↵ | Guillaume Desmottes | 2010-01-25 | 1 | -25/+63 | |
| | | | | | | | | | | | | | | single function We used to check that in a lot of different places. Refactor the code to make it clearer and easier to understand. | |||||
* | | Don't display the salut page if there is no need to create the account | Guillaume Desmottes | 2010-01-25 | 1 | -0/+57 | |
| | | ||||||
* | | set the salut-account-created gconf key once the account has been created | Guillaume Desmottes | 2010-01-25 | 1 | -2/+14 | |
| | | ||||||
* | | don't set display name if there is already one defined | Guillaume Desmottes | 2010-01-25 | 1 | -6/+9 | |
| | | | | | | | | Display name is already set for the salut account. | |||||
* | | account-assistant: use existing code to create the salut account and respect ↵ | Guillaume Desmottes | 2010-01-25 | 1 | -12/+18 | |
| | | | | | | | | the settings defined by user | |||||
* | | account-assistant: add a page to configure the salut account | Guillaume Desmottes | 2010-01-25 | 1 | -12/+124 | |
| | | | | | | | | | | This will let user filling his details if we failed to fetch them and so give him a chance to actually create the Salut account (#596575). | |||||
* | | account-widget-salut: don't display advanced properties in simple mode | Guillaume Desmottes | 2010-01-25 | 2 | -1/+6 | |
| | | ||||||
* | | factor out and export create_salut_account_settings | Guillaume Desmottes | 2010-01-25 | 2 | -48/+68 | |
| | | ||||||
* | | rename "Hidden" to "Invisible" in docs | Łukasz Jernaś | 2010-01-25 | 1 | -2/+2 | |
|/ | ||||||
* | notify_ready_cb: use g_simple_async_result_complete instead of _in_idle | Guillaume Desmottes | 2010-01-22 | 1 | -1/+1 | |
| | ||||||
* | replace empathy_connection_managers_call_when_ready by ↵ | Guillaume Desmottes | 2010-01-22 | 5 | -66/+57 | |
| | | | | prepare_{async_finish} functions | |||||
* | empathy-protocol-chooser: use empathy_connection_managers_call_when_ready | Guillaume Desmottes | 2010-01-22 | 1 | -11/+11 | |
| | ||||||
* | empathy.c: use empathy_connection_managers_call_when_ready | Guillaume Desmottes | 2010-01-22 | 1 | -21/+11 | |
| | ||||||
* | empathy-import-widget: use empathy_connection_managers_call_when_ready | Guillaume Desmottes | 2010-01-22 | 1 | -9/+10 | |
| | ||||||
* | add empathy_connection_managers_call_when_ready | Guillaume Desmottes | 2010-01-22 | 2 | -0/+73 | |
| | | | | That's easier to use than checking if ready and connecting a callback. | |||||
* | spspps-interval has been renamed to config-interval | Guillaume Desmottes | 2010-01-22 | 1 | -1/+1 | |
| | ||||||
* | Capture the escape key on the chat view and search bar, to make it hide the ↵ | Thomas Meire | 2010-01-21 | 3 | -6/+32 | |
| | | | | search bar | |||||
* | removed some trailing spaces | Thomas Meire | 2010-01-21 | 1 | -3/+3 | |
| | ||||||
* | added a "find" menu item | Thomas Meire | 2010-01-21 | 4 | -5/+38 | |
| | ||||||
* | improve behaviour of match_case callback | Thomas Meire | 2010-01-21 | 1 | -6/+22 | |
| | ||||||
* | add match_case option to find_abilities | Thomas Meire | 2010-01-21 | 6 | -19/+49 | |
| | ||||||
* | respect match_case in chat_text_view_highlight | Thomas Meire | 2010-01-21 | 1 | -7/+14 | |
| | ||||||
* | Use gtk_text_iter_[backward/forward]_search for case sensitive searches, keep | Thomas Meire | 2010-01-21 | 1 | -12/+34 | |
| | | | | the custom version for case insensitive searches | |||||
* | added checkbox callback | Thomas Meire | 2010-01-21 | 1 | -0/+8 | |
| | ||||||
* | added case sensitive search for adium themes (reverted previous commit) | Thomas Meire | 2010-01-21 | 6 | -27/+49 | |
| | ||||||
* | make the adium theme respect new_search | Thomas Meire | 2010-01-21 | 1 | -0/+6 | |
| | ||||||
* | added case sensitive highlighting for adium themes | Thomas Meire | 2010-01-21 | 6 | -12/+18 | |
| | ||||||
* | simple toggle button to match the case | Thomas Meire | 2010-01-21 | 2 | -0/+19 | |
| | ||||||
* | remove priv->last_search and factor out empathy_search_bar_search | Thomas Meire | 2010-01-21 | 1 | -47/+40 | |
| | ||||||
* | Make the "Edit Custom Messages" window 420px wide by default (#607463) | Ken VanDine | 2010-01-20 | 1 | -0/+1 | |
| | ||||||
* | add empathy-auto-salut-account-helper.c to POTFILES.in | Guillaume Desmottes | 2010-01-20 | 1 | -0/+1 | |
| | ||||||
* | Re-send sps/pps regulary with H.264 | Olivier Crête | 2010-01-20 | 1 | -0/+2 | |
| | ||||||
* | Call create_salut_account_if_needed when the assistant is closed | Guillaume Desmottes | 2010-01-20 | 3 | -2/+5 | |
| | | | | | That way we only try to create the account if the assistant properly terminates (#607436). | |||||
* | Don't pass managers to create_salut_account_if_needed | Guillaume Desmottes | 2010-01-20 | 3 | -6/+23 | |
| | | | | It can dup it itself. | |||||
* | move create_salut_account_if_needed and should_create_salut_account to a new ↵ | Guillaume Desmottes | 2010-01-20 | 4 | -181/+252 | |
| | | | | file | |||||
* | account-assistant: disable Google Talk when creating a new account | Guillaume Desmottes | 2010-01-19 | 1 | -0/+3 | |
| | | | | Google Talk doesn't support inband registration (#607455). | |||||
* | Pass a boolean saying if the protocol is Google Talk or not to ↵ | Guillaume Desmottes | 2010-01-19 | 3 | -2/+9 | |
| | | | | | | EmpathyProtocolChooserFilterFunc That's the only way to filter Google Talk if we want to. | |||||
* | add_register_buttons: don't show the register buttons in simple mode | Guillaume Desmottes | 2010-01-19 | 1 | -0/+3 | |
| | | | | We use another page in the assistant to create new accounts (#607455). | |||||
* | account-widget: check that the apply button actually exist before modifying it | Guillaume Desmottes | 2010-01-19 | 1 | -0/+4 | |
| | | | | It's not created in the 'simple' version of the widget. (#607455) | |||||
* | Make sure the column spacing is the same for all protocols. | Cosimo Cecchi | 2010-01-19 | 2 | -2/+2 | |
| | ||||||
* | Updated Norwegian bokmål translation | Kjartan Maraas | 2010-01-19 | 1 | -102/+57 | |
| | ||||||
* | Add a remove button below the accounts treeview instead of the in-treeview icon. | Xavier Claessens | 2010-01-19 | 2 | -21/+93 | |
| | ||||||
* | Updated Spanish translation | Jorge González | 2010-01-19 | 1 | -81/+72 | |
| | ||||||
* | all.xml: remove unused and redundant external-type | Guillaume Desmottes | 2010-01-19 | 1 | -26/+0 | |
| | | | | They are either not used anymore or already defined in generic-types.xml | |||||
* | remove Channel_Handler.xml; we don't use it since a while | Guillaume Desmottes | 2010-01-19 | 3 | -64/+0 | |
| | ||||||
* | remove Tube_Handler.xml | Guillaume Desmottes | 2010-01-19 | 3 | -59/+0 | |
| | ||||||
* | remove empathy-tube-handler.c and empathy-tube-dispatch | Guillaume Desmottes | 2010-01-19 | 9 | -905/+1 | |
| | ||||||
* | stop dispatching tube channels (#599159) | Guillaume Desmottes | 2010-01-19 | 3 | -130/+0 | |
| | | | | Tube applications should use the ChannelDispatcher. | |||||
* | Unify the infobar and the account name widgets. | Cosimo Cecchi | 2010-01-19 | 2 | -51/+46 | |
| | ||||||
* | Changed the return string of empathy_presence_get_default_message to ↵ | G.Balaji | 2010-01-18 | 1 | -1/+1 | |
| | | | | | | Invisible so that we display Invisible to the user. This fix bug #603472 | |||||
* | Fix /join command with one channel (#607306) | Thomas Meire | 2010-01-18 | 1 | -1/+1 | |
| | ||||||
* | fix identation | Guillaume Desmottes | 2010-01-18 | 1 | -1/+1 | |
| | ||||||
* | Stop greysing and blinking the protocol icon | Guillaume Desmottes | 2010-01-18 | 1 | -24/+0 | |
| | | | | | We now have another icon showing the connection status so there is no point to display it (in an unclear way) in the protocol icon as well. | |||||
* | update account in treeview when it's disabled | Guillaume Desmottes | 2010-01-18 | 1 | -0/+1 | |
| | ||||||
* | update treeview when account's status is changed | Guillaume Desmottes | 2010-01-18 | 1 | -0/+21 | |
| | ||||||
* | accounts-dialog: display status of accounts in the treeview (#605309) | Guillaume Desmottes | 2010-01-18 | 1 | -0/+78 | |
| | ||||||
* | rename accounts_dialog_model_pixbuf_data_func to ↵ | Guillaume Desmottes | 2010-01-18 | 1 | -3/+3 | |
| | | | | accounts_dialog_model_protocol_pixbuf_data_func | |||||
* | accounts-dialog: remember the account and password param when changing ↵ | Guillaume Desmottes | 2010-01-18 | 1 | -0/+29 | |
| | | | | protocol (#605532) | |||||
* | account-widget: add empathy_account_widget_set_{account,password}_param | Guillaume Desmottes | 2010-01-18 | 2 | -0/+38 | |
| | | | | | This will be used to restore the account and password params when switching widgets. | |||||
* | Updated Spanish translation | Jorge González | 2010-01-18 | 1 | -84/+79 | |
| | ||||||
* | Support silent build rules with automake 1.11 | Javier Jardón | 2010-01-18 | 12 | -280/+46 | |
| | | | | | | | | | | Support silent build rules, requires at least automake-1.11. Disable by either passing --disable-silent-rules to configure or passing V=1 to make. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=585364 Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | |||||
* | set presence to offline when account is disabled | Felix Kaser | 2010-01-16 | 1 | -0/+5 | |
| | | | | else the presence is empty and no icon is shown in the infobar (#604706) | |||||
* | Consider connected account which doesn't implement presence as available ↵ | Guillaume Desmottes | 2010-01-16 | 1 | -0/+8 | |
| | | | | (#604700) | |||||
* | Rephrase the TP_CONNECTION_STATUS_REASON_REQUESTED message to make it ↵ | Guillaume Desmottes | 2010-01-15 | 1 | -1/+1 | |
| | | | | clearer (#606510) | |||||
* | No need to get RequestableChannelClasses if ContactCapability is implemented | Guillaume Desmottes | 2010-01-14 | 1 | -15/+23 | |
| | | | | We use it only as a fallback if it's not. | |||||
* | factor out channel_classes_to_capabilities | Guillaume Desmottes | 2010-01-14 | 1 | -64/+58 | |
| | ||||||
* | Use ContactCapabilities to get audio/video caps (#599163) | Guillaume Desmottes | 2010-01-14 | 1 | -1/+16 | |
| | ||||||
* | Stop using the old Capabilities iface if ContactCapabilities is implemented | Guillaume Desmottes | 2010-01-14 | 1 | -20/+20 | |
| | ||||||
* | Claim that contacts support stream tube if it's announced in their contact ↵ | Guillaume Desmottes | 2010-01-14 | 1 | -7/+10 | |
| | | | | capabilities | |||||
* | Claim that contacts support FT if it's announced in their contact ↵ | Guillaume Desmottes | 2010-01-14 | 1 | -0/+91 | |
| | | | | capabilities (#599164) | |||||
* | Don't assume contacts support FT if ContactCapabilities is implemented | Guillaume Desmottes | 2010-01-14 | 1 | -4/+19 | |
| | ||||||
* | account-widget: use empathy_account_widget_changed | Guillaume Desmottes | 2010-01-14 | 1 | -13/+5 | |
| | ||||||
* | account-widget-irc: Call empathy_account_widget_changed when network ↵ | Guillaume Desmottes | 2010-01-14 | 1 | -0/+1 | |
| | | | | | | | combobox is changed By calling this function we'll activate the connect button and record that the widget contains pending changes (#606642). | |||||
* | add empathy_account_widget_changed as protected method | Guillaume Desmottes | 2010-01-14 | 2 | -0/+13 | |
| | ||||||
* | Updated Arabic translation | Khaled Hosny | 2010-01-14 | 1 | -442/+475 | |
| | ||||||
* | Updated French translation | Claude Paroz | 2010-01-14 | 1 | -776/+1114 | |
| | ||||||
* | Updated Norwegian bokmål translation | Kjartan Maraas | 2010-01-14 | 1 | -224/+252 | |
| | ||||||
* | Call xmlCleanupParser() only once when exiting (#600693) | Guillaume Desmottes | 2010-01-13 | 5 | -5/+1 | |
| | | | | | | | This function should only be called when exiting the application as it cleans up the memory allocated by the library itself. Thanks to Lennart for pointing this out. | |||||
* | Merge branch 'contact' | Xavier Claessens | 2010-01-13 | 4 | -1024/+947 | |
|\ | ||||||
| * | Remove the "Contact" alignment from contat widget | Xavier Claessens | 2010-01-13 | 4 | -117/+85 | |
| | | ||||||
| * | Reorder functions to not declare them on top | Xavier Claessens | 2010-01-12 | 1 | -909/+864 | |
| | | ||||||
* | | Use the proper enum value when checking FsMediaType | Guillaume Desmottes | 2010-01-13 | 1 | -1/+1 | |
| | | | | | | | | | | FS_MEDIA_TYPE_VIDEO and TP_MEDIA_STREAM_TYPE_VIDEO have actually the same value but newer versions of gcc are smarter and detect this kind of bug. | |||||
* | | Added initial Spanish translation | Jorge González | 2010-01-13 | 1 | -62/+22 | |
| | | ||||||
* | | Updated Spanish translation | Jorge González | 2010-01-13 | 1 | -246/+169 | |
| | | ||||||
* | | Revert "Escape the header of the notification (#599431)" | Guillaume Desmottes | 2010-01-13 | 1 | -7/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | This reverts commit 4363fe7a71208ee2d696211838f028ef97700b45. According to the notification spec, headers should not be escaped. Escaping them leads to displaying escaped text in the notification with some daemon (#603498). The bug #599431 was probably due to a bug in the notification-daemon and seems to work fine now. | |||||
* | | Add search bar in chat text views (#585168) | Thomas Meire | 2010-01-12 | 8 | -5/+463 | |
| | | ||||||
* | | chat_window_create_label: ref the widgets stored as data so we are sure they ↵ | Guillaume Desmottes | 2010-01-12 | 1 | -7/+8 | |
| | | | | | | | | stay alive when doing DnD | |||||
* | | start dev of next version | Guillaume Desmottes | 2010-01-12 | 1 | -3/+3 | |
| | | ||||||
* | | prepare 2.29.5.1EMPATHY_2_29_5_1 | Guillaume Desmottes | 2010-01-12 | 2 | -3/+14 | |
| | | ||||||
* | | Revert "added si to LINGUAS file" | Guillaume Desmottes | 2010-01-12 | 1 | -0/+75 | |
| | | | | | | | | | | This reverts commit 26f31d66832b7ec72aa5544de15cd99cbf90640e. This commit accidentally removed the po/LINGUAS file. | |||||
* | | updating for Punjabi by A S Alam | A S Alam | 2010-01-12 | 1 | -788/+1378 | |
| | | ||||||
* | | start dev of 2.29.6 | Guillaume Desmottes | 2010-01-12 | 1 | -2/+2 | |
| | | ||||||
* | | add Channel_Interface_Conference.xml to EXTRA_DISTEMPATHY_2_29_5 | Guillaume Desmottes | 2010-01-12 | 1 | -1/+2 | |
| | | ||||||
* | | prepare 2.29.5 release | Guillaume Desmottes | 2010-01-12 | 2 | -2/+57 | |
| | | ||||||
* | | contact_list_store_get_contact_status_icon_with_icon_name: early return if ↵ | Guillaume Desmottes | 2010-01-12 | 1 | -0/+3 | |
| | | | | | | | | icon_name is NULL | |||||
* | | empathy_pixbuf_contact_status_icon_with_icon_name: icon_name is not supposed ↵ | Guillaume Desmottes | 2010-01-12 | 1 | -0/+1 | |
| | | | | | | | | to be NULL | |||||
* | | listen for the "account-validity-changed" so new account are added to the ↵ | Guillaume Desmottes | 2010-01-12 | 1 | -0/+35 | |
| | | | | | | | | dispatcher (#605689) | |||||
* | | store status-changed sig handler in a hash table | Guillaume Desmottes | 2010-01-12 | 1 | -0/+24 | |
| | | ||||||
* | | factor out connect_account | Guillaume Desmottes | 2010-01-12 | 1 | -7/+14 | |
| | | ||||||
* | | empathy_dispatcher_join_muc: assert than connection_data is not NULL | Guillaume Desmottes | 2010-01-12 | 1 | -0/+1 | |
| | | ||||||
* | | Wait that the pipeline has been started before enabling camera | Guillaume Desmottes | 2010-01-11 | 1 | -7/+10 | |
| | | | | | | | | | | The v4l2src element doesn't work properly if the pipeline has not been started (#605549). |