]> git.0d.be Git - empathy.git/history - src
Bump version to 2.25.2 and update ABI version
[empathy.git] / src /
2008-11-21 Xavier ClaessensReplace Q_() with C_() for translation context.
2008-11-21 Xavier ClaessensIf first_line xor second_line is NULL, use only one...
2008-11-21 Xavier ClaessensRemove empathy_tp_file_keep_alive hack and connect...
2008-11-21 Xavier ClaessensAvoid a string dup.
2008-11-21 Xavier ClaessensCleanup the code inside ft_manager_build_ui.
2008-11-21 Xavier ClaessensSimplify and comment the livetime of EmpathyFTManager
2008-11-21 Xavier ClaessensReorder the code for more clarity.
2008-11-21 Xavier ClaessensCleanup of ft_manager_add_tp_file_to_list.
2008-11-21 Xavier ClaessensRemove useless gnomevfs include.
2008-11-21 Xavier ClaessensUpdate the selection only if we are removing the select...
2008-11-21 Xavier ClaessensCheck if URI is not NULL before adding it to the recent...
2008-11-21 Xavier ClaessensFix ref counting of tp_file, make it singleton per...
2008-11-21 Xavier ClaessensFix a comment phrasing
2008-11-21 Xavier ClaessensUpdate the selection of the ft manager when a ft is...
2008-11-21 Xavier ClaessensThere is no reason to remove the FT if it's cancelled...
2008-11-21 Xavier ClaessensFix glade lookup
2008-11-21 Xavier ClaessensSimplify ft_manager_remove_file_from_list.
2008-11-21 Xavier ClaessensClean ft_manager_update_ft_row()
2008-11-21 Xavier ClaessensSimplify condition
2008-11-21 Xavier ClaessensAdd all reasons in ft_manager_state_change_reason_to_st...
2008-11-21 Xavier ClaessensSimplify the code to add a FT in the manager.
2008-11-21 Xavier ClaessensSimplify the code to set sensibility of buttons
2008-11-21 Xavier ClaessensWhen the channel is invalidated, change state to CANCELLED.
2008-11-21 Xavier ClaessensMove the ft manager to src/ other programs do not need it.
2008-11-21 Xavier ClaessensFix coding style and cleanup
2008-11-21 Xavier ClaessensInclude only used headers
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 LambAdded a wait for file channels so outgoing transfers...
2008-11-21 Jonny LambHandle new file channels regardless of direction in...
2008-11-21 Jonny LambRemoved account property of EmpathyTpFile as it's only...
2008-11-21 Jonny LambUse empathy_contact_run_until_ready in EmpathyEventManager.
2008-11-21 Jonny LambChanged _run_ method calls to _call_ calls. (Jonny...
2008-11-21 Jonny LambChanged EmpathyEventManager to not rely on the Directio...
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 empathy_init in favour of calling emp_cli_init...
2008-11-21 Jonny LambHandle incoming file transfers in the event manager...
2008-11-21 Jonny LambAdded empathy_init function to call emp_cli_init in...
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 Xavier ClaessensIf chats have no name, use the channel's ID instead...
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 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 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...
2008-10-17 Jonny LambRenamed import_dialog_add_accounts to import_dialog_add...
2008-10-17 Jonny LambAdded more whitespace between indentations and comments...
2008-10-17 Jonny LambFill the tree view with Pidgin accounts to import....
2008-10-17 Jonny LambSet a height request of 200px for the treeview widget...
2008-10-17 Jonny LambRe-wrote the UI of the importer dialog. (Jonny Lamb)
2008-10-17 Xavier ClaessensFix wrong condition in import_dialog_pidgin_parse_setti...
2008-10-17 Xavier ClaessensAdd comments and cleanup the pidgin importer. Account...
2008-10-17 Jonny LambRenamed static empathy_import_dialog_* functions to...
2008-10-17 Jonny LambSimplified the node looping code further. (Jonny Lamb)
2008-10-17 Jonny LambUse a different loop with nodes to shorten code. (Jonny...
2008-10-17 Jonny LambAdded another empty line between function declaration...
2008-10-17 Jonny LambAvoid using gtk_widget_show_all and show each widget...
2008-10-17 Jonny LambAdded a missing g_free. (Jonny Lamb)
2008-10-17 Jonny LambMake EmpathyImportDialog a singleton. (Jonny Lamb)
2008-10-17 Jonny LambName imported accounts in the same way as a new account...
2008-10-17 Jonny LambChanged import button to "Import Accounts...". (Jonny...
2008-10-17 Jonny LambAdded spacing of 6 to "Import accounts" button. (Jonny...
2008-10-17 Jonny LambMoved to Collabora coding style. (Jonny Lamb)
2008-10-17 Jonny LambAdded an "Import accounts" button to the accounts dialo...
2008-10-17 Jonny LambRemoved import dialog references from main window....
2008-10-17 Jonny LambFixed typos of constants in the import dialog. (Jonny...
2008-10-17 Jonny LambFixed part of dialog, as per Xavier's comments.
2008-10-17 Jonny LambAdded an account importer dialog. Fixes bug #541060...
2008-10-17 Xavier ClaessensUse alphabetical order in makefile
2008-10-13 Xavier Claessensempathy-chat-window: use new chatroom mgr API
2008-10-13 Xavier Claessensempathy-chatrooms-window: no need to call empathy_chatr...
2008-10-13 Xavier Claessensadd the file path as arg to empathy_chatroom_manager_new
2008-09-19 Xavier ClaessensDo not crash if the chatroom's account has no connectio...
2008-09-07 Frederic Petersadd WM_WINDOW_ROLE property to windows (closes: #551113)
next