| Commit message (Expand) | Author | Age | Files | Lines |
* | There is no reason to remove the FT if it's cancelled while the window was hi... | Xavier Claessens | 2008-11-22 | 1 | -33/+8 |
* | Fix glade lookup | Xavier Claessens | 2008-11-22 | 1 | -2/+1 |
* | Simplify ft_manager_remove_file_from_list. | Xavier Claessens | 2008-11-22 | 1 | -39/+14 |
* | Clean ft_manager_update_ft_row() | Xavier Claessens | 2008-11-22 | 1 | -19/+19 |
* | Simplify condition | Xavier Claessens | 2008-11-22 | 1 | -3/+1 |
* | Add all reasons in ft_manager_state_change_reason_to_string(). Don't use defa... | Xavier Claessens | 2008-11-22 | 1 | -3/+4 |
* | Simplify the code to add a FT in the manager. | Xavier Claessens | 2008-11-22 | 1 | -25/+6 |
* | Simplify the code to set sensibility of buttons | Xavier Claessens | 2008-11-22 | 1 | -21/+8 |
* | Change state when the channel is invalidated only if an error occured. | Xavier Claessens | 2008-11-22 | 1 | -5/+11 |
* | Update POTFILES for ft manager that get moved to src/ | Xavier Claessens | 2008-11-22 | 1 | -2/+2 |
* | Simplify a little bit the code when abording a FT | Xavier Claessens | 2008-11-22 | 1 | -4/+5 |
* | Cancel the FT if we can't get the transfer method | Xavier Claessens | 2008-11-22 | 1 | -1/+2 |
* | Remove unused empathy_tp_file_get_id | Xavier Claessens | 2008-11-22 | 2 | -19/+0 |
* | Simplify the code to start a file transfer | Xavier Claessens | 2008-11-22 | 1 | -72/+35 |
* | When the channel is invalidated, change state to CANCELLED. | Xavier Claessens | 2008-11-22 | 3 | -41/+26 |
* | Move the ft manager to src/ other programs do not need it. | Xavier Claessens | 2008-11-22 | 6 | -10/+9 |
* | Update tools to latest version of tp-glib and include a gitignore | Xavier Claessens | 2008-11-22 | 27 | -1011/+1482 |
* | rename empathy_tp_file_get_incoming to empathy_tp_file_is_incoming | Xavier Claessens | 2008-11-22 | 3 | -8/+8 |
* | empathy_tp_file_accept/offer takes the GFile in param and return a GError if ... | Xavier Claessens | 2008-11-22 | 4 | -97/+32 |
* | Fix coding style and cleanup | Xavier Claessens | 2008-11-22 | 1 | -18/+9 |
* | Include only used headers | Xavier Claessens | 2008-11-22 | 1 | -2/+2 |
* | don't include itself | Xavier Claessens | 2008-11-22 | 1 | -2/+0 |
* | Remove useless lines | Xavier Claessens | 2008-11-22 | 2 | -5/+0 |
* | Fix coding style | Xavier Claessens | 2008-11-22 | 1 | -46/+47 |
* | Cleanup the coding style. If we can't get info about the GFile we abord the FT. | Xavier Claessens | 2008-11-22 | 2 | -81/+80 |
* | remove useless includes | Xavier Claessens | 2008-11-22 | 1 | -2/+0 |
* | Fix a little coding style | Xavier Claessens | 2008-11-22 | 1 | -2/+1 |
* | No need to define a callback, we can directly use empathy_send_file_with_file... | Xavier Claessens | 2008-11-22 | 1 | -8/+1 |
* | sync with latest FT spec DRAFT | Xavier Claessens | 2008-11-22 | 1 | -11/+7 |
* | extensions/Makefile.am: fix allow-undefined-interfaces param | Xavier Claessens | 2008-11-22 | 1 | -1/+1 |
* | extensions/Makefile.am: pass allow-undefined-interfaces param to doc generato... | Xavier Claessens | 2008-11-22 | 1 | -0/+1 |
* | Fix spec format to make it work with updated tools | Xavier Claessens | 2008-11-22 | 3 | -3/+21 |
* | Add FT manager to POTFILE | Xavier Claessens | 2008-11-22 | 1 | -0/+2 |
* | Fix compilation warning: gtk_message_dialog_format_secondary_text() require a... | Xavier Claessens | 2008-11-22 | 1 | -1/+1 |
* | ft_manager_clear: use g_hash_table_foreach_remove instead of GHashTableIter s... | Xavier Claessens | 2008-11-22 | 1 | -16/+22 |
* | get_requestable_channel_classes_cb: call tp_contact_factory_ready if the D-Bu... | Xavier Claessens | 2008-11-22 | 1 | -0/+1 |
* | ft-manager: ft_manager_clear: use a GHashTableIter instead of creating a temp... | Xavier Claessens | 2008-11-22 | 1 | -31/+21 |
* | ft-manager: remove old code | Xavier Claessens | 2008-11-22 | 1 | -7/+0 |
* | ft-manager: store the icon-name instead of the pixbuf in the store | Xavier Claessens | 2008-11-22 | 1 | -20/+7 |
* | ft-manager: add comment explaining how to use GIcon with GTK 2.14 | Xavier Claessens | 2008-11-22 | 1 | -1/+3 |
* | empathy-ft-manager: use the ContentType property instead of gnome_vfs_get_mim... | Xavier Claessens | 2008-11-22 | 1 | -3/+5 |
* | empathy-tp-file.c: actually implement the getter of GObject properties | Xavier Claessens | 2008-11-22 | 1 | -0/+24 |
* | empathy-tp-file: reorder FileTransfer D-Bus properties using the same order a... | Xavier Claessens | 2008-11-22 | 1 | -7/+10 |
* | tp_file_constructor: get the ContentHashType and ContentType values from the ... | Xavier Claessens | 2008-11-22 | 1 | -0/+6 |
* | empathy-contact: no need to inspect the RequestableChannelClasses property an... | Xavier Claessens | 2008-11-22 | 1 | -71/+0 |
* | empathy-tp-contact-factory: set the FT capability when creating contacts if t... | Xavier Claessens | 2008-11-22 | 1 | -1/+79 |
* | empathy-tp-contact-factory: factor out contact_created | Xavier Claessens | 2008-11-22 | 1 | -2/+9 |
* | empathy-ft-manager.c: Display an error if user can't save file to the chosen ... | Xavier Claessens | 2008-11-22 | 1 | -1/+17 |
* | empathy-ft-manager: ask confirmation if the filename already exists | Xavier Claessens | 2008-11-22 | 1 | -0/+3 |
* | Channel_Type_File_Transfer.xml: sync with latest draft | Xavier Claessens | 2008-11-22 | 1 | -4/+4 |
* | Implement latest ft draft | Xavier Claessens | 2008-11-22 | 3 | -30/+17 |
* | Channel_Type_File_Transfer.xml: sync with latest draft | Xavier Claessens | 2008-11-22 | 1 | -50/+87 |
* | remove blank line | Xavier Claessens | 2008-11-22 | 1 | -1/+0 |
* | Use the RequestableChannelClasses property instead of hardcoding salut to che... | Xavier Claessens | 2008-11-22 | 1 | -20/+65 |
* | Set the Date property when requesting a FT channel | Xavier Claessens | 2008-11-22 | 1 | -2/+10 |
* | use Requestotron to request the FT channel | Xavier Claessens | 2008-11-22 | 1 | -46/+64 |
* | fix FT client side code as the generated code changed | Xavier Claessens | 2008-11-22 | 5 | -22/+23 |
* | add Unix_Timestamp64 to all.xml | Xavier Claessens | 2008-11-22 | 1 | -0/+2 |
* | upgrade to new FT draft | Xavier Claessens | 2008-11-22 | 2 | -96/+160 |
* | Renamed free_copy_data_if_closed to copy_data_unref and have a ref_count in t... | Jonny Lamb | 2008-11-22 | 1 | -17/+22 |
* | Use _call_request_channel instead of _run_request_channel. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 2 | -52/+72 |
* | Added a wait for file channels so outgoing transfers are only added to the ma... | Jonny Lamb | 2008-11-22 | 1 | -7/+50 |
* | Don't expose streams in EmpathyTpFile, but use the GFile. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 4 | -73/+43 |
* | Fixed typo in FT manager glade file. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -1/+1 |
* | Moved empathy_send_file to EmpathyDispatcher and renamed it. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 7 | -114/+106 |
* | Handle new file channels regardless of direction in the dispatcher. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 3 | -74/+39 |
* | Fixed Makefile by including missing backslash. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -1/+0 |
* | Removed empathy_send_file_with_file_chooser_and_manager and made file transfe... | Jonny Lamb | 2008-11-22 | 3 | -54/+13 |
* | Changed suppress_handler to TRUE in a requested channel. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -1/+1 |
* | Moved capabilities hack to empathy_contact_set_account. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -27/+27 |
* | Renamed is_salut to contact_is_salut. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -2/+2 |
* | Removed useless test to check whether a GList has items. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -38/+34 |
* | Use gtk_file_chooser_dialog_new and the document-send icon. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -20/+8 |
* | Removed useless include. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -1/+0 |
* | In ft_manager_receive_response_cb, just call empathy_tp_file_cancel instead o... | Jonny Lamb | 2008-11-22 | 1 | -4/+1 |
* | Removed "Save as" file filter. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -6/+0 |
* | Made creating a save dialog a bit nicer by using proper GTK functions. (Jonny... | Jonny Lamb | 2008-11-22 | 1 | -11/+4 |
* | Use g_slice functions with ReceiveResponseData. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -2/+2 |
* | Renamed ft_manager_free_receive_response_data to ft_manager_receive_response_... | Jonny Lamb | 2008-11-22 | 1 | -3/+3 |
* | Removed useless ref of the FT manager in the build_ui method. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -3/+0 |
* | Moved gtk_window_set_icon name into the glade. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 2 | -2/+1 |
* | Removed call to gtk_tree_selection_unselect_all. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -1/+0 |
* | Set manager_p to NULL in delete_event_cb, not in _finalize. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -2/+0 |
* | Don't call _finalize in the delete_event_cb. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -1/+3 |
* | Simplified code to add files to the list store. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -3/+2 |
* | Made ft_manager_update_ft_row handle Local_Pending slightly nicer. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -7/+3 |
* | Renamed ft_manager_get_state_change_reason_description to ft_manager_state_ch... | Jonny Lamb | 2008-11-22 | 1 | -3/+3 |
* | Renamed private methods in the FT manager to ft_manager_*. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -36/+37 |
* | Changed gtk_tree_model_get_value calls to use gtk_tree_model_get. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -14/+3 |
* | Removed useless libtelepathy headers. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 2 | -5/+0 |
* | Added EMPATHY_PREFS_FILE_TRANSFER_DEFAULT_FOLDER to schema. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -0/+14 |
* | Removed useless +0.5 in get_time_remaining. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -1/+1 |
* | Made state_change_reason None in the constructor instead of an invalid value.... | Jonny Lamb | 2008-11-22 | 1 | -5/+2 |
* | Removed pointless test whether the tp_file is a GObject in the finalize funct... | Jonny Lamb | 2008-11-22 | 1 | -2/+1 |
* | Use empathy_time_get_current_time instead of g_get_current_time. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -15/+6 |
* | Removed cached_empathy_file from EmpathyTpFilePriv. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -1/+0 |
* | Removed account property of EmpathyTpFile as it's only actually used once and... | Jonny Lamb | 2008-11-22 | 4 | -32/+9 |
* | Made property-getting synchronous again so there isn't a massive race conditi... | Jonny Lamb | 2008-11-22 | 1 | -45/+30 |
* | Fixed channel property setting typo so ContentType is actually set. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -1/+1 |
* | Fix typo in extension glib client generation code. This is already fixed upst... | Jonny Lamb | 2008-11-22 | 1 | -1/+1 |
* | Updated parameter checks to return appropriate values. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 2 | -10/+13 |
* | Use empathy_contact_run_until_ready in EmpathyEventManager. | Jonny Lamb | 2008-11-22 | 1 | -0/+2 |
* | Add parameter checks to public functions. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 3 | -1/+27 |
* | Updated the way to access the EmpathyTpFilePriv instance within empathy-tp-fi... | Jonny Lamb | 2008-11-22 | 2 | -251/+161 |
* | Updated the way to access the EmpathyFTManagerPriv instance within empathy-ft... | Jonny Lamb | 2008-11-22 | 2 | -123/+84 |
* | Re-ordered EmpathyTpFile so static functions need no declaration at the top o... | Jonny Lamb | 2008-11-22 | 1 | -493/+474 |
* | Re-ordered EmpathyFTManager so functions need no declaration at the top of th... | Jonny Lamb | 2008-11-22 | 1 | -387/+374 |
* | Use FIXME instead of TODO in comments. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 2 | -2/+2 |
* | Changed _run_ method calls to _call_ calls. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 4 | -129/+143 |
* | Fixed copyright and author headers. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 8 | -2/+21 |
* | Various whitespace and comment fixes. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 2 | -3/+2 |
* | Added empathy_offer_file function and updated accept_file. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 4 | -5/+47 |
* | Do not set the MD5 hash of the file when sending. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -28/+0 |
* | Removed SocketPath channel property. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -19/+0 |
* | Added ContentHashType channel property, and renamed ContentMD5 to ContentHash... | Jonny Lamb | 2008-11-22 | 1 | -13/+25 |
* | Updated yet more places to use s/direction/incoming/ (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 2 | -4/+3 |
* | Replaced the Direction channel property a more-private GObject incoming prope... | Jonny Lamb | 2008-11-22 | 3 | -32/+26 |
* | Fixed yet more references to EMPATHY_FILE. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -2/+2 |
* | Fixed include of empathy-file.h to empathy-tp-file.h. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -1/+1 |
* | Changed EmpathyEventManager to not rely on the Direction property of the file... | Jonny Lamb | 2008-11-22 | 1 | -6/+8 |
* | Updated extensions external-types to include types from tubes. | Jonny Lamb | 2008-11-22 | 1 | -0/+6 |
* | Updated Channel.Type.File spec. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -128/+146 |
* | Added a proper Empathy event for an incoming file transfer so that the status... | Jonny Lamb | 2008-11-22 | 1 | -7/+30 |
* | Renamed EmpathyFile to EmpathyTpFile. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 11 | -402/+399 |
* | Removed pointless gio-2.0 deps in megaphone, nothere, and python. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -3/+0 |
* | Added ability to get an md5sum of the file being sent using GChecksum. (Jonny... | Jonny Lamb | 2008-11-22 | 1 | -1/+23 |
* | Removed empathy_init in favour of calling emp_cli_init directly. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 3 | -10/+3 |
* | Fixed function declaration style. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 2 | -45/+87 |
* | Only display "Send Files" if the contact is in Salut. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -0/+1 |
* | Converted sources to Collabora coding style. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 5 | -1121/+1121 |
* | Replaced gnome_vfs_format_file_size_for_display with its GIO equivalent. (Jon... | Jonny Lamb | 2008-11-22 | 1 | -3/+3 |
* | Merged empathy_send_file and empathy_send_file_from_stream, and dropped the d... | Jonny Lamb | 2008-11-22 | 2 | -43/+20 |
* | Set the ContentType property properly on a new file channel. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 2 | -1/+3 |
* | Added ability for the ft manager to stay around when closed. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 2 | -24/+17 |
* | Show an error to the terminal when there's a problem in getting the output st... | Jonny Lamb | 2008-11-22 | 1 | -1/+10 |
* | Changed order of closing channel and cancelling socket transfers. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -2/+2 |
* | Fixed small coding style issue. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -2/+0 |
* | Display cancel reasons in the file transfer manager. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -3/+6 |
* | Actually stop a file transfer if in the ft manager when requested. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -2/+1 |
* | Implemented empathy_file_cancel. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 2 | -0/+13 |
* | Added a missing "break". (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -0/+1 |
* | Handled TransferredBytes signal properly and show in the progress bar. (Jonny... | Jonny Lamb | 2008-11-22 | 1 | -7/+17 |
* | Handle incoming file transfers in the event manager. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -0/+30 |
* | Actually use accept and receive file functions. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -2/+10 |
* | Implemented accept_file and empathy_receive_file in empathy-file. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -18/+68 |
* | Fixed _get_local_socket in empathy-file so that it calls connect(2). (Jonny L... | Jonny Lamb | 2008-11-22 | 1 | -2/+20 |
* | Removed g_object_notify that doesn't actually map to a property. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -2/+0 |
* | Allow transfers to be declined by closing the channel. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -3/+4 |
* | Added fix for an empty default folder. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -1/+2 |
* | Removed file transfer handling code from empathy dispatcher. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -11/+0 |
* | Added missing GTK+ include header. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -0/+1 |
* | Removed EmpathyTpFile and put everything into EmpathyFile. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 7 | -1628/+856 |
* | Added empathy_send_file_with_file_chooser_and_manager to make use of the file... | Jonny Lamb | 2008-11-22 | 3 | -1/+17 |
* | Added GTK file transfer manager. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 5 | -1/+1367 |
* | Push the notify::state and notify::transferred-bytes signals from EmpathyTpFi... | Jonny Lamb | 2008-11-22 | 1 | -2/+29 |
* | Correctly set the EmpathyContact in an EmpathyTpFile. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -0/+7 |
* | Changed the "Send file" icon to something sane. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 2 | -1/+2 |
* | Added start of handling new incoming file channels. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -0/+11 |
* | Added "Send file" item to contact menu widget. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 2 | -0/+34 |
* | Added some more file sending functions to libempathy-gtk. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 2 | -0/+132 |
* | Added a workaround to EmpathyTpFile's finalize function so it doesn't run g_o... | Jonny Lamb | 2008-11-22 | 1 | -1/+2 |
* | Added empathy_send_file* helper functions to empathy-utils. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 2 | -0/+136 |
* | Added empathy_init function to call emp_cli_init in main. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 4 | -2/+11 |
* | Added EmpathyFile and EmpathyTpFile objects. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 6 | -0/+1892 |
* | Added file transfer debug flag. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 2 | -1/+3 |
* | Added a dependency on gio-unix-2.0 in libempathy. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 2 | -1/+2 |
* | Added ft-related functions to EmpathyContact. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 2 | -0/+41 |
* | Added GIO and libgnomeui deps to configure.ac. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 1 | -0/+5 |
* | Added org.freedesktop.Telepathy.Channel.Type.File.DRAFT spec file. (Jonny Lamb) | Jonny Lamb | 2008-11-22 | 3 | -1/+401 |
* | Updated ps translation (Zabeeh Khan) | Simos Xenitellis | 2008-11-21 | 1 | -0/+1814 |
* | Updated German translation. | Hendrik Richter | 2008-11-19 | 2 | -132/+216 |
* | Updated Lithuanian translation (Gintautas Miliauskas). | Gintautas Miliauskas | 2008-11-17 | 1 | -98/+176 |
* | Updated es translation (Jorge Gonzalez) | Jorge Gonzalez Gonzalez | 2008-11-15 | 1 | -11/+54 |
* | Include account name in chat-window tooltip. Fixes bug #560622 | Mathias Hasselmann | 2008-11-14 | 1 | -4/+8 |
* | Use markup for chat-window tooltips | Mathias Hasselmann | 2008-11-14 | 1 | -10/+21 |
* | Use proper format string for max-size property | Mathias Hasselmann | 2008-11-14 | 1 | -1/+1 |
* | If chats have no name, use the channel's ID instead of fallback to "Conversat... | Xavier Claessens | 2008-11-14 | 2 | -21/+14 |
* | Add import dialog to POTFILE | Xavier Claessens | 2008-11-13 | 1 | -0/+2 |
* | Updated ku translation | Erdal Ronahi | 2008-11-12 | 2 | -0/+1784 |
* | Trivial simplification of the math | Xavier Claessens | 2008-11-11 | 1 | -1/+1 |
* | Try to keep the original image format in avatar chooser. This avoid droping a... | Xavier Claessens | 2008-11-11 | 1 | -58/+69 |
* | Improve error message. | Xavier Claessens | 2008-11-11 | 1 | -2/+3 |
* | Report error to the user when converting the avatar fails. | Xavier Claessens | 2008-11-11 | 1 | -4/+37 |
* | Cleanup code and add some comments | Xavier Claessens | 2008-11-11 | 2 | -7/+17 |
* | Move code to avoid declaring functions on the top of the file. | Xavier Claessens | 2008-11-11 | 1 | -71/+57 |
* | Make a dichotomic search for the optimal image size. Cleanup some code | Xavier Claessens | 2008-11-11 | 1 | -112/+121 |
* | Correctly resize the image to fit required max width/height | Xavier Claessens | 2008-11-11 | 1 | -13/+33 |
* | Add empathy_pixbuf_from_data_and_mime instead of breaking API. | Xavier Claessens | 2008-11-11 | 4 | -6/+17 |
* | Don't modify EmpathyAvatar::format if gdkpixbuf disagrees | Xavier Claessens | 2008-11-11 | 1 | -4/+4 |
* | Use two g_asserts rather than g_assert (foo && bar). | Xavier Claessens | 2008-11-11 | 1 | -2/+4 |
* | can_satisfy_mime_type_requirements: assume out params != NULL | Xavier Claessens | 2008-11-11 | 1 | -10/+2 |
* | Prefer png or jpeg if possible when converting avatars | Xavier Claessens | 2008-11-11 | 1 | -20/+34 |
* | Update avatar chooser's account from its own callback. | Xavier Claessens | 2008-11-11 | 1 | -22/+19 |
* | ContactWidget: set up account widget before avatar widget | Xavier Claessens | 2008-11-11 | 1 | -23/+24 |
* | If setting an avatar from an EmpathyAvatar, just ref it. | Xavier Claessens | 2008-11-11 | 1 | -25/+66 |
* | AvatarChooser: clarify why _scale_down_if_necessary is cheap. | Xavier Claessens | 2008-11-11 | 1 | -2/+7 |
* | Make can_satisfy_mime_type_requirements accept NULL out params. | Xavier Claessens | 2008-11-11 | 1 | -6/+24 |
* | Flip iterating across format_mime_types and accepted_mime_types. | Xavier Claessens | 2008-11-11 | 1 | -2/+2 |
* | Use l and strv for list and strv iterators, not i and j | Xavier Claessens | 2008-11-11 | 1 | -7/+7 |
* | Use foo[1] rather than *(foo + 1) | Xavier Claessens | 2008-11-11 | 1 | -1/+1 |
* | Coding style: cuddle a brace | Xavier Claessens | 2008-11-11 | 1 | -2/+1 |
* | AvatarChooser: don't set contact_factory to NULL after unreffing. | Xavier Claessens | 2008-11-11 | 1 | -3/+2 |
* | AvatarChooser: Remove empathy_ prefix from static functions. | Xavier Claessens | 2008-11-11 | 1 | -10/+10 |
* | AvatarChooser needs no ContactFactory property; it's a singleton. | Xavier Claessens | 2008-11-11 | 3 | -32/+6 |
* | Coding style: no blank lines in local variable declarations | Xavier Claessens | 2008-11-11 | 1 | -4/+0 |
* | Coding style: use FIXME rather than TODO. | Xavier Claessens | 2008-11-11 | 1 | -5/+5 |
* | Coding style: only one blank line between functions. | Xavier Claessens | 2008-11-11 | 3 | -10/+0 |
* | Coding style: use braces for one-statement blocks in AvatarChooser | Xavier Claessens | 2008-11-11 | 1 | -9/+19 |
* | Check the contact factory is still ready when avatar picker is OKed. | Xavier Claessens | 2008-11-11 | 1 | -0/+13 |
* | Don't explicitly check for the new avatar being zero bytes | Xavier Claessens | 2008-11-11 | 1 | -1/+1 |
* | Don't clear user's avatar if a file can't be read. | Xavier Claessens | 2008-11-11 | 1 | -2/+0 |
* | Implement scaling and converting avatars before sending. | Xavier Claessens | 2008-11-11 | 1 | -65/+265 |
* | Make empathy_pixbuf_scale_down_if_necessary treat 0 as "no limit" | Xavier Claessens | 2008-11-11 | 1 | -1/+1 |
* | Track whether avatar is being set locally, or received from elsewhere. | Xavier Claessens | 2008-11-11 | 1 | -12/+17 |
* | Use e_avatar_chooser_clear_image() helper. | Xavier Claessens | 2008-11-11 | 1 | -1/+1 |
* | Ref result of empathy_contact_factory_get_tp_factory | Xavier Claessens | 2008-11-11 | 1 | -2/+2 |
* | Make avatar chooser (in)sensitive when the TpContactFactory becomes (not) ready | Xavier Claessens | 2008-11-11 | 1 | -10/+62 |
* | Update AvatarChooser::account when changed in ContactWidget | Xavier Claessens | 2008-11-11 | 1 | -0/+24 |
* | AvatarChooser: Add McAccount and EmpathyContactFactory properties | Xavier Claessens | 2008-11-11 | 3 | -4/+100 |
* | Add G_PARAM_STATIC_STRINGS to TpContactFactory properties | Xavier Claessens | 2008-11-11 | 1 | -8/+16 |
* | EmpathyTpContactFactory: add properties for avatar requirements | Xavier Claessens | 2008-11-11 | 1 | -3/+91 |
* | EmpathyTpContactFactory: get avatar requirements before becoming ready. | Xavier Claessens | 2008-11-11 | 1 | -9/+54 |
* | EmpathyTpContactFactory: split on-ready code out of got_self_handle_cb | Xavier Claessens | 2008-11-11 | 1 | -4/+22 |
* | EmpathyTpContactFactoryPriv: add fields for avatar requirements | Xavier Claessens | 2008-11-11 | 1 | -0/+9 |
* | Don't automatically resize and png-ify avatars. | Xavier Claessens | 2008-11-11 | 4 | -44/+62 |
* | Consolidate hardcoding avatars to PNG to one function. | Xavier Claessens | 2008-11-11 | 1 | -1/+7 |
* | Updated Spansih translation | Jorge Gonzalez Gonzalez | 2008-11-08 | 1 | -179/+218 |
* | Updated es translation (Jorge Gonzalez) | Jorge Gonzalez Gonzalez | 2008-11-08 | 1 | -47/+60 |
* | Add ru to gitignore | Xavier Claessens | 2008-11-04 | 1 | -1/+3 |
* | Update Ukrainian translation. | Maxim Dziumanenko | 2008-11-03 | 1 | -1522/+1345 |
* | Added Russian translation by Nikita Belobrov <qvzqvz@gmail.com>. | Nickolay V. Shmyrev | 2008-10-27 | 1 | -0/+775 |
* | Remove session information from Ekiga registration URL. (closes: #554938) | Frederic Peters | 2008-10-24 | 1 | -2/+1 |
* | Updated Greek translation (Nick Agianniotis). | Simos Xenitellis | 2008-10-23 | 1 | -164/+477 |
* | Updated th translation (Theppitak Karoonboonyanan) | Theppitak Karoonboonyanan | 2008-10-18 | 1 | -9/+6 |
* | Updated th translation (Theppitak Karoonboonyanan) | Theppitak Karoonboonyanan | 2008-10-18 | 1 | -70/+103 |
* | Updated es translation (Jorge Gonzalez) | Jorge Gonzalez Gonzalez | 2008-10-17 | 1 | -7/+15 |
* | Use l to iterate a GList, less confusing naming. | Xavier Claessens | 2008-10-17 | 1 | -3/+3 |
* | It is a map from pidgin to CM, not MC. | Xavier Claessens | 2008-10-17 | 1 | -10/+10 |
* | Split pidgin import code into its own module. It makes easier to add other im... | Xavier Claessens | 2008-10-17 | 5 | -283/+375 |
* | Connect to the "destroy" and "response" signals on the import window instead ... | Xavier Claessens | 2008-10-17 | 2 | -59/+59 |
* | Do not include accounts which don't have profile.. Also fix a leak. | Xavier Claessens | 2008-10-17 | 1 | -2/+7 |
* | Remove useless vars | Xavier Claessens | 2008-10-17 | 1 | -1/+0 |
* | Remove declaration of functions on top of import dialog file. | Xavier Claessens | 2008-10-17 | 1 | -29/+0 |
* | There is no reason for import_dialog_add_account to fail. | Xavier Claessens | 2008-10-17 | 1 | -7/+3 |
* | Be more careful in import_dialog_account_data_free | Xavier Claessens | 2008-10-17 | 1 | -2/+6 |
* | Remove useless include in main window | Xavier Claessens | 2008-10-17 | 1 | -1/+0 |
* | rename import boolean to import_asked. | Xavier Claessens | 2008-10-17 | 1 | -4/+3 |
* | Store the McProfile in AccountData instead of a string of the account name. (... | Jonny Lamb | 2008-10-17 | 1 | -34/+15 |
* | Call import_dialog_account_data_free to actually free the account data after ... | Jonny Lamb | 2008-10-17 | 1 | -5/+4 |
* | Do not store the account data in a G_TYPE_POINTER GValue but straight in the ... | Jonny Lamb | 2008-10-17 | 1 | -10/+4 |