]> git.0d.be Git - empathy.git/shortlog
empathy.git
2008-11-21 Jonny LambMade property-getting synchronous again so there isn...
2008-11-21 Jonny LambFixed channel property setting typo so ContentType...
2008-11-21 Jonny LambFix typo in extension glib client generation code....
2008-11-21 Jonny LambUpdated parameter checks to return appropriate values...
2008-11-21 Jonny LambUse empathy_contact_run_until_ready in EmpathyEventManager.
2008-11-21 Jonny LambAdd parameter checks to public functions. (Jonny Lamb)
2008-11-21 Jonny LambUpdated the way to access the EmpathyTpFilePriv instanc...
2008-11-21 Jonny LambUpdated the way to access the EmpathyFTManagerPriv...
2008-11-21 Jonny LambRe-ordered EmpathyTpFile so static functions need no...
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 LambVarious whitespace and comment fixes. (Jonny Lamb)
2008-11-21 Jonny LambAdded empathy_offer_file function and updated accept_fi...
2008-11-21 Jonny LambDo not set the MD5 hash of the file when sending. ...
2008-11-21 Jonny LambRemoved SocketPath channel property. (Jonny Lamb)
2008-11-21 Jonny LambAdded ContentHashType channel property, and renamed...
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 LambChanged EmpathyEventManager to not rely on the Directio...
2008-11-21 Jonny LambUpdated extensions external-types to include types...
2008-11-21 Jonny LambUpdated Channel.Type.File spec. (Jonny Lamb)
2008-11-21 Jonny LambAdded a proper Empathy event for an incoming file trans...
2008-11-21 Jonny LambRenamed EmpathyFile to EmpathyTpFile. (Jonny Lamb)
2008-11-21 Jonny LambRemoved pointless gio-2.0 deps in megaphone, nothere...
2008-11-21 Jonny LambAdded ability to get an md5sum of the file being sent...
2008-11-21 Jonny LambRemoved empathy_init in favour of calling emp_cli_init...
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 LambMerged empathy_send_file and empathy_send_file_from_str...
2008-11-21 Jonny LambSet the ContentType property properly on a new file...
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 LambChanged order of closing channel and cancelling socket...
2008-11-21 Jonny LambFixed small coding style issue. (Jonny Lamb)
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 LambImplemented empathy_file_cancel. (Jonny Lamb)
2008-11-21 Jonny LambAdded a missing "break". (Jonny Lamb)
2008-11-21 Jonny LambHandled TransferredBytes signal properly and show in...
2008-11-21 Jonny LambHandle incoming file transfers in the event manager...
2008-11-21 Jonny LambActually use accept and receive file functions. (Jonny...
2008-11-21 Jonny LambImplemented accept_file and empathy_receive_file in...
2008-11-21 Jonny LambFixed _get_local_socket in empathy-file so that it...
2008-11-21 Jonny LambRemoved g_object_notify that doesn't actually map to...
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 LambRemoved file transfer handling code from empathy dispat...
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 LambPush the notify::state and notify::transferred-bytes...
2008-11-21 Jonny LambCorrectly set the EmpathyContact in an EmpathyTpFile...
2008-11-21 Jonny LambChanged the "Send file" icon to something sane. (Jonny...
2008-11-21 Jonny LambAdded start of handling new incoming file channels...
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-21 Jonny LambAdded a workaround to EmpathyTpFile's finalize function...
2008-11-21 Jonny LambAdded empathy_send_file* helper functions to empathy...
2008-11-21 Jonny LambAdded empathy_init function to call emp_cli_init in...
2008-11-21 Jonny LambAdded EmpathyFile and EmpathyTpFile objects. (Jonny...
2008-11-21 Jonny LambAdded file transfer debug flag. (Jonny Lamb)
2008-11-21 Jonny LambAdded a dependency on gio-unix-2.0 in libempathy. ...
2008-11-21 Jonny LambAdded ft-related functions to EmpathyContact. (Jonny...
2008-11-21 Jonny LambAdded GIO and libgnomeui deps to configure.ac. (Jonny...
2008-11-21 Jonny LambAdded org.freedesktop.Telepathy.Channel.Type.File.DRAFT...
2008-11-21 Simos XenitellisUpdated ps translation (Zabeeh Khan)
2008-11-18 Hendrik RichterUpdated German translation.
2008-11-17 Gintautas MiliauskasUpdated Lithuanian translation (Gintautas Miliauskas).
2008-11-14 Jorge Gonzalez... Updated es translation (Jorge Gonzalez)
2008-11-13 Mathias HasselmannInclude account name in chat-window tooltip. Fixes...
2008-11-13 Mathias HasselmannUse markup for chat-window tooltips
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-12 Xavier ClaessensAdd import dialog to POTFILE
2008-11-12 Erdal Ronahi Updated ku translation
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 ClaessensMove code to avoid declaring functions on the top of...
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...
next