]> git.0d.be Git - empathy.git/history - libempathy-gtk
Cleanup of ft_manager_add_tp_file_to_list.
[empathy.git] / libempathy-gtk /
2008-11-21 Xavier ClaessensMove the ft manager to src/ other programs do not need it.
2008-11-21 Xavier Claessensrename empathy_tp_file_get_incoming to empathy_tp_file_...
2008-11-21 Xavier Claessensempathy_tp_file_accept/offer takes the GFile in param...
2008-11-21 Xavier Claessensremove useless includes
2008-11-21 Xavier ClaessensFix a little coding style
2008-11-21 Xavier ClaessensNo need to define a callback, we can directly use empat...
2008-11-21 Xavier ClaessensFix compilation warning: gtk_message_dialog_format_seco...
2008-11-21 Xavier Claessensft_manager_clear: use g_hash_table_foreach_remove inste...
2008-11-21 Xavier Claessensft-manager: ft_manager_clear: use a GHashTableIter...
2008-11-21 Xavier Claessensft-manager: remove old code
2008-11-21 Xavier Claessensft-manager: store the icon-name instead of the pixbuf...
2008-11-21 Xavier Claessensft-manager: add comment explaining how to use GIcon...
2008-11-21 Xavier Claessensempathy-ft-manager: use the ContentType property instea...
2008-11-21 Xavier Claessensempathy-ft-manager.c: Display an error if user can...
2008-11-21 Xavier Claessensempathy-ft-manager: ask confirmation if the filename...
2008-11-21 Xavier ClaessensImplement latest ft draft
2008-11-21 Xavier Claessensfix FT client side code as the generated code changed
2008-11-21 Jonny LambDon't expose streams in EmpathyTpFile, but use the...
2008-11-21 Jonny LambFixed typo in FT manager glade file. (Jonny Lamb)
2008-11-21 Jonny LambMoved empathy_send_file to EmpathyDispatcher and rename...
2008-11-21 Jonny LambHandle new file channels regardless of direction in...
2008-11-21 Jonny LambRemoved empathy_send_file_with_file_chooser_and_manager...
2008-11-21 Jonny LambRemoved useless test to check whether a GList has items...
2008-11-21 Jonny LambUse gtk_file_chooser_dialog_new and the document-send...
2008-11-21 Jonny LambRemoved useless include. (Jonny Lamb)
2008-11-21 Jonny LambIn ft_manager_receive_response_cb, just call empathy_tp...
2008-11-21 Jonny LambRemoved "Save as" file filter. (Jonny Lamb)
2008-11-21 Jonny LambMade creating a save dialog a bit nicer by using proper...
2008-11-21 Jonny LambUse g_slice functions with ReceiveResponseData. (Jonny...
2008-11-21 Jonny LambRenamed ft_manager_free_receive_response_data to ft_man...
2008-11-21 Jonny LambRemoved useless ref of the FT manager in the build_ui...
2008-11-21 Jonny LambMoved gtk_window_set_icon name into the glade. (Jonny...
2008-11-21 Jonny LambRemoved call to gtk_tree_selection_unselect_all. (Jonny...
2008-11-21 Jonny LambSet manager_p to NULL in delete_event_cb, not in _final...
2008-11-21 Jonny LambDon't call _finalize in the delete_event_cb. (Jonny...
2008-11-21 Jonny LambSimplified code to add files to the list store. (Jonny...
2008-11-21 Jonny LambMade ft_manager_update_ft_row handle Local_Pending...
2008-11-21 Jonny LambRenamed ft_manager_get_state_change_reason_description...
2008-11-21 Jonny LambRenamed private methods in the FT manager to ft_manager...
2008-11-21 Jonny LambChanged gtk_tree_model_get_value calls to use gtk_tree_...
2008-11-21 Jonny LambUpdated parameter checks to return appropriate values...
2008-11-21 Jonny LambAdd parameter checks to public functions. (Jonny Lamb)
2008-11-21 Jonny LambUpdated the way to access the EmpathyFTManagerPriv...
2008-11-21 Jonny LambRe-ordered EmpathyFTManager so functions need no declar...
2008-11-21 Jonny LambUse FIXME instead of TODO in comments. (Jonny Lamb)
2008-11-21 Jonny LambChanged _run_ method calls to _call_ calls. (Jonny...
2008-11-21 Jonny LambFixed copyright and author headers. (Jonny Lamb)
2008-11-21 Jonny LambAdded empathy_offer_file function and updated accept_fi...
2008-11-21 Jonny LambUpdated yet more places to use s/direction/incoming...
2008-11-21 Jonny LambReplaced the Direction channel property a more-private...
2008-11-21 Jonny LambFixed yet more references to EMPATHY_FILE. (Jonny Lamb)
2008-11-21 Jonny LambFixed include of empathy-file.h to empathy-tp-file...
2008-11-21 Jonny LambRenamed EmpathyFile to EmpathyTpFile. (Jonny Lamb)
2008-11-21 Jonny LambFixed function declaration style. (Jonny Lamb)
2008-11-21 Jonny LambOnly display "Send Files" if the contact is in Salut...
2008-11-21 Jonny LambConverted sources to Collabora coding style. (Jonny...
2008-11-21 Jonny LambReplaced gnome_vfs_format_file_size_for_display with...
2008-11-21 Jonny LambAdded ability for the ft manager to stay around when...
2008-11-21 Jonny LambShow an error to the terminal when there's a problem...
2008-11-21 Jonny LambDisplay cancel reasons in the file transfer manager...
2008-11-21 Jonny LambActually stop a file transfer if in the ft manager...
2008-11-21 Jonny LambAdded a missing "break". (Jonny Lamb)
2008-11-21 Jonny LambAllow transfers to be declined by closing the channel...
2008-11-21 Jonny LambAdded fix for an empty default folder. (Jonny Lamb)
2008-11-21 Jonny LambAdded missing GTK+ include header. (Jonny Lamb)
2008-11-21 Jonny LambRemoved EmpathyTpFile and put everything into EmpathyFi...
2008-11-21 Jonny LambAdded empathy_send_file_with_file_chooser_and_manager...
2008-11-21 Jonny LambAdded GTK file transfer manager. (Jonny Lamb)
2008-11-21 Jonny LambChanged the "Send file" icon to something sane. (Jonny...
2008-11-21 Jonny LambAdded "Send file" item to contact menu widget. (Jonny...
2008-11-21 Jonny LambAdded some more file sending functions to libempathy...
2008-11-13 Mathias HasselmannUse proper format string for max-size property
2008-11-13 Xavier ClaessensIf chats have no name, use the channel's ID instead...
2008-11-11 Xavier ClaessensTrivial simplification of the math
2008-11-11 Xavier ClaessensTry to keep the original image format in avatar chooser...
2008-11-11 Xavier ClaessensImprove error message.
2008-11-11 Xavier ClaessensReport error to the user when converting the avatar...
2008-11-11 Xavier ClaessensCleanup code and add some comments
2008-11-11 Xavier ClaessensMake a dichotomic search for the optimal image size...
2008-11-11 Xavier ClaessensCorrectly resize the image to fit required max width...
2008-11-11 Xavier ClaessensAdd empathy_pixbuf_from_data_and_mime instead of breaki...
2008-11-11 Xavier ClaessensDon't modify EmpathyAvatar::format if gdkpixbuf disagrees
2008-11-11 Xavier ClaessensUse two g_asserts rather than g_assert (foo && bar).
2008-11-11 Xavier Claessenscan_satisfy_mime_type_requirements: assume out params...
2008-11-11 Xavier ClaessensPrefer png or jpeg if possible when converting avatars
2008-11-11 Xavier ClaessensUpdate avatar chooser's account from its own callback.
2008-11-11 Xavier ClaessensContactWidget: set up account widget before avatar...
2008-11-11 Xavier ClaessensIf setting an avatar from an EmpathyAvatar, just ref it.
2008-11-11 Xavier ClaessensAvatarChooser: clarify why _scale_down_if_necessary...
2008-11-11 Xavier ClaessensMake can_satisfy_mime_type_requirements accept NULL...
2008-11-11 Xavier ClaessensFlip iterating across format_mime_types and accepted_mi...
2008-11-11 Xavier ClaessensUse l and strv for list and strv iterators, not i and j
2008-11-11 Xavier ClaessensUse foo[1] rather than *(foo + 1)
2008-11-11 Xavier ClaessensCoding style: cuddle a brace
2008-11-11 Xavier ClaessensAvatarChooser: don't set contact_factory to NULL after...
2008-11-11 Xavier ClaessensAvatarChooser: Remove empathy_ prefix from static funct...
2008-11-11 Xavier ClaessensAvatarChooser needs no ContactFactory property; it...
2008-11-11 Xavier ClaessensCoding style: no blank lines in local variable declarations
2008-11-11 Xavier ClaessensCoding style: use FIXME rather than TODO.
2008-11-11 Xavier ClaessensCoding style: only one blank line between functions.
next