| Commit message (Expand) | Author | Age | Files | Lines |
* | add empathy-irc-network-chooser | Guillaume Desmottes | 2010-08-25 | 3 | -0/+362 |
* | add empathy_irc_network_manager_dup_default() | Guillaume Desmottes | 2010-08-25 | 2 | -0/+36 |
* | added some files to gitignore | Felix Kaser | 2010-08-25 | 2 | -0/+2 |
* | Use gmodule-export-2.0 so introspecting ourselves works | Sjoerd Simons | 2010-08-25 | 1 | -0/+1 |
* | allow building empathy without eds | Saleem Abdulrasool | 2010-08-25 | 4 | -6/+28 |
* | Update Galician translations | Fran Diéguez | 2010-08-25 | 1 | -17/+109 |
* | Updated Spanish translation | Jorge González | 2010-08-25 | 1 | -18/+111 |
* | Don't leak a reference when updating an IndividualWidget. | Travis Reitter | 2010-08-24 | 1 | -0/+2 |
* | When setting an EmpathyContact's Persona, disconnect existing signal handler | Travis Reitter | 2010-08-24 | 1 | -1/+5 |
* | Merge branch 'tls-connection' | Cosimo Cecchi | 2010-08-24 | 31 | -10/+3472 |
|\ |
|
| * | Properly handle corner cases of _prepare_async() called twice | Cosimo Cecchi | 2010-08-24 | 1 | -0/+26 |
| * | Don't leak certificate data | Cosimo Cecchi | 2010-08-24 | 1 | -1/+2 |
| * | Use new certificate API in EmpathyServerTLSHandler | Cosimo Cecchi | 2010-08-24 | 1 | -14/+29 |
| * | Make EmpathyTLSCertificate a TpProxy subclass | Cosimo Cecchi | 2010-08-24 | 2 | -152/+65 |
| * | Use _complete instead of _complete_in_idle() | Cosimo Cecchi | 2010-08-19 | 1 | -2/+2 |
| * | Don't show the error if user-requested is set | Cosimo Cecchi | 2010-08-19 | 1 | -1/+10 |
| * | Use new API in EmpathyAccountsDialog | Cosimo Cecchi | 2010-08-19 | 1 | -2/+2 |
| * | Add an usre_requested param to _account_get_error() | Cosimo Cecchi | 2010-08-19 | 2 | -3/+15 |
| * | Use the hostname properties in the dialog | Cosimo Cecchi | 2010-08-19 | 1 | -3/+28 |
| * | Fill 'user-requested' when we reject the certificate | Cosimo Cecchi | 2010-08-19 | 1 | -3/+11 |
| * | Use the hash table directly as a parameter to reject () | Cosimo Cecchi | 2010-08-19 | 2 | -7/+2 |
| * | Remove whitespace | Cosimo Cecchi | 2010-08-19 | 3 | -6/+6 |
| * | Add new files to extensions/Makefile.am | Cosimo Cecchi | 2010-08-19 | 1 | -0/+2 |
| * | Add new files to POTFILES.in | Cosimo Cecchi | 2010-08-19 | 1 | -0/+2 |
| * | Implement a timeout machinery for the auth client | Cosimo Cecchi | 2010-08-19 | 1 | -1/+63 |
| * | Rename empathy-auth-helper->empathy-auth-client | Cosimo Cecchi | 2010-08-19 | 3 | -7/+7 |
| * | Don't allow calling verify_async() twice | Cosimo Cecchi | 2010-08-19 | 1 | -0/+2 |
| * | Use tp_clear_pointer() where possible | Cosimo Cecchi | 2010-08-19 | 1 | -7/+3 |
| * | Push the details table to the dialog after verification | Cosimo Cecchi | 2010-08-19 | 1 | -4/+6 |
| * | Add a details hash table to the dialog properties | Cosimo Cecchi | 2010-08-19 | 2 | -2/+30 |
| * | Add a details hash table as an out param of the verification | Cosimo Cecchi | 2010-08-19 | 2 | -6/+30 |
| * | Make it more clear which snippets are taken from GnuTLS | Cosimo Cecchi | 2010-08-19 | 1 | -1/+7 |
| * | Assert when we have an invalid pointer | Cosimo Cecchi | 2010-08-19 | 1 | -0/+2 |
| * | Update to the new EmpathyTLSCertificate async API | Cosimo Cecchi | 2010-08-19 | 1 | -3/+4 |
| * | Make _accept/_reject real async methods | Cosimo Cecchi | 2010-08-19 | 2 | -12/+74 |
| * | Use _borrow_immutable_properties instead of GetAll() | Cosimo Cecchi | 2010-08-19 | 1 | -44/+21 |
| * | Properly use errors when handling channels | Cosimo Cecchi | 2010-08-19 | 1 | -14/+56 |
| * | Add reference to the original gnome-keyring repo | Cosimo Cecchi | 2010-08-18 | 2 | -0/+6 |
| * | Require GnuTLS >= 2.8.5 | Cosimo Cecchi | 2010-08-18 | 1 | -1/+2 |
| * | Add the checkbox only if the reason is SelfSigned | Cosimo Cecchi | 2010-08-13 | 1 | -5/+14 |
| * | Save the certificate when we are told to remember | Cosimo Cecchi | 2010-08-13 | 1 | -0/+5 |
| * | Build the right path when looking at user certs | Cosimo Cecchi | 2010-08-13 | 1 | -3/+7 |
| * | Add a 'remember' checkbox and property to the dialog | Cosimo Cecchi | 2010-08-13 | 1 | -2/+33 |
| * | Add a method to store the CA certificate | Cosimo Cecchi | 2010-08-13 | 2 | -0/+121 |
| * | Integrate the dialog into the auth helper | Cosimo Cecchi | 2010-08-13 | 1 | -1/+41 |
| * | Import gcr-simple-certificate from gcr | Cosimo Cecchi | 2010-08-13 | 3 | -0/+190 |
| * | Add EmpathyTLSDialog | Cosimo Cecchi | 2010-08-13 | 3 | -0/+345 |
| * | Depend on gcr from gnome-keyring | Cosimo Cecchi | 2010-08-13 | 2 | -1/+3 |
| * | Add also certificates from our storage | Cosimo Cecchi | 2010-08-13 | 1 | -6/+77 |
| * | Cosmetic changes | Cosimo Cecchi | 2010-08-13 | 1 | -4/+7 |
| * | Implement hostname checking | Cosimo Cecchi | 2010-08-13 | 1 | -5/+54 |
| * | Correctly treat the last certificate in the chain | Cosimo Cecchi | 2010-08-13 | 1 | -10/+33 |
| * | Use the right GnuTLS->Tp mapping for reasons. | Cosimo Cecchi | 2010-08-13 | 1 | -2/+2 |
| * | Use the right index to access the cert array. | Cosimo Cecchi | 2010-08-13 | 1 | -1/+1 |
| * | Make sure to release all the references | Cosimo Cecchi | 2010-08-13 | 2 | -3/+11 |
| * | Whitespace fix | Cosimo Cecchi | 2010-08-13 | 1 | -1/+0 |
| * | Verify the certificate from the helper. | Cosimo Cecchi | 2010-08-13 | 1 | -4/+52 |
| * | Add debug output | Cosimo Cecchi | 2010-08-13 | 1 | -0/+2 |
| * | Update to the new tp-spec API | Cosimo Cecchi | 2010-08-13 | 1 | -25/+6 |
| * | Add Hostname and Certificate properties | Cosimo Cecchi | 2010-08-13 | 1 | -0/+29 |
| * | Update spec snapshot | Cosimo Cecchi | 2010-08-13 | 2 | -161/+173 |
| * | Add EmpathyTLSVerifier | Cosimo Cecchi | 2010-08-13 | 5 | -0/+648 |
| * | Update for the new tp-spec API | Cosimo Cecchi | 2010-08-13 | 2 | -7/+66 |
| * | Update to the merged spec. | Cosimo Cecchi | 2010-08-13 | 2 | -43/+159 |
| * | Add the proxy properties and methods. | Cosimo Cecchi | 2010-08-13 | 2 | -0/+102 |
| * | Add the Authentication.TLSCertificate iface | Cosimo Cecchi | 2010-08-13 | 1 | -0/+5 |
| * | Unref the handler after the signal. | Cosimo Cecchi | 2010-08-13 | 1 | -0/+1 |
| * | Add a debug flag for TLS | Cosimo Cecchi | 2010-08-13 | 2 | -0/+2 |
| * | Add the service files for the new client. | Cosimo Cecchi | 2010-08-13 | 3 | -2/+16 |
| * | Add tp-spec extensions for TLS auth. | Cosimo Cecchi | 2010-08-13 | 3 | -0/+247 |
| * | Add a first skeleton of the auth helper. | Cosimo Cecchi | 2010-08-13 | 2 | -1/+98 |
| * | Add a first skeleton of the auth factory. | Cosimo Cecchi | 2010-08-13 | 3 | -0/+276 |
| * | Add EmpathyServerTLSHandler. | Cosimo Cecchi | 2010-08-13 | 3 | -0/+341 |
| * | Add EmpathyTLSCertificate. | Cosimo Cecchi | 2010-08-13 | 3 | -0/+363 |
* | | Remove EmpathyAvatar->token | Philip Withnall | 2010-08-24 | 3 | -13/+5 |
* | | Use the avatar filename rather than token for change detection | Philip Withnall | 2010-08-24 | 1 | -5/+7 |
* | | Remove empathy_contact_new_for_log() | Philip Withnall | 2010-08-24 | 2 | -19/+0 |
* | | Make empathy_contact_load_avatar_cache() private | Philip Withnall | 2010-08-24 | 2 | -6/+6 |
* | | Make empathy_contact_set_avatar() private | Philip Withnall | 2010-08-24 | 2 | -12/+9 |
* | | use proper model in linking ui | Felix Kaser | 2010-08-24 | 1 | -1/+1 |
* | | 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 |
* | | 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 |
* | | 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 |
* | | Bug 627360 — "Information" of a meta contact is too big for the screen | Philip Withnall | 2010-08-20 | 2 | -3/+56 |
* | | Display Personas' accounts in the linking dialogue | Philip Withnall | 2010-08-20 | 1 | -1/+3 |
* | | Add an "account" column to EmpathyPersonaStore | Philip Withnall | 2010-08-20 | 2 | -0/+10 |
* | | Avoid conflicting accelerators in New Call dialog. | Will Thompson | 2010-08-20 | 1 | -1/+1 |
* | | Add EmpathyIndividualEditDialog | Philip Withnall | 2010-08-20 | 5 | -6/+337 |
* | | Allow unlinking individuals through EmpathyIndividualManager | Philip Withnall | 2010-08-20 | 2 | -0/+38 |
* | | 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 |
* | | 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 |
* | | Split the group editing widgets out of EmpathyContactWidget | Philip Withnall | 2010-08-20 | 6 | -392/+688 |
* | | 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 |
* | | 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 |
* | | 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 |
* | | 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 |
* | | 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 |
* | | 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 |
* | | 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 |
* | persona-view: use empathy_contact_dup_from_tp_contact instead of empathy_cont... | Guillaume Desmottes | 2010-08-13 | 1 | -1/+1 |
* | persona-store: use empathy_contact_dup_from_tp_contact instead of empathy_con... | Guillaume Desmottes | 2010-08-13 | 1 | -5/+5 |
* | 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 |
* | compare accounts using their object paths rather than their TpAccount | Guillaume Desmottes | 2010-08-12 | 1 | -1/+3 |
* | 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 |
* | 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 |
* | 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 |
* | Add EmpathyLinkingDialog | Philip Withnall | 2010-08-12 | 6 | -2/+280 |
* | Allow linking personas through EmpathyIndividualManager | Philip Withnall | 2010-08-12 | 2 | -0/+37 |
* | Add EmpathyIndividualLinker | Philip Withnall | 2010-08-12 | 4 | -0/+682 |
* | Add EmpathyIndividualWidget | Philip Withnall | 2010-08-12 | 3 | -0/+365 |
* | Add EmpathyPersonaStore and EmpathyPersonaView | Philip Withnall | 2010-08-12 | 5 | -0/+1927 |
* | 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 empathy_dispatcher_ch... | Guillaume Desmottes | 2010-08-11 | 7 | -72/+10 |
| * | 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 TpConne... | Guillaume Desmottes | 2010-08-11 | 6 | -32/+27 |
| * | empathy_dispatcher_chat_with_contact_id: remove callback argument | Guillaume Desmottes | 2010-08-11 | 6 | -13/+9 |
| * | 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 |
* | empathy_call_handler_start_call: use tp_account_channel_request_create_and_ha... | Guillaume Desmottes | 2010-08-11 | 1 | -13/+30 |
* | 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 |
* | 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 |
* | 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 |
* | 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 |
* | only show label during search | Felix Kaser | 2010-08-09 | 1 | -13/+7 |
* | 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 |
* | 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 |
* | 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 |
* | 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 |
* | Use #ifdef instead of #if to avoid warnings of undefined symbols | Philip Withnall | 2010-08-05 | 5 | -17/+17 |