]> git.0d.be Git - empathy.git/history - libempathy
Add nothere files to gitignore.
[empathy.git] / libempathy /
2008-04-13 Xavier ClaessensFix disconnection of AccountStatusChanged signal.
2008-04-11 Xavier ClaessensFix some warnings
2008-04-11 Xavier ClaessensRemove deleted file from the makefile
2008-04-11 Xavier ClaessensWe can't use *_run_* API from dbus signal cb or method...
2008-04-11 Xavier ClaessensDo not add signal "process", it's added in generated...
2008-04-11 Xavier ClaessensUse generated API in EmpathyChandler
2008-04-11 Xavier ClaessensMake use of generated API for EmpathyFilter
2008-04-11 Xavier ClaessensAdd Chandler and Filter interfaces
2008-04-11 Xavier ClaessensTpChannel is not a DBusGProxy
2008-04-11 Xavier ClaessensFix a warning
2008-04-11 Xavier ClaessensRemove unused includes
2008-04-11 Xavier ClaessensUpdate for new API
2008-04-11 Xavier ClaessensRemove empathy_inspect_* and add empathy_channel_get_ac...
2008-04-11 Xavier ClaessensDo not take McAccount as construct param, it can be...
2008-04-11 Xavier ClaessensPort EmpathyTpRoomlist to tp-glib API
2008-04-11 Xavier ClaessensAdd empathy_tp_group_get_invitation
2008-04-11 Xavier ClaessensChandler and Filter only dispatch ready TpChannel
2008-04-11 Xavier ClaessensUpdate for new API
2008-04-11 Xavier ClaessensPort to tp-glib API and cleanup the code
2008-04-11 Xavier ClaessensDisconnect invalidated signal before unref the connection.
2008-04-11 Xavier ClaessensRemove all references to TpChan in EmpathyTpGroup
2008-04-11 Xavier ClaessensPort EmpathyTpContactList to tp-glib API
2008-04-11 Xavier ClaessensUse tp-glib API in empathy_call_with_contact
2008-04-11 Xavier ClaessensCompletely remove TpConn and TpChan
2008-04-11 Xavier ClaessensFix get_property('ready') on EmpathyTpChat and EmpathyT...
2008-04-11 Xavier ClaessensMake use of empathy_run_until_ready_full
2008-04-11 Xavier ClaessensAdd empathy_run_until_read[_full] functions
2008-04-11 Xavier ClaessensWait for the TpGroup to be ready before using it
2008-04-11 Xavier ClaessensUse tp-glib client API
2008-04-11 Xavier ClaessensMake use of mission_control_get_tpconnection()
2008-04-11 Xavier ClaessensUse tp-glib API in EmpathyTpGroup and add a ready property
2008-04-09 Xavier ClaessensUse g_date_set_time_t instead of g_date_set_time....
2008-04-02 Xavier ClaessensDisplay a warning if used when not ready instead of...
2008-04-02 Xavier ClaessensAdd a 'ready' property telling if the object is ready...
2008-04-02 Xavier ClaessensDo not ack pending messages until they are displayed
2008-04-02 Xavier Claessensref the contact temporally when setting properties...
2008-04-02 Xavier ClaessensRework EmpathyChat's API, it is now a subclass of GtkBin.
2008-04-02 Xavier ClaessensFix leaks in finalize
2008-04-02 Xavier ClaessensUnify EmpathyTpChatroom and EmpathyTpChat.
2008-03-25 Xavier ClaessensDisconnect invalidated signal when TpCall is finalized...
2008-03-22 Xavier ClaessensDisconnect invalidated signal from stream-engine when...
2008-03-22 Xavier ClaessensFix some coding style
2008-03-16 Xavier ClaessensUse empathy_file_lookup for glade files since some...
2008-03-16 Xavier ClaessensRemove previous hack, it was stupid, we have a param...
2008-03-16 Xavier ClaessensKeep the 0 in the end of the array when duping it
2008-03-16 Xavier ClaessensMake sure the dup_handles array is ended by 0.
2008-03-16 Xavier ClaessensRetry requesting aliases if it fails, it can happen...
2008-03-14 Xavier ClaessensWait for the factory to be ready before getting members
2008-03-14 Xavier ClaessensEmit notify::ready signals
2008-03-14 Xavier ClaessensAdd a ready property on EmpathyTpContactFactory
2008-03-11 Xavier ClaessensMake use of tp-glib helpers func for GValue
2008-03-11 Xavier ClaessensRemove useless libtelepathy headers
2008-03-11 Xavier ClaessensConnect to PropertyFlagsChanged
2008-03-11 Xavier ClaessensCheck if property is writable before setting it. Fix...
2008-03-11 Xavier ClaessensImplement _set_property
2008-03-11 Xavier ClaessensFix usage of property iface and make use of it to get...
2008-03-11 Xavier ClaessensDisplay GError's message when a call fails.
2008-03-11 Xavier ClaessensFix some warnings when getting properties
2008-03-11 Xavier ClaessensAdd back "tp-chan" property, still used to inspect...
2008-03-11 Xavier ClaessensContinue property stuff
2008-03-11 Xavier ClaessensDo not close the channel if the channel is invalidated
2008-03-11 Xavier ClaessensPrepare a new API for chat properties
2008-03-11 Xavier ClaessensFix coding style
2008-03-11 Xavier ClaessensRemove unused priv->factory
2008-03-11 Xavier ClaessensQueue received messages until the sender got his alias.
2008-03-11 Xavier ClaessensRefactor EmpathyTpChat to use tp-glib client code
2008-03-11 Xavier ClaessensDon't wait for connection-ready if it was already ready.
2008-03-11 Xavier ClaessensImprove a bit the test and fix empathy_contact_run_unti...
2008-03-11 Xavier ClaessensMake sure we don't expect contact id and handle to...
2008-03-11 Xavier ClaessensSimplify tp_group_get_contact.
2008-03-11 Xavier ClaessensAdd debug messages in _run_until_ready
2008-03-11 Xavier ClaessensKeep EmpathyContact object instead of the self handle...
2008-03-11 Xavier Claessenssimplify empathy_call_with_contact_id using empathy_con...
2008-03-11 Xavier ClaessensAdd empathy_contact_run_until_ready()
2008-03-11 Xavier ClaessensReady property on EmpathyContact is not a boolean but...
2008-03-11 Xavier ClaessensAdd a ready property on EmpathyContact and make use...
2008-03-11 Xavier ClaessensLazy init of contact hash.
2008-03-11 Xavier ClaessensIf we set contact's id and name is still empty, emit...
2008-03-11 Xavier ClaessensMake InspectHandles call async
2008-03-11 Xavier ClaessensSet self handle to 0 when connection is invalidated
2008-03-11 Xavier ClaessensUse new api
2008-03-11 Xavier ClaessensDo not use a global variable but a field in the call...
2008-03-11 Xavier ClaessensFix: do not close the call channel if stream-engine...
2008-03-08 Xavier ClaessensQueue received messages until the sender got his alias.
2008-03-08 Xavier ClaessensReorder functions to avoid having to declare them in...
2008-03-08 Xavier ClaessensAllow underscores in URLs. Fixes bug #505616 (Marco...
2008-03-05 Xavier ClaessensReplace g_signal_emit_by_name by g_signal_emit (Alban...
2008-03-05 Xavier ClaessensFix call when then stream is created with a 'Bidirectio...
2008-03-05 Xavier ClaessensRemove EMPATHY_CAPABILITIES_UNKNOWN flag when setting...
2008-03-03 Xavier ClaessensDon't hardcode path to uninstalled files, use EMPATHY_S...
2008-03-02 Xavier ClaessensUpdate collabora copyright to 2008
2008-03-02 Xavier ClaessensFix crash: g_object_new()'s last argument must be NULL...
2008-03-01 Xavier ClaessensAdd missing include of tp-conn.h
2008-02-27 Xavier ClaessensAdd filter for incoming calls so the status icon blink...
2008-02-26 Xavier ClaessensCancel name owner watch when the call is finalized
2008-02-26 Xavier ClaessensWatch name owner changes to know when s-e falls off...
2008-02-26 Xavier ClaessensAvoid calling Close() on the media channel if it's...
2008-02-26 Xavier ClaessensClose the channel if se proxy is invalidated and do...
2008-02-26 Xavier ClaessensChange status to closed if stream engine dies or if...
2008-02-26 Xavier Claessensunref stream-engine proxy when TpCall is finalized
next