aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* define constants for handler bus nameGuillaume Desmottes2011-03-174-4/+15
* rename empathy-dispatcher to empathy-request-utilGuillaume Desmottes2011-03-1720-46/+40
* account-widget-irc: set password-prompt param when needed (#644406)Guillaume Desmottes2011-03-171-0/+58
* Updated French translationBruno Brouard2011-03-171-249/+354
* Updated British English translationBruce Cowan2011-03-171-456/+642
* Updated Hebrew translation.Yaron Shahrabani2011-03-161-138/+212
* New Empathy icon (#614640)Jakub Steiner2011-03-169-262/+6437
* ContactSearch: don't leak a GErrorEmilio Pozuelo Monfort2011-03-161-2/+4
* Merge branch 'call-details-644830'Guillaume Desmottes2011-03-161-1/+8
|\
| * streamed-media-window: Put the details vbox in a scroll windowGuillaume Desmottes2011-03-161-1/+8
* | individual-view: call empathy_individual_manager_remove() also when the respo...Guillaume Desmottes2011-03-161-7/+5
* | individual-view: use our own RESPONSE enumGuillaume Desmottes2011-03-161-6/+14
* | [l10n] Updated Estonian translationMattias Põldaru2011-03-161-6/+24
|/
* Updated Czech translationMarek Černocký2011-03-161-427/+594
* Updated Galician translationsFran Diéguez2011-03-151-319/+445
* [l10n] Updated Estonian translationMattias Põldaru2011-03-151-5/+45
* Updated Hungarian translationGabor Kelemen2011-03-151-100/+177
* Updated Swedish translationDaniel Nylander2011-03-151-961/+326
* Updated Spanish translationDaniel Mustieles2011-03-151-58/+84
* Updated Spanish translationDaniel Mustieles2011-03-151-101/+152
* Updated Slovenian translationAndrej Žnidaršič2011-03-151-168/+223
* Require the proper version of Folks.Travis Reitter2011-03-151-1/+1
* Adjust for Folks PresenceOwner -> PresenceDetails renameTravis Reitter2011-03-156-51/+54
* Adjust for Folks Groupable -> GroupDetails renameTravis Reitter2011-03-1510-83/+89
* Adjust for Folks Favouritable -> FavouriteDetails renameTravis Reitter2011-03-156-18/+24
* Adjust for Folks AvatarOwner -> AvatarDetails renameTravis Reitter2011-03-151-1/+1
* Adjust for Folks Aliasable -> AliasDetails renameTravis Reitter2011-03-159-34/+39
* Bump the Folks version requirement for the following API changes.Travis Reitter2011-03-151-1/+1
* individual_view_remove_dialog_show: set a mnemonic on the 'Delete and Block' ...Guillaume Desmottes2011-03-141-2/+13
* coding style fixesGuillaume Desmottes2011-03-142-2/+2
* Updated Arabic translationKhaled Hosny2011-03-141-58/+147
* Add missing filesKhaled Hosny2011-03-141-0/+2
* Merge branch 'glassrose-contact-blocking-rebase'Danielle Madeley2011-03-1429-32/+1967
|\
| * Update the wording of the other contact blocking dialogDanielle Madeley2011-03-111-3/+4
| * Update the wording of the contact blocking dialogDanielle Madeley2011-03-111-15/+56
| * Add FIXME to empathy_individual_manager_supports_blocking()Chandni Verma2011-03-111-0/+2
| * Use tp_g_signal_connect_object for Tp proxies that outlive the CB dialogDanielle Madeley2011-03-111-4/+6
| * Use Conn.I.CB to report contacts as abusive when blocking themDanielle Madeley2011-03-111-2/+11
| * Only destroy block confirmation dialogs after we've read out the abusive stateDanielle Madeley2011-03-112-3/+3
| * Determine whether a connection supports reporting abuse, set the connection flagDanielle Madeley2011-03-111-0/+36
| * Add draft Conn.I.ContactBlocking (danni's version) to extensionsDanielle Madeley2011-03-113-0/+174
| * Hook up abusive argument into TpContactList backendDanielle Madeley2011-03-119-17/+30
| * Initialize EmpathyContactManager before creating a new contact->Block menuitemChandni Verma2011-03-111-1/+2
| * Setting "window" data on submenu only if it's not NULLChandni Verma2011-03-111-3/+3
| * Use Contact Manager flags instead of Individual Manager flagsChandni Verma2011-03-093-56/+20
| * Style fixes from reviewDanielle Madeley2011-03-082-2/+5
| * Add confirmation dialog to RemoveDanielle Madeley2011-03-085-3/+112
| * Add block confirmation to the authorise publication dialogDanielle Madeley2011-03-081-5/+17
| * Add UI to blocking confirmation dialog for future "report as abusive" functionDanielle Madeley2011-03-082-3/+31
| * Factor out common blocking confirmation dialogDanielle Madeley2011-03-083-26/+53
| * contact-blocking-dialog: report errors to the userDanielle Madeley2011-03-081-3/+52
| * Don't leak EmpathyContactDanielle Madeley2011-03-081-0/+2
| * Add Block button to the subscription authorization dialogDanielle Madeley2011-03-082-13/+61
| * Add a confirmation dialog when you block a contact from the Contact menuDanielle Madeley2011-03-082-3/+47
| * Add 'Delete and Block' as an option to the Remove Contact dialogDanielle Madeley2011-03-081-10/+24
| * Add contact blocking support to EmpathyIndividualManagerDanielle Madeley2011-03-082-0/+122
| * Add 'Block Contact' to empathy-contact-menuDanielle Madeley2011-03-083-2/+75
| * Add contact blocking to EmpathyContactList and friendsDanielle Madeley2011-03-085-6/+135
| * Handle the case where there are no accounts with deny channelsDanielle Madeley2011-03-081-26/+62
| * Don't need to prepare accounts separatelyDanielle Madeley2011-03-081-30/+11
| * Add blocked contacts dialog to Empathy main window menuDanielle Madeley2011-03-082-1/+23
| * Prepare EmpathyContactManager in testDanielle Madeley2011-03-081-0/+7
| * Provide autocompletion of known contacts in the entry boxDanielle Madeley2011-03-081-5/+47
| * Add and remove contacts from deny listDanielle Madeley2011-03-082-12/+183
| * Connect ::response in testDanielle Madeley2011-03-081-0/+3
| * Test for contact blocking dialogDanielle Madeley2011-03-083-0/+48
| * Beginning of contact blocking dialogDanielle Madeley2011-03-084-0/+722
* | l10n: Updated Greek translationMichael Kotsarinis2011-03-141-450/+527
* | [l10n] Updated Estonian translationIvar Smolin2011-03-131-4/+26
* | Updated Hungarian translationGabor Kelemen2011-03-131-444/+512
* | Updated Romanian translationLucian Adrian Grijincu2011-03-121-33/+33
* | Updated Romanian translationLucian Adrian Grijincu2011-03-121-31/+26
* | Updated Romanian translationLucian Adrian Grijincu2011-03-121-167/+117
* | Updated Romanian translationLucian Adrian Grijincu2011-03-121-657/+935
* | Updated Swedish translationDaniel Nylander2011-03-121-158/+862
* | Updated Swedish translationDaniel Nylander2011-03-121-44/+54
* | Updated Swedish translationDaniel Nylander2011-03-121-34/+47
* | Updated Arabic translationKhaled Hosny2011-03-111-73/+94
* | Empathy.Auth.client: set DelayApprovers (#644475)Guillaume Desmottes2011-03-111-0/+3
* | [l10n] Updated Catalan translationGil Forcada2011-03-111-71/+81
* | Updated Hebrew translation.Yaron Shahrabani2011-03-111-72/+95
* | Update our local fields having Overwritten_By_Nickname when updating our nick...Guillaume Desmottes2011-03-101-0/+43
* | don't update Alias.Nickname if not neededGuillaume Desmottes2011-03-101-2/+9
* | inline set_alias_on_account()Guillaume Desmottes2011-03-101-10/+3
* | Updated Polish translationPiotr Drąg2011-03-101-484/+639
* | Updated Spanish translationDaniel Mustieles2011-03-101-32/+42
* | Updated Slovenian translationMatej Urbančič2011-03-101-96/+119
* | Uploaded UkranianDaniel Korostil2011-03-101-72/+95
* | contact-widget: don't allow edit fields having the Overwritten_By_Nickname fl...Guillaume Desmottes2011-03-091-0/+13
* | contact-widget: only call SetContactInfo() is details changed (#644295)Guillaume Desmottes2011-03-091-7/+32
* | Merge branch 'remember-any-exception'Stef Walter2011-03-091-15/+6
|\ \
| * | libempathy-gtk: In TLS Dialog allow remembering of any exception.Stef Walter2011-03-081-15/+6
* | | remove released flagGuillaume Desmottes2011-03-091-1/+1
* | | prepare 2.91.91EMPATHY_2_91_91Guillaume Desmottes2011-03-092-3/+51
* | | display a debug message if we can't get the TpContactGuillaume Desmottes2011-03-091-1/+4
* | | call-observer: display a notification when rejecting a call (#644127)Guillaume Desmottes2011-03-092-8/+92
* | | call-observer: set the Recover flagGuillaume Desmottes2011-03-091-1/+1
* | | Revert "disable the call observer for now"Guillaume Desmottes2011-03-091-5/+0
* | | call-observer: reject all the channels we claimedGuillaume Desmottes2011-03-081-7/+74
* | | return from ObserveChannels() after having called Claim()Guillaume Desmottes2011-03-081-0/+2
* | | call-observer: return from ObserveChannels() if the channel was already inval...Guillaume Desmottes2011-03-081-0/+2
* | | call-observer: set debug domain to 'voip' and add 2 debug messagesGuillaume Desmottes2011-03-081-1/+6
* | | Updated Norwegian bokmål translationKjartan Maraas2011-03-081-34/+51
* | | depends on GTK+ 3.0.2Guillaume Desmottes2011-03-081-1/+1
* | | Updated Russian translationYuri Myasoedov2011-03-081-374/+210
* | | update Punjabi Translation by A S AlamA S Alam2011-03-081-36/+48
* | | Updated Portuguese translationDuarte Loreto2011-03-081-690/+890
* | | Updated Spanish translationDaniel Mustieles2011-03-081-6/+19
|/ /
* | disable the call observer for nowGuillaume Desmottes2011-03-071-0/+5
* | all: set the primary-toolbar style class on primary toolbarsCosimo Cecchi2011-03-073-0/+8
* | Don't look for Call channelsEmilio Pozuelo Monfort2011-03-071-27/+4
* | Build fixEmilio Pozuelo Monfort2011-03-071-1/+1
* | Delay the approversEmilio Pozuelo Monfort2011-03-071-0/+2
* | Autoreject incoming calls if there are others in progressEmilio Pozuelo Monfort2011-03-074-1/+347
* | Show a profile info button in contact search resultsEmilio Pozuelo Monfort2011-03-071-0/+55
* | Use the special "" search field if the CM supports itEmilio Pozuelo Monfort2011-03-071-1/+5
* | account-assistant: add mnemonic for the "no salut account" checkbox (#644058)Guillaume Desmottes2011-03-071-2/+2
* | empathy_protocol_name_to_display_name: MSN has been renamed to "Windows live"...Guillaume Desmottes2011-03-071-1/+1
* | [l10n] Updated Catalan translationGil Forcada2011-03-071-7/+24
* | auth-factory: set Observer.DelayApprovers (#643872)Guillaume Desmottes2011-03-071-0/+2
* | depends on telepathy-glib 0.13.16Guillaume Desmottes2011-03-071-1/+1
* | Warn the user if she has insufficient disk space to receive a fileDanielle Madeley2011-03-071-3/+58
|/
* Updated Lithuanian translation by Aurimas Černius and meŽygimantas Beručka2011-03-061-682/+884
* Updated Arabic translationKhaled Hosny2011-03-061-159/+174
* Updated Bulgarian translationKrasimir Chonov2011-03-061-670/+833
* [l10n] Updated Estonian translationIvar Smolin2011-03-061-6/+13
* Updated Latvian translation.Rudolfs Mazurs2011-03-051-774/+1534
* Updated Spanish translationDaniel Mustieles2011-03-051-69/+74
* update Punjabi Translation by A S AlamA S Alam2011-03-051-363/+385
* tp_chat_received_cb: display the path of the channel in debug logGuillaume Desmottes2011-03-041-1/+2
* Uploaded UkranianDaniel Korostil2011-03-041-29/+30
* Updated Hebrew translation.Yaron Shahrabani2011-03-041-15/+19
* Update Simplified Chinese translation.liuzhen2011-03-031-547/+711
* Emit RESPONSE_APPLY on row-activatedDanielle Madeley2011-03-031-0/+12
* Contact Search Dialog: Search when enter is pressedDanielle Madeley2011-03-031-1/+3
* Change 'Add' to 'Add Contact'Danielle Madeley2011-03-031-1/+3
* Tweak ContactSearchDialog paddingDanielle Madeley2011-03-031-13/+17
* Only show the "Remember password" tickybox if we can do thatDanielle Madeley2011-03-033-1/+44
* Implement MaySaveResponse and Ch.I.CredentialsStorage in SASL handlerDanielle Madeley2011-03-031-3/+40
* Add Chan.I.CredentialsStorage to extensionsDanielle Madeley2011-03-033-0/+61
* [l10n] Updated Catalan translationGil Forcada2011-03-031-713/+862
* Updated Norwegian bokmål translationKjartan Maraas2011-03-021-163/+174
* Update Russian translation by Yury Myasoedov <omerta13@yandex.ru>Leonid Kanter2011-03-011-612/+795
* Updated Swedish translationDaniel Nylander2011-03-011-211/+224
* Add support for message type to support /meNicolas Dufresne2011-03-011-0/+2
* find_items_cb: copy the string stored in the resultGuillaume Desmottes2011-02-281-1/+2
* find_items_cb: always use the first password foundGuillaume Desmottes2011-02-281-5/+14
* accounts_dialog_set_selected_account: scroll to the selected accountGuillaume Desmottes2011-02-281-1/+14
* empathy-accounts: allow to pass the full path of the accountGuillaume Desmottes2011-02-281-2/+6
* Request a minimal size on the presence chooserRobert Sajdok2011-02-281-0/+1
* Updated Hebrew translation.Yaron Shahrabani2011-02-281-146/+157
* Uploaded UkranianDaniel Korostil2011-02-271-867/+1556
* Updated Korean translationChangwoo Ryu2011-02-261-673/+857
* Updated Spanish translationDaniel Mustieles2011-02-261-147/+160
* Updated French translationBruno Brouard2011-02-261-146/+159
* Updated Slovenian translationMatej Urbančič2011-02-261-467/+533
* remove released flagGuillaume Desmottes2011-02-251-1/+1
* prepare 2.91.90.2EMPATHY_2_91_90_2Guillaume Desmottes2011-02-252-2/+8
* Disable /part command for nowGuillaume Desmottes2011-02-251-0/+7
* remove released flagGuillaume Desmottes2011-02-251-1/+1
* prepare 2.91.90.1EMPATHY_2_91_90_1Guillaume Desmottes2011-02-252-2/+27
* Implementation of /PART command for MUCsChandni Verma2011-02-252-6/+59
* Updating empathy_tp_chat_leave() function in empathy-tp-chat APIChandni Verma2011-02-254-48/+19
* Update the Logger dbus API for the new versionEmilio Pozuelo Monfort2011-02-251-67/+47
* Indentation fixEmilio Pozuelo Monfort2011-02-251-21/+21
* Log window: free the entities together with the listEmilio Pozuelo Monfort2011-02-251-3/+1
* Check for the right telepathy-logger pc fileEmilio Pozuelo Monfort2011-02-251-1/+1
* Log window: don't leak the accountEmilio Pozuelo Monfort2011-02-251-1/+1
* Unref the entity when we're doneEmilio Pozuelo Monfort2011-02-251-0/+2
* Port empathy to Telepathy logger 0.2.0Nicolas Dufresne2011-02-257-146/+144
* tls-dialog: destroy the dialog if the certificate is invalidated (#643186)Guillaume Desmottes2011-02-241-0/+13
* Fix header collisions between clutter-gtk-0.10 and clutter-gtk-1.0Nirbheek Chauhan2011-02-241-2/+2
* re-implement /query and /msg (#623682)Guillaume Desmottes2011-02-241-24/+38
* finally kill EmpathyDispatcherGuillaume Desmottes2011-02-242-689/+1
* ft-handler: stop instantiating a EmpathyDispatcherGuillaume Desmottes2011-02-241-10/+0
* empathy.c: stop instantiating a EmpathyDispatcherGuillaume Desmottes2011-02-241-6/+0
* use tp_capabilities_supports_room_list() (#641491)Guillaume Desmottes2011-02-241-13/+8
* depend on telepathy-glib 0.13.14Guillaume Desmottes2011-02-241-1/+1
* Updated French translationBruno Brouard2011-02-241-77/+81
* Updated Traditional Chinese translation(Hong Kong and Taiwan)Cheng-Chia Tseng2011-02-232-340/+358
* CC panel: don't use an undefined symbolEmilio Pozuelo Monfort2011-02-232-6/+0
* Ship a 256x256 version of the Empathy iconGuillaume Desmottes2011-02-222-0/+1
* remove released flagGuillaume Desmottes2011-02-221-1/+1
* [l10n] Updated Estonian translationIvar Smolin2011-02-221-2/+5
* Fix make distcheckEMPATHY_2_91_90Emilio Pozuelo Monfort2011-02-211-1/+1
* prepare 2.91.90Guillaume Desmottes2011-02-212-3/+61
* use GeditCloseButton (#642865)Guillaume Desmottes2011-02-211-21/+4
* add gedit-close-buttonGuillaume Desmottes2011-02-213-0/+142
* coding style fixesGuillaume Desmottes2011-02-212-2/+2
* Prevent segv attempting to free uninitialised value.Danielle Madeley2011-02-211-1/+1
* re-enable strict-prototypes warningGuillaume Desmottes2011-02-211-2/+1
* Move farsight-using sources to srcEmilio Pozuelo Monfort2011-02-2111-14/+14
* Fiexd wrong title capitalization for checkboxMilo Casagrande2011-02-217-7/+7
* use champlain_view_ensure_layers_visible()Guillaume Desmottes2011-02-212-6/+2
* use champlain_marker_layer_new()Guillaume Desmottes2011-02-213-4/+3
* Port to champlain 0.10 (#642010)Guillaume Desmottes2011-02-214-81/+68
* Updated Hebrew translation.Yaron Shahrabani2011-02-211-81/+85
* Updated Arabic translationKhaled Hosny2011-02-211-82/+86
* Check for GLibEmilio Pozuelo Monfort2011-02-201-0/+1
* Updated Spanish translationDaniel Mustieles2011-02-201-56/+52
* Updated Spanish translationDaniel Mustieles2011-02-201-84/+84
* Adding Persian TranslationMahyar Moghimi2011-02-192-0/+3830
* New translation for Zulu (zu)Friedel Wolff2011-02-192-0/+3974
* empathy-chat: ensure that the theme manager stay aliveGuillaume Desmottes2011-02-181-0/+7
* empathy_theme_manager_dup_singleton: act as a proper dup singleton functionGuillaume Desmottes2011-02-181-2/+5
* Bug 637151 — Hide the user Individual from the contact listPhilip Withnall2011-02-1810-27/+59
* Bug 641662 — Update for libfolks API changes to IndividualAggregatorPhilip Withnall2011-02-182-3/+32
* Updating Asturian translationXandru Armesto2011-02-181-1412/+1458
* accounts: release our ref on the TpDBusDaemonGuillaume Desmottes2011-02-171-0/+1
* empathy_account_settings_check_readyness: don't leak a ref on managerGuillaume Desmottes2011-02-171-1/+1
* empathy_protocol_chooser_create_account_settings: ensure that cm is always un...Guillaume Desmottes2011-02-171-4/+5
* rename empathy_theme_manager_get() to empathy_theme_manager_dup_singleton()Guillaume Desmottes2011-02-174-5/+11
* chatroom_manager_parse_chatroom: don't leak chatroomGuillaume Desmottes2011-02-171-0/+1
* folks favorite API has changedGuillaume Desmottes2011-02-171-2/+2
* Always display favorite contacts (#592595)Guillaume Desmottes2011-02-171-1/+4
* Merge branch 'expander-642098'Guillaume Desmottes2011-02-171-164/+13
|\
| * empathy_cell_renderer_expander_render: draw using the proper state (#642098)Guillaume Desmottes2011-02-171-2/+13
| * update copyrightGuillaume Desmottes2011-02-171-0/+1
| * cell-renderer-expander: remove animation codeGuillaume Desmottes2011-02-171-163/+0
* | Updated Norwegian bokmål translation.Kjartan Maraas2011-02-171-62/+66
|/
* Updated Polish translationAsia Słowik2011-02-171-8/+3
* Updated Polish translationAsia Słowik2011-02-171-963/+999
* disconnect the activate cb before detaching the menuGuillaume Desmottes2011-02-163-6/+6
* debug-window: use empathy_context_menu_new()Guillaume Desmottes2011-02-161-3/+2
* accounts-dialog: use empathy_context_menu_new()Guillaume Desmottes2011-02-161-1/+1
* individual-widget: use empathy_context_menu_new()Guillaume Desmottes2011-02-161-4/+1
* individual-view: use empathy_context_menu_new()Guillaume Desmottes2011-02-161-4/+1
* contact-widget: use empathy_context_menu_new()Guillaume Desmottes2011-02-161-3/+1
* contact-list-view: use empathy_context_menu_new() (#642461)Guillaume Desmottes2011-02-161-5/+1
* theme-adium: use empathy_context_menu_new() and remove our hackGuillaume Desmottes2011-02-161-3/+1
* add empathy_context_menu_new()Guillaume Desmottes2011-02-162-0/+36
* accounts-dialog: only update the row which have actually been changed; may fi...Guillaume Desmottes2011-02-161-1/+15
* ft-factory: don't leak the handlerGuillaume Desmottes2011-02-161-0/+12
* fix coding styleGuillaume Desmottes2011-02-161-10/+13
* Add some more servers and port numbers for FreenodeDebarshi Ray2011-02-161-2/+7
* only try reconnecting accounts if needed (#642358)Guillaume Desmottes2011-02-164-5/+31
* set 'Empathy' as program class in all binariesGuillaume Desmottes2011-02-165-0/+11
* Updated Spanish translationDaniel Mustieles2011-02-161-8/+11
* Merge remote branch 'glassrose/Reset-network-list-button-642264'Guillaume Desmottes2011-02-155-12/+110
|\
| * Reset network list buttonChandni Verma2011-02-155-12/+110
* | Updated French translationBruno Brouard2011-02-151-685/+818
* | [l10n] Updated Estonian translationIvar Smolin2011-02-141-5/+5
* | password-dialog: activate the dialog when the entry is activated (#642296)Guillaume Desmottes2011-02-141-0/+9
* | Updated Traditional Chinese translation(Hong Kong and Taiwan)Cheng-Chia Tseng2011-02-142-878/+1027
* | irc-network-chooser: recreate the default IRC network if needed (#641861)Guillaume Desmottes2011-02-141-1/+18
* | Updated Galician translationsFran Diéguez2011-02-131-147/+152
* | Updated Norwegian bokmål translation.Kjartan Maraas2011-02-121-148/+148
* | Updated Spanish translationDaniel Mustieles2011-02-121-186/+188
* | Updated Hebrew translation.Yaron Shahrabani2011-02-121-146/+146
|/
* Updated Arabic translationKhaled Hosny2011-02-111-146/+146