]> git.0d.be Git - empathy.git/history - libempathy
Empathy should not require python-config. Fixes bug #525562 (Frederic Peters).
[empathy.git] / libempathy /
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
2008-02-26 Xavier ClaessensIt's now safe to call emp_cli_init multiple times....
2008-02-26 Xavier ClaessensMake use of generated code for using stream engine.
2008-02-26 Xavier ClaessensImport tools from telepathy-glib 0.7.3 and build a...
2008-02-18 Xavier ClaessensDo not load avatar from cache if token is empty. Fixes...
2008-02-18 Xavier ClaessensMerge commit 'bari/marshalList'
2008-02-17 Xavier ClaessensMerge commit 'cassidy/irc'
2008-02-17 Xavier ClaessensEmpathyContact: Set G_PARAM_CONSTRUCT on the capabiliti...
2008-02-16 Xavier ClaessensRemove unused PROP_SUBSCRIPTION
2008-02-16 Xavier ClaessensRemoved unused PROP_GROUPS
2008-02-15 Xavier ClaessensCleanup code from previous merge
2008-02-15 Xavier ClaessensMerge commit 'sjoerd/master'
2008-02-15 Xavier ClaessensSimplifies empathy_call_with_contact_id.
2008-02-15 Xavier ClaessensMerge commit 'sjoerd/master'
2008-02-15 Xavier ClaessensAdd self contact to the group iface of media channel.
2008-02-15 Xavier ClaessensIf there is an error when listing streams, return for...
2008-02-15 Xavier ClaessensMerge call branch from Elliot Fairweather with cleanups...
2008-02-10 Xavier ClaessensEmpathyTpContactFactory: If the presence dict doesn...
2008-02-09 Xavier ClaessensGenerate marshal.list thanks to gabble black magic.
2008-02-09 Xavier ClaessensDo not export symbols outside the empathy_ namespace.
2008-02-08 Xavier ClaessensChange new message dialog to new conversation and make...
2008-01-24 Xavier ClaessensRemove EmpathyPresence object and have "presence" and...
2008-01-23 Xavier ClaessensMove empathy-conf to libempathy-gtk. libempathy do...
2008-01-23 Xavier ClaessensTry to load dtd and glade files from the srcdir first...
2008-01-21 Xavier ClaessensMove empathy-contact-groups to libempathy, it has nothi...
2008-01-21 Xavier ClaessensMove empathy-status-presets to libempathy, nothing...
2008-01-20 Xavier ClaessensAdd a property to have or not groups on EmpathyContactL...
2008-01-16 Xavier ClaessensRemove not implemented and not used empathy_time_parse_...
2008-01-15 Xavier ClaessensAdd a missing include
2008-01-15 Xavier ClaessensMake use of tp_strdiff() to be NULL-safe. Fixes bug...
2008-01-14 Xavier ClaessensMake use of PresenceChanged signal now that it got...
2008-01-12 Xavier ClaessensAdd sanity check to public API
2008-01-11 Xavier ClaessensAdd avatar token in logs and load avatar from cache...
next