]> git.0d.be Git - empathy.git/shortlog
empathy.git
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...
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.
2008-11-11 Xavier ClaessensCoding style: use braces for one-statement blocks in...
2008-11-11 Xavier ClaessensCheck the contact factory is still ready when avatar...
2008-11-11 Xavier ClaessensDon't explicitly check for the new avatar being zero...
2008-11-11 Xavier ClaessensDon't clear user's avatar if a file can't be read.
2008-11-11 Xavier ClaessensImplement scaling and converting avatars before sending.
2008-11-11 Xavier ClaessensMake empathy_pixbuf_scale_down_if_necessary treat 0...
2008-11-11 Xavier ClaessensTrack whether avatar is being set locally, or received...
2008-11-11 Xavier ClaessensUse e_avatar_chooser_clear_image() helper.
2008-11-11 Xavier ClaessensRef result of empathy_contact_factory_get_tp_factory
2008-11-11 Xavier ClaessensMake avatar chooser (in)sensitive when the TpContactFac...
2008-11-11 Xavier ClaessensUpdate AvatarChooser::account when changed in ContactWidget
2008-11-11 Xavier ClaessensAvatarChooser: Add McAccount and EmpathyContactFactory...
2008-11-11 Xavier ClaessensAdd G_PARAM_STATIC_STRINGS to TpContactFactory properties
2008-11-11 Xavier ClaessensEmpathyTpContactFactory: add properties for avatar...
2008-11-11 Xavier ClaessensEmpathyTpContactFactory: get avatar requirements before...
2008-11-11 Xavier ClaessensEmpathyTpContactFactory: split on-ready code out of...
2008-11-11 Xavier ClaessensEmpathyTpContactFactoryPriv: add fields for avatar...
2008-11-11 Xavier ClaessensDon't automatically resize and png-ify avatars.
2008-11-11 Xavier ClaessensConsolidate hardcoding avatars to PNG to one function.
2008-11-08 Jorge Gonzalez... Updated Spansih translation
2008-11-08 Jorge Gonzalez... Updated es translation (Jorge Gonzalez)
2008-11-03 Xavier ClaessensAdd ru to gitignore
2008-11-03 Maxim DziumanenkoUpdate Ukrainian translation.
2008-10-26 Nickolay V... Added Russian translation by Nikita Belobrov <qvzqvz...
2008-10-24 Frederic PetersRemove session information from Ekiga registration...
2008-10-22 Simos XenitellisUpdated Greek translation (Nick Agianniotis).
2008-10-18 Theppitak Karoonboon... Updated th translation (Theppitak Karoonboonyanan)
2008-10-18 Theppitak Karoonboon... Updated th translation (Theppitak Karoonboonyanan)
2008-10-17 Jorge Gonzalez... Updated es translation (Jorge Gonzalez)
2008-10-17 Xavier ClaessensUse l to iterate a GList, less confusing naming.
2008-10-17 Xavier ClaessensIt is a map from pidgin to CM, not MC.
2008-10-17 Xavier ClaessensSplit pidgin import code into its own module. It makes...
2008-10-17 Xavier ClaessensConnect to the "destroy" and "response" signals on...
2008-10-17 Xavier ClaessensDo not include accounts which don't have profile.....
2008-10-17 Xavier ClaessensRemove useless vars
2008-10-17 Xavier ClaessensRemove declaration of functions on top of import dialog...
2008-10-17 Xavier ClaessensThere is no reason for import_dialog_add_account to...
2008-10-17 Xavier ClaessensBe more careful in import_dialog_account_data_free
2008-10-17 Xavier ClaessensRemove useless include in main window
2008-10-17 Xavier Claessensrename import boolean to import_asked.
2008-10-17 Jonny LambStore the McProfile in AccountData instead of a string...
2008-10-17 Jonny LambCall import_dialog_account_data_free to actually free...
2008-10-17 Jonny LambDo not store the account data in a G_TYPE_POINTER GValu...
2008-10-17 Jonny LambRemoved call to mc_accounts_filter and wrote another...
2008-10-17 Jonny LambCompare GLists to NULL instead of g_list_length(list...
2008-10-17 Jonny LambRemoved empathy_import_dialog_accounts_to_import to...
2008-10-17 Jonny LambMoved some code around for clarity and also to parse...
2008-10-17 Jonny LambRemoved tabs from GConf schema. (Jonny Lamb)
2008-10-17 Jonny LambOnly display the importing result if there was a failur...
2008-10-17 Jonny LambAsk whether to import if there are accounts to import...
2008-10-17 Jonny LambAdded GConf key EMPATHY_PREFS_IMPORT_ASKED. (Jonny...
2008-10-17 Jonny LambAdded empathy_import_dialog_accounts_to_import. (Jonny...
2008-10-17 Jonny LambAutomatically tick "import" only for accounts which...
2008-10-17 Jonny LambMake the parent of the import dialog be the parent...
2008-10-17 Jonny LambDisplay a warning when no accounts could be found for...
2008-10-17 Jonny LambCheck whether ~/.purple/accounts.xml is readable before...
2008-10-17 Jonny LambUse g_ascii_strtod instead of sscanf. (Jonny Lamb)
2008-10-17 Jonny LambUse tp_strdiff instead of strcmp. (Jonny Lamb)
2008-10-17 Jonny LambAdded import_dialog_free and actually destroy the impor...
2008-10-17 Jonny LambActually add the accounts when the user presses OK...
next