Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use proper model in linking ui | Felix Kaser | 2010-08-24 | 1 | -1/+1 |
| | | | | when searching in the linking-ui-treeview the filtered model has to be used. fixes bug #627500 | ||||
* | Updated Arabic translation | Khaled Hosny | 2010-08-24 | 1 | -610/+920 |
| | |||||
* | Update Czech translation by Marek Cernocky | Petr Kovar | 2010-08-24 | 1 | -594/+931 |
| | |||||
* | Updated Spanish translation | Jorge González | 2010-08-23 | 1 | -7/+11 |
| | |||||
* | linker: add some padding in the 2 part of the pane | Guillaume Desmottes | 2010-08-23 | 1 | -2/+13 |
| | |||||
* | individual-widget: adapt number of rows to the features needed | Guillaume Desmottes | 2010-08-23 | 1 | -3/+7 |
| | |||||
* | linker: add a label explaining how to use the dialog | Guillaume Desmottes | 2010-08-23 | 1 | -2/+18 |
| | |||||
* | Updated Traditional Chinese translation(Hong Kong and Taiwan) | Cheng-Chia Tseng | 2010-08-23 | 2 | -622/+1030 |
| | |||||
* | Display the number of personas only in tooltips | Guillaume Desmottes | 2010-08-23 | 1 | -19/+25 |
| | |||||
* | pass NULL instead of "" to gtk_label_new() | Guillaume Desmottes | 2010-08-23 | 2 | -2/+2 |
| | | | | This saves us a strdup. | ||||
* | linker: display titles in bold | Guillaume Desmottes | 2010-08-23 | 1 | -2/+9 |
| | |||||
* | Consider contact without presence as online (#627587) | Guillaume Desmottes | 2010-08-23 | 1 | -1/+3 |
| | | | | | | That what we use to do but f8c37da731af9f6cd74e7a0ef08fa02059d981ac breaked it. If we don't consider such contacts as online, IRC contacts don't appear in the room contact list. | ||||
* | Updated galician translations | Fran Diéguez | 2010-08-23 | 1 | -58/+73 |
| | |||||
* | Updated Danish translation | Kenneth Nielsen | 2010-08-22 | 1 | -631/+915 |
| | |||||
* | Updated Spanish translation | Jorge González | 2010-08-21 | 1 | -68/+79 |
| | |||||
* | Updated Norwegian bokmål translation | Kjartan Maraas | 2010-08-21 | 1 | -332/+526 |
| | |||||
* | Updated Slovenian translation | Matej Urbančič | 2010-08-21 | 1 | -96/+153 |
| | |||||
* | Updated Hebrew translation. | Yaron Shahrabani | 2010-08-21 | 1 | -88/+153 |
| | |||||
* | Add a "Linked Contacts" label at the top of the Information dialogue | Philip Withnall | 2010-08-20 | 2 | -3/+36 |
| | |||||
* | Allow EmpathyIndividualInformationDialog to be resized | Philip Withnall | 2010-08-20 | 1 | -1/+1 |
| | |||||
* | Fix some visual breakage of EmpathyIndividualWidget in tooltips | Philip Withnall | 2010-08-20 | 2 | -6/+12 |
| | | | | It was expanding too much and leaking out of the tooltip balloon. | ||||
* | Bug 627360 — "Information" of a meta contact is too big for the screen | Philip Withnall | 2010-08-20 | 2 | -3/+56 |
| | | | | | Add a GtkScrolledWindow to EmpathyIndividualWidget in the case that it's showing personas. Closes: bgo#627360 | ||||
* | Display Personas' accounts in the linking dialogue | Philip Withnall | 2010-08-20 | 1 | -1/+3 |
| | | | | | Display the account name instead of the Persona's presence message on the right-hand side of the linking dialogue. Closes: bgo#626715 | ||||
* | Add an "account" column to EmpathyPersonaStore | Philip Withnall | 2010-08-20 | 2 | -0/+10 |
| | | | | This stores the display name of the PersonaStore for each Persona. | ||||
* | Avoid conflicting accelerators in New Call dialog. | Will Thompson | 2010-08-20 | 1 | -1/+1 |
| | | | | | | _Call conflicts with the stock _Cancel button. Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | ||||
* | Add EmpathyIndividualEditDialog | Philip Withnall | 2010-08-20 | 5 | -6/+337 |
| | | | | | This replaces the edit dialogue from empathy-contact-dialogs.c, and is now used from the EmpathyIndividualMenu. Closes: bgo#626544 | ||||
* | Allow unlinking individuals through EmpathyIndividualManager | Philip Withnall | 2010-08-20 | 2 | -0/+38 |
| | | | | | | Wrap the FolksIndividualAggregator individual unlinking API in EmpathyIndividualManager with some basic error reporting (it isn't expected that unlinking will fail). | ||||
* | Updated galician translations | Fran Diéguez | 2010-08-20 | 1 | -88/+148 |
| | |||||
* | Don't try to expand groups if the EmpathyIndividualView's store is unset | Philip Withnall | 2010-08-20 | 1 | -2/+6 |
| | |||||
* | Bug 627219 — Link dialog search doesn't work | Philip Withnall | 2010-08-20 | 3 | -25/+81 |
| | | | | | Allow the store of an EmpathyIndividualView to be changed after construction, and cope with recreating the filter when this happens. Closes: bgo#627219 | ||||
* | Updated Spanish translation | Jorge González | 2010-08-20 | 1 | -92/+149 |
| | |||||
* | Use EmpathyIndividualWidget in EmpathyIndividualInformationDialog | Philip Withnall | 2010-08-20 | 1 | -28/+10 |
| | |||||
* | Use EmpathyIndividualWidget in EmpathyIndividualView tooltips | Philip Withnall | 2010-08-20 | 1 | -12/+8 |
| | |||||
* | Fix the flags given to the widget in EmpathyIndividualLinker | Philip Withnall | 2010-08-20 | 1 | -1/+1 |
| | |||||
* | Expand EmpathyIndividualWidget | Philip Withnall | 2010-08-20 | 5 | -72/+1984 |
| | | | | | It's now a fully-fledged widget of its own, rather than a thin wrapper around EmpathyContactWidget. Closes: bgo#626728 | ||||
* | Split the group editing widgets out of EmpathyContactWidget | Philip Withnall | 2010-08-20 | 6 | -392/+688 |
| | | | | | They can be shared between EmpathyContactWidget and a new EmpathyIndividualWidget, once it's written. | ||||
* | live-search: fix typo | Guillaume Desmottes | 2010-08-19 | 1 | -1/+1 |
| | |||||
* | Updated Slovenian translation | Matej Urbančič | 2010-08-19 | 1 | -33/+51 |
| | |||||
* | Updated Hebrew translation. | Yaron Shahrabani | 2010-08-19 | 1 | -58/+67 |
| | |||||
* | Updated Swedish translation | Daniel Nylander | 2010-08-19 | 1 | -78/+101 |
| | |||||
* | Ensure we disconnect signals from all Personas in an Individual | Philip Withnall | 2010-08-19 | 1 | -19/+58 |
| | |||||
* | Allow cancellation of avatar load operations | Philip Withnall | 2010-08-19 | 3 | -13/+54 |
| | | | | | | | Automatically cancel all pending avatar load operations when disposing of an EmpathyIndividualStore. This prevents crashes when linking individuals in the case that the EmpathyIndividualStore in the linking dialogue gets notified of the new linked individual just before it's destroyed. | ||||
* | Display invite dialog even if we don't know the inviter (#627228) | Guillaume Desmottes | 2010-08-18 | 1 | -7/+14 |
| | |||||
* | display_invite_room_dialog: deal with contact being NULL | Guillaume Desmottes | 2010-08-18 | 1 | -3/+11 |
| | |||||
* | factor out display_invite_room_dialog | Guillaume Desmottes | 2010-08-18 | 1 | -15/+22 |
| | |||||
* | l10n: Added Kazakh translation for empathy | Baurzhan Muftakhidinov | 2010-08-18 | 1 | -0/+3557 |
| | |||||
* | l10n: Added Kazakh (kk) to po/LINGUAS for empathy | Baurzhan Muftakhidinov | 2010-08-18 | 1 | -0/+1 |
| | |||||
* | remove released flag | Guillaume Desmottes | 2010-08-18 | 1 | -1/+1 |
| | |||||
* | prepare 2.31.90 releaseEMPATHY_2_31_90 | Guillaume Desmottes | 2010-08-18 | 2 | -3/+72 |
| | |||||
* | event-manager: use tp_user_action_time_from_x11() | Guillaume Desmottes | 2010-08-18 | 1 | -7/+4 |
| | |||||
* | empathy_chat_window_present_chat: use tp_user_action_time_should_present | Guillaume Desmottes | 2010-08-18 | 1 | -5/+2 |
| | |||||
* | use TP_USER_ACTION_TIME_* (#627165) | Guillaume Desmottes | 2010-08-18 | 9 | -18/+15 |
| | |||||
* | Update tp-glib dep to 0.11.13 | Guillaume Desmottes | 2010-08-18 | 1 | -1/+1 |
| | |||||
* | Aggregate group expansion/contraction in EmpathyIndividualView | Philip Withnall | 2010-08-18 | 1 | -36/+96 |
| | | | | | | | The idle handler for expanding/contracting groups was getting scheduled many hundreds of times more than necessary when initialising the contact list. This aggregates expansion/contraction of group rows into a single idle handler call which expands or contracts a number of rows at once. | ||||
* | Don't recursively expand contact list rows unnecessarily | Philip Withnall | 2010-08-18 | 1 | -1/+1 |
| | |||||
* | Bug 626552 — Sporadic tree model warnings upon initial fill in Empathy | Philip Withnall | 2010-08-18 | 1 | -5/+15 |
| | | | | | | Work around bgo#621076 in EmpathyIndividualView to ensure that all individuals and groups are visible in the contact list on initial load. Closes: bgo#626552 | ||||
* | Rearrange functions in EmpathyIndividualView | Philip Withnall | 2010-08-18 | 1 | -109/+109 |
| | |||||
* | Updated Galician translations | Fran Diéguez | 2010-08-18 | 1 | -29/+33 |
| | |||||
* | Updated Spanish translation | Jorge González | 2010-08-17 | 1 | -30/+34 |
| | |||||
* | Updated Slovenian translation | Matej Urbančič | 2010-08-17 | 1 | -43/+34 |
| | |||||
* | Updated Slovenian translation | Matej Urbančič | 2010-08-17 | 1 | -15/+20 |
| | |||||
* | add preference to disable logging (#567858) | Guillaume Desmottes | 2010-08-17 | 3 | -0/+28 |
| | |||||
* | Updated Hebrew translation. | Yaron Shahrabani | 2010-08-17 | 1 | -169/+224 |
| | |||||
* | Updated Spanish translation | Jorge González | 2010-08-17 | 1 | -91/+102 |
| | |||||
* | Updated Galician translations | Fran Diéguez | 2010-08-17 | 1 | -18/+31 |
| | |||||
* | Support previous conversations in the Personas menu. | Travis Reitter | 2010-08-16 | 2 | -25/+33 |
| | |||||
* | Support chat room invites in the Personas menu. | Travis Reitter | 2010-08-16 | 2 | -42/+68 |
| | |||||
* | Support desktop sharing in the Personas menu. | Travis Reitter | 2010-08-16 | 1 | -6/+18 |
| | |||||
* | Also support file transfer in the Personas menu. | Travis Reitter | 2010-08-16 | 2 | -7/+20 |
| | |||||
* | Support calls in the Personas menu. | Travis Reitter | 2010-08-16 | 3 | -16/+42 |
| | |||||
* | Add Personas entries to the contact menu. | Travis Reitter | 2010-08-16 | 2 | -8/+143 |
| | | | | | This lets us specifically select which contact to chat and perform other actions with. | ||||
* | Make the Share my Desktop item map to the first capable contact. | Travis Reitter | 2010-08-16 | 1 | -19/+5 |
| | |||||
* | Make the Invite to Chat Room list all possible rooms for all subcontacts. | Travis Reitter | 2010-08-16 | 1 | -16/+99 |
| | |||||
* | Make Send File context menu choose the first capable contact. | Travis Reitter | 2010-08-16 | 1 | -18/+6 |
| | |||||
* | Make the individual menu items map to the first capable contact. | Philip Withnall | 2010-08-16 | 1 | -42/+79 |
| | | | | Previously, they assumed every Individual contained exactly one TpContact. | ||||
* | Show information for all an individual's personas in the information dialogue | Philip Withnall | 2010-08-16 | 4 | -6/+326 |
| | |||||
* | Updated Slovenian translation | Matej Urbančič | 2010-08-16 | 1 | -73/+84 |
| | |||||
* | log-viewer: rename labels of the Back and Previous buttons | Guillaume Desmottes | 2010-08-16 | 1 | -4/+12 |
| | | | | | "Find previous" and "Find next" is what we are already using in the chat view (#626994). | ||||
* | Updated Galician translations | Fran Diéguez | 2010-08-16 | 1 | -90/+117 |
| | |||||
* | log-window: fix ordering of the Back and Previous buttons (#626992) | Guillaume Desmottes | 2010-08-16 | 1 | -21/+37 |
| | |||||
* | update translation for Punjabi | A S Alam | 2010-08-17 | 1 | -276/+376 |
| | |||||
* | Updated Spanish translation | Jorge González | 2010-08-16 | 1 | -143/+190 |
| | |||||
* | Updated Swedish translation | Daniel Nylander | 2010-08-14 | 1 | -171/+205 |
| | |||||
* | event-manager: we don't use the dispatcher any more | Guillaume Desmottes | 2010-08-13 | 1 | -4/+0 |
| | |||||
* | empathy_contact_new can be static now | Guillaume Desmottes | 2010-08-13 | 2 | -2/+1 |
| | | | | Everyone should use empathy_contact_dup_from_tp_contact() | ||||
* | persona-view: use empathy_contact_dup_from_tp_contact instead of ↵ | Guillaume Desmottes | 2010-08-13 | 1 | -1/+1 |
| | | | | empathy_contact_new | ||||
* | persona-store: use empathy_contact_dup_from_tp_contact instead of ↵ | Guillaume Desmottes | 2010-08-13 | 1 | -5/+5 |
| | | | | empathy_contact_new | ||||
* | add g_return_val_if_fail in _new functions | Guillaume Desmottes | 2010-08-12 | 2 | -0/+4 |
| | |||||
* | empathy_tp_call_get_connection_manager: use the account directly | Guillaume Desmottes | 2010-08-12 | 1 | -14/+1 |
| | |||||
* | tp-call: add account property | Guillaume Desmottes | 2010-08-12 | 5 | -7/+44 |
| | |||||
* | chat: get the account from the tp-chat | Guillaume Desmottes | 2010-08-12 | 1 | -3/+2 |
| | |||||
* | tp-chat: add 'account' property | Guillaume Desmottes | 2010-08-12 | 4 | -8/+40 |
| | |||||
* | Updated Slovenian translation | Matej Urbančič | 2010-08-12 | 1 | -144/+166 |
| | |||||
* | widget-irc: call update_server_params in setup so buttons are updated (#626620) | Guillaume Desmottes | 2010-08-12 | 1 | -0/+1 |
| | | | | Thanks to Bilal Akhtar for the original patch. | ||||
* | compare accounts using their object paths rather than their TpAccount | Guillaume Desmottes | 2010-08-12 | 1 | -1/+3 |
| | | | | It's safer and we could have 2 proxies for the same Account. | ||||
* | use tp_strdiff | Guillaume Desmottes | 2010-08-12 | 1 | -3/+3 |
| | |||||
* | use explicit pointer comparaisons | Guillaume Desmottes | 2010-08-12 | 1 | -11/+11 |
| | |||||
* | select_account_once_ready: free the account and ID to avoid leaks | Guillaume Desmottes | 2010-08-12 | 1 | -0/+4 |
| | |||||
* | bump logger dep to 0.1.5 | Guillaume Desmottes | 2010-08-12 | 1 | -1/+1 |
| | | | | The fix for #622714 relies on fdo #29058 which has been fixed in logger 0.1.5 | ||||
* | select the account once we have populated the model with its chats (#622714) | Guillaume Desmottes | 2010-08-12 | 1 | -6/+16 |
| | |||||
* | log_manager_got_chats_cb: don't rely on the selected account any more | Guillaume Desmottes | 2010-08-12 | 1 | -8/+4 |
| | | | | | | | | | Getting the chats is now an async operation, so the selected account could have changed while we were fetching the chats. So instead of using the currently selected account we use the account we receive from the hit. Note that this depends on this fix in the logger: https://bugs.freedesktop.org/show_bug.cgi?id=29058 | ||||
* | no need to pass account and chat infos to log_window_chats_set_selected | Guillaume Desmottes | 2010-08-12 | 1 | -14/+8 |
| | |||||
* | also use select_account_once_ready when the window already exists | Guillaume Desmottes | 2010-08-12 | 1 | -2/+1 |
| | |||||
* | keep a ref on the account | Guillaume Desmottes | 2010-08-12 | 1 | -1/+2 |
| | |||||
* | factor out select_account_once_ready | Guillaume Desmottes | 2010-08-12 | 1 | -12/+22 |
| | |||||
* | Fix linking menu entry mnemonic | Philip Withnall | 2010-08-12 | 1 | -1/+1 |
| | | | | Closes: bgo#626130 | ||||
* | Add EmpathyLinkingDialog | Philip Withnall | 2010-08-12 | 6 | -2/+280 |
| | | | | | A dialogue which uses EmpathyIndividualLinker to allow linking of Individuals, accessible by a "Link" entry in the contacts' context menu. | ||||
* | Allow linking personas through EmpathyIndividualManager | Philip Withnall | 2010-08-12 | 2 | -0/+37 |
| | | | | | | Wrap the FolksIndividualAggregator persona linking API in EmpathyIndividualManager with some basic error reporting (it isn't expected that linking will fail). | ||||
* | Add EmpathyIndividualLinker | Philip Withnall | 2010-08-12 | 4 | -0/+682 |
| | | | | | This is a widget to allow selection of Individuals to link together to form linked Individuals. | ||||
* | Add EmpathyIndividualWidget | Philip Withnall | 2010-08-12 | 3 | -0/+365 |
| | | | | | This displays details for a single Individual, in much the same way that EmpathyContactWidget displays the details of a single Persona. | ||||
* | Add EmpathyPersonaStore and EmpathyPersonaView | Philip Withnall | 2010-08-12 | 5 | -0/+1927 |
| | | | | | | Based on stripped-down versions of EmpathyContactListStore and EmpathyContactListView, these allow listing of all the Personas for a given Individual. | ||||
* | Bump libfolks requirement to 0.1.13 for the linking API changes | Philip Withnall | 2010-08-12 | 1 | -1/+1 |
| | |||||
* | Only enable row reordering in EmpathyIndividualView if dragging is enabled | Philip Withnall | 2010-08-12 | 1 | -6/+9 |
| | |||||
* | Updated galician translations | Fran Diéguez | 2010-08-12 | 1 | -158/+181 |
| | |||||
* | remove empathy-dispatch-operation | Guillaume Desmottes | 2010-08-11 | 8 | -760/+0 |
| | |||||
* | dispatcher: remove more unused attributes and code | Guillaume Desmottes | 2010-08-11 | 1 | -74/+1 |
| | |||||
* | Merge remote branch 'lfrb/ft-cancel' | Guillaume Desmottes | 2010-08-11 | 1 | -2/+7 |
|\ | |||||
| * | Ignore socket errors when closing the file-transfer channel | Louis-Francis Ratté-Boulianne | 2010-08-11 | 1 | -2/+7 |
| | | |||||
* | | dispatcher: use TpCapabilities to get the RCC (#626636) | Guillaume Desmottes | 2010-08-11 | 1 | -45/+30 |
| | | |||||
* | | dispatcher: use tp_proxy_prepare_async instead of tp_connection_call_when_ready | Guillaume Desmottes | 2010-08-11 | 1 | -6/+12 |
| | | |||||
* | | bye bye empathy-handler | Guillaume Desmottes | 2010-08-11 | 3 | -509/+0 |
| | | |||||
* | | dispatcher: remove channel handling and requesting code | Guillaume Desmottes | 2010-08-11 | 2 | -973/+0 |
|/ | |||||
* | Merge branch 'request-chat-626630' | Guillaume Desmottes | 2010-08-11 | 15 | -300/+90 |
|\ | |||||
| * | empathy_dispatcher_join_muc: use TpAccountChannelRequest | Guillaume Desmottes | 2010-08-11 | 1 | -89/+14 |
| | | |||||
| * | empathy_dispatcher_join_muc: get an account instead of a connection | Guillaume Desmottes | 2010-08-11 | 7 | -74/+32 |
| | | |||||
| * | re-implement empathy_dispatcher_chat_with_contact using ↵ | Guillaume Desmottes | 2010-08-11 | 7 | -72/+10 |
| | | | | | | | | | | | | empathy_dispatcher_chat_with_contact_id We don't use the callback arg anyway. | ||||
| * | empathy_dispatcher_chat_with_contact_id: use TpAccountChannelRequest | Guillaume Desmottes | 2010-08-11 | 1 | -45/+22 |
| | | |||||
| * | empathy_dispatcher_chat_with_contact_id: get a TpAccount instead of a ↵ | Guillaume Desmottes | 2010-08-11 | 6 | -32/+27 |
| | | | | | | | | TpConnection | ||||
| * | empathy_dispatcher_chat_with_contact_id: remove callback argument | Guillaume Desmottes | 2010-08-11 | 6 | -13/+9 |
| | | | | | | | | It's unused anyway. | ||||
| * | empathy_call_factory_new_call_with_streams: don't leak the hash table | Guillaume Desmottes | 2010-08-11 | 1 | -0/+1 |
| | | |||||
* | | Updated Slovenian translation | Matej Urbančič | 2010-08-11 | 1 | -45/+56 |
|/ | |||||
* | share-my-desktop: use TpAccountChannelRequest | Guillaume Desmottes | 2010-08-11 | 1 | -8/+24 |
| | |||||
* | tp-chat: use TpAccountChannelRequest | Guillaume Desmottes | 2010-08-11 | 1 | -8/+24 |
| | |||||
* | new-call-dialog: use TpAccountChannelRequest | Guillaume Desmottes | 2010-08-11 | 1 | -10/+25 |
| | |||||
* | call-factory: use TpAccountChannelRequest to request the media channel | Guillaume Desmottes | 2010-08-11 | 1 | -6/+27 |
| | |||||
* | empathy_call_factory_new_call_with_streams: remove callback arg | Guillaume Desmottes | 2010-08-11 | 4 | -7/+5 |
| | | | | If you want to handle the channel yourself then use TpAccountChannelRequest. | ||||
* | empathy_call_handler_start_call: use ↵ | Guillaume Desmottes | 2010-08-11 | 1 | -13/+30 |
| | | | | tp_account_channel_request_create_and_handle_channel_async | ||||
* | factor out empathy_call_factory_create_request | Guillaume Desmottes | 2010-08-11 | 2 | -11/+24 |
| | |||||
* | add support for the errors introduced in spec 0.19.11 | Guillaume Desmottes | 2010-08-11 | 1 | -0/+9 |
| | |||||
* | fix indentation | Guillaume Desmottes | 2010-08-11 | 1 | -1/+1 |
| | |||||
* | Don't abort when closing the FT dialogue | Philip Withnall | 2010-08-11 | 1 | -0/+4 |
| | | | | | Ensure we handle the case where the dialogue is closed by the window manager or programmatically gracefully. | ||||
* | Use GimpNet as default IRC network (#625675) | Bilal Akhtar | 2010-08-11 | 1 | -0/+6 |
| | |||||
* | stop using Empathy's internal dispatcher to request FT channel | Guillaume Desmottes | 2010-08-11 | 1 | -21/+28 |
| | |||||
* | bump tp-glib dep to 0.11.12 | Guillaume Desmottes | 2010-08-11 | 1 | -1/+1 |
| | | | | We need it for TpAccountChannelRequest. | ||||
* | Use TpSimpleHandler to handle incoming file transfer (#623139) | Guillaume Desmottes | 2010-08-11 | 3 | -37/+102 |
| | |||||
* | tp-file: remove unused ready variable | Guillaume Desmottes | 2010-08-11 | 1 | -1/+0 |
| | |||||
* | tp-file: no need to pass the incoming property during construction | Guillaume Desmottes | 2010-08-11 | 3 | -13/+11 |
| | | | | We can infer it from the channel properties. | ||||
* | call-factory: don't leak the handler | Guillaume Desmottes | 2010-08-11 | 1 | -1/+1 |
| | |||||
* | stop handling internally FT channels | Guillaume Desmottes | 2010-08-11 | 2 | -73/+5 |
| | |||||
* | remove empathy_dispatcher_send_file_to_contact prototype | Guillaume Desmottes | 2010-08-10 | 1 | -6/+0 |
| | |||||
* | empathy_contact_selector_dialog_get_selected: allow to get the account as well | Guillaume Desmottes | 2010-08-10 | 5 | -6/+18 |
| | |||||
* | Updated Swedish translation | Daniel Nylander | 2010-08-10 | 1 | -682/+866 |
| | |||||
* | Minor coding style fixes in EmpathyIndividual[Store|View] | Philip Withnall | 2010-08-09 | 2 | -3/+3 |
| | |||||
* | empathy-individual-menu: no need to get the call factory | Guillaume Desmottes | 2010-08-09 | 1 | -4/+0 |
| | |||||
* | Updated Slovenian translation | Matej Urbančič | 2010-08-09 | 1 | -7/+7 |
| | |||||
* | Allow translators to localize time formats (#623934) | Nicolò Chieffo | 2010-08-09 | 1 | -3/+8 |
| | |||||
* | Fix capability change notification in the EmpathyIndividualStore | Philip Withnall | 2010-08-09 | 1 | -6/+35 |
| | | | | Closes: bgo#626162 | ||||
* | only show label during search | Felix Kaser | 2010-08-09 | 1 | -13/+7 |
| | | | | | don't change the behavior of the contact list when empty (without searching) | ||||
* | Updated Hebrew translation. | Yaron Shahrabani | 2010-08-09 | 1 | -30/+22 |
| | |||||
* | Updated Hebrew translation. | Yaron Shahrabani | 2010-08-09 | 1 | -162/+249 |
| | |||||
* | use gtk_clutter_init rather than clutter_init | Guillaume Desmottes | 2010-08-09 | 1 | -3/+5 |
| | | | | | | This should fix the "Unable to make the stage window ..... the current GLX drawable" warning. Thanks to Jiri Techet to have spotted this. | ||||
* | Updated Spanish translation | Jorge González | 2010-08-09 | 1 | -138/+134 |
| | |||||
* | Remove uses of new GStreamer API | Philip Withnall | 2010-08-06 | 1 | -6/+0 |
| | | | | | Various GstMessageType members were added after 0.10.0, so we shouldn't use them. | ||||
* | Updated Slovenian translation | Matej Urbančič | 2010-08-06 | 1 | -162/+250 |
| | |||||
* | Add casts to fix constness problems in empathy-import-pidgin.c | Philip Withnall | 2010-08-06 | 1 | -5/+5 |
| | |||||
* | Cast away constness of strings in GtkTargetEntry structs | Philip Withnall | 2010-08-05 | 1 | -8/+13 |
| | | | | | This stops gcc warning us about GTK+'s broken API which uses non-const string fields in a static struct. | ||||
* | Add noreturn annotation to version callback function | Philip Withnall | 2010-08-05 | 1 | -2/+5 |
| | |||||
* | Fix old-style function definition (missing void) | Philip Withnall | 2010-08-05 | 1 | -1/+1 |
| | |||||
* | Fix constness of various variables and parameters | Philip Withnall | 2010-08-05 | 9 | -19/+19 |
| | |||||
* | Fix missing entries in switch statements | Philip Withnall | 2010-08-05 | 20 | -20/+105 |
| | | | | Added missing default cases and missing enum cases. | ||||
* | Use #ifdef instead of #if to avoid warnings of undefined symbols | Philip Withnall | 2010-08-05 | 5 | -17/+17 |
| | |||||
* | Updated Spanish translation | Jorge González | 2010-08-05 | 1 | -23/+79 |
| | |||||
* | Fix memory corruption introduced by not removing a weak pointer | Philip Withnall | 2010-08-05 | 1 | -17/+39 |
| | | | | | | | This rewrites the weak pointer code for active individuals in EmpathyIndividualStore to use weak references, which has the added benefit of meaning we can remove the timeout if the individual disappears, rather than executing it anyway and just bailing out. Closes: bgo#625641 | ||||
* | Updated Galician translations | Fran Diéguez | 2010-08-05 | 1 | -79/+161 |
| | |||||
* | use different labels if view is empty | Felix Kaser | 2010-08-05 | 4 | -19/+44 |
| | | | | | either show "no match found" or "your contact list is empty". fixes bug #621642 | ||||
* | show label if contact list is empty | Felix Kaser | 2010-08-05 | 1 | -4/+48 |
| | | | | | | at the moment there is only one label, but we should distinguish if the contact list is empty because no contact is online or because the live search matched nothing | ||||
* | added structure to show text when list empty | Felix Kaser | 2010-08-05 | 2 | -5/+35 |
| | | | | | I've added a notebook which holds the treeview and on another page it holds a label. The logic when to switch has to be implemented. | ||||
* | Merge branch 'connection-error-523895' | Guillaume Desmottes | 2010-08-05 | 4 | -12/+93 |
|\ | |||||
| * | no need to pass the reason to main_window_error_display | Guillaume Desmottes | 2010-08-05 | 1 | -3/+2 |
| | | |||||
| * | no need to pass the reason to empathy_account_get_error_message | Guillaume Desmottes | 2010-08-05 | 4 | -7/+8 |
| | | |||||
| * | empathy_account_get_error_message: no need to get the details hash table | Guillaume Desmottes | 2010-08-05 | 1 | -2/+1 |
| | | |||||
| * | empathy_status_reason_get_default_message can be static now | Guillaume Desmottes | 2010-08-05 | 2 | -2/+1 |
| | | |||||
| * | accounts-dialog: use empathy_account_get_error_message (#523895) | Guillaume Desmottes | 2010-08-05 | 1 | -2/+2 |
| | | |||||
| * | main-window: use empathy_account_get_error_message (#523895) | Guillaume Desmottes | 2010-08-05 | 1 | -4/+1 |
| | | |||||
| * | add empathy_account_get_error_message | Guillaume Desmottes | 2010-08-05 | 2 | -2/+23 |
| | | |||||
| * | create_errors_to_message_hash: add support for more errors | Guillaume Desmottes | 2010-08-05 | 1 | -0/+21 |
| | | |||||
| * | add empathy_dbus_error_name_get_default_message | Guillaume Desmottes | 2010-08-05 | 2 | -0/+45 |
| | | | | | | | | Reuse existing errors for now. | ||||
| * | main-window: pass the TpConnectionStatusReason to main_window_error_display | Guillaume Desmottes | 2010-08-05 | 1 | -6/+5 |
| | | |||||
* | | Updated Spanish translation | Jorge González | 2010-08-05 | 1 | -61/+89 |
|/ | |||||
* | Merge branch 'av-candidate-624344' | Guillaume Desmottes | 2010-08-05 | 4 | -8/+623 |
|\ | |||||
| * | display the tooltip on the info image | Guillaume Desmottes | 2010-08-05 | 1 | -7/+17 |
| | | |||||
| * | add 'info' icon next to the candidates | Guillaume Desmottes | 2010-08-05 | 1 | -16/+80 |
| | | |||||
| * | call-window: use candidates-changed signal | Guillaume Desmottes | 2010-08-05 | 1 | -79/+37 |
| | | |||||
| * | call-handler: add candidates-changed signal | Guillaume Desmottes | 2010-08-05 | 1 | -0/+13 |
| | | |||||
| * | use a space to separate the IP from the port | Guillaume Desmottes | 2010-08-05 | 1 | -1/+1 |
| | | |||||
| * | add tooltips giving a bit more context about the candidate | Guillaume Desmottes | 2010-08-05 | 1 | -0/+23 |
| | | |||||
| * | destroy the old candidates before updating them | Guillaume Desmottes | 2010-08-05 | 1 | -0/+4 |
| | | |||||
| * | call-window: display candidates info (#599166) | Guillaume Desmottes | 2010-08-05 | 2 | -0/+370 |
| | | |||||
| * | call-handler: add properties tracking the candidates | Guillaume Desmottes | 2010-08-05 | 2 | -0/+173 |
| | | |||||
* | | Fix an assertion failure in the filtering code due to show-offline changes | Philip Withnall | 2010-08-05 | 1 | -2/+4 |
|/ | | | | | | individual_view_is_visible_individual() is now called even when the live search widget isn't in use, so has to fail gracefully in that case. Closes: bgo#626041 | ||||
* | Updated Norwegian bokmål translation | Kjartan Maraas | 2010-08-04 | 1 | -204/+257 |
| | |||||
* | irc-networks: Remove Ubuntu Servers (#625950) | Brian Curtis | 2010-08-04 | 1 | -5/+0 |
| | | | | It's redundant with freenode. | ||||
* | update Punjabi Translation by A S Alam | A S Alam | 2010-08-04 | 1 | -667/+799 |
| | |||||
* | use member variable instead of getter | Felix Kaser | 2010-08-03 | 1 | -5/+3 |
| | |||||
* | removed fixme comment when toggling show_offline | Felix Kaser | 2010-08-03 | 1 | -3/+0 |
| | |||||
* | refactored show_offline property to the view | Felix Kaser | 2010-08-03 | 5 | -115/+70 |
| | | | | | | the show offline property was moved from the individual store to the individual view. this allows to easily and automatically search through offline contacts as well. | ||||
* | Updated Slovenian translation | Matej Urbančič | 2010-08-03 | 1 | -367/+470 |
| | |||||
* | Connect signals only once, it's enough | Xavier Claessens | 2010-08-03 | 1 | -7/+0 |
| | |||||
* | Ensure contacts have a persona set | Philip Withnall | 2010-08-03 | 2 | -1/+3 |
| | | | | | | | | Ensure that contacts created by empathy_contact_dup_from_folks_individual() have a persona set, so that things like custom presence messages in contact tooltips work again. This requires that we don't set the alias on the contacts during the initial contact population period, or we'll end up with duplicates of each contact in the list. Closes: bgo#625828 | ||||
* | fixing a method name typo | Felix Kaser | 2010-08-03 | 1 | -2/+2 |
| | |||||
* | Updated Russian translation from Александр Семёнов ↵ | Leonid Kanter | 2010-08-03 | 1 | -662/+795 |
| | | | | <rotuka@ya.ru> | ||||
* | contact: coding style fix | Guillaume Desmottes | 2010-08-03 | 1 | -1/+1 |
| | |||||
* | Add a translator comment explaining the "reduce location" semantic (#624062) | Guillaume Desmottes | 2010-08-03 | 1 | -1/+1 |
| | | | | Thanks to mahfiaz@gmail.com for his suggestion. | ||||
* | Updated zh_CN translation. | Funda Wang | 2010-08-03 | 2 | -74/+77 |
| | |||||
* | Maintain a list of Individuals which have EmpathyContacts in the manager | Philip Withnall | 2010-08-03 | 2 | -25/+115 |
| | | | | | | | This is necessary so that Individuals can be tracked as EmpathyContact-carrying Personas are added and removed from them, and to ensure that the IndividualManager doesn't use Individuals without EmpathyContacts. | ||||
* | remove released flag | Guillaume Desmottes | 2010-08-03 | 1 | -2/+2 |
| | |||||
* | prepare 2.31.6EMPATHY_2_31_6 | Guillaume Desmottes | 2010-08-03 | 2 | -3/+43 |
| | |||||
* | Don't warn when adding an existing contact | Philip Withnall | 2010-08-03 | 1 | -4/+8 |
| | | | | Closes: bgo#625830 | ||||
* | map-view: be a proper GtkWindow (#625826) | Guillaume Desmottes | 2010-08-02 | 3 | -154/+221 |
| | |||||
* | free the list returned by clutter_container_get_children() | Guillaume Desmottes | 2010-08-02 | 1 | -3/+4 |
| | |||||
* | show the date in messages coming from history (#624599) | Nicolò Chieffo | 2010-08-02 | 3 | -7/+14 |
| | |||||
* | Check for the right version of CC depending on GTK+ | Guillaume Desmottes | 2010-08-02 | 1 | -4/+9 |
| | | | | gnome-control-center has been ported to GTK+3 in 2.31.4 | ||||
* | Group all matching functions together | Xavier Claessens | 2010-07-30 | 1 | -69/+69 |
| | | | | This is only code move, no change | ||||
* | Abort directly if a test failed | Xavier Claessens | 2010-07-30 | 1 | -6/+4 |
| | |||||
* | Simplify code: Avoid nested loops | Xavier Claessens | 2010-07-30 | 1 | -61/+63 |
| | |||||
* | Make livesearch work if accentued letters are pre-decomposed | Xavier Claessens | 2010-07-30 | 2 | -7/+12 |
| | |||||
* | Add unit tests for the multi-word searching | Xavier Claessens | 2010-07-30 | 1 | -0/+6 |
| | |||||
* | Make EmpathyLiveSearch's match algo smarter with words | Xavier Claessens | 2010-07-30 | 1 | -27/+74 |
| | | | | Fixes bug #622376 | ||||
* | Add GTK_LIBS to build tests | Xavier Claessens | 2010-07-30 | 1 | -3/+6 |
| | |||||
* | backport the last commit to contact-list-view | Felix Kaser | 2010-07-29 | 1 | -6/+10 |
| | |||||
* | added return value for the keynav signal | Felix Kaser | 2010-07-29 | 2 | -7/+13 |
| | | | | now the hook widget can decide if it wants to handle the event or not. in case of the treeview this allows us to navigate in the search entry with left and right and navigate in the treeview with up and down since those are catched by the treeview | ||||
* | changed the type of keynav signal | Felix Kaser | 2010-07-29 | 2 | -6/+6 |
| | | | | now VOID__BOXED is used instead of VOID__POINTER | ||||
* | added check for null before scroll to cell | Felix Kaser | 2010-07-29 | 1 | -2/+5 |
| | |||||
* | add key navigation possibilities to search | Felix Kaser | 2010-07-29 | 1 | -0/+23 |
| | | | | one result of this patch is that key navigation in the search-entry will not be possible any more, in order to allow the hook widget to react to key navigation. | ||||
* | keep the selected contact visible after search | Felix Kaser | 2010-07-29 | 1 | -0/+7 |
| | | | | empathy will scroll automatically to the cell which is selected, when the search is hidden. | ||||
* | enable keynavigation during search in contact-list | Felix Kaser | 2010-07-29 | 2 | -4/+48 |
| | |||||
* | dont catch key up and down from the treeview | Felix Kaser | 2010-07-29 | 1 | -0/+5 |
| | | | | it is needed for the navigation. current implementation did catch it from the treeview and propagate it to the live search entry. | ||||
* | fixed a critical when quiting while searching | Felix Kaser | 2010-07-29 | 1 | -1/+1 |
| | |||||
* | added zh_CN to help/.gitignore | Felix Kaser | 2010-07-28 | 1 | -0/+2 |
| | |||||
* | fix small regression with expanding groups | Felix Kaser | 2010-07-28 | 1 | -1/+1 |
| | |||||
* | [i18n] Updated German translation | Mario Blättermann | 2010-07-28 | 1 | -110/+132 |
| | |||||
* | Updated Galician translations | Fran Diéguez | 2010-07-27 | 1 | -93/+115 |
| | |||||
* | Merge branch 'folks-async-and-prepare' | Travis Reitter | 2010-07-27 | 4 | -6/+77 |
|\ | |||||
| * | Adjust for signature change in folks_groups_change_group() | Travis Reitter | 2010-07-27 | 3 | -4/+56 |
| | | |||||
| * | Adjust for signature change in folks_individual_aggregator_remove_individual() | Travis Reitter | 2010-07-27 | 1 | -1/+19 |
| | | |||||
| * | Use the new IndividualAggregator.prepare() method | Philip Withnall | 2010-07-27 | 2 | -1/+2 |
| | | | | | | | | This avoids races when connecting to signals from the IndividualAggregator. | ||||
* | | Add Simplified Chinese help translation. | Aron Xu | 2010-07-27 | 2 | -1/+2712 |
| | | |||||
* | | Updated Galician translations | Fran Diéguez | 2010-07-27 | 1 | -1329/+1324 |
| | | |||||
* | | Updated Spanish translation | Jorge González | 2010-07-27 | 1 | -116/+134 |
| | | |||||
* | | Committed version of x264enc needs profile=1 for baseline | Sjoerd Simons | 2010-07-27 | 1 | -1/+1 |
| | |