]> git.0d.be Git - empathy.git/history - libempathy
Update gitignore
[empathy.git] / libempathy /
2008-10-13 Xavier Claessensempathy_chatroom_manager_remove: when looking for the...
2008-10-13 Xavier Claessensempathy_chatroom_equal: use tp_strdiff instead of g_str...
2008-10-13 Xavier Claessensempathy_chatroom_set_auto_connect: notify the favorite...
2008-10-13 Xavier Claessenschatroom-manager: add_chatroom: connect the 'notify...
2008-10-13 Xavier Claessensremove empathy_chatroom_manager_store from the API...
2008-10-13 Xavier Claessensdisconnect chatroom signals when they are removed from...
2008-10-13 Xavier Claessensautomatically save the chatroom mgr XML file when one...
2008-10-13 Xavier Claessenschatroom-mgr: use a save timer instead of saving the...
2008-10-13 Xavier Claessensonly save the chatrooms xml when a favorite chatroom...
2008-10-13 Xavier Claessenschatroom-mgr: store the file when a chatroom changes...
2008-10-13 Xavier Claessensadd the file path as arg to empathy_chatroom_manager_new
2008-10-13 Xavier Claessenschatroom-manager: set the file path as a property
2008-10-13 Xavier Claessensauto-connect implies favorite
2008-10-13 Xavier Claessensdispatcher: store a ref on the ChatroomManager
2008-10-13 Xavier Claessensrename chatroom_invalidated_cb to dispatcher_chatroom_i...
2008-10-13 Xavier Claessensempathy-dispatcher: use new API of EmpathyChatRoom
2008-10-13 Xavier Claessensadd joined room to EmpathyChatroomManager. Fixes bug...
2008-10-13 Xavier ClaessensSave chatrooms to XML only if they are marked as favorite
2008-10-13 Xavier Claessensadd a favorite and tp-channel property to EmpathyChatroom
2008-09-29 Frederic PetersCatch underscores in email addresses. (closes: #554284)
2008-09-19 Xavier ClaessensCheck if the return value of tp_contact_list_get_group...
2008-09-07 Xavier Claessensremove irc.oftc.net from Debian servers to limit confus...
2008-09-07 Xavier Claessensmove *.pc Requires to Requires.private
2008-09-07 Xavier Claessensremove libtelepathy from *.pc Requires
2008-08-29 Xavier ClaessensReorder files in alphabetical order.
2008-08-28 Xavier ClaessensUpdate API doc and add a README to explain how to keep...
2008-08-27 Xavier ClaessensAlways return a new ref in empathy_contact_factory_get_...
2008-08-14 Xavier ClaessensReword presence handling. Save requested presence and...
2008-08-14 Xavier Claessensreorder some functions
2008-08-14 Xavier ClaessensDo not stop and restart ext_away_timeout when already...
2008-08-14 Xavier ClaessensReorder functions to not have to declare them in the...
2008-08-07 Xavier ClaessensAdd a function to request a channel from a string handle
2008-08-01 Xavier ClaessensOn incoming calls don't request a new audio stream...
2008-07-29 Xavier ClaessensIf we don't know the status string, set it to unset...
2008-07-15 Xavier ClaessensIf InspectHandles fails print a debug message and return.
2008-07-15 Xavier ClaessensDo not call g_array_free if the array is NULL
2008-07-15 Xavier ClaessensFix reviewer comments
2008-07-15 Xavier ClaessensFix listing chatrooms with salut
2008-07-14 Xavier ClaessensReally fix the leak. Address is created using g_value_d...
2008-07-14 Xavier ClaessensRelease a variable with g_free() instead of tp_g_value_...
2008-07-14 Xavier ClaessensMerge branch 'leak'
2008-07-08 Xavier ClaessensFix some coding style
2008-07-08 Xavier Claessensempath-contact: remove tabs (Guillaume Desmottes)
2008-07-08 Xavier Claessensswitch empathy-contact to Collabora coding style (Guill...
2008-07-08 Xavier ClaessensDocument empathy_avatar_save_to_file (Guillaume Desmottes)
2008-07-08 Xavier Claessensadd empathy_avatar_save_to_file (Guillaume Desmottes)
2008-07-07 Xavier ClaessensAdd some comments to the message queue code
2008-07-07 Xavier ClaessensBefore emitting a message make sure the ID is also...
2008-07-07 Xavier ClaessensMake empathy_contact_equal NULL-safe for the contact...
2008-07-05 Xavier ClaessensFix a gcc warning complaining about a var that could...
2008-06-19 Xavier ClaessensFix coding style
2008-06-19 Xavier Claessens"ready & EMPATHY_CONTACT_READY_NAME" instead of ready...
2008-06-19 Xavier ClaessensFix coding style
2008-06-19 Xavier ClaessensMove contact_set_ready_flag() in _set_name() and _set_h...
2008-06-19 Xavier ClaessensFix the bug "Incoming call from (null)" (Alban Crequy)
2008-06-19 Xavier Claessensdon't set the flag to ready if we are not yet ready...
2008-06-13 Xavier ClaessensAdd g_return_val_if_fail (Alban Crequy)
2008-06-13 Xavier ClaessensDo not include _gen/ files (Alban Crequy)
2008-06-13 Xavier ClaessensReplace the has-dtmf property by empathy_tp_call_has_dt...
2008-06-13 Xavier ClaessensDo not show the keypad when the media channel does...
2008-06-12 Xavier ClaessensCheck if there is a publish/subscribe list before addin...
2008-05-27 Xavier ClaessensDo not warning if we try to load the avatar of a contac...
2008-05-27 Xavier ClaessensMove avatar cache to ~/.cache and don't mix avatar...
2008-05-27 Xavier Claessensempathy_proxy_hash and _equal can be used only with...
2008-05-22 Xavier ClaessensEmit "send-error" signal if Send() call fails
2008-05-18 Xavier ClaessensImprove dispatcher. Fixes bug #465928.
2008-05-16 Xavier ClaessensRequest publish and subscribe lists instead of waiting...
2008-05-16 Xavier ClaessensUse tp_connection_call_when_ready
2008-05-09 Xavier ClaessensDon't leak queued messages if EmpathyTpChat gets finalized.
2008-05-08 Xavier ClaessensMove non-gtk parts of EmpathyFilter to EmpathyDispatche...
2008-05-08 Xavier ClaessensMake _get_invitation more reliable
2008-05-08 Xavier ClaessensInclude empathy-contact-list.h
2008-05-08 Xavier ClaessensAvoid calling ListPendingMessage if it's already running.
2008-05-08 Xavier ClaessensRef the call object when emiting notify signals because...
2008-05-06 Xavier ClaessensMore duplicate includes of empathy-debug.h
2008-05-06 Xavier ClaessensDo not include empathy-debug.h twice
2008-05-05 Xavier ClaessensKeep a priv pointer in the object struct instead of...
2008-05-05 Xavier ClaessensIf self presence message is "" do like if it was NULL.
2008-05-02 Xavier ClaessensDo not request video stream until the user click on...
2008-05-01 Xavier ClaessensFix build with debug disabled.
2008-05-01 Xavier ClaessensFix unused var if debug is disabled.
2008-05-01 Xavier ClaessensRemove useless g_print and enable tp-glib debug messages.
2008-05-01 Xavier ClaessensKeypad is unsensitive if the call is not ACCEPTED
2008-05-01 Xavier ClaessensImplement DTMF.
2008-04-30 Xavier ClaessensMake use of tp-glib debug system.
2008-04-24 Xavier ClaessensRemove conditional build of VOIP.
2008-04-23 Xavier ClaessensFix some warnings with roomlist
2008-04-23 Xavier ClaessensMake sure we don't assume Text channel's handle_type...
2008-04-21 Xavier ClaessensAdd support for apt:// URLS. Fixes bug #529049 (Gaëtan...
2008-04-21 Xavier ClaessensPartly fix INCOMING calls
2008-04-21 Xavier ClaessensFix OUTGOING calls
2008-04-20 Xavier ClaessensNever set the remote_contact for named rooms, do not...
2008-04-20 Xavier ClaessensDo not unref account from empathy_contact_get_account()
2008-04-19 Xavier ClaessensSome code cleanup
2008-04-19 Xavier ClaessensCall ListTubes in EmpathyTpTube's constructor to avoid...
2008-04-19 Xavier ClaessensChange the way tube handler's object-path and bus-name...
2008-04-19 Xavier ClaessensMake a more generic API for different socket types
2008-04-19 Xavier ClaessensRename empathy_offer_ipv4_stream_tube() to empathy_tp_t...
2008-04-19 Xavier ClaessensAdd empathy_offer_ipv4_stream_tube().
2008-04-19 Xavier ClaessensRename EmpathyTube to EmpathyTpTube and remove EmpathyT...
next