]> git.0d.be Git - empathy.git/history - src
Update empathy_sound_play () to be nicer to use and centralize the list
[empathy.git] / src /
2009-01-06 Xavier ClaessensUpdate empathy_sound_play () to be nicer to use and...
2009-01-06 Xavier ClaessensImprove wording.
2009-01-06 Xavier ClaessensTurn empathy_sound_pref_is_enabled into empathy_sound_p...
2009-01-06 Xavier ClaessensUse new singleton policy for EmpathyAccountManager.
2009-01-06 Xavier ClaessensImplement sound for contact login/logout.
2009-01-06 Xavier ClaessensPort EmpathyMainWindow to the new API.
2009-01-06 Xavier ClaessensPort EmpathyAccountsDialog to use the cached values...
2009-01-06 Xavier ClaessensPort EmpathyStatusIcon to the new API.
2009-01-06 Xavier ClaessensPort EmpathyAccountsDialog to the new API.
2009-01-06 Xavier ClaessensOnly play logout sound if switching to Offline from...
2009-01-06 Xavier ClaessensDon't emit sound when changing state and properly play...
2009-01-06 Xavier ClaessensAdapt the libcanberra calls to use the new functions.
2009-01-06 Xavier ClaessensAdapt Patryk's patch to trunk.
2009-01-06 Xavier ClaessensCreate an UI for sound configuration.
2008-12-29 Will ThompsonDon't unref NULL avatar used as chat window icon
2008-12-16 Xavier ClaessensDon't forget to unref the smiley manager
2008-12-16 Xavier ClaessensMove the smiley menu code from EmpathyChatView to Empat...
2008-12-16 Xavier ClaessensReplace _get_selection_bounds by _get_has_selection
2008-12-12 Xavier Claessensgtk_init and g_thread_init shouldn't be called by libra...
2008-12-12 Xavier ClaessensUse gi18n-lib.h instead of gi18n.h for libraries.
2008-12-12 Xavier ClaessensAdd empathy_init(), empathy_gtk_init() and empathy_gtk_...
2008-12-01 Xavier ClaessensDrop libgnomeui dependency (Cosimo Cecchi).
2008-12-01 Xavier ClaessensUse GTK+ 2.14.0 and gtk_show_uri (Cosimo Cecchi).
2008-12-01 Xavier ClaessensDon't forget to install empathy-import-dialog.glade
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)
next