aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Support calls in the Personas menu.Travis Reitter2010-08-163-16/+42
|
* Add Personas entries to the contact menu.Travis Reitter2010-08-162-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 Reitter2010-08-161-19/+5
|
* Make the Invite to Chat Room list all possible rooms for all subcontacts.Travis Reitter2010-08-161-16/+99
|
* Make Send File context menu choose the first capable contact.Travis Reitter2010-08-161-18/+6
|
* Make the individual menu items map to the first capable contact.Philip Withnall2010-08-161-42/+79
| | | | Previously, they assumed every Individual contained exactly one TpContact.
* Show information for all an individual's personas in the information dialoguePhilip Withnall2010-08-164-6/+326
|
* Updated Slovenian translationMatej Urbančič2010-08-161-73/+84
|
* log-viewer: rename labels of the Back and Previous buttonsGuillaume Desmottes2010-08-161-4/+12
| | | | | "Find previous" and "Find next" is what we are already using in the chat view (#626994).
* Updated Galician translationsFran Diéguez2010-08-161-90/+117
|
* log-window: fix ordering of the Back and Previous buttons (#626992)Guillaume Desmottes2010-08-161-21/+37
|
* update translation for PunjabiA S Alam2010-08-171-276/+376
|
* Updated Spanish translationJorge González2010-08-161-143/+190
|
* Updated Swedish translationDaniel Nylander2010-08-141-171/+205
|
* event-manager: we don't use the dispatcher any moreGuillaume Desmottes2010-08-131-4/+0
|
* empathy_contact_new can be static nowGuillaume Desmottes2010-08-132-2/+1
| | | | Everyone should use empathy_contact_dup_from_tp_contact()
* persona-view: use empathy_contact_dup_from_tp_contact instead of ↵Guillaume Desmottes2010-08-131-1/+1
| | | | empathy_contact_new
* persona-store: use empathy_contact_dup_from_tp_contact instead of ↵Guillaume Desmottes2010-08-131-5/+5
| | | | empathy_contact_new
* add g_return_val_if_fail in _new functionsGuillaume Desmottes2010-08-122-0/+4
|
* empathy_tp_call_get_connection_manager: use the account directlyGuillaume Desmottes2010-08-121-14/+1
|
* tp-call: add account propertyGuillaume Desmottes2010-08-125-7/+44
|
* chat: get the account from the tp-chatGuillaume Desmottes2010-08-121-3/+2
|
* tp-chat: add 'account' propertyGuillaume Desmottes2010-08-124-8/+40
|
* Updated Slovenian translationMatej Urbančič2010-08-121-144/+166
|
* widget-irc: call update_server_params in setup so buttons are updated (#626620)Guillaume Desmottes2010-08-121-0/+1
| | | | Thanks to Bilal Akhtar for the original patch.
* compare accounts using their object paths rather than their TpAccountGuillaume Desmottes2010-08-121-1/+3
| | | | It's safer and we could have 2 proxies for the same Account.
* use tp_strdiffGuillaume Desmottes2010-08-121-3/+3
|
* use explicit pointer comparaisonsGuillaume Desmottes2010-08-121-11/+11
|
* select_account_once_ready: free the account and ID to avoid leaksGuillaume Desmottes2010-08-121-0/+4
|
* bump logger dep to 0.1.5Guillaume Desmottes2010-08-121-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 Desmottes2010-08-121-6/+16
|
* log_manager_got_chats_cb: don't rely on the selected account any moreGuillaume Desmottes2010-08-121-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_selectedGuillaume Desmottes2010-08-121-14/+8
|
* also use select_account_once_ready when the window already existsGuillaume Desmottes2010-08-121-2/+1
|
* keep a ref on the accountGuillaume Desmottes2010-08-121-1/+2
|
* factor out select_account_once_readyGuillaume Desmottes2010-08-121-12/+22
|
* Fix linking menu entry mnemonicPhilip Withnall2010-08-121-1/+1
| | | | Closes: bgo#626130
* Add EmpathyLinkingDialogPhilip Withnall2010-08-126-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 EmpathyIndividualManagerPhilip Withnall2010-08-122-0/+37
| | | | | | Wrap the FolksIndividualAggregator persona linking API in EmpathyIndividualManager with some basic error reporting (it isn't expected that linking will fail).
* Add EmpathyIndividualLinkerPhilip Withnall2010-08-124-0/+682
| | | | | This is a widget to allow selection of Individuals to link together to form linked Individuals.
* Add EmpathyIndividualWidgetPhilip Withnall2010-08-123-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 EmpathyPersonaViewPhilip Withnall2010-08-125-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 changesPhilip Withnall2010-08-121-1/+1
|
* Only enable row reordering in EmpathyIndividualView if dragging is enabledPhilip Withnall2010-08-121-6/+9
|
* Updated galician translationsFran Diéguez2010-08-121-158/+181
|
* remove empathy-dispatch-operationGuillaume Desmottes2010-08-118-760/+0
|
* dispatcher: remove more unused attributes and codeGuillaume Desmottes2010-08-111-74/+1
|
* Merge remote branch 'lfrb/ft-cancel'Guillaume Desmottes2010-08-111-2/+7
|\
| * Ignore socket errors when closing the file-transfer channelLouis-Francis Ratté-Boulianne2010-08-111-2/+7
| |
* | dispatcher: use TpCapabilities to get the RCC (#626636)Guillaume Desmottes2010-08-111-45/+30
| |
* | dispatcher: use tp_proxy_prepare_async instead of tp_connection_call_when_readyGuillaume Desmottes2010-08-111-6/+12
| |
* | bye bye empathy-handlerGuillaume Desmottes2010-08-113-509/+0
| |
* | dispatcher: remove channel handling and requesting codeGuillaume Desmottes2010-08-112-973/+0
|/
* Merge branch 'request-chat-626630'Guillaume Desmottes2010-08-1115-300/+90
|\
| * empathy_dispatcher_join_muc: use TpAccountChannelRequestGuillaume Desmottes2010-08-111-89/+14
| |
| * empathy_dispatcher_join_muc: get an account instead of a connectionGuillaume Desmottes2010-08-117-74/+32
| |
| * re-implement empathy_dispatcher_chat_with_contact using ↵Guillaume Desmottes2010-08-117-72/+10
| | | | | | | | | | | | empathy_dispatcher_chat_with_contact_id We don't use the callback arg anyway.
| * empathy_dispatcher_chat_with_contact_id: use TpAccountChannelRequestGuillaume Desmottes2010-08-111-45/+22
| |
| * empathy_dispatcher_chat_with_contact_id: get a TpAccount instead of a ↵Guillaume Desmottes2010-08-116-32/+27
| | | | | | | | TpConnection
| * empathy_dispatcher_chat_with_contact_id: remove callback argumentGuillaume Desmottes2010-08-116-13/+9
| | | | | | | | It's unused anyway.
| * empathy_call_factory_new_call_with_streams: don't leak the hash tableGuillaume Desmottes2010-08-111-0/+1
| |
* | Updated Slovenian translationMatej Urbančič2010-08-111-45/+56
|/
* share-my-desktop: use TpAccountChannelRequestGuillaume Desmottes2010-08-111-8/+24
|
* tp-chat: use TpAccountChannelRequestGuillaume Desmottes2010-08-111-8/+24
|
* new-call-dialog: use TpAccountChannelRequestGuillaume Desmottes2010-08-111-10/+25
|
* call-factory: use TpAccountChannelRequest to request the media channelGuillaume Desmottes2010-08-111-6/+27
|
* empathy_call_factory_new_call_with_streams: remove callback argGuillaume Desmottes2010-08-114-7/+5
| | | | If you want to handle the channel yourself then use TpAccountChannelRequest.
* empathy_call_handler_start_call: use ↵Guillaume Desmottes2010-08-111-13/+30
| | | | tp_account_channel_request_create_and_handle_channel_async
* factor out empathy_call_factory_create_requestGuillaume Desmottes2010-08-112-11/+24
|
* add support for the errors introduced in spec 0.19.11Guillaume Desmottes2010-08-111-0/+9
|
* fix indentationGuillaume Desmottes2010-08-111-1/+1
|
* Don't abort when closing the FT dialoguePhilip Withnall2010-08-111-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 Akhtar2010-08-111-0/+6
|
* stop using Empathy's internal dispatcher to request FT channelGuillaume Desmottes2010-08-111-21/+28
|
* bump tp-glib dep to 0.11.12Guillaume Desmottes2010-08-111-1/+1
| | | | We need it for TpAccountChannelRequest.
* Use TpSimpleHandler to handle incoming file transfer (#623139)Guillaume Desmottes2010-08-113-37/+102
|
* tp-file: remove unused ready variableGuillaume Desmottes2010-08-111-1/+0
|
* tp-file: no need to pass the incoming property during constructionGuillaume Desmottes2010-08-113-13/+11
| | | | We can infer it from the channel properties.
* call-factory: don't leak the handlerGuillaume Desmottes2010-08-111-1/+1
|
* stop handling internally FT channelsGuillaume Desmottes2010-08-112-73/+5
|
* remove empathy_dispatcher_send_file_to_contact prototypeGuillaume Desmottes2010-08-101-6/+0
|
* empathy_contact_selector_dialog_get_selected: allow to get the account as wellGuillaume Desmottes2010-08-105-6/+18
|
* Updated Swedish translationDaniel Nylander2010-08-101-682/+866
|
* Minor coding style fixes in EmpathyIndividual[Store|View]Philip Withnall2010-08-092-3/+3
|
* empathy-individual-menu: no need to get the call factoryGuillaume Desmottes2010-08-091-4/+0
|
* Updated Slovenian translationMatej Urbančič2010-08-091-7/+7
|
* Allow translators to localize time formats (#623934)Nicolò Chieffo2010-08-091-3/+8
|
* Fix capability change notification in the EmpathyIndividualStorePhilip Withnall2010-08-091-6/+35
| | | | Closes: bgo#626162
* only show label during searchFelix Kaser2010-08-091-13/+7
| | | | | don't change the behavior of the contact list when empty (without searching)
* Updated Hebrew translation.Yaron Shahrabani2010-08-091-30/+22
|
* Updated Hebrew translation.Yaron Shahrabani2010-08-091-162/+249
|
* use gtk_clutter_init rather than clutter_initGuillaume Desmottes2010-08-091-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 translationJorge González2010-08-091-138/+134
|
* Remove uses of new GStreamer APIPhilip Withnall2010-08-061-6/+0
| | | | | Various GstMessageType members were added after 0.10.0, so we shouldn't use them.
* Updated Slovenian translationMatej Urbančič2010-08-061-162/+250
|
* Add casts to fix constness problems in empathy-import-pidgin.cPhilip Withnall2010-08-061-5/+5
|
* Cast away constness of strings in GtkTargetEntry structsPhilip Withnall2010-08-051-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 functionPhilip Withnall2010-08-051-2/+5
|
* Fix old-style function definition (missing void)Philip Withnall2010-08-051-1/+1
|
* Fix constness of various variables and parametersPhilip Withnall2010-08-059-19/+19
|
* Fix missing entries in switch statementsPhilip Withnall2010-08-0520-20/+105
| | | | Added missing default cases and missing enum cases.
* Use #ifdef instead of #if to avoid warnings of undefined symbolsPhilip Withnall2010-08-055-17/+17
|
* Updated Spanish translationJorge González2010-08-051-23/+79
|
* Fix memory corruption introduced by not removing a weak pointerPhilip Withnall2010-08-051-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 translationsFran Diéguez2010-08-051-79/+161
|
* use different labels if view is emptyFelix Kaser2010-08-054-19/+44
| | | | | either show "no match found" or "your contact list is empty". fixes bug #621642
* show label if contact list is emptyFelix Kaser2010-08-051-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 emptyFelix Kaser2010-08-052-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 Desmottes2010-08-054-12/+93
|\
| * no need to pass the reason to main_window_error_displayGuillaume Desmottes2010-08-051-3/+2
| |
| * no need to pass the reason to empathy_account_get_error_messageGuillaume Desmottes2010-08-054-7/+8
| |
| * empathy_account_get_error_message: no need to get the details hash tableGuillaume Desmottes2010-08-051-2/+1
| |
| * empathy_status_reason_get_default_message can be static nowGuillaume Desmottes2010-08-052-2/+1
| |
| * accounts-dialog: use empathy_account_get_error_message (#523895)Guillaume Desmottes2010-08-051-2/+2
| |
| * main-window: use empathy_account_get_error_message (#523895)Guillaume Desmottes2010-08-051-4/+1
| |
| * add empathy_account_get_error_messageGuillaume Desmottes2010-08-052-2/+23
| |
| * create_errors_to_message_hash: add support for more errorsGuillaume Desmottes2010-08-051-0/+21
| |
| * add empathy_dbus_error_name_get_default_messageGuillaume Desmottes2010-08-052-0/+45
| | | | | | | | Reuse existing errors for now.
| * main-window: pass the TpConnectionStatusReason to main_window_error_displayGuillaume Desmottes2010-08-051-6/+5
| |
* | Updated Spanish translationJorge González2010-08-051-61/+89
|/
* Merge branch 'av-candidate-624344'Guillaume Desmottes2010-08-054-8/+623
|\
| * display the tooltip on the info imageGuillaume Desmottes2010-08-051-7/+17
| |
| * add 'info' icon next to the candidatesGuillaume Desmottes2010-08-051-16/+80
| |
| * call-window: use candidates-changed signalGuillaume Desmottes2010-08-051-79/+37
| |
| * call-handler: add candidates-changed signalGuillaume Desmottes2010-08-051-0/+13
| |
| * use a space to separate the IP from the portGuillaume Desmottes2010-08-051-1/+1
| |
| * add tooltips giving a bit more context about the candidateGuillaume Desmottes2010-08-051-0/+23
| |
| * destroy the old candidates before updating themGuillaume Desmottes2010-08-051-0/+4
| |
| * call-window: display candidates info (#599166)Guillaume Desmottes2010-08-052-0/+370
| |
| * call-handler: add properties tracking the candidatesGuillaume Desmottes2010-08-052-0/+173
| |
* | Fix an assertion failure in the filtering code due to show-offline changesPhilip Withnall2010-08-051-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 translationKjartan Maraas2010-08-041-204/+257
|
* irc-networks: Remove Ubuntu Servers (#625950)Brian Curtis2010-08-041-5/+0
| | | | It's redundant with freenode.
* update Punjabi Translation by A S AlamA S Alam2010-08-041-667/+799
|
* use member variable instead of getterFelix Kaser2010-08-031-5/+3
|
* removed fixme comment when toggling show_offlineFelix Kaser2010-08-031-3/+0
|
* refactored show_offline property to the viewFelix Kaser2010-08-035-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 translationMatej Urbančič2010-08-031-367/+470
|
* Connect signals only once, it's enoughXavier Claessens2010-08-031-7/+0
|
* Ensure contacts have a persona setPhilip Withnall2010-08-032-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 typoFelix Kaser2010-08-031-2/+2
|
* Updated Russian translation from Александр Семёнов ↵Leonid Kanter2010-08-031-662/+795
| | | | <rotuka@ya.ru>
* contact: coding style fixGuillaume Desmottes2010-08-031-1/+1
|
* Add a translator comment explaining the "reduce location" semantic (#624062)Guillaume Desmottes2010-08-031-1/+1
| | | | Thanks to mahfiaz@gmail.com for his suggestion.
* Updated zh_CN translation.Funda Wang2010-08-032-74/+77
|
* Maintain a list of Individuals which have EmpathyContacts in the managerPhilip Withnall2010-08-032-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 flagGuillaume Desmottes2010-08-031-2/+2
|
* prepare 2.31.6EMPATHY_2_31_6Guillaume Desmottes2010-08-032-3/+43
|
* Don't warn when adding an existing contactPhilip Withnall2010-08-031-4/+8
| | | | Closes: bgo#625830
* map-view: be a proper GtkWindow (#625826)Guillaume Desmottes2010-08-023-154/+221
|
* free the list returned by clutter_container_get_children()Guillaume Desmottes2010-08-021-3/+4
|
* show the date in messages coming from history (#624599)Nicolò Chieffo2010-08-023-7/+14
|
* Check for the right version of CC depending on GTK+Guillaume Desmottes2010-08-021-4/+9
| | | | gnome-control-center has been ported to GTK+3 in 2.31.4
* Group all matching functions togetherXavier Claessens2010-07-301-69/+69
| | | | This is only code move, no change
* Abort directly if a test failedXavier Claessens2010-07-301-6/+4
|
* Simplify code: Avoid nested loopsXavier Claessens2010-07-301-61/+63
|
* Make livesearch work if accentued letters are pre-decomposedXavier Claessens2010-07-302-7/+12
|
* Add unit tests for the multi-word searchingXavier Claessens2010-07-301-0/+6
|
* Make EmpathyLiveSearch's match algo smarter with wordsXavier Claessens2010-07-301-27/+74
| | | | Fixes bug #622376
* Add GTK_LIBS to build testsXavier Claessens2010-07-301-3/+6
|
* backport the last commit to contact-list-viewFelix Kaser2010-07-291-6/+10
|
* added return value for the keynav signalFelix Kaser2010-07-292-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 signalFelix Kaser2010-07-292-6/+6
| | | | now VOID__BOXED is used instead of VOID__POINTER
* added check for null before scroll to cellFelix Kaser2010-07-291-2/+5
|
* add key navigation possibilities to searchFelix Kaser2010-07-291-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 searchFelix Kaser2010-07-291-0/+7
| | | | empathy will scroll automatically to the cell which is selected, when the search is hidden.
* enable keynavigation during search in contact-listFelix Kaser2010-07-292-4/+48
|
* dont catch key up and down from the treeviewFelix Kaser2010-07-291-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 searchingFelix Kaser2010-07-291-1/+1
|
* added zh_CN to help/.gitignoreFelix Kaser2010-07-281-0/+2
|
* fix small regression with expanding groupsFelix Kaser2010-07-281-1/+1
|
* [i18n] Updated German translationMario Blättermann2010-07-281-110/+132
|
* Updated Galician translationsFran Diéguez2010-07-271-93/+115
|
* Merge branch 'folks-async-and-prepare'Travis Reitter2010-07-274-6/+77
|\
| * Adjust for signature change in folks_groups_change_group()Travis Reitter2010-07-273-4/+56
| |
| * Adjust for signature change in folks_individual_aggregator_remove_individual()Travis Reitter2010-07-271-1/+19
| |
| * Use the new IndividualAggregator.prepare() methodPhilip Withnall2010-07-272-1/+2
| | | | | | | | This avoids races when connecting to signals from the IndividualAggregator.
* | Add Simplified Chinese help translation.Aron Xu2010-07-272-1/+2712
| |
* | Updated Galician translationsFran Diéguez2010-07-271-1329/+1324
| |
* | Updated Spanish translationJorge González2010-07-271-116/+134
| |
* | Committed version of x264enc needs profile=1 for baselineSjoerd Simons2010-07-271-1/+1
| |
* | Updated Norwegian Nynorsk translationTorstein Adolf Winterseth2010-07-271-563/+584
| |
* | Added Norwegian Nynorsk translationTorstein Adolf Winterseth2010-07-262-0/+3336
|/
* Updated Slovenian translationAndrej Žnidaršič2010-07-261-180/+172
|
* Updated Galician translationsFran Diéguez2010-07-251-72/+138
|
* Updated Traditional Chinese translation(Hong Kong and Taiwan)Cheng-Chia Tseng2010-07-242-182/+226
|
* Updated Hebrew translation.Yaron Shahrabani2010-07-241-115/+137
|
* Add help/gl/ in gitignoreXavier Claessens2010-07-231-0/+2
|
* Remove cc-empathy-accounts-page.c from POTFILE.inXavier Claessens2010-07-231-2/+1
|
* Update Simplified Chinese translations.Yunqiang Su2010-07-231-72/+92
|
* Updated Galician translationsFran Diéguez2010-07-221-3/+3
|
* Use presence message from FolksPersona rather than TpContactPhilip Withnall2010-07-221-15/+25
|
* Enforce use only of TpfPersonasPhilip Withnall2010-07-221-4/+2
| | | | | | If we only allow EmpathyContacts to be linked to TpfPersonas, we can make some assumptions about which interfaces are available on the personas for efficiency purposes.
* Re-enable setting of groups for newly-added contactsPhilip Withnall2010-07-223-11/+51
| | | | | | Changes to groups made while adding a contact need to be cached up until the contact's FolksPersona is set, when they can be flushed to the libfolks backend.
* Update FolksPersona:alias when updating EmpathyContact:aliasPhilip Withnall2010-07-221-0/+15
|
* Merge EmpathyContact:name and *_set_alias() to EmpathyContact:aliasPhilip Withnall2010-07-2220-107/+91
| | | | The "name" API was a relic of Gossip.
* Remove folks_individual_dup_from_empathy_contact()Philip Withnall2010-07-224-94/+23
| | | | | As EmpathyContact is now a wrapper around FolksPersona, we can mutate the persona instead of acquiring an individual and mutating that instead.
* Add a link between EmpathyContact and FolksPersonaPhilip Withnall2010-07-223-0/+102
| | | | EmpathyContact should eventually just be a thin wrapper over FolksPersona.
* Merge remote branch 'pwith/folks-integ-rebase1-fixes-rebase1' into folks-fixesTravis Reitter2010-07-226-14/+27
|
* Re-add support for the "People Nearby" groupPhilip Withnall2010-07-211-4/+12
|
* TyposKhaled Hosny2010-07-211-2/+2
|
* Add authors and fix copyrights for empathy-accounts-moduleDanielle Madeley2010-07-213-3/+7
|
* Remove unneccesary signal disconnection in EmpathyAccountsDialogDanielle Madeley2010-07-211-35/+9
| | | | Generated critical warnings under GTK+ 3
* Update cc-empathy-accounts-panel for latest gnome-control-centerDanielle Madeley2010-07-216-365/+130
|
* Update gnome-control-center dependencyDanielle Madeley2010-07-211-3/+10
|
* Remove apostrophes from configure.ac because they break vim's highlightingDanielle Madeley2010-07-211-9/+9
|
* Take advantage of tp_asv_new().Travis Reitter2010-07-211-5/+3
|
* Use the proper source_tag in empathy_pixbuf_avatar_from_individual_scaled_*().Travis Reitter2010-07-211-2/+2
|
* Adjust to the new add_persona_from_details() API.Travis Reitter2010-07-212-3/+5
|
* Update to the FolksIndividualAggregator:individuals-changed signal.Travis Reitter2010-07-214-24/+23
|
* Don't depend on Folks capabilities in the IndividualViewTravis Reitter2010-07-211-2/+13
|
* Calculate contact capabilities ourselves.Travis Reitter2010-07-211-12/+33
| | | | | The libfolks Capabilities interface will be removed temporarily, so we can't rely upon it for now.
* Only have one parameter per function definition line.Travis Reitter2010-07-211-1/+2
|
* Cut excessive G_STRLOC in DEBUG statements.Travis Reitter2010-07-211-3/+3
|
* Chain up IndividualManager's dispose() to call its parent's dispose().Travis Reitter2010-07-211-0/+2
|
* Perform the IndividualManager dispose work in a dispose() function, not ↵Travis Reitter2010-07-211-2/+2
| | | | finalize.
* Add a comment about the IndividualManager's general memory management policy.Travis Reitter2010-07-211-0/+6
|
* Use the more-conventional approach to signal emission in IndividualManager.Travis Reitter2010-07-211-32/+44
|
* Take advantage of tp_clear_object().Travis Reitter2010-07-211-2/+1
|
* Minimize the scope of some variables and avoid risk of double-freeing a string.Travis Reitter2010-07-211-3/+4
|
* Enclose a non-trivial expression in () in an assignment.Travis Reitter2010-07-211-1/+1
|
* Also sort the IndividualStore by underlying protocol and account ID.Travis Reitter2010-07-211-3/+24
|
* Don't enclose trivial blocks in {}.Travis Reitter2010-07-212-96/+33
|
* Use explicit '!= NULL' for pointer boolean expressions.Travis Reitter2010-07-212-12/+13
|
* Cut obsolete comment.Travis Reitter2010-07-211-1/+0
|
* Simplify validation.Travis Reitter2010-07-211-1/+1
|
* Take advantage of tp_clear_object().Travis Reitter2010-07-212-9/+5
|
* We already know that this contact is a FolksIndividual if it isn't NULL, so ↵Travis Reitter2010-07-211-1/+1
| | | | simplify the conditional.
* Stick with the term 'contact' instead of adding 'individual'.Travis Reitter2010-07-211-1/+1
|
* Update copyright notice.Travis Reitter2010-07-211-1/+1
|
* Fix alignment.Travis Reitter2010-07-211-1/+1
|
* Don't leak references to the contacts returned from ↵Travis Reitter2010-07-214-1/+15
| | | | empathy_contact_dup_from_folks_individual().
* Add 'dup' to the names of empathy_contact_from_folks_individual() and ↵Travis Reitter2010-07-218-37/+37
| | | | folks_individual_from_empathy_contact() to make it clear that the return value has been referenced.
* Simplify empathy_folks_individual_contains_contact().Travis Reitter2010-07-211-9/+2
|
* Add comments for the new Individual/Contact utility functions.Travis Reitter2010-07-211-0/+10
|
* Use the gio async pattern for fetching Individuals' avatarsTravis Reitter2010-07-213-39/+92
|
* Reduce line length.Travis Reitter2010-07-211-5/+6
|
* Take advantage of the tp_clear_* utility functions.Travis Reitter2010-07-214-60/+16
|
* Cut misinformed comment about a potential race condition.Travis Reitter2010-07-211-1/+0
|
* Create a constructor for PixbufAvatarFromIndividualClosure.Travis Reitter2010-07-211-11/+26
|
* Clarify that toggling a group in the EmpathyContactWidget actually toggles it.Travis Reitter2010-07-211-4/+5
|
* Use explicit boolean expressions for if-conditionals, according to Telepathy ↵Travis Reitter2010-07-214-13/+13
| | | | style.
* Add the empathy-individual-* files to POTFILES.inTravis Reitter2010-07-211-0/+3
|
* Hold a reference to the contact we're adding as an individualPhilip Withnall2010-07-211-4/+11
| | | | | | | In empathy_individual_manager_add_from_contact(), we must hold a reference to the contact we're adding throughout the entire async process, or the TpHandle which represents the contact could get unreffed and destroyed. This causes the new contact to get lost.
* Add some more validation when sorting the contact list.Travis Reitter2010-07-211-8/+10
|
* Fix setting favourites from the contact editing dialoguePhilip Withnall2010-07-211-17/+16
|
* Allow changing of individuals' aliasesPhilip Withnall2010-07-212-4/+9
|
* Re-enable changing individuals' groupsPhilip Withnall2010-07-213-13/+45
| | | | | | This introduces a hacky function to return the individual for a given EmpathyContact, which should go away once we break the assumption that individuals are 1:1 with contacts.
* Bump libfolks requirement.Travis Reitter2010-07-211-1/+1
|
* Fix trivial casting error.Travis Reitter2010-07-211-1/+2
|