]> git.0d.be Git - empathy.git/history - libempathy-gtk
Update gitignore
[empathy.git] / libempathy-gtk /
2009-01-29 Xavier ClaessensAlso accept sftp as URL scheme.
2009-01-29 Xavier Claessens\n is also a delimiter for URLs.
2009-01-23 Jonny LambRemoved unused G_STR_EMPTY from empathy-ui-utils.h.
2009-01-23 Jonny LambRenamed G_STR_EMPTY to EMP_STR_EMPTY.
2009-01-23 Xavier ClaessensRemoved trailing space. Fixes bug #566549 (Leonardo...
2009-01-15 Xavier Claessensempathy_mission_control_new -> dup_singleton.
2009-01-12 Frederic PetersReuse, and properly destroy, the avatar file chooser...
2009-01-09 Xavier ClaessensFix some errors made when rebasing on master
2009-01-09 Sjoerd SimonsOnly show pending messages after the log and explain...
2009-01-09 Sjoerd SimonsLet a chatroom keep a reference to a its TpChat if...
2009-01-09 Sjoerd SimonsMake the dispatch operation _get_ functions not return...
2009-01-09 Sjoerd SimonsConvert EmpathyChatroomManager to the new singleton...
2009-01-09 Xavier ClaessensMake coding style consistent with the rest of the file
2009-01-09 Sjoerd SimonsFix coding style, user the right unique name
2009-01-09 Sjoerd SimonsUse the new call utility function to start calls
2009-01-09 Sjoerd SimonsUse new dispatcher API to get muc channels
2009-01-09 Sjoerd SimonsUse new API to request file transfers
2009-01-09 Sjoerd SimonsUse the new dispatcher api to request text channels
2009-01-09 Sjoerd SimonsPort to the new EmpathyTpChat API
2009-01-09 Xavier ClaessensSet the right weak pointer.
2009-01-09 Xavier ClaessensPort EmpathyContactManager to the new singleton policy.
2009-01-09 Xavier ClaessensPort to the new singleton API.
2009-01-09 Xavier ClaessensPort EmpathySmileyManager to the new singleton policy.
2009-01-09 Xavier ClaessensPort EmpathyLogManager to the new singleton policy.
2009-01-09 Xavier ClaessensPort EmpathyIdle to the new singleton policy.
2009-01-09 Xavier ClaessensPort EmpathyContactFactory to the new singleton policy.
2009-01-07 Xavier ClaessensAdd a comment that tells to keep EmpathySound enum...
2009-01-06 Xavier ClaessensAssert that sound_id is OK before getting sound_entries...
2009-01-06 Xavier ClaessensSanity checks for empathy_play_sounds.
2009-01-06 Xavier ClaessensAdd a debug message when playing sound.
2009-01-06 Xavier ClaessensBack out changes in EmpathyContactListStore. They could...
2009-01-06 Xavier ClaessensPropperly mark event descriptions for translation.
2009-01-06 Xavier ClaessensUpdate empathy_sound_play () to be nicer to use and...
2009-01-06 Xavier ClaessensTurn empathy_sound_pref_is_enabled into empathy_sound_p...
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...
next