]> git.0d.be Git - empathy.git/shortlog
empathy.git
2008-12-12 Xavier ClaessensInit empathy for megaphone, nothere and check-main.
2008-12-12 Xavier Claessensgtk_init and g_thread_init shouldn't be called by libra...
2008-12-12 Xavier ClaessensMake sure to not init thread twice.
2008-12-12 Xavier ClaessensRefactor empathy_gtk_init* to share common code.
2008-12-12 Xavier ClaessensUse empathy_gtk_init()
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-12 Luca FerrettiUpdated it translation (Milo Casagrande)
2008-12-12 Xavier ClaessensFix coding style
2008-12-12 Xavier Claessenscan_add_contact_to_account: use empathy_contact_manager...
2008-12-12 Xavier Claessensadd empathy_contact_manager_can_add (Guillaume Desmottes)
2008-12-12 Xavier Claessensadd empathy_tp_contact_list_can_add (Guillaume Desmottes)
2008-12-12 Xavier Claessensadd empathy_tp_group_get_flags (Guillaume Desmottes)
2008-12-11 Xavier ClaessensMake hitting enter in New Conversation activate Chat...
2008-12-11 Xavier ClaessensAdd commented out defines to disable single include...
2008-12-10 Xavier ClaessensClarify URI regex
2008-12-09 Xavier ClaessensImprove URI regex.
2008-12-09 Xavier ClaessensCorrect typo: SHEME -> SCHEME
2008-12-09 Xavier ClaessensMatch literal dot rather than any char in email domain
2008-12-08 Xavier ClaessensExplicitly depend on telepathy-glib in .pc files (Simon...
2008-12-07 Xavier ClaessensAdd ca/ in gitignore
2008-12-07 Xavier ClaessensAutocompletion on contact names for "new message" dialo...
2008-12-06 Gil Forcada... Updated ca translation (Joan Duran)
2008-12-06 Gil Forcada... Added Catalan translation by Joan Duran
2008-12-04 Xavier ClaessensImprove the contact-manager to display contacts in...
2008-12-04 Xavier ClaessensAdd lines to disable deprecated GDK symbols
2008-12-02 Xavier ClaessensUse G_GINT_FORMAT for printinf a goffset. Fixes bug...
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 ClaessensBump version to 2.25.3
2008-12-01 Xavier ClaessensAdd necessary files to EXTRA_DIST
2008-12-01 Xavier ClaessensDon't forget to install empathy-import-dialog.glade
2008-12-01 Xavier ClaessensFix distcheck of tests/xml/
2008-12-01 Xavier ClaessensFix distcheck of extensions/
2008-12-01 Xavier ClaessensBump version to 2.25.2 and update ABI version
2008-12-01 Xavier ClaessensUpdate NEWS.
2008-12-01 Xavier ClaessensUpdate API doc.
2008-12-01 Xavier ClaessensUpdate python binding
2008-12-01 Xavier ClaessensUse GRegex instead of custom code and use a new regex...
2008-11-29 Xavier ClaessensAdd EmpatyTpFile to API doc.
2008-11-29 Xavier ClaessensUpdate python binding to have EmpathyTpFile API.
2008-11-29 Xavier ClaessensRemove duplicate declaration of _get_transferred_count
2008-11-29 Xavier ClaessensAdd missing include
2008-11-29 Xavier ClaessensLittle fix for previous commit.
2008-11-29 Xavier ClaessensFix a bug for the compilation of empathy-dispatcher...
2008-11-28 Xavier ClaessensFix previous commit. Oops.
2008-11-28 Xavier ClaessensFix a crash in the log window when there is no account...
2008-11-28 Xavier Claessensmax_width, max_height and max_size are defined as guint...
2008-11-28 Xavier Claessensprevent problem with multiple definition of the same...
2008-11-28 Xavier ClaessensWe need telepeathy-glib >= 0.7.15 for new Requests...
2008-11-26 Baris CicekUpdated Turkish translation (Baris Cicek)
2008-11-24 Xavier Claessensdispatcher_connection_new_channel_cb: set the room...
2008-11-22 Jorge Gonzalez... Updated Spanish translation
2008-11-22 Jorge Gonzalez... Updated es translation (Jorge Gonzalez)
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 ClaessensFix signature of signal cb, start the transfer only...
2008-11-21 Xavier ClaessensAdd a FIXME about the tp_file being leaked
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 ClaessensChange state when the channel is invalidated only if...
2008-11-21 Xavier ClaessensUpdate POTFILES for ft manager that get moved to src/
2008-11-21 Xavier ClaessensSimplify a little bit the code when abording a FT
2008-11-21 Xavier ClaessensCancel the FT if we can't get the transfer method
2008-11-21 Xavier ClaessensRemove unused empathy_tp_file_get_id
2008-11-21 Xavier ClaessensSimplify the code to start a file transfer
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 ClaessensUpdate tools to latest version of tp-glib and include...
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 ClaessensFix coding style and cleanup
2008-11-21 Xavier ClaessensInclude only used headers
2008-11-21 Xavier Claessensdon't include itself
2008-11-21 Xavier ClaessensRemove useless lines
2008-11-21 Xavier ClaessensFix coding style
2008-11-21 Xavier ClaessensCleanup the coding style. If we can't get info about...
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 Claessenssync with latest FT spec DRAFT
2008-11-21 Xavier Claessensextensions/Makefile.am: fix allow-undefined-interfaces...
next