]> git.0d.be Git - empathy.git/history - libempathy-gtk
Updated Basque translation.
[empathy.git] / libempathy-gtk /
2009-01-06 Xavier ClaessensDisconnect all signals from the EmpathyAccountChooser...
2009-01-06 Xavier ClaessensUse new singleton policy for EmpathyAccountManager.
2009-01-06 Xavier ClaessensDon't initialize private stuff in _new ().
2009-01-06 Xavier ClaessensAlways disconnect signals for safety on _finalize ().
2009-01-06 Xavier ClaessensPort EmpathyContactListStore to the new API.
2009-01-06 Xavier ClaessensDisconnect signals when finalizing.
2009-01-06 Xavier ClaessensUnref the object.
2009-01-06 Xavier ClaessensPort EmpathyChat to the new API.
2009-01-06 Xavier ClaessensPort the account chooser 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 ClaessensAdd empathy_sound_pref_is_enabled ().
2009-01-06 Xavier ClaessensAdapt Patryk's patch to trunk.
2009-01-06 Xavier ClaessensCreate an UI for sound configuration.
2008-12-29 Xavier ClaessensMore coding style fixes in empathy-contact-menu.c
2008-12-29 Will ThompsonHomogenize coding style in empathy_contact_menu_new
2008-12-16 Xavier ClaessensRemove finalize, it is not used.
2008-12-16 Xavier ClaessensDo not assert the tab exists in empathy_chat_text_view_...
2008-12-16 Xavier ClaessensFallback to use "classic" theme if the gconf key is...
2008-12-16 Xavier ClaessensUpdate boxes views when theme changes to another boxes...
2008-12-16 Xavier ClaessensUpdate color when using the simple theme and GTK color...
2008-12-16 Xavier ClaessensDon't forget to call g_object_weak_unref in finalise...
2008-12-16 Xavier ClaessensRemove useless commented code
2008-12-16 Xavier ClaessensKeep a list of boxes views so we can update colors...
2008-12-16 Xavier ClaessensRemove a FIXME which was not a problem and add one...
2008-12-16 Xavier ClaessensCreate the simple theme using system colors
2008-12-16 Xavier ClaessensCompletely rework the theming system to make easy imple...
2008-12-16 Xavier ClaessensRemove EmpathyTheme, code will be merged into EmpathyCh...
2008-12-16 Xavier ClaessensRemove unused empathy-theme.h include
2008-12-16 Xavier ClaessensRemove useless empathy_text_buffer_tag_set
2008-12-16 Xavier ClaessensRemove useless virtual methods
2008-12-16 Xavier ClaessensRename EmpathyChatSimpleView to EmpathyChatTextView
2008-12-16 Xavier ClaessensMove the smiley menu code from EmpathyChatView to Empat...
2008-12-16 Xavier ClaessensEmpathyChatView interface can only be implemented by...
2008-12-16 Xavier ClaessensReplace _get_selection_bounds by _get_has_selection
2008-12-16 Xavier ClaessensRemove _append_button since it's not used
2008-12-16 Xavier ClaessensMove chat_view_get_avatar_pixbuf_with_cache to EmpathyT...
2008-12-16 Xavier ClaessensFix licence and clean up a bit the interface
2008-12-16 Xavier ClaessensReorder functions to not declare them in the top of...
2008-12-16 Xavier ClaessensFix compilation problems
2008-12-16 Xavier ClaessensEmpathyChatView as GInterface
2008-12-12 Xavier Claessensgtk_init and g_thread_init shouldn't be called by libra...
2008-12-12 Xavier ClaessensRefactor empathy_gtk_init* to share common code.
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 Xavier ClaessensFix coding style
2008-12-12 Xavier Claessenscan_add_contact_to_account: use empathy_contact_manager...
2008-12-11 Xavier ClaessensMake hitting enter in New Conversation activate Chat...
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 ClaessensAutocompletion on contact names for "new message" dialo...
2008-12-01 Xavier ClaessensUse GTK+ 2.14.0 and gtk_show_uri (Cosimo Cecchi).
2008-12-01 Xavier ClaessensUse GRegex instead of custom code and use a new regex...
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-21 Xavier ClaessensMove the ft manager to src/ other programs do not need it.
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 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 ClaessensFix compilation warning: gtk_message_dialog_format_seco...
2008-11-21 Xavier Claessensft_manager_clear: use g_hash_table_foreach_remove inste...
2008-11-21 Xavier Claessensft-manager: ft_manager_clear: use a GHashTableIter...
2008-11-21 Xavier Claessensft-manager: remove old code
2008-11-21 Xavier Claessensft-manager: store the icon-name instead of the pixbuf...
2008-11-21 Xavier Claessensft-manager: add comment explaining how to use GIcon...
2008-11-21 Xavier Claessensempathy-ft-manager: use the ContentType property instea...
2008-11-21 Xavier Claessensempathy-ft-manager.c: Display an error if user can...
2008-11-21 Xavier Claessensempathy-ft-manager: ask confirmation if the filename...
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 LambDon't expose streams in EmpathyTpFile, but use the...
2008-11-21 Jonny LambFixed typo in FT manager glade file. (Jonny Lamb)
2008-11-21 Jonny LambMoved empathy_send_file to EmpathyDispatcher and rename...
2008-11-21 Jonny LambHandle new file channels regardless of direction in...
2008-11-21 Jonny LambRemoved empathy_send_file_with_file_chooser_and_manager...
2008-11-21 Jonny LambRemoved useless test to check whether a GList has items...
2008-11-21 Jonny LambUse gtk_file_chooser_dialog_new and the document-send...
2008-11-21 Jonny LambRemoved useless include. (Jonny Lamb)
2008-11-21 Jonny LambIn ft_manager_receive_response_cb, just call empathy_tp...
2008-11-21 Jonny LambRemoved "Save as" file filter. (Jonny Lamb)
2008-11-21 Jonny LambMade creating a save dialog a bit nicer by using proper...
2008-11-21 Jonny LambUse g_slice functions with ReceiveResponseData. (Jonny...
2008-11-21 Jonny LambRenamed ft_manager_free_receive_response_data to ft_man...
2008-11-21 Jonny LambRemoved useless ref of the FT manager in the build_ui...
2008-11-21 Jonny LambMoved gtk_window_set_icon name into the glade. (Jonny...
2008-11-21 Jonny LambRemoved call to gtk_tree_selection_unselect_all. (Jonny...
2008-11-21 Jonny LambSet manager_p to NULL in delete_event_cb, not in _final...
2008-11-21 Jonny LambDon't call _finalize in the delete_event_cb. (Jonny...
2008-11-21 Jonny LambSimplified code to add files to the list store. (Jonny...
2008-11-21 Jonny LambMade ft_manager_update_ft_row handle Local_Pending...
2008-11-21 Jonny LambRenamed ft_manager_get_state_change_reason_description...
2008-11-21 Jonny LambRenamed private methods in the FT manager to ft_manager...
2008-11-21 Jonny LambChanged gtk_tree_model_get_value calls to use gtk_tree_...
next